/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*: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;
}
a,
input[type=submit],
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 {
  font-family: 'Gotham';
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Light.eot);
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Light.eot?#iefix) format('embedded-opentype'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Light.woff) format('woff'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Book.eot);
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Book.eot?#iefix) format('embedded-opentype'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Book.woff) format('woff'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Book.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Medium.eot);
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Medium.eot?#iefix) format('embedded-opentype'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Medium.woff) format('woff'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Bold.eot);
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Bold.eot?#iefix) format('embedded-opentype'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Bold.woff) format('woff'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Ultra.eot);
  src: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Ultra.eot?#iefix) format('embedded-opentype'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Ultra.woff) format('woff'), url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/fonts/Gotham-Ultra.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.midgard-its.eu/wp-content/themes/midgard/css/../assets/fonts/icomoon.eot?pory5i');
  src: url('http://www.midgard-its.eu/wp-content/themes/midgard/css/../assets/fonts/icomoon.eot?#iefixpory5i') format('embedded-opentype'), url('http://www.midgard-its.eu/wp-content/themes/midgard/css/../assets/fonts/icomoon.woff?pory5i') format('woff'), url('http://www.midgard-its.eu/wp-content/themes/midgard/css/../assets/fonts/icomoon.ttf?pory5i') format('truetype'), url('http://www.midgard-its.eu/wp-content/themes/midgard/css/../assets/fonts/icomoon.svg?pory5i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icomoon {
  display: inline-block;
  font-family: 'icomoon';
  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;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: 'icomoon';
  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--narrow {
  -webkit-transform: scaleX(0.7);
  transform: scaleX(0.7);
}
.icon-youtube:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-pinterest:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-envelope:before {
  content: "\e906";
}
.icon-share:before {
  content: "\e907";
}
html {
  font-family: 'Gotham', sans-serif;
  font-size: 13px;
  line-height: 2.2;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
body {
  font-family: inherit;
}
a {
  text-decoration: none;
  color: #c6a300;
  border-bottom: 1px solid currentcolor;
  transition: all ease 250ms;
  /* &:visited {
		color: @color_dark;
	} */
}
a:hover {
  color: #937900;
}
a.nostyle {
  border: none;
  color: inherit;
}
a.nostyle:hover {
  opacity: .7;
}
a.noUnderline,
a.link_image {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 1.5em 0 0.5em;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 1.86666667rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  color: #c6a300;
  letter-spacing: .05em;
}
h1.striped,
.h1.striped {
  overflow: hidden;
}
h1.striped span,
.h1.striped span {
  position: relative;
  display: inline-block;
}
h1.striped span:after,
.h1.striped span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 300%;
  height: 1px;
  background: currentcolor;
  top: 0.65em;
  left: 100%;
  margin-left: 0.2em;
}
h2,
.h2 {
  font-size: 1.46666667rem;
  font-weight: 700;
  color: #c6a300;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h3,
.h3 {
  font-size: 1.33333333rem;
}
h4,
.h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 0.93333333rem;
}
h6,
.h6 {
  font-size: 0.86666667rem;
  font-weight: 500;
}
@media only screen and (min-width: 600px) {
  h1,
  .h1 {
    font-size: 2.66666667rem;
  }
}
@media only screen and (min-width: 1280px) {
  /*h1, .h1 {
		.font-size(@h1_font_size);
	}*/
  h2,
  .h2 {
    font-size: 1.46666667rem;
  }
  h3,
  .h3 {
    font-size: 1.33333333rem;
  }
  h4,
  .h4 {
    font-size: 1.2rem;
  }
  h5,
  .h5 {
    font-size: 0.93333333rem;
  }
  h6,
  .h6 {
    font-size: 0.86666667rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 4.66666667rem;
  }
}
@media only screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 5.33333333rem;
  }
}
@media only screen and (min-width: 1650px) {
  h1,
  .h1 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1800px) {
  h1,
  .h1 {
    font-size: 6.66666667rem;
  }
}
h2.bordered,
.h2.bordered {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (min-width: 768px) {
  h2.bordered,
  .h2.bordered {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
}
h2.big,
.h2.big {
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (min-width: 1024px) {
  h2.big,
  .h2.big {
    font-size: 2.33333333rem;
  }
}
hr {
  width: 34px;
  height: 3px;
  background: #c6a300;
  border: none;
  margin: 3rem auto;
}
p {
  margin: 0 0 2em;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.2em 35px;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  padding-bottom: 5px;
}
ul {
  list-style-type: none;
  margin-left: 0;
}
ul li {
  position: relative;
  padding-left: 35px;
}
ul li:before {
  content: " ";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #937900;
  top: 14px;
  left: 18px;
}
blockquote {
  font-family: 'Georgia', serif;
  color: #c6a300;
  text-transform: uppercase;
  position: relative;
  font-size: 1.33333333rem;
  font-style: italic;
  line-height: 1.2;
  z-index: 2;
  margin: 1.5em 0 0.5em;
}
blockquote,
blockquote p {
  letter-spacing: 0;
}
blockquote p {
  margin-bottom: 1em;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote *:last-child {
  margin-bottom: 0;
}
blockquote *:first-child:before,
blockquote *:last-child:after {
  color: #000000;
}
blockquote *:first-child:before {
  content: "“ ";
}
blockquote *:last-child:after {
  content: " ”";
}
blockquote:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 2rem;
  }
}
img,
video {
  max-width: 100%;
  height: auto !important;
}
img,
iframe {
  border: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
img.img_left,
iframe.img_left,
img.img_center,
iframe.img_center,
img.img_right,
iframe.img_right {
  display: block;
  float: none;
  margin: 1em auto 1em;
}
@media only screen and (min-width: 480px) {
  img,
  iframe {
    display: inline-block;
  }
  img.img_left,
  iframe.img_left {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.img_center,
  iframe.img_center {
    display: block;
    margin: 0 auto 1em;
    clear: both;
  }
  img.img_right,
  iframe.img_right {
    float: right;
    margin: 0 0 1em 1em;
  }
}
.file-icon {
  display: none !important;
}
.media_embed {
  display: inline-block;
}
iframe {
  border: 0;
  max-width: 100%;
  margin: 0 0 1em;
}
.responsiveVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 1em;
}
.responsiveVideo iframe {
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.nowrap {
  white-space: nowrap;
}
.arial {
  font-family: Arial, sans-serif;
}
.font {
  font-family: 'Gotham', sans-serif;
}
.noir {
  color: #000000;
}
.blanc {
  color: #FFF;
}
.color {
  color: #c6a300;
}
.bgCover,
.pageBackground {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.bgGris {
  background: #EEE;
}
.bgBlanc {
  background: #FFF;
}
.borderTop {
  border-top: 1px solid #FFFFFF;
}
.borderTop.color {
  border-color: #c6a300;
}
.imageFaded {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.imageFaded:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000000;
  opacity: .65;
}
.boxedText {
  display: inline-block;
  padding: .1em .4em;
  background: #c6a300;
  color: #FFF;
  font-size: 1.2rem;
}
.marginBottom {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .marginBottom {
    margin-bottom: 4rem;
  }
}
.marginTop {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .marginTop {
    margin-top: 4rem;
  }
}
.marginBoth {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .marginBoth {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.partenaires_logos {
  text-align: center;
}
.partenaires_logos a {
  border: none;
}
.partenaires_logos img {
  vertical-align: middle;
  margin-top: 15px;
}
.acceleration {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.screen-reader-text,
.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.cBoth {
  clear: both;
}
.cf:before,
.clearfix:before,
.cf:after,
.clearfix:after {
  content: " ";
  display: table;
}
.cf:after,
.clearfix:after {
  clear: both;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.alignTop {
  vertical-align: top;
}
.alignMiddle {
  vertical-align: middle;
}
.alignBottom {
  vertical-align: bottom;
}
.uppercase {
  text-transform: uppercase;
}
.normalcase {
  text-transform: none;
}
.fz5 {
  font-size: 0.33333333rem;
}
.fz6 {
  font-size: 0.4rem;
}
.fz7 {
  font-size: 0.46666667rem;
}
.fz8 {
  font-size: 0.53333333rem;
}
.fz9 {
  font-size: 0.6rem;
}
.fz10 {
  font-size: 0.66666667rem;
}
.fz11 {
  font-size: 0.73333333rem;
}
.fz12 {
  font-size: 0.8rem;
}
.fz13 {
  font-size: 0.86666667rem;
}
.fz14 {
  font-size: 0.93333333rem;
}
.fz15 {
  font-size: 1rem;
}
.fz16 {
  font-size: 1.06666667rem;
}
.fz17 {
  font-size: 1.13333333rem;
}
.fz18 {
  font-size: 1.2rem;
}
.fz19 {
  font-size: 1.26666667rem;
}
.fz20 {
  font-size: 1.33333333rem;
}
.fz21 {
  font-size: 1.4rem;
}
.fz22 {
  font-size: 1.46666667rem;
}
.fz23 {
  font-size: 1.53333333rem;
}
.fz24 {
  font-size: 1.6rem;
}
.fz25 {
  font-size: 1.66666667rem;
}
.fz26 {
  font-size: 1.73333333rem;
}
.fz27 {
  font-size: 1.8rem;
}
.fz28 {
  font-size: 1.86666667rem;
}
.fz29 {
  font-size: 1.93333333rem;
}
.fz30 {
  font-size: 2rem;
}
.fz31 {
  font-size: 2.06666667rem;
}
.fz32 {
  font-size: 2.13333333rem;
}
.fz33 {
  font-size: 2.2rem;
}
.fz34 {
  font-size: 2.26666667rem;
}
.fz35 {
  font-size: 2.33333333rem;
}
.thin {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.ultra {
  font-weight: 900;
}
.hidden {
  display: none;
}
.inlineBlock {
  display: inline-block;
}
.block {
  display: block;
}
.op0 {
  opacity: 0;
}
.ovHidden {
  overflow: hidden;
}
.ovAuto {
  overflow: auto;
}
.ovScroll {
  overflow: scroll;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.mxw100 {
  max-width: 100%;
}
.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%;
}
.p0 {
  padding: 0;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.p60 {
  padding: 60px;
}
.p70 {
  padding: 70px;
}
.p80 {
  padding: 80px;
}
.p90 {
  padding: 90px;
}
.p100 {
  padding: 100px;
}
.p10p {
  padding: 10%;
}
.p20p {
  padding: 20%;
}
.p30p {
  padding: 30%;
}
.p40p {
  padding: 40%;
}
.p50p {
  padding: 50%;
}
.p60p {
  padding: 60%;
}
.p70p {
  padding: 70%;
}
.p80p {
  padding: 80%;
}
.p100p {
  padding: 100%;
}
.m0important {
  margin: 0 !important;
}
.p0important {
  padding: 0 !important;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mt0important {
  margin-top: 0 !important;
}
.mb0important {
  margin-bottom: 0 !important;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.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%;
}
.minHeight200 {
  min-height: 200px;
}
.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;
}
.h100vh {
  height: 100vh;
}
.list_inline,
ul.list_inline,
ol.list_inline {
  margin-left: 0;
  font-size: 0;
}
.list_inline li,
ul.list_inline li,
ol.list_inline li {
  display: inline-block;
  font-size: 1rem;
}
.list_nostyle,
ul.list_nostyle,
ol.list_nostyle {
  list-style: none;
}
.list_nostyle,
ul.list_nostyle,
ol.list_nostyle,
.list_nostyle li,
ul.list_nostyle li,
ol.list_nostyle li {
  padding: 0;
  margin: 0;
}
.list_nostyle:before,
ul.list_nostyle:before,
ol.list_nostyle:before,
.list_nostyle li:before,
ul.list_nostyle li:before,
ol.list_nostyle li:before {
  display: none;
  content: " ";
}
.red {
  color: #D00 !important;
}
.row {
  position: relative;
  max-width: none;
  padding: 0 0px;
  margin: 0 auto;
  zoom: 1;
  clear: both;
  font-size: 0;
  /*&.row__table {
		width:  100%;
		min-height: 100%;
		height: 100%;
		display: table;
		padding: 0;

		> [class*="col-"] { 
			padding-left:  @grid_gutter_width / 2;
			padding-right: @grid_gutter_width / 2;
			// height: 100%;

			// &:first-child { padding-left: @grid_outer_padding_mobile }
			// &:last-child { padding-right: @grid_outer_padding_mobile }
		}

		.tableRow {
			display: table-row;
		}
	}*/
}
.row.row__maxwidth {
  max-width: 1000px;
}
.row.row__maxwidthLarge {
  max-width: 1160px;
}
.row.row__centered {
  margin-left: auto !important;
  margin-right: auto !important;
}
.row.row__nowrap {
  white-space: nowrap;
}
.row.row__nowrap > [class*="col-"] {
  white-space: normal;
}
.row.row__glued,
.row.row__glued.row__table > [class*="col-"],
.row.row__glued > [class*="col-"],
.row.row__glued:first-child,
.row.row__glued.row__table > [class*="col-"]:first-child,
.row.row__glued > [class*="col-"]:first-child,
.row.row__glued:last-child,
.row.row__glued.row__table > [class*="col-"]:last-child,
.row.row__glued > [class*="col-"]:last-child {
  padding: 0;
}
.row.row__glued > .row,
.row.row__glued > [class*="col-"] > .row {
  margin-left: 0;
  margin-right: 0;
}
.row.row__doubleGutter > [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}
.row.row__doubleGutter > [class*="col-"]:first-child {
  padding-left: 20px;
}
.row.row__doubleGutter > [class*="col-"]:last-child {
  padding-right: 20px;
}
.row.row__quadGutter > [class*="col-"] {
  padding-left: 80px;
  padding-right: 80px;
}
.row.row__quadGutter > [class*="col-"]:first-child {
  padding-left: 20px;
}
.row.row__quadGutter > [class*="col-"]:last-child {
  padding-right: 20px;
}
.row.row__nomargin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.row__nopadding.row__table > [class*="col-"],
.row.row__nopadding.row__table > [class*="col-"],
.row.row__nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row.row__top > [class*="col-"] {
  vertical-align: top;
}
.row.row__middle > [class*="col-"] {
  vertical-align: middle;
}
.row.row__bottom > [class*="col-"] {
  vertical-align: bottom;
}
.row > .row,
.row .row__nested {
  margin-left: -20px;
  margin-right: -20px;
}
.row > .row.row__table,
.row .row__nested.row__table {
  margin-left: 0;
  margin-right: 0;
}
.row__homothetique .col_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
[class*="col-"] {
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  vertical-align: top;
}
/* 0 > 320px */
[class*="col-XS-"] {
  display: inline-block;
}
.row__table > [class*="col-XS-"] {
  display: table-cell;
}
.col-XS-1 {
  width: 8.33333333%;
}
.col-XS-2 {
  width: 16.66666667%;
}
.col-XS-3 {
  width: 25%;
}
.col-XS-4 {
  width: 33.33333333%;
}
.col-XS-5 {
  width: 41.66666667%;
}
.col-XS-6 {
  width: 50%;
}
.col-XS-7 {
  width: 58.33333333%;
}
.col-XS-8 {
  width: 66.66666667%;
}
.col-XS-9 {
  width: 75%;
}
.col-XS-10 {
  width: 83.33333333%;
}
.col-XS-11 {
  width: 91.66666667%;
}
.col-XS-12 {
  width: 100%;
}
.col-XS-10-1 {
  width: 10%;
}
.col-XS-10-2 {
  width: 20%;
}
.col-XS-10-3 {
  width: 30%;
}
.col-XS-10-4 {
  width: 40%;
}
.col-XS-10-5 {
  width: 50%;
}
.col-XS-10-6 {
  width: 60%;
}
.col-XS-10-7 {
  width: 70%;
}
.col-XS-10-8 {
  width: 80%;
}
.col-XS-10-9 {
  width: 90%;
}
.col-XS-10-10 {
  width: 100%;
}
.row__homothetique .col-XS-1 {
  padding-bottom: 8.33333333% !important;
}
.row__homothetique .col-XS-2 {
  padding-bottom: 16.66666667% !important;
}
.row__homothetique .col-XS-3 {
  padding-bottom: 25% !important;
}
.row__homothetique .col-XS-4 {
  padding-bottom: 33.33333333% !important;
}
.row__homothetique .col-XS-5 {
  padding-bottom: 41.66666667% !important;
}
.row__homothetique .col-XS-6 {
  padding-bottom: 50% !important;
}
.row__homothetique .col-XS-7 {
  padding-bottom: 58.33333333% !important;
}
.row__homothetique .col-XS-8 {
  padding-bottom: 66.66666667% !important;
}
.row__homothetique .col-XS-9 {
  padding-bottom: 75% !important;
}
.row__homothetique .col-XS-10 {
  padding-bottom: 83.33333333% !important;
}
.row__homothetique .col-XS-11 {
  padding-bottom: 91.66666667% !important;
}
.row__homothetique .col-XS-12 {
  padding-bottom: 100% !important;
}
.row__homothetique .col-XS-10-1 {
  padding-bottom: 10% !important;
}
.row__homothetique .col-XS-10-2 {
  padding-bottom: 20% !important;
}
.row__homothetique .col-XS-10-3 {
  padding-bottom: 30% !important;
}
.row__homothetique .col-XS-10-4 {
  padding-bottom: 40% !important;
}
.row__homothetique .col-XS-10-5 {
  padding-bottom: 50% !important;
}
.row__homothetique .col-XS-10-6 {
  padding-bottom: 60% !important;
}
.row__homothetique .col-XS-10-7 {
  padding-bottom: 70% !important;
}
.row__homothetique .col-XS-10-8 {
  padding-bottom: 80% !important;
}
.row__homothetique .col-XS-10-9 {
  padding-bottom: 90% !important;
}
.row__homothetique .col-XS-10-10 {
  padding-bottom: 100% !important;
}
.col-XS-offset-1 {
  margin-left: 8.33333333%;
}
.col-XS-offset-2 {
  margin-left: 16.66666667%;
}
.col-XS-offset-3 {
  margin-left: 25%;
}
.col-XS-offset-4 {
  margin-left: 33.33333333%;
}
.col-XS-offset-5 {
  margin-left: 41.66666667%;
}
.col-XS-offset-6 {
  margin-left: 50%;
}
.col-XS-offset-7 {
  margin-left: 58.33333333%;
}
.col-XS-offset-8 {
  margin-left: 66.66666667%;
}
.col-XS-offset-9 {
  margin-left: 75%;
}
.col-XS-offset-10 {
  margin-left: 83.33333333%;
}
.col-XS-offset-11 {
  margin-left: 91.66666667%;
}
.col-XS-offset-12 {
  margin-left: 100%;
}
.col-XS-offset-10-1 {
  margin-left: 10%;
}
.col-XS-offset-10-2 {
  margin-left: 20%;
}
.col-XS-offset-10-3 {
  margin-left: 30%;
}
.col-XS-offset-10-4 {
  margin-left: 40%;
}
.col-XS-offset-10-5 {
  margin-left: 50%;
}
.col-XS-offset-10-6 {
  margin-left: 60%;
}
.col-XS-offset-10-7 {
  margin-left: 70%;
}
.col-XS-offset-10-8 {
  margin-left: 80%;
}
.col-XS-offset-10-9 {
  margin-left: 90%;
}
.col-XS-offset-10-10 {
  margin-left: 100%;
}
/* 320 > 480px */
@media only screen and (min-width: 320px) {
  [class*="col-S-"] {
    display: inline-block;
  }
  .row__table > [class*="col-S-"] {
    display: table-cell;
  }
  .col-S-1 {
    width: 8.33333333%;
  }
  .col-S-2 {
    width: 16.66666667%;
  }
  .col-S-3 {
    width: 25%;
  }
  .col-S-4 {
    width: 33.33333333%;
  }
  .col-S-5 {
    width: 41.66666667%;
  }
  .col-S-6 {
    width: 50%;
  }
  .col-S-7 {
    width: 58.33333333%;
  }
  .col-S-8 {
    width: 66.66666667%;
  }
  .col-S-9 {
    width: 75%;
  }
  .col-S-10 {
    width: 83.33333333%;
  }
  .col-S-11 {
    width: 91.66666667%;
  }
  .col-S-12 {
    width: 100%;
  }
  .col-S-10-1 {
    width: 10%;
  }
  .col-S-10-2 {
    width: 20%;
  }
  .col-S-10-3 {
    width: 30%;
  }
  .col-S-10-4 {
    width: 40%;
  }
  .col-S-10-5 {
    width: 50%;
  }
  .col-S-10-6 {
    width: 60%;
  }
  .col-S-10-7 {
    width: 70%;
  }
  .col-S-10-8 {
    width: 80%;
  }
  .col-S-10-9 {
    width: 90%;
  }
  .col-S-10-10 {
    width: 100%;
  }
  .row__homothetique .col-S-1 {
    padding-bottom: 8.33333333% !important;
  }
  .row__homothetique .col-S-2 {
    padding-bottom: 16.66666667% !important;
  }
  .row__homothetique .col-S-3 {
    padding-bottom: 25% !important;
  }
  .row__homothetique .col-S-4 {
    padding-bottom: 33.33333333% !important;
  }
  .row__homothetique .col-S-5 {
    padding-bottom: 41.66666667% !important;
  }
  .row__homothetique .col-S-6 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-S-7 {
    padding-bottom: 58.33333333% !important;
  }
  .row__homothetique .col-S-8 {
    padding-bottom: 66.66666667% !important;
  }
  .row__homothetique .col-S-9 {
    padding-bottom: 75% !important;
  }
  .row__homothetique .col-S-10 {
    padding-bottom: 83.33333333% !important;
  }
  .row__homothetique .col-S-11 {
    padding-bottom: 91.66666667% !important;
  }
  .row__homothetique .col-S-12 {
    padding-bottom: 100% !important;
  }
  .row__homothetique .col-S-10-1 {
    padding-bottom: 10% !important;
  }
  .row__homothetique .col-S-10-2 {
    padding-bottom: 20% !important;
  }
  .row__homothetique .col-S-10-3 {
    padding-bottom: 30% !important;
  }
  .row__homothetique .col-S-10-4 {
    padding-bottom: 40% !important;
  }
  .row__homothetique .col-S-10-5 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-S-10-6 {
    padding-bottom: 60% !important;
  }
  .row__homothetique .col-S-10-7 {
    padding-bottom: 70% !important;
  }
  .row__homothetique .col-S-10-8 {
    padding-bottom: 80% !important;
  }
  .row__homothetique .col-S-10-9 {
    padding-bottom: 90% !important;
  }
  .row__homothetique .col-S-10-10 {
    padding-bottom: 100% !important;
  }
  .col-S-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-S-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-S-offset-3 {
    margin-left: 25%;
  }
  .col-S-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-S-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-S-offset-6 {
    margin-left: 50%;
  }
  .col-S-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-S-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-S-offset-9 {
    margin-left: 75%;
  }
  .col-S-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-S-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-S-offset-12 {
    margin-left: 100%;
  }
  .col-S-offset-10-1 {
    margin-left: 10%;
  }
  .col-S-offset-10-2 {
    margin-left: 20%;
  }
  .col-S-offset-10-3 {
    margin-left: 30%;
  }
  .col-S-offset-10-4 {
    margin-left: 40%;
  }
  .col-S-offset-10-5 {
    margin-left: 50%;
  }
  .col-S-offset-10-6 {
    margin-left: 60%;
  }
  .col-S-offset-10-7 {
    margin-left: 70%;
  }
  .col-S-offset-10-8 {
    margin-left: 80%;
  }
  .col-S-offset-10-9 {
    margin-left: 90%;
  }
  .col-S-offset-10-10 {
    margin-left: 100%;
  }
}
/* 480 > 768px */
@media only screen and (min-width: 480px) {
  [class*="col-MS-"] {
    display: inline-block;
  }
  .row__table > [class*="col-MS-"] {
    display: table-cell;
  }
  .col-MS-1 {
    width: 8.33333333%;
  }
  .col-MS-2 {
    width: 16.66666667%;
  }
  .col-MS-3 {
    width: 25%;
  }
  .col-MS-4 {
    width: 33.33333333%;
  }
  .col-MS-5 {
    width: 41.66666667%;
  }
  .col-MS-6 {
    width: 50%;
  }
  .col-MS-7 {
    width: 58.33333333%;
  }
  .col-MS-8 {
    width: 66.66666667%;
  }
  .col-MS-9 {
    width: 75%;
  }
  .col-MS-10 {
    width: 83.33333333%;
  }
  .col-MS-11 {
    width: 91.66666667%;
  }
  .col-MS-12 {
    width: 100%;
  }
  .col-MS-10-1 {
    width: 10%;
  }
  .col-MS-10-2 {
    width: 20%;
  }
  .col-MS-10-3 {
    width: 30%;
  }
  .col-MS-10-4 {
    width: 40%;
  }
  .col-MS-10-5 {
    width: 50%;
  }
  .col-MS-10-6 {
    width: 60%;
  }
  .col-MS-10-7 {
    width: 70%;
  }
  .col-MS-10-8 {
    width: 80%;
  }
  .col-MS-10-9 {
    width: 90%;
  }
  .col-MS-10-10 {
    width: 100%;
  }
  .row__homothetique .col-MS-1 {
    padding-bottom: 8.33333333% !important;
  }
  .row__homothetique .col-MS-2 {
    padding-bottom: 16.66666667% !important;
  }
  .row__homothetique .col-MS-3 {
    padding-bottom: 25% !important;
  }
  .row__homothetique .col-MS-4 {
    padding-bottom: 33.33333333% !important;
  }
  .row__homothetique .col-MS-5 {
    padding-bottom: 41.66666667% !important;
  }
  .row__homothetique .col-MS-6 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-MS-7 {
    padding-bottom: 58.33333333% !important;
  }
  .row__homothetique .col-MS-8 {
    padding-bottom: 66.66666667% !important;
  }
  .row__homothetique .col-MS-9 {
    padding-bottom: 75% !important;
  }
  .row__homothetique .col-MS-10 {
    padding-bottom: 83.33333333% !important;
  }
  .row__homothetique .col-MS-11 {
    padding-bottom: 91.66666667% !important;
  }
  .row__homothetique .col-MS-12 {
    padding-bottom: 100% !important;
  }
  .row__homothetique .col-MS-10-1 {
    padding-bottom: 10% !important;
  }
  .row__homothetique .col-MS-10-2 {
    padding-bottom: 20% !important;
  }
  .row__homothetique .col-MS-10-3 {
    padding-bottom: 30% !important;
  }
  .row__homothetique .col-MS-10-4 {
    padding-bottom: 40% !important;
  }
  .row__homothetique .col-MS-10-5 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-MS-10-6 {
    padding-bottom: 60% !important;
  }
  .row__homothetique .col-MS-10-7 {
    padding-bottom: 70% !important;
  }
  .row__homothetique .col-MS-10-8 {
    padding-bottom: 80% !important;
  }
  .row__homothetique .col-MS-10-9 {
    padding-bottom: 90% !important;
  }
  .row__homothetique .col-MS-10-10 {
    padding-bottom: 100% !important;
  }
  .col-MS-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-MS-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-MS-offset-3 {
    margin-left: 25%;
  }
  .col-MS-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-MS-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-MS-offset-6 {
    margin-left: 50%;
  }
  .col-MS-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-MS-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-MS-offset-9 {
    margin-left: 75%;
  }
  .col-MS-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-MS-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-MS-offset-12 {
    margin-left: 100%;
  }
  .col-MS-offset-10-1 {
    margin-left: 10%;
  }
  .col-MS-offset-10-2 {
    margin-left: 20%;
  }
  .col-MS-offset-10-3 {
    margin-left: 30%;
  }
  .col-MS-offset-10-4 {
    margin-left: 40%;
  }
  .col-MS-offset-10-5 {
    margin-left: 50%;
  }
  .col-MS-offset-10-6 {
    margin-left: 60%;
  }
  .col-MS-offset-10-7 {
    margin-left: 70%;
  }
  .col-MS-offset-10-8 {
    margin-left: 80%;
  }
  .col-MS-offset-10-9 {
    margin-left: 90%;
  }
  .col-MS-offset-10-10 {
    margin-left: 100%;
  }
}
/* 768 > 1024px */
@media only screen and (min-width: 768px) {
  .row {
    padding: 0 20px;
    /*&.row__table {
			> [class*="col-"] { 
				&:first-child { padding-left: @grid_outer_padding }
				&:last-child { padding-right: @grid_outer_padding }
			}
		}*/
  }
  .row > .row,
  .row .row__nested {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.row__maxwidth {
    max-width: 1040px;
  }
  .row.row__maxwidthLarge {
    max-width: 1200px;
  }
  .row.row__table {
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: table;
    padding: 0;
  }
  .row.row__table > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.row__table > [class*="col-"]:first-child {
    padding-left: 40px;
  }
  .row.row__table > [class*="col-"]:last-child {
    padding-right: 40px;
  }
  .row.row__table .tableRow {
    display: table-row;
  }
  .row.row__glued,
  .row.row__glued.row__table > [class*="col-"],
  .row.row__glued > [class*="col-"],
  .row.row__glued:first-child,
  .row.row__glued.row__table > [class*="col-"]:first-child,
  .row.row__glued > [class*="col-"]:first-child,
  .row.row__glued:last-child,
  .row.row__glued.row__table > [class*="col-"]:last-child,
  .row.row__glued > [class*="col-"]:last-child {
    padding: 0;
  }
  .row.row__glued > .row,
  .row.row__glued > [class*="col-"] > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.row__doubleGutter > [class*="col-"]:first-child,
  .row.row__quadGutter > [class*="col-"]:first-child {
    padding-left: 20px;
  }
  .row.row__doubleGutter > [class*="col-"]:last-child,
  .row.row__quadGutter > [class*="col-"]:last-child {
    padding-right: 20px;
  }
  .row.row__nopadding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  [class*="col-M-"] {
    display: inline-block;
  }
  .row__table > [class*="col-M-"] {
    display: table-cell;
  }
  .col-M-0-spacer {
    width: 0;
    padding: 0 !important;
    height: 100vh;
  }
  .col-M-1 {
    width: 8.33333333%;
  }
  .col-M-2 {
    width: 16.66666667%;
  }
  .col-M-3 {
    width: 25%;
  }
  .col-M-4 {
    width: 33.33333333%;
  }
  .col-M-5 {
    width: 41.66666667%;
  }
  .col-M-6 {
    width: 50%;
  }
  .col-M-7 {
    width: 58.33333333%;
  }
  .col-M-8 {
    width: 66.66666667%;
  }
  .col-M-9 {
    width: 75%;
  }
  .col-M-10 {
    width: 83.33333333%;
  }
  .col-M-11 {
    width: 91.66666667%;
  }
  .col-M-12 {
    width: 100%;
  }
  .col-M-1 {
    width: 8.33333333%;
  }
  .col-M-2 {
    width: 16.66666667%;
  }
  .col-M-3 {
    width: 25%;
  }
  .col-M-4 {
    width: 33.33333333%;
  }
  .col-M-5 {
    width: 41.66666667%;
  }
  .col-M-6 {
    width: 50%;
  }
  .col-M-7 {
    width: 58.33333333%;
  }
  .col-M-8 {
    width: 66.66666667%;
  }
  .col-M-9 {
    width: 75%;
  }
  .col-M-10 {
    width: 83.33333333%;
  }
  .col-M-11 {
    width: 91.66666667%;
  }
  .col-M-12 {
    width: 100%;
  }
  .row__homothetique .col-M-1 {
    padding-bottom: 8.33333333% !important;
  }
  .row__homothetique .col-M-2 {
    padding-bottom: 16.66666667% !important;
  }
  .row__homothetique .col-M-3 {
    padding-bottom: 25% !important;
  }
  .row__homothetique .col-M-4 {
    padding-bottom: 33.33333333% !important;
  }
  .row__homothetique .col-M-5 {
    padding-bottom: 41.66666667% !important;
  }
  .row__homothetique .col-M-6 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-M-7 {
    padding-bottom: 58.33333333% !important;
  }
  .row__homothetique .col-M-8 {
    padding-bottom: 66.66666667% !important;
  }
  .row__homothetique .col-M-9 {
    padding-bottom: 75% !important;
  }
  .row__homothetique .col-M-10 {
    padding-bottom: 83.33333333% !important;
  }
  .row__homothetique .col-M-11 {
    padding-bottom: 91.66666667% !important;
  }
  .row__homothetique .col-M-12 {
    padding-bottom: 100% !important;
  }
  .row__homothetique .col-M-10-1 {
    padding-bottom: 10% !important;
  }
  .row__homothetique .col-M-10-2 {
    padding-bottom: 20% !important;
  }
  .row__homothetique .col-M-10-3 {
    padding-bottom: 30% !important;
  }
  .row__homothetique .col-M-10-4 {
    padding-bottom: 40% !important;
  }
  .row__homothetique .col-M-10-5 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-M-10-6 {
    padding-bottom: 60% !important;
  }
  .row__homothetique .col-M-10-7 {
    padding-bottom: 70% !important;
  }
  .row__homothetique .col-M-10-8 {
    padding-bottom: 80% !important;
  }
  .row__homothetique .col-M-10-9 {
    padding-bottom: 90% !important;
  }
  .row__homothetique .col-M-10-10 {
    padding-bottom: 100% !important;
  }
  .col-M-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-M-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-M-offset-3 {
    margin-left: 25%;
  }
  .col-M-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-M-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-M-offset-6 {
    margin-left: 50%;
  }
  .col-M-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-M-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-M-offset-9 {
    margin-left: 75%;
  }
  .col-M-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-M-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-M-offset-12 {
    margin-left: 100%;
  }
  .col-M-offset-10-1 {
    margin-left: 10%;
  }
  .col-M-offset-10-2 {
    margin-left: 20%;
  }
  .col-M-offset-10-3 {
    margin-left: 30%;
  }
  .col-M-offset-10-4 {
    margin-left: 40%;
  }
  .col-M-offset-10-5 {
    margin-left: 50%;
  }
  .col-M-offset-10-6 {
    margin-left: 60%;
  }
  .col-M-offset-10-7 {
    margin-left: 70%;
  }
  .col-M-offset-10-8 {
    margin-left: 80%;
  }
  .col-M-offset-10-9 {
    margin-left: 90%;
  }
  .col-M-offset-10-10 {
    margin-left: 100%;
  }
}
/* 1024 > 1280px */
@media only screen and (min-width: 1024px) {
  [class*="col-MM-"] {
    display: inline-block;
  }
  .row__table > [class*="col-MM-"] {
    display: table-cell;
  }
  .col-MM-1 {
    width: 8.33333333%;
  }
  .col-MM-2 {
    width: 16.66666667%;
  }
  .col-MM-3 {
    width: 25%;
  }
  .col-MM-4 {
    width: 33.33333333%;
  }
  .col-MM-5 {
    width: 41.66666667%;
  }
  .col-MM-6 {
    width: 50%;
  }
  .col-MM-7 {
    width: 58.33333333%;
  }
  .col-MM-8 {
    width: 66.66666667%;
  }
  .col-MM-9 {
    width: 75%;
  }
  .col-MM-10 {
    width: 83.33333333%;
  }
  .col-MM-11 {
    width: 91.66666667%;
  }
  .col-MM-12 {
    width: 100%;
  }
  .col-MM-10-1 {
    width: 10%;
  }
  .col-MM-10-2 {
    width: 20%;
  }
  .col-MM-10-3 {
    width: 30%;
  }
  .col-MM-10-4 {
    width: 40%;
  }
  .col-MM-10-5 {
    width: 50%;
  }
  .col-MM-10-6 {
    width: 60%;
  }
  .col-MM-10-7 {
    width: 70%;
  }
  .col-MM-10-8 {
    width: 80%;
  }
  .col-MM-10-9 {
    width: 90%;
  }
  .col-MM-10-10 {
    width: 100%;
  }
  .row__homothetique .col-MM-1 {
    padding-bottom: 8.33333333% !important;
  }
  .row__homothetique .col-MM-2 {
    padding-bottom: 16.66666667% !important;
  }
  .row__homothetique .col-MM-3 {
    padding-bottom: 25% !important;
  }
  .row__homothetique .col-MM-4 {
    padding-bottom: 33.33333333% !important;
  }
  .row__homothetique .col-MM-5 {
    padding-bottom: 41.66666667% !important;
  }
  .row__homothetique .col-MM-6 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-MM-7 {
    padding-bottom: 58.33333333% !important;
  }
  .row__homothetique .col-MM-8 {
    padding-bottom: 66.66666667% !important;
  }
  .row__homothetique .col-MM-9 {
    padding-bottom: 75% !important;
  }
  .row__homothetique .col-MM-10 {
    padding-bottom: 83.33333333% !important;
  }
  .row__homothetique .col-MM-11 {
    padding-bottom: 91.66666667% !important;
  }
  .row__homothetique .col-MM-12 {
    padding-bottom: 100% !important;
  }
  .row__homothetique .col-MM-10-1 {
    padding-bottom: 10% !important;
  }
  .row__homothetique .col-MM-10-2 {
    padding-bottom: 20% !important;
  }
  .row__homothetique .col-MM-10-3 {
    padding-bottom: 30% !important;
  }
  .row__homothetique .col-MM-10-4 {
    padding-bottom: 40% !important;
  }
  .row__homothetique .col-MM-10-5 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-MM-10-6 {
    padding-bottom: 60% !important;
  }
  .row__homothetique .col-MM-10-7 {
    padding-bottom: 70% !important;
  }
  .row__homothetique .col-MM-10-8 {
    padding-bottom: 80% !important;
  }
  .row__homothetique .col-MM-10-9 {
    padding-bottom: 90% !important;
  }
  .row__homothetique .col-MM-10-10 {
    padding-bottom: 100% !important;
  }
  .col-MM-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-MM-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-MM-offset-3 {
    margin-left: 25%;
  }
  .col-MM-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-MM-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-MM-offset-6 {
    margin-left: 50%;
  }
  .col-MM-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-MM-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-MM-offset-9 {
    margin-left: 75%;
  }
  .col-MM-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-MM-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-MM-offset-12 {
    margin-left: 100%;
  }
  .col-MM-offset-10-1 {
    margin-left: 10%;
  }
  .col-MM-offset-10-2 {
    margin-left: 20%;
  }
  .col-MM-offset-10-3 {
    margin-left: 30%;
  }
  .col-MM-offset-10-4 {
    margin-left: 40%;
  }
  .col-MM-offset-10-5 {
    margin-left: 50%;
  }
  .col-MM-offset-10-6 {
    margin-left: 60%;
  }
  .col-MM-offset-10-7 {
    margin-left: 70%;
  }
  .col-MM-offset-10-8 {
    margin-left: 80%;
  }
  .col-MM-offset-10-9 {
    margin-left: 90%;
  }
  .col-MM-offset-10-10 {
    margin-left: 100%;
  }
}
/* 1024 > 1280px */
@media only screen and (min-width: 1280px) {
  /*.row {
		padding: 0 (@grid_outer_padding * 2) - (@grid_gutter_width * 2) / 2;

		> .row,
		.row__nested {
			margin-left: -(@grid_outer_padding * 2);
			margin-right: -(@grid_outer_padding * 2);
		}

		&.row__maxwidth { 
			max-width: @grid_max_width + ((@grid_outer_padding * 2) * 2 );
		}

		&.row__maxwidthLarge { 
			max-width: @grid_max_widthLarge + ((@grid_outer_padding * 2) * 2 );
		}

		&.row__table {
			> [class*="col-"] { 
				&:first-child { padding-left: (@grid_outer_padding * 2) }
				&:last-child { padding-right: (@grid_outer_padding * 2) }
			}
		}

		&.row__glued {
			&,
			&.row__table > [class*="col-"],
			> [class*="col-"] { 
				&, &:first-child, &:last-child { padding: 0; }
			}

			> .row,
			> [class*="col-"] > .row {
				margin-left:  0;
				margin-right: 0;
			}
		}


		&.row__doubleGutter,
		&.row__quadGutter {
			> [class*="col-"] { 

				&:first-child { padding-left: (@grid_gutter_width * 2) / 2 }
				&:last-child { padding-right: (@grid_gutter_width * 2) / 2 }
			}
		}

		&.row__nopadding {
			> [class*="col-"] { 
				padding-left:  0;
				padding-right: 0;	
			}	
		}
	}


	[class*="col-"] { 
		padding-left:  (@grid_gutter_width * 2) / 2;
		padding-right: (@grid_gutter_width * 2) / 2;
	}*/
  [class*="col-L-"] {
    display: inline-block;
  }
  .row__table > [class*="col-L-"] {
    display: table-cell;
  }
  .col-L-1 {
    width: 8.33333333%;
  }
  .col-L-2 {
    width: 16.66666667%;
  }
  .col-L-3 {
    width: 25%;
  }
  .col-L-4 {
    width: 33.33333333%;
  }
  .col-L-5 {
    width: 41.66666667%;
  }
  .col-L-6 {
    width: 50%;
  }
  .col-L-7 {
    width: 58.33333333%;
  }
  .col-L-8 {
    width: 66.66666667%;
  }
  .col-L-9 {
    width: 75%;
  }
  .col-L-10 {
    width: 83.33333333%;
  }
  .col-L-11 {
    width: 91.66666667%;
  }
  .col-L-12 {
    width: 100%;
  }
  .col-L-10-1 {
    width: 10%;
  }
  .col-L-10-2 {
    width: 20%;
  }
  .col-L-10-3 {
    width: 30%;
  }
  .col-L-10-4 {
    width: 40%;
  }
  .col-L-10-5 {
    width: 50%;
  }
  .col-L-10-6 {
    width: 60%;
  }
  .col-L-10-7 {
    width: 70%;
  }
  .col-L-10-8 {
    width: 80%;
  }
  .col-L-10-9 {
    width: 90%;
  }
  .col-L-10-10 {
    width: 100%;
  }
  .row__homothetique .col-L-1 {
    padding-bottom: 8.33333333% !important;
  }
  .row__homothetique .col-L-2 {
    padding-bottom: 16.66666667% !important;
  }
  .row__homothetique .col-L-3 {
    padding-bottom: 25% !important;
  }
  .row__homothetique .col-L-4 {
    padding-bottom: 33.33333333% !important;
  }
  .row__homothetique .col-L-5 {
    padding-bottom: 41.66666667% !important;
  }
  .row__homothetique .col-L-6 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-L-7 {
    padding-bottom: 58.33333333% !important;
  }
  .row__homothetique .col-L-8 {
    padding-bottom: 66.66666667% !important;
  }
  .row__homothetique .col-L-9 {
    padding-bottom: 75% !important;
  }
  .row__homothetique .col-L-10 {
    padding-bottom: 83.33333333% !important;
  }
  .row__homothetique .col-L-11 {
    padding-bottom: 91.66666667% !important;
  }
  .row__homothetique .col-L-12 {
    padding-bottom: 100% !important;
  }
  .row__homothetique .col-L-10-1 {
    padding-bottom: 10% !important;
  }
  .row__homothetique .col-L-10-2 {
    padding-bottom: 20% !important;
  }
  .row__homothetique .col-L-10-3 {
    padding-bottom: 30% !important;
  }
  .row__homothetique .col-L-10-4 {
    padding-bottom: 40% !important;
  }
  .row__homothetique .col-L-10-5 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-L-10-6 {
    padding-bottom: 60% !important;
  }
  .row__homothetique .col-L-10-7 {
    padding-bottom: 70% !important;
  }
  .row__homothetique .col-L-10-8 {
    padding-bottom: 80% !important;
  }
  .row__homothetique .col-L-10-9 {
    padding-bottom: 90% !important;
  }
  .row__homothetique .col-L-10-10 {
    padding-bottom: 100% !important;
  }
  .col-L-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-L-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-L-offset-3 {
    margin-left: 25%;
  }
  .col-L-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-L-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-L-offset-6 {
    margin-left: 50%;
  }
  .col-L-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-L-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-L-offset-9 {
    margin-left: 75%;
  }
  .col-L-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-L-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-L-offset-12 {
    margin-left: 100%;
  }
  .col-L-offset-10-1 {
    margin-left: 10%;
  }
  .col-L-offset-10-2 {
    margin-left: 20%;
  }
  .col-L-offset-10-3 {
    margin-left: 30%;
  }
  .col-L-offset-10-4 {
    margin-left: 40%;
  }
  .col-L-offset-10-5 {
    margin-left: 50%;
  }
  .col-L-offset-10-6 {
    margin-left: 60%;
  }
  .col-L-offset-10-7 {
    margin-left: 70%;
  }
  .col-L-offset-10-8 {
    margin-left: 80%;
  }
  .col-L-offset-10-9 {
    margin-left: 90%;
  }
  .col-L-offset-10-10 {
    margin-left: 100%;
  }
}
/* 1280 > ... */
@media only screen and (min-width: 1400px) {
  [class*="col-XL-"] {
    display: inline-block;
  }
  .row__table > [class*="col-XL-"] {
    display: table-cell;
  }
  .col-XL-1 {
    width: 8.33333333%;
  }
  .col-XL-2 {
    width: 16.66666667%;
  }
  .col-XL-3 {
    width: 25%;
  }
  .col-XL-4 {
    width: 33.33333333%;
  }
  .col-XL-5 {
    width: 41.66666667%;
  }
  .col-XL-6 {
    width: 50%;
  }
  .col-XL-7 {
    width: 58.33333333%;
  }
  .col-XL-8 {
    width: 66.66666667%;
  }
  .col-XL-9 {
    width: 75%;
  }
  .col-XL-10 {
    width: 83.33333333%;
  }
  .col-XL-11 {
    width: 91.66666667%;
  }
  .col-XL-12 {
    width: 100%;
  }
  .col-XL-10-1 {
    width: 10%;
  }
  .col-XL-10-2 {
    width: 20%;
  }
  .col-XL-10-3 {
    width: 30%;
  }
  .col-XL-10-4 {
    width: 40%;
  }
  .col-XL-10-5 {
    width: 50%;
  }
  .col-XL-10-6 {
    width: 60%;
  }
  .col-XL-10-7 {
    width: 70%;
  }
  .col-XL-10-8 {
    width: 80%;
  }
  .col-XL-10-9 {
    width: 90%;
  }
  .col-XL-10-10 {
    width: 100%;
  }
  .row__homothetique .col-XL-1 {
    padding-bottom: 8.33333333% !important;
  }
  .row__homothetique .col-XL-2 {
    padding-bottom: 16.66666667% !important;
  }
  .row__homothetique .col-XL-3 {
    padding-bottom: 25% !important;
  }
  .row__homothetique .col-XL-4 {
    padding-bottom: 33.33333333% !important;
  }
  .row__homothetique .col-XL-5 {
    padding-bottom: 41.66666667% !important;
  }
  .row__homothetique .col-XL-6 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-XL-7 {
    padding-bottom: 58.33333333% !important;
  }
  .row__homothetique .col-XL-8 {
    padding-bottom: 66.66666667% !important;
  }
  .row__homothetique .col-XL-9 {
    padding-bottom: 75% !important;
  }
  .row__homothetique .col-XL-10 {
    padding-bottom: 83.33333333% !important;
  }
  .row__homothetique .col-XL-11 {
    padding-bottom: 91.66666667% !important;
  }
  .row__homothetique .col-XL-12 {
    padding-bottom: 100% !important;
  }
  .row__homothetique .col-XL-10-1 {
    padding-bottom: 10% !important;
  }
  .row__homothetique .col-XL-10-2 {
    padding-bottom: 20% !important;
  }
  .row__homothetique .col-XL-10-3 {
    padding-bottom: 30% !important;
  }
  .row__homothetique .col-XL-10-4 {
    padding-bottom: 40% !important;
  }
  .row__homothetique .col-XL-10-5 {
    padding-bottom: 50% !important;
  }
  .row__homothetique .col-XL-10-6 {
    padding-bottom: 60% !important;
  }
  .row__homothetique .col-XL-10-7 {
    padding-bottom: 70% !important;
  }
  .row__homothetique .col-XL-10-8 {
    padding-bottom: 80% !important;
  }
  .row__homothetique .col-XL-10-9 {
    padding-bottom: 90% !important;
  }
  .row__homothetique .col-XL-10-10 {
    padding-bottom: 100% !important;
  }
  .col-XL-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-XL-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-XL-offset-3 {
    margin-left: 25%;
  }
  .col-XL-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-XL-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-XL-offset-6 {
    margin-left: 50%;
  }
  .col-XL-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-XL-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-XL-offset-9 {
    margin-left: 75%;
  }
  .col-XL-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-XL-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-XL-offset-12 {
    margin-left: 100%;
  }
  .col-XL-offset-10-1 {
    margin-left: 10%;
  }
  .col-XL-offset-10-2 {
    margin-left: 20%;
  }
  .col-XL-offset-10-3 {
    margin-left: 30%;
  }
  .col-XL-offset-10-4 {
    margin-left: 40%;
  }
  .col-XL-offset-10-5 {
    margin-left: 50%;
  }
  .col-XL-offset-10-6 {
    margin-left: 60%;
  }
  .col-XL-offset-10-7 {
    margin-left: 70%;
  }
  .col-XL-offset-10-8 {
    margin-left: 80%;
  }
  .col-XL-offset-10-9 {
    margin-left: 90%;
  }
  .col-XL-offset-10-10 {
    margin-left: 100%;
  }
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    display: inline-block;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    display: inline-block;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    display: inline-block;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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-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-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-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-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-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");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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;
}
/* Scrollbar */
.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;
}
/* Preloader */
.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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  /*background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;*/
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 30px;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  /*opacity: 0;*/
}
.twentytwenty-before-label:before {
  content: "Avant";
}
.twentytwenty-after-label {
  /*opacity: 0;*/
}
.twentytwenty-after-label:before {
  content: "Après";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 20px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 20px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-handle,
.twentytwenty-handle:before,
.twentytwenty-handle:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  background: #ffffff;
}
body.admin-bar {
  margin-top: 32px;
}
body.page-template-template-accueil {
  overflow: hidden;
}
.pagewrapper {
  height: 100%;
  /*position: fixed;
	// top: @header_height;
	top:    0;
	left:   0;
	right:  0;
	bottom: 0;
	background: #FFF;

	overflow-y: auto; /* has to be scroll, not auto *
	-webkit-overflow-scrolling: touch;*/
}
.pageContent {
  position: relative;
  z-index: 30;
  padding: 3rem 0;
}
.posMiddleTable {
  table-layout: fixed;
  display: table !important;
  width: 100%;
  min-height: 100%;
  height: 100%;
}
.posMiddleTable_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.posMiddleTable,
.posMiddleTable_inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .medium-posMiddleTable {
    display: table !important;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .medium-posMiddleTable_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /*.pagewrapper {
		top: 0;
		right: @header_width;
		// direction: rtl;
	}*/
  /*.pagewrapper_inner {
			direction: ltr;
		}*/
  .pageContent {
    padding: 4rem 0;
  }
  .pageContent__hasTopBar {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .midMedium-posMiddleTable {
    display: table !important;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .midMedium-posMiddleTable_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.btn,
a.btn {
  display: inline-block;
  position: relative;
  z-index: 10;
  border: 2px solid #c6a300;
  background: none;
  font-weight: 700;
  font-size: 0.93333333rem;
  color: #c6a300;
  padding: 1.1em 2em .95em;
  line-height: 1.4;
  text-transform: uppercase;
  overflow: hidden;
  box-shadow: 0 0 0 0 #c6a300;
  border-radius: 100px;
  /*&:after {
		content:" ";
		position: absolute;
		top: -5%;
		left: -5%;
		height: 110%;
		width: 110%;
		background: @color;
		z-index: -1;
		.translateX(-100%);
	}

	&:before {
		content: '\2192';
		position: relative;
		display: inline-block;
		margin-right: .5em;
		// top: -2px;
		left: 0;
		.transition(left ease 300ms);
	}*/
}
.btn,
a.btn,
.btn:before,
a.btn:before,
.btn:after,
a.btn:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.no-touch .btn:not(.btn__nohover):hover,
.no-touch a.btn:not(.btn__nohover):hover {
  box-shadow: 0 0 0 2px #c6a300;
}
.btn.small,
a.btn.small {
  font-size: 0.8rem;
}
.btn.large,
a.btn.large {
  font-size: 1.06666667rem;
}
a.iconLink {
  border: none;
  display: inline-block;
  font-size: 0.66666667rem;
  letter-spacing: .3em;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.4;
}
a.iconLink i {
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-size: 1.4em;
  margin-right: 0.4em;
}
a.iconLink:hover {
  color: #c6a300;
}
a.iconLink.blanc {
  color: #FFF;
}
a.iconLink.blanc:hover {
  color: #c6a300;
}
a.linkBack {
  text-transform: uppercase;
  border: none;
}
.global form {
  position: relative;
  margin-top: 1em;
}
.form_div {
  position: relative;
}
.form_div:before,
.form_div:after {
  content: " ";
  display: table;
}
.form_div:after {
  clear: both;
}
form:before,
form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
label {
  font-size: 0.73333333rem;
  display: block;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  letter-spacing: .3em;
}
.infieldlabel {
  position: relative;
}
.infieldlabel label {
  position: absolute;
  top: 18px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.infieldlabel.active label {
  opacity: 0.5;
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  font-size: 0.6rem;
}
input {
  display: block;
  margin: 0;
  font-weight: normal;
}
input[type=number] {
  -webkit-appaerance: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=password],
textarea {
  font-size: 0.93333333rem;
  text-transform: uppercase;
  letter-spacing: .3em;
  display: block;
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #c6a300;
  background: transparent;
  height: 50px;
  padding: 12px 0 0;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  color: #FFF;
}
form [class*="col-"]:first-child input[type=text],
form [class*="col-"]:first-child input[type=email],
form [class*="col-"]:first-child input[type=tel],
form [class*="col-"]:first-child input[type=number],
form [class*="col-"]:first-child input[type=search],
form [class*="col-"]:first-child input[type=password],
form [class*="col-"]:first-child textarea {
  border-top-color: #c6a300;
}
textarea {
  padding: 23px 0 7px;
  line-height: 1.6;
  resize: none;
  overflow: hidden;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
select {
  display: block;
  height: 40px;
  border: 1px solid #CCC;
}
input[type=submit],
button:not(.btn) {
  display: inline-block;
  background: #FFFFFF;
  color: #c6a300;
  font-size: 1.2rem;
  padding: 0.7em 1.3em 0.5em;
  border: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 100px;
  box-shadow: 0 0 0 0 #FFF;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  outline: 0;
}
input[type=submit]:hover,
button:not(.btn):hover {
  box-shadow: 0 0 0 2px #FFF;
}
.form_submit {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  form [class*="col-"] input[type=text],
  form [class*="col-"] input[type=email],
  form [class*="col-"] input[type=tel],
  form [class*="col-"] input[type=number],
  form [class*="col-"] input[type=search],
  form [class*="col-"] input[type=password],
  form [class*="col-"] textarea {
    border-top-color: #c6a300;
  }
  .form_submit {
    float: left;
  }
  div.wpcf7-response-output {
    float: right;
  }
}
@media only screen and (min-height: 900px) {
  .infieldlabel label {
    top: 26px;
  }
  .infieldlabel.active label {
    opacity: 0.5;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=search],
  input[type=password],
  textarea {
    height: 70px;
    padding: 20px 0 0;
  }
  textarea {
    padding: 34px 0 22px;
  }
}
@media only screen and (min-height: 1100px) {
  .infieldlabel label {
    top: 31px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=search],
  input[type=password],
  textarea {
    height: 80px;
  }
  textarea {
    padding: 38px 0 27px;
  }
}
input[type=text].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 {
  border-top-color: #D00 !important;
}
div.wpcf7 .ajax-loader {
  margin-left: 15px;
  margin-top: -3px;
  background-image: url(http://www.midgard-its.eu/wp-content/themes/midgard/assets/images/ajax-loader.gif);
}
.wpcf7-form-control-wrap {
  position: static;
}
span.wpcf7-not-valid-tip {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0.66666667rem;
  background-color: #D00;
  color: #FFF;
  padding: 3px 5px 2px;
  font-weight: normal;
  line-height: 1.4;
  position: absolute;
  top: 0;
  right: 0;
}
div.wpcf7-response-output {
  border: none;
  padding: 0.4em 1em;
  margin: 2em 0 0;
  color: #555;
  font-size: 1.06666667rem;
}
div.wpcf7-mail-sent-ok {
  background: #DEF0C7;
}
div.wpcf7-mail-sent-ng {
  background: #FFC5C5;
}
div.wpcf7-spam-blocked {
  background: #FFD381;
}
div.wpcf7-validation-errors {
  background: #FAF4A2;
}
.languagesList {
  color: #FFF;
  text-transform: uppercase;
}
.languagesList a {
  color: inherit;
  font-size: 1rem;
  font-weight: 300;
  border: none;
}
.languagesList .active a {
  font-weight: 500;
}
.languagesList ul {
  margin-left: 0;
  font-size: 0;
}
.languagesList ul li {
  display: inline-block;
  font-size: 1rem;
}
.languagesList ul li {
  padding: 0 .6em;
  line-height: 1;
}
.languagesList ul li:first-child {
  padding-left: 0;
}
.languagesList ul li:last-child {
  padding-right: 0;
}
.languagesList ul li:not(:first-child) {
  border-left: 1px solid currentcolor;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  /*a {
		.medium;
	}*/
}
.admin-bar .header {
  top: 32px !important;
}
a.header_menuToggle {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  border: none;
  position: relative;
  z-index: 50;
  overflow: hidden;
  background: #c6a300;
  color: #FFF;
  text-align: center;
}
.header_menuToggle_label {
  display: none;
}
.header_nav {
  position: absolute;
  top: 0;
  right: 100%;
  width: 240px;
  height: 100vh;
  z-index: -10;
  background: #111111;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  padding-bottom: 20px;
  overflow-y: auto;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.header_nav::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #111111;
}
.header_nav::-webkit-scrollbar-thumb {
  background-color: #292929;
}
.header_nav_inner {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.header_nav_logo {
  padding: 15px 0;
  margin: 0 20px 10px;
  display: block;
  border-bottom: 1px solid #2b2b2b;
}
.header_nav_logo img {
  max-height: 100px;
}
.header .languagesList {
  border-top: 1px solid #2b2b2b;
  padding: 15px 0;
  margin: 7px 20px;
}
.header_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -20;
  background: #111111;
  opacity: 0;
  visibility: hidden;
}
.header,
.header_nav_inner,
.header_overlay {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}
.menuOpen .header,
.menuOpen .header_nav,
.menuOpen .pagewrapper {
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
}
.menuOpen .header {
  -webkit-transform: translateX(240px);
  transform: translateX(240px);
}
.menuOpen .header_nav_inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all ease 450ms 300ms;
  transition: all ease 450ms 300ms;
}
.menuOpen .header_overlay {
  opacity: .85;
  visibility: visible;
}
@media only screen and (min-width: 1024px) {
  .header {
    width: 100%;
  }
  a.header_menuToggle {
    display: none;
  }
  .header_nav {
    position: relative;
    width: auto;
    height: auto;
    right: auto;
    overflow: visible;
    background: none;
  }
  .header_nav_inner {
    text-align: left;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0 20px;
  }
  .header_nav_inner:before,
  .header_nav_inner:after {
    content: " ";
    display: table;
  }
  .header_nav_inner:after {
    clear: both;
  }
  a.header_nav_logo {
    border: none;
    margin: 0;
    float: left;
  }
  .mainMenu {
    float: right;
  }
  .header_overlay {
    display: none;
  }
  .menuOpen .header {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header .languagesList {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .header_nav_inner {
    padding: 0 30px;
  }
  .header_nav_logo img {
    max-height: 115px;
  }
}
@media only screen and (min-width: 1400px) {
  .header_nav_inner {
    padding: 0 40px;
  }
}
.footer_lang {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer_lang {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer_lang {
    padding: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer_lang {
    padding: 40px;
  }
}
.burger_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  outline: 0;
  position: relative;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
  line-height: 37px;
  -webkit-transition: border-color ease 300ms, transform ease 300ms;
  transition: border-color ease 300ms, transform ease 300ms;
}
.burger_icon span {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: background ease 300ms;
  transition: background ease 300ms;
}
.burger_icon span,
.burger_icon span:before,
.burger_icon span:after {
  width: 25px;
  height: 3px;
  background: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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: -8px;
}
.burger_icon span:after {
  bottom: -8px;
}
.no-touch .burger:hover .burger_icon span:before {
  top: -10px;
}
.no-touch .burger:hover .burger_icon span:after {
  bottom: -10px;
}
.burger__cross .burger_text__open,
.burger__active .burger_text__open {
  top: -100%;
  opacity: 0;
}
.burger__cross .burger_text__close,
.burger__active .burger_text__close {
  top: 0;
  opacity: 1;
}
.burger__cross .burger_icon span,
.burger__active .burger_icon span {
  background: transparent !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);
}
.gridIcon {
  position: relative;
  display: inline-block;
  top: -2px;
}
.gridIcon,
.gridIcon span,
.gridIcon:before,
.gridIcon span:before,
.gridIcon:after,
.gridIcon span:after {
  width: 3px;
  height: 3px;
  background: #FFF;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gridIcon:before,
.gridIcon span:before,
.gridIcon:after,
.gridIcon span:after {
  content: " ";
  position: absolute;
  left: 0;
}
.gridIcon:before,
.gridIcon span:before {
  bottom: 6px;
}
.gridIcon:after,
.gridIcon span:after {
  top: 6px;
}
.gridIcon span {
  position: absolute;
}
.gridIcon .gridIcon_left {
  left: -6px;
}
.gridIcon .gridIcon_right {
  right: -6px;
}
a:hover .gridIcon:before,
a:hover .gridIcon span:before {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
a:hover .gridIcon:after,
a:hover .gridIcon span:after {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
a:hover .gridIcon .gridIcon_left {
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}
a:hover .gridIcon .gridIcon_right {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}
a.scrollLink {
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 0.73333333rem;
  border: none;
  white-space: nowrap;
}
a.scrollLink img {
  width: 40px;
  margin-left: 20px;
}
.mainMenu {
  font-size: 1.06666667rem;
  text-align: center;
  /*li:not(:last-child) {
		border-bottom: 1px solid #FFF;
	}*/
}
.mainMenu a {
  display: block;
  border: none;
  text-transform: uppercase;
  padding: .2em 15px .0em;
  color: #FFF;
  font-weight: 300;
}
.mainMenu a,
.mainMenu a:before,
.mainMenu a:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mainMenu a:active {
  -webkit-transition: none;
  transition: none;
  opacity: .6;
}
.mainMenu a span {
  display: inline-block;
  line-height: 1.2;
  position: relative;
}
.mainMenu a span,
.mainMenu a span:before,
.mainMenu a span:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mainMenu a span:after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: -5px;
  left: 0;
  height: 3px;
  background: #c6a300;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
body:not([class*="fp-viewing"]) .mainMenu .current_page_item a,
body:not([class*="fp-viewing"]) .mainMenu .current-menu-item a,
body:not([class*="fp-viewing"]) .mainMenu .current_page_parent a,
body[class*="fp-viewing"] .mainMenu a.active {
  margin-bottom: .35em;
}
body:not([class*="fp-viewing"]) .mainMenu .current_page_item a span:after,
body:not([class*="fp-viewing"]) .mainMenu .current-menu-item a span:after,
body:not([class*="fp-viewing"]) .mainMenu .current_page_parent a span:after,
body[class*="fp-viewing"] .mainMenu a.active span:after {
  opacity: 1;
}
.no-touch .mainMenu a:hover {
  opacity: .9;
}
@media only screen and (min-width: 1024px) {
  .mainMenu {
    margin-left: 0;
    font-size: 0;
    text-align: right;
  }
  .mainMenu li {
    display: inline-block;
    font-size: 1rem;
  }
  .mainMenu li:last-child a {
    padding-right: 10px;
  }
  .mainMenu a {
    font-size: 0.93333333rem;
    padding: 20px 10px;
  }
  .no-touch .mainMenu a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .mainMenu a span:after {
    bottom: -9px;
    height: 4px;
  }
  .no-touch body:not([class*="fp-viewing"]) .mainMenu .current_page_item a:hover,
  .no-touch body:not([class*="fp-viewing"]) .mainMenu .current-menu-item a:hover,
  .no-touch body:not([class*="fp-viewing"]) .mainMenu .current_page_parent a:hover,
  .no-touch body[class*="fp-viewing"] .mainMenu a.active:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header__dark .mainMenu a {
    color: #111111;
  }
}
@media only screen and (min-width: 1150px) {
  .mainMenu a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .mainMenu a {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .mainMenu a {
    font-size: 1.06666667rem;
    padding: 30px 20px;
  }
}
/*@media @medium {

	.mainMenu {
		.font-size(18);
	}

}


@media @mid-medium {

	.mainMenu {
		.font-size(20);
		line-height: 4;
	}

}


@media @x-large {

	.mainMenu {
		.font-size(24);
		line-height: 4;
	}

}*/
ul.sharebox {
  text-transform: uppercase;
  /*li:first-child a { margin-left:  0; }
	li:last-child  a { margin-right: 0; }*/
}
ul.sharebox li {
  font-size: 0.8rem;
}
ul.sharebox a {
  border: none;
}
.swiper-slide,
.swiper-slide-bg,
.swiper-slide-caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.swiper-slide-caption {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 25px;
  right: 110px;
  color: #FFF;
  font-size: 0.66666667rem;
  line-height: 1.4;
  letter-spacing: .3em;
  text-align: right;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
@media only screen and (min-width: 768px) {
  .swiper-slide-caption {
    display: block;
  }
}
.sliderPhotoIntro .swiper-slide {
  width: auto;
}
.sliderPhotoIntro .swiper-slide:not(:last-child) {
  border-right: 1px solid #FFF;
}
.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-slide-active .swiper-slide-bg {
  -webkit-animation: zoomIn 1s;
  animation: zoomIn 1s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.swiper-slide-active .swiper-slide-caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease 500ms 300ms;
  transition: all ease 500ms 300ms;
}
.swiper-slide-prev .swiper-slide-bg,
.swiper-slide-next .swiper-slide-bg {
  -webkit-animation: zoomOut 1s;
  animation: zoomOut 1s;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.slider .photoPage_content {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider .swiper-slide.swiper-slide-prev .photoPage_content {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.slider .swiper-slide.swiper-slide-next .photoPage_content {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.slider .swiper-slide.swiper-slide-active .photoPage_content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all ease 400ms 400ms;
  transition: all ease 400ms 400ms;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  top: auto;
  height: 3px;
  bottom: 0;
  background: none;
}
.swiper-container-horizontal > .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #c6a300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.photoPage_bottomNav a.swiper-button-prev,
.photoPage_bottomNav a.swiper-button-next {
  position: static;
  background: none;
  margin-top: 0;
  color: #FFF;
  background: #ccac19;
  border: none;
  -webkit-transition: none;
  transition: none;
}
.photoPage_bottomNav a.swiper-button-prev span,
.photoPage_bottomNav a.swiper-button-next span {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*position: relative;
		top: 2px;*/
}
.no-touch .photoPage_bottomNav a.swiper-button-prev:hover span,
.no-touch .photoPage_bottomNav a.swiper-button-next:hover span {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.photoPage_bottomNav a.swiper-button-prev {
  /*left: auto;
	right: 52px;*/
  border-right: 1px solid #c6a300;
}
.no-touch .photoPage_bottomNav a.swiper-button-prev:hover span {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
  -webkit-transition: all ease 250ms 100ms;
  transition: all ease 250ms 100ms;
}
.actu:not(:last-child) {
  margin-bottom: 4rem;
}
.actu_image,
a.actu_image {
  display: block;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  margin-bottom: -40px;
  background: #EEE;
}
.actu_image img,
a.actu_image img {
  margin: 0 auto;
}
.no-touch a.actu_image:hover {
  opacity: .9;
}
.actu_inner {
  position: relative;
  z-index: 20;
  background: #FFF;
  text-align: center;
  padding: 20px;
  margin: 0 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.actu_header {
  margin-bottom: 1em;
}
.actu_meta {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #c6a300;
  letter-spacing: .1em;
}
.actu_meta a {
  border: none;
}
.actu_titre {
  margin: 0 0 .5rem;
  color: #000000;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: .1em;
}
.actu_titre a {
  color: inherit;
  border: none;
}
.no-touch .actu_titre a:hover {
  color: #c6a300;
}
.actu_contenu *:last-child {
  margin-bottom: 0;
}
.actu_btn {
  margin-top: 1rem;
}
.actu_footer {
  position: relative;
  margin-top: 1.3rem;
  padding-top: 1.5rem;
  color: #c6a300;
}
.actu_footer:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 3px;
  background: #c6a300;
}
@media only screen and (min-width: 768px) {
  .actu_image,
  a.actu_image {
    margin-bottom: -60px;
  }
  .actu_inner {
    margin: 0 40px;
    padding: 40px;
  }
}
.single .actu_image,
.single a.actu_image {
  margin-bottom: 2rem;
}
.posts-navigation {
  padding-top: 20px;
}
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after {
  content: " ";
  display: table;
}
.posts-navigation .nav-links:after {
  clear: both;
}
.posts-navigation .nav-links .nav-previous {
  float: left;
}
.posts-navigation .nav-links .nav-next {
  float: right;
}
ul.page-numbers {
  margin-left: 0;
  list-style: none;
  font-size: 0;
  text-align: left;
  margin-top: 4rem !important;
}
ul.page-numbers li {
  display: inline-block;
  font-size: 1rem;
}
ul.page-numbers,
ul.page-numbers li {
  padding: 0;
  margin: 0;
}
ul.page-numbers:before,
ul.page-numbers li:before {
  display: none;
  content: " ";
}
ul.page-numbers a,
ul.page-numbers span {
  display: inline-block;
  border: none;
  font-size: 1rem;
  line-height: 1;
  padding: 0 5px;
  background: #FFF;
  vertical-align: top;
  color: #000000;
  height: 35px;
  min-width: 35px;
  text-align: center;
  line-height: 34px;
  margin-right: 1px;
}
ul.page-numbers a.dots,
ul.page-numbers span.dots {
  background: transparent;
  color: #999;
}
ul.page-numbers a.current,
ul.page-numbers span.current {
  background: #c6a300;
  color: #FFF;
}
.no-touch ul.page-numbers a:hover {
  background: #FCFCFC;
}
.pageTitle {
  color: #c6a300;
}
.pageTitle h1 {
  color: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pageTitle.blanc {
  color: #FFF;
}
.pageTitle + * {
  margin-top: 2rem;
}
.sousTitre {
  font-weight: 300;
  font-size: 1.33333333rem;
  color: inherit;
  margin-top: .1em;
  line-height: 1.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sousTitre a {
  border: none;
  color: inherit;
}
@media only screen and (min-width: 1280px) and (max-height: 900px) {
  .sousTitre {
    font-size: 1.66666667rem;
  }
}
@media only screen and (min-width: 1280px) and (min-height: 900px) {
  .sousTitre {
    font-size: 2rem;
  }
}
.filtres {
  font-weight: 300;
  font-size: 1.33333333rem;
  color: inherit;
  margin-top: .1em;
  line-height: 1.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: -15px;
  font-size: 1.2rem;
  letter-spacing: .2em;
}
.filtres a {
  border: none;
  color: inherit;
}
.filtre {
  position: relative;
  display: inline-block;
}
.filtre a {
  display: block;
  color: inherit;
  border: none;
  cursor: pointer;
  outline: none;
}
.filtre_toggle {
  position: relative;
  color: #FFF;
  padding: 0 15px;
}
.filtre_toggle:after {
  content: " ";
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  position: absolute;
}
.filtre_toggle_icon {
  color: #c6a300;
  position: relative;
  top: -1px;
  font-size: .8em;
}
.filtre_liste {
  position: absolute;
  min-width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  background: #000000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.filtre_liste:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 10px 11px;
  border-color: transparent transparent #000000 transparent;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
.filtre_liste,
.filtre_liste ul {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}
.filtre_liste ul {
  position: relative;
  padding: 12px 0 !important;
}
.filtre_liste .cat-item-none,
.filtre_liste a {
  display: block;
  border: none;
  color: #FFF;
  font-size: 0.93333333rem;
  padding: 5px 15px;
}
.filtre_liste a:hover {
  background: #4a4a4a;
}
.filtre_liste .active a,
.filtre_liste .current-cat a {
  color: #c6a300;
  font-weight: bold;
  background: #4a4a4a;
}
.filtre.open .filtre_liste {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  -webkit-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
}
.mfp-bg {
  background: #000000;
}
@media only screen and (min-width: 1024px) {
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mfp-wrap button {
  background: none !important;
}
.mfp-arrow {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.mfp-arrow:before {
  display: none;
}
.mfp-arrow:after {
  width: 43px;
  height: 43px;
  border: none;
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: #DADADA;
  top: 34px;
  margin: 0;
}
.mfp-arrow-left:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: auto;
  right: 12px;
}
.mfp-arrow-left:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.mfp-arrow-right:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 12px;
  right: auto;
}
.mfp-arrow-right:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #c6a300;
  cursor: pointer !important;
  padding: 0;
  font-size: 1.66666667rem;
}
.mfp-title {
  color: #FFFFFF;
}
.mfp-counter {
  color: #c6a300;
  font-weight: 700;
}
.mfp-figure:after {
  display: none;
}
.mfp-bg,
.mfp-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* overlay at start */
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: .95;
}
/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.3s 0.3s ease;
  transition: all 0.3s 0.3s ease;
}
/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.pageBackground {
  background-color: #111111;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}
.photoPage_contentWrapper {
  padding: 20px;
}
.photoPage_content {
  position: relative;
  z-index: 20;
  color: #FFF;
  letter-spacing: .2em;
}
.photoPage__marginLarge {
  margin-bottom: 2rem !important;
}
.photoPage__margin {
  margin-bottom: 2rem !important;
}
.photoPage__marginMin {
  margin-bottom: 1rem !important;
}
.photoPage_title {
  color: #FFF;
  font-size: 1.33333333rem;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: .9;
}
.photoPage_subTitle {
  font-size: 1.06666667rem;
  line-height: 1.4;
  margin: 0;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.photoPage_subTitleLight {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.06666667rem;
  line-height: 1.4;
  letter-spacing: .2em;
  margin: 0;
}
.photoPage_subTitleBold {
  color: #c6a300;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .2em;
  margin: 0;
}
.photoPage_text {
  font-size: 0.93333333rem;
  line-height: 1.8;
  letter-spacing: .05em;
  max-width: 750px;
  margin: 0;
}
.photoPage_textUpper {
  font-size: 0.93333333rem;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;
}
.photoPage_textUpper a {
  color: inherit;
  border: none;
}
.photoPage_maxWidth {
  max-width: 500px;
}
.photoPage_bottomNav {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  font-size: 0;
  height: 50px;
  line-height: 50px;
  color: #FFF;
}
.photoPage_bottomNav.fixed {
  position: fixed;
}
.photoPage_bottomNav a {
  display: inline-block;
  height: 50px;
  width: 45px;
  text-align: center;
  font-size: 1rem;
  color: inherit;
  background: #c6a300;
  border: none;
  outline: 0;
}
.photoPage_bottomNav a:active {
  background: #c9a80d;
}
.photoPage_bottomNav a.autoWidth {
  width: auto;
  text-align: left;
}
.photoPage_bottomNav_section {
  vertical-align: top;
  display: inline-block;
  margin-right: 1px;
  background: #c6a300;
  height: 50px;
}
.photoPage_bottomNav a.autoWidth,
.photoPage_bottomNav_content {
  padding: 0 20px;
  display: inline-block;
  font-size: 0.73333333rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.photoPage_bottomNav a.photoPage_filtre_toggle {
  position: relative;
  padding-right: 65px !important;
  display: block;
}
.photoPage_filtre_toggle_icon {
  background: #ccac19;
  display: inline-block;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.photoPage_filtre_toggle_icon span {
  display: inline-block;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  letter-spacing: 0;
}
.photoPage_filtre_liste {
  position: relative;
  z-index: -1;
  top: -50px;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.photoPage_filtre_liste a.autoWidth {
  height: 60px;
  line-height: 60px;
  display: block;
  background: #ccac19;
}
.no-touch .photoPage_filtre_liste a.autoWidth:hover {
  background: #c6a300;
}
.photoPage_filtre.open .photoPage_filtre_liste {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.photoPage_filtre.open .photoPage_filtre_toggle_icon span {
  transform: rotateX(-180deg);
}
@media only screen and (min-width: 480px) {
  .photoPage_title {
    font-size: 2.13333333rem;
  }
  .photoPage_subTitleLight,
  .photoPage_subTitleBold {
    font-size: 1.46666667rem;
  }
  .photoPage_bottomNav {
    height: 70px;
    line-height: 70px;
  }
  .photoPage_bottomNav a {
    height: 70px;
  }
  .photoPage_bottomNav_section {
    height: 70px;
  }
  .photoPage_filtre_liste {
    top: -70px;
  }
}
@media only screen and (min-width: 768px) {
  .photoPage__marginLarge {
    margin-bottom: 3rem !important;
  }
  .photoPage_contentWrapper {
    padding: 40px;
  }
  .photoPage_title {
    font-size: 2.66666667rem;
  }
}
@media only screen and (min-width: 1024px) {
  .photoPage_title {
    font-size: 3.33333333rem;
  }
  .photoPage_subTitleLight,
  .photoPage_subTitleBold {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .photoPage_contentWrapper {
    padding: 60px;
  }
  .photoPage_title {
    font-size: 4rem;
  }
  .photoPage_text {
    font-size: 1.06666667rem;
  }
  .photoPage_text.large {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .photoPage_contentWrapper {
    padding: 5vw;
  }
  .photoPage_title {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1650px) {
  .photoPage_text {
    font-size: 1.2rem;
  }
  .photoPage_text.large {
    font-size: 1.33333333rem;
  }
}
.pageImage_image {
  background: #111111;
}
.pageImage_content {
  background: #FFF;
}
.pageImage_content_inner {
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .pageImage_content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70vw;
    z-index: 600;
    max-width: 960px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
    -webkit-transform: translateX(calc(100% - 40px));
    transform: translateX(calc(100% - 40px));
  }
  .pageImage_content.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .pageImage_content,
  .pageImage_content_container,
  .pageImage_content_inner {
    height: 100%;
  }
  .pageImage_content_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
  }
  .js-accueil_contentContainer .pageImage_content_container {
    opacity: 0;
    visibility: hidden;
  }
  .pageImage_content_container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 400ms 800ms;
    transition: all ease 400ms 800ms;
  }
  .pageImage_content_inner {
    position: relative;
    z-index: 20;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
    padding: 80px 60px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .pageImage_content_toggle {
    position: absolute;
    z-index: 200;
    top: 50%;
    left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    background: #c6a300;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: 0;
  }
  .no-touch .pageImage_content_toggle:hover {
    background: #d5b000;
  }
  .pageImage_content_toggle_icon {
    position: relative;
    z-index: 30;
    display: inline-block;
    overflow: hidden;
    width: 40%;
    height: 40%;
    vertical-align: middle;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
  }
  .pageImage_content_toggle_icon,
  .pageImage_content_toggle_icon:before,
  .pageImage_content_toggle_icon:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .pageImage_content_toggle_icon:before,
  .pageImage_content_toggle_icon:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 4px solid #FFF;
    left: 50%;
    margin-left: -2px;
  }
  .pageImage_content_toggle_icon:before {
    bottom: 50%;
    transform: skewX(-40deg);
    transform-origin: 0 100%;
    -webkit-transition: all ease 250ms;
    transition: all ease 250ms;
  }
  .pageImage_content_toggle_icon:after {
    top: 50%;
    transform: skewX(40deg);
    transform-origin: 0 0;
    -webkit-transition: all ease 250ms;
    transition: all ease 250ms;
  }
  .open .pageImage_content_toggle_icon {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
  }
  .open .pageImage_content_toggle_icon:before {
    transform: skewX(-40deg) translateY(50%);
    -webkit-transition: all ease 250ms 500ms;
    transition: all ease 250ms 500ms;
  }
  .open .pageImage_content_toggle_icon:after {
    transform: skewX(40deg) translateY(-50%);
    -webkit-transition: all ease 250ms 700ms;
    transition: all ease 250ms 700ms;
  }
}
@media only screen and (min-width: 1024px) {
  .pageImage_content {
    width: 60vw;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 1150px) {
  .pageImage_content {
    -webkit-transform: translateX(calc(100% - 80px));
    transform: translateX(calc(100% - 80px));
  }
  .pageImage_content_toggle {
    left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .pageImage_content {
    width: 50vw;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(calc(100% - 10vw));
    transform: translateX(calc(100% - 10vw));
  }
  .pageImage_content_inner {
    padding: 100px 80px;
  }
  .pageImage_content_toggle {
    left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.projetItem:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #dddddd;
}
.projetItem a {
  border: none;
}
.projetItem_image {
  padding: 0 !important;
  overflow: hidden;
}
.projetItem_image img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all ease 600ms;
  transition: all ease 600ms;
}
.projetItem_texte {
  background: #f7f7f7;
  color: #000000;
  padding: 30px !important;
}
.projetItem_categories {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #c6a300;
}
.projetItem_titre {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin: 0.2em 0 1.5rem;
}
.projetItem_contenu {
  margin: 1.5rem 0 1.8rem;
}
.projetItem_contenu *:last-child {
  margin-bottom: 0;
}
.projetItem a:hover .projetItem_image img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
/*.projetItem a:active {
	opacity: .8;
	.transition(none);
}*/
.projetDetail_image {
  margin-bottom: 2rem;
}
.projetDetail_image a {
  display: block;
  border: none;
}
.bigList {
  line-height: 1.5;
  letter-spacing: .2em;
  text-transform: uppercase;
}
a.bigList_link {
  color: #FFF;
  border: none;
  padding: 1.5em 0;
  display: block;
}
.no-touch a.bigList_link:hover {
  color: #f9cd00;
}
.bigList_title {
  font-weight: 900;
  font-size: 1.33333333rem;
}
.bigList_job {
  font-weight: 300;
  font-size: 1.06666667rem;
}
@media only screen and (min-width: 480px) {
  .bigList_title {
    font-size: 2rem;
  }
  .bigList_job {
    font-size: 1.33333333rem;
  }
}
.gridList {
  text-align: left;
}
.gridList li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  background: #000000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  opacity: 0;
  z-index: -1;
}
.no-touch .gridList li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.gridList_link,
a.gridList_link {
  display: block;
  padding: 20px 0;
  border: none;
  color: #FFF;
  position: relative;
  z-index: 10;
}
.no-touch .gridList_link:hover .btn,
.no-touch a.gridList_link:hover .btn {
  color: #c6a300;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.gridList_title {
  text-transform: uppercase;
  font-size: 1.33333333rem;
  font-weight: 900;
  letter-spacing: .2em;
  color: #FFF;
  word-wrap: break-word;
  line-height: 1.3;
  margin-bottom: 0.7em;
}
.gridList_image,
.gridList_texte {
  margin-bottom: 20px;
}
.gridList_image {
  float: left;
  margin-top: 5px;
}
.gridList_texte {
  line-height: 2.1;
  font-size: 0.66666667rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 20px;
  top: 3px;
  position: relative;
  overflow: hidden;
}
.gridList_btn {
  padding-top: 10px;
  clear: both;
}
.gridList li:not(:last-child) {
  border-bottom: 1px dashed #2a2a2a;
}
@media only screen and (min-width: 480px) {
  .gridList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .gridList li {
    width: 50%;
  }
  .gridList li:nth-child(odd) {
    border-right: 1px dashed #2a2a2a;
  }
  .gridList li:after {
    left: 0;
    right: 0;
  }
  .gridList_link,
  a.gridList_link {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .gridList_link,
  a.gridList_link {
    padding: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .gridList li {
    width: 33.33333333%;
  }
  .gridList li:nth-child(odd) {
    border-right: none;
  }
  .gridList li:not(:nth-child(3n)) {
    border-right: 1px dashed #2a2a2a;
  }
  .gridList_link,
  a.gridList_link {
    padding: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .gridList_link,
  a.gridList_link {
    padding: 40px;
  }
}
.gallery {
  font-size: 0;
  margin: 3rem -10px;
}
.gallery-item {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  width: 100%;
  padding: 0 10px 20px;
  margin: 0;
}
.gallery-item a {
  display: block;
  border: none;
}
.no-touch .gallery-item a:hover {
  opacity: .8;
}
.gallery-caption {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-weight: 600;
  font-size: 0.93333333rem;
}
@media only screen and (min-width: 480px) {
  .gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.fullpageGallery {
  position: relative;
  z-index: -1;
  /*&,
	& .section {
		overflow: hidden;
	}*/
  /*.section:nth-child(1) .fullpageGallery_image { z-index: 0 }
	.section:nth-child(2) .fullpageGallery_image { z-index: 1 }
	.section:nth-child(3) .fullpageGallery_image { z-index: 2 }
	.section:nth-child(4) .fullpageGallery_image { z-index: 3 }
	.section:nth-child(5) .fullpageGallery_image { z-index: 4 }
	.section:nth-child(6) .fullpageGallery_image { z-index: 5 }*/
}
.fullpageGallery .section {
  position: relative;
}
.fullpageGallery_image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 20px 60px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 500ms 300ms;
  transition: all ease 500ms 300ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
}
.modal_inner {
  position: relative;
  z-index: 10;
  background: #111111;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal_close {
  border: none;
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -50px;
  width: 40px;
  height: 40px;
  opacity: 0;
}
.modal_close:after,
.modal_close:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #FFF;
  top: 50%;
  left: 50%;
  margin-top: -20px;
}
.modal_close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .modal_close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal__full {
  padding: 100px 20px 20px;
  background: #111111;
}
.modal__full .modal_close {
  top: -65px;
}
.modal__full .modal_inner {
  max-width: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .modal__full {
    padding: 100px 40px 40px;
    right: 80px;
  }
}
.modal.open {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal.open::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #111111;
}
.modal.open::-webkit-scrollbar-thumb {
  background-color: #191919;
}
.modal.open::-webkit-scrollbar-thumb:hover {
  background-color: #202020;
}
.modal.open .modal_inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease 500ms 500ms;
  transition: all ease 500ms 500ms;
}
.modal.open .modal_close {
  opacity: .6;
}
.modal__logo .modal_bg {
  background: rgba(45, 81, 40, 0.97);
}
.modal__logo .modal_close {
  position: fixed;
  top: 35px;
  left: 32px;
  margin-left: 0;
}
.modal__logo.open::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #2d5128;
}
.modal__logo.open::-webkit-scrollbar-thumb {
  background-color: #274723;
}
.modal__logo .modal_inner {
  background: transparent;
  box-shadow: none;
  color: #FFF;
  text-align: center;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal__logo svg {
  width: 300px;
  margin: 2rem auto;
  overflow: visible;
}
@media only screen and (min-width: 1280px) {
  .modal__logo .modal_close {
    top: 40px;
    left: 47px;
  }
}
@media only screen and (min-width: 1400px) {
  .modal__logo .modal_close {
    left: 57px;
  }
}
.loader {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111111;
  opacity: 0;
  visibility: hidden;
}
.loader:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #0e0e0e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: logo_loading 3s ease;
  animation: logo_loading 3s ease;
}
.loaded .loader:before {
  -webkit-animation: none;
  animation: none;
}
.loading .loader {
  opacity: 1;
  visibility: visible;
}
.loaded .loader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s 0s;
  transition: all ease 0.4s 0s;
}
.first_loading .loader {
  display: block;
}
.loader_inner {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.loader_logo {
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
.loader_logo svg {
  width: 200px;
  height: auto;
}
.loader_logo .back {
  opacity: .4;
}
.loader_logo .front {
  position: absolute;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: logo_loading 3s ease;
  animation: logo_loading 3s ease;
}
.loaded .loader_logo .front {
  -webkit-animation: none;
  animation: none;
}
@media only screen and (min-width: 768px) {
  .loader_logo svg {
    width: 400px;
  }
}
@-webkit-keyframes logo_loading {
  0% {
    width: 0%;
  }
  30% {
    width: 20%;
  }
  40% {
    width: 25%;
  }
  100% {
    width: 100%;
  }
}
@keyframes logo_loading {
  0% {
    width: 0%;
  }
  30% {
    width: 20%;
  }
  40% {
    width: 25%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes logo_loaded {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes logo_loaded {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section {
  overflow: hidden;
  position: relative;
}
.section_header {
  position: relative;
  min-height: 250px;
}
.section_header .posMiddleTable {
  height: 250px;
}
.section__scroll {
  overflow-x: hidden;
  overflow-y: auto;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .section_header,
  .section {
    height: 100vh;
  }
  .section_header .posMiddleTable,
  .section .posMiddleTable {
    height: 100%;
  }
  .section_header {
    padding-top: 80px;
  }
}
.contactMap {
  height: 250px;
  padding: 20px;
}
.gmap,
#map-canvas {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .contactMap {
    height: 100%;
  }
}
.contactMap_window {
  font-size: 0.93333333rem;
}
.contactMap_window *:last-child {
  margin-bottom: 0;
}
#nw-chart-legend li {
  padding-left: 5px;
}
#nw-chart-legend li:before {
  display: none;
}
.nw-chart-container canvas {
  max-width: 100%;
  height: auto !important;
}
.chart {
  max-width: 100%;
  height: auto !important;
}
.easyPieChart canvas {
  max-width: 100%;
  height: auto !important;
}
.fullpage-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-fullpage > .section:not(:first-child) {
  display: none;
}
.fp-section.active .pageTitle h1,
.fp-section.active .pageTitle .sousTitre {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.fp-section.active.fp-completely .pageTitle h1,
.fp-section.active.fp-completely .pageTitle .sousTitre {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.fp-section.active.fp-completely .pageTitle h1 {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}
.fp-section.active.fp-completely .pageTitle .sousTitre {
  -webkit-transition: all ease 400ms 200ms;
  transition: all ease 400ms 200ms;
}
@media only screen and (min-width: 768px) {
  .js-fullpage > .section {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (min-height: 1000px) {
  .js-fullpage > .section .section_header {
    padding-top: 0;
    padding-bottom: 70px;
  }
  /*.pageImage_pagination {
		position: fixed;
		bottom: 40px;
		left:   40px;

		a {
			position: relative;
			font-size: 0;
			display: block;
			width: 40px;
			border-bottom: 1px solid #FFF;
			height: 20px;
			outline: 0;

			&:after {
				content:" ";
				position: absolute;
				bottom: 3px;
				height: 4px;
				width: 40px;
				opacity: 0;
				//.translateX(-3px);
				background: @color;
				.acceleration;
				.transition(all ease 300ms);
			}

			&:not(.active):hover {
				width: 50px;
			}

			&.active {
				&:after {
					//.translateX(0);
					opacity: 1;
				}
			}
		}
	}*/
}
@media only screen and (min-width: 1024px) {
  .single .pagewrapper,
  .page-template-default .pagewrapper {
    height: auto;
    padding: 80px 10vw 0;
  }
  .single .mainMenu,
  .page-template-default .mainMenu {
    position: relative;
  }
  .single .mainMenu:after,
  .page-template-default .mainMenu:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100vw;
    z-index: -10;
    background: #FFF;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-template-page-image .header_nav_inner,
  .page-template-template-accueil .header_nav_inner,
  .page-template-template-contact .header_nav_inner,
  .blog .header_nav_inner,
  .page-template-template-page-image .section_header,
  .page-template-template-accueil .section_header,
  .page-template-template-contact .section_header,
  .blog .section_header {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1150px) {
  .page-template-template-page-image .header_nav_inner,
  .page-template-template-accueil .header_nav_inner,
  .page-template-template-contact .header_nav_inner,
  .blog .header_nav_inner,
  .page-template-template-page-image .section_header,
  .page-template-template-accueil .section_header,
  .page-template-template-contact .section_header,
  .blog .section_header {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-template-template-page-image .header_nav_inner,
  .page-template-template-accueil .header_nav_inner,
  .page-template-template-contact .header_nav_inner,
  .blog .header_nav_inner,
  .page-template-template-page-image .section_header,
  .page-template-template-accueil .section_header,
  .page-template-template-contact .section_header,
  .blog .section_header {
    margin-right: 10vw;
  }
}
#admin-menu ul {
  padding: 0;
  overflow: visible;
  list-style: none;
}
#admin-menu ul,
#admin-menu ul li {
  padding: 0;
  margin: 0;
}
#admin-menu ul:before,
#admin-menu ul li:before {
  display: none;
  content: " ";
}
#admin-menu .dropdown li {
  position: static;
}
#admin-menu .admin-menu-search input {
  height: auto;
}
ul.tabs,
ul.action-links {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  padding-bottom: 5px !important;
}
ul.tabs,
ul.action-links,
ul.tabs li,
ul.action-links li {
  padding: 0;
  margin: 0;
}
ul.tabs:before,
ul.action-links:before,
ul.tabs li:before,
ul.action-links li:before {
  display: none;
  content: " ";
}
ul.tabs li,
ul.action-links li {
  display: inline-block;
  font-size: 1rem;
}
ul.tabs a,
ul.action-links a {
  display: inline-block;
  padding: 3px 10px;
  background: #F3F3F3;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  margin-right: 3px;
  color: #333;
  transition: all ease 250ms;
}
ul.tabs a:hover,
ul.action-links a:hover {
  background: #c6a300;
  color: #FFF;
}
.messages {
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  margin: 0 0 2em;
  padding: 15px;
  color: #333333;
}
.messages ul {
  list-style: none;
}
.messages ul,
.messages ul li {
  padding: 0;
  margin: 0;
}
.messages ul:before,
.messages ul li:before {
  display: none;
  content: " ";
}
.messages ul li:last-child {
  padding-bottom: 0;
}
.status,
.ok {
  background-color: #DFF0D8 !important;
  border-color: #c1e2b3 !important;
}
.warning {
  background-color: #FFF8D3 !important;
  border-color: #fff0a0 !important;
}
.error {
  background-color: #F2DEDE !important;
  border-color: #e4b9b9 !important;
}
::-webkit-scrollbar {
  width: 10px;
  height: 0px;
  background-color: #ffffff;
}
::-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: #ffffff;
  scrollbar-arrow-color: #cccccc;
  scrollbar-shadow-color: #cccccc;
  scrollbar-dark-shadow-color: #cccccc;
}
.verticalScroll {
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  /*.page-template-template-equipe-php .pagewrapper,
	.page-template-template-liens-php  .pagewrapper,
	.page-template-default             .pagewrapper {
		overflow: hidden;
	}*/
  .js-horizontalScroll {
    overflow-y: hidden;
    overflow-x: scroll;
    height: 100vh;
  }
  .js-horizontalScroll_fixed {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .js-horizontalScroll__autoHeight {
    height: auto;
  }
  .verticalScroll {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
::selection {
  background: #c6a300;
  color: #FFF;
}
::-moz-selection {
  background: #c6a300;
  color: #FFF;
}
@media print {
  body {
    color: #000;
    background: #fff;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .entry-content a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  .header,
  .footer {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  [class*=anim_] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .anim_fadeFromLeft,
  .anim_fadeFromRight,
  .anim_fadeFromTop,
  .anim_fadeFromBottom,
  .anim_fadeIn {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all ease 600ms 200ms;
    transition: all ease 600ms 200ms;
  }
  .first_loading:not(.loaded) .anim_fadeFromLeft.anim_first,
  .first_loading:not(.loaded) .anim_fadeFromRight.anim_first,
  .first_loading:not(.loaded) .anim_fadeFromTop.anim_first,
  .first_loading:not(.loaded) .anim_fadeFromBottom.anim_first,
  .first_loading:not(.loaded) .anim_fadeIn.anim_first,
  .loading .anim_fadeFromLeft:not(.anim_first),
  .loading .anim_fadeFromRight:not(.anim_first),
  .loading .anim_fadeFromTop:not(.anim_first),
  .loading .anim_fadeFromBottom:not(.anim_first),
  .loading .anim_fadeIn:not(.anim_first) {
    opacity: 0;
  }
  .first_loading:not(.loaded) .anim_fadeFromLeft.anim_first,
  .loading .anim_fadeFromLeft:not(.anim_first) {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .first_loading:not(.loaded) .anim_fadeFromRight.anim_first,
  .loading .anim_fadeFromRight:not(.anim_first) {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  .first_loading:not(.loaded) .anim_fadeFromTop.anim_first,
  .loading .anim_fadeFromTop:not(.anim_first) {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .first_loading:not(.loaded) .anim_fadeFromBottom.anim_first,
  .loading .anim_fadeFromBottom:not(.anim_first) {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .first_loading:not(.loaded) .anim_fadeIn.anim_first,
  .loading .anim_fadeIn:not(.anim_first) {
    opacity: 0;
  }
  .anim_delay1 {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .anim_delay2 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
  }
  .anim_delay3 {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
  }
  .anim_delay4 {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  .anim_delay5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  .anim_delay6 {
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
  }
  .anim_delay7 {
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }
  .anim_delay8 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
  }
  .anim_delay9 {
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
  }
  .anim_delay10 {
    -webkit-transition-delay: 2200ms;
    transition-delay: 2200ms;
  }
  .anim_duration800 {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
  }
  .anim_duration1000 {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .anim_duration1200 {
    -webkit-transition-duration: 1200ms;
    transition-duration: 1200ms;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
