/*! 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;
}
/* This stylesheet generated by Transfonter (http://transfonter.org) on April 21, 2016 7:31 PM */
@font-face {
  font-family: 'Tillard';
  src: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Regular.eot);
  src: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Regular.eot?#iefix) format('embedded-opentype'), url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Regular.woff) format('woff'), url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tillard';
  src: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Bold.eot);
  src: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Bold.eot?#iefix) format('embedded-opentype'), url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Bold.woff) format('woff'), url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Tillard';
  src: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Medium.eot);
  src: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Medium.eot?#iefix) format('embedded-opentype'), url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Medium.woff) format('woff'), url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/fonts/Tillard-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.tillard-decoration.lu/wp-content/themes/tillard/css/../assets/fonts/icomoon.eot?pory5i');
  src: url('http://www.tillard-decoration.lu/wp-content/themes/tillard/css/../assets/fonts/icomoon.eot?#iefixpory5i') format('embedded-opentype'), url('http://www.tillard-decoration.lu/wp-content/themes/tillard/css/../assets/fonts/icomoon.woff?pory5i') format('woff'), url('http://www.tillard-decoration.lu/wp-content/themes/tillard/css/../assets/fonts/icomoon.ttf?pory5i') format('truetype'), url('http://www.tillard-decoration.lu/wp-content/themes/tillard/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: 'Tillard', sans-serif;
  font-size: 13px;
  line-height: 2.3;
  color: #111111;
}
a {
  text-decoration: none;
  color: #c68c19;
  border-bottom: 1px solid currentcolor;
  transition: all ease 250ms;
  /* &:visited {
		color: @color_dark;
	} */
}
a:hover {
  color: #996c13;
}
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: 'Tillard', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 1.5em 0 0.5em;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 1.84615385rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #c68c19;
  letter-spacing: .5em;
}
h2,
.h2 {
  font-size: 1.92307692rem;
  letter-spacing: .15em;
  color: #c68c19;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h3,
.h3 {
  font-size: 1.53846154rem;
}
h4,
.h4 {
  font-size: 1.38461538rem;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 1.07692308rem;
}
h6,
.h6 {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 1.47692308rem;
  }
}
@media only screen and (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 1.84615385rem;
  }
  h2,
  .h2 {
    font-size: 1.92307692rem;
  }
  h3,
  .h3 {
    font-size: 1.53846154rem;
  }
  h4,
  .h4 {
    font-size: 1.38461538rem;
  }
  h5,
  .h5 {
    font-size: 1.07692308rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
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.69230769rem;
  }
}
/*.sousTitre {
	.font-size(16);
	font-weight: bold;
	color: @noir_2;
	margin-bottom: 1.4em;

	.sharebox {
		float: right;
		margin-top: -3px;
	}
}*/
p {
  margin: 0 0 2em;
  letter-spacing: .1em;
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.2em 35px;
  letter-spacing: .1em;
}
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: #996c13;
  top: 14px;
  left: 18px;
}
blockquote {
  font-family: 'Georgia', serif;
  position: relative;
  font-size: 1.15384615rem;
  font-style: italic;
  line-height: 2.5;
  z-index: 2;
  margin: 1.5em 0 1.5em;
}
blockquote,
blockquote p {
  letter-spacing: 0;
}
blockquote p {
  margin-bottom: 1em;
}
blockquote *:last-child {
  margin-bottom: 0;
}
blockquote:after {
  content: " ";
  position: absolute;
  width: 175px;
  height: 150px;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/images/quote.svg);
  background-size: 100%;
  opacity: .05;
}
blockquote:first-child {
  margin-top: 0;
}
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: 'Tillard', sans-serif;
}
.noir {
  color: #111111;
}
.blanc {
  color: #FFF;
}
.color {
  color: #c68c19;
}
.bgCover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.bgGris {
  background: #EEE;
}
.bgBlanc {
  background: #FFF;
}
.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;
  background: #000000;
  opacity: .45;
}
.boxedText {
  display: inline-block;
  padding: .1em .4em;
  background: #c68c19;
  color: #FFF;
  font-size: 1.38461538rem;
}
.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;
  }
}
.acceleration,
.imageFaded:after,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-before-label:before,
.twentytwenty-after-label:before,
.twentytwenty-overlay,
.twentytwenty-handle,
.twentytwenty-handle:before,
.twentytwenty-handle:after,
.posMiddleTable,
.posMiddleTable_inner,
.biseau:after,
.biseau:before,
.btn,
.btn:after,
.infieldlabel label,
span.wpcf7-not-valid-tip,
.header,
.header_nav_inner,
.pagewrapper,
.burger_icon span,
.burger_icon span:before,
.burger_icon span:after,
.mainMenu a,
.mainMenu a:before,
.mainMenu a:after,
.swiper-slide,
.swiper-slide-bg,
.swiper-slide-caption,
.swiper-container-horizontal > .swiper-pagination-progress .swiper-pagination-progressbar,
.actu_image,
a.actu_image,
.filtre_liste,
.filtre_liste ul,
.mfp-arrow,
.mfp-bg,
.mfp-content,
.projetItem_image img,
.modal,
.modal_inner,
.loader:before,
.loader_logo .front {
  -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.38461538rem;
}
.fz6 {
  font-size: 0.46153846rem;
}
.fz7 {
  font-size: 0.53846154rem;
}
.fz8 {
  font-size: 0.61538462rem;
}
.fz9 {
  font-size: 0.69230769rem;
}
.fz10 {
  font-size: 0.76923077rem;
}
.fz11 {
  font-size: 0.84615385rem;
}
.fz12 {
  font-size: 0.92307692rem;
}
.fz13 {
  font-size: 1rem;
}
.fz14 {
  font-size: 1.07692308rem;
}
.fz15 {
  font-size: 1.15384615rem;
}
.fz16 {
  font-size: 1.23076923rem;
}
.fz17 {
  font-size: 1.30769231rem;
}
.fz18 {
  font-size: 1.38461538rem;
}
.fz19 {
  font-size: 1.46153846rem;
}
.fz20 {
  font-size: 1.53846154rem;
}
.fz21 {
  font-size: 1.61538462rem;
}
.fz22 {
  font-size: 1.69230769rem;
}
.fz23 {
  font-size: 1.76923077rem;
}
.fz24 {
  font-size: 1.84615385rem;
}
.fz25 {
  font-size: 1.92307692rem;
}
.fz26 {
  font-size: 2rem;
}
.fz27 {
  font-size: 2.07692308rem;
}
.fz28 {
  font-size: 2.15384615rem;
}
.fz29 {
  font-size: 2.23076923rem;
}
.fz30 {
  font-size: 2.30769231rem;
}
.fz31 {
  font-size: 2.38461538rem;
}
.fz32 {
  font-size: 2.46153846rem;
}
.fz33 {
  font-size: 2.53846154rem;
}
.fz34 {
  font-size: 2.61538462rem;
}
.fz35 {
  font-size: 2.69230769rem;
}
.thin {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.hidden {
  display: none;
}
.inlineBlock {
  display: inline-block;
}
.block {
  display: block;
}
.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;
}
.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 40px;
  }
  .row > .row,
  .row .row__nested {
    margin-left: -80px;
    margin-right: -80px;
  }
  .row.row__maxwidth {
    max-width: 1120px;
  }
  .row.row__maxwidthLarge {
    max-width: 1280px;
  }
  .row.row__table > [class*="col-"]:first-child {
    padding-left: 80px;
  }
  .row.row__table > [class*="col-"]:last-child {
    padding-right: 80px;
  }
  .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: 40px;
  }
  .row.row__doubleGutter > [class*="col-"]:last-child,
  .row.row__quadGutter > [class*="col-"]:last-child {
    padding-right: 40px;
  }
  .row.row__nopadding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  [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%;
  }
}
/**
 * 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-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 {
  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 {
  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.92307692rem;
  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;
}
.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-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;
}
.chocolat-zoomable.chocolat-zoomed .chocolat-img {
  cursor: zoom-out;
}
.chocolat-open {
  overflow: hidden;
}
.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
  display: none;
  opacity: 0.8;
}
.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
}
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}
.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/images/chocolat/loader.gif);
  display: none;
}
.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
}
.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/images/chocolat/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}
.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/images/chocolat/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}
.chocolat-wrapper .chocolat-right.active {
  display: block;
}
.chocolat-wrapper .chocolat-left.active {
  display: block;
}
.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/images/chocolat/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(http://www.tillard-decoration.lu/wp-content/themes/tillard/assets/images/chocolat/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}
/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15;
}
body.chocolat-open > .chocolat-loader {
  z-index: 15;
}
body.chocolat-open > .chocolat-content {
  z-index: 17;
}
/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}
.chocolat-in-container {
  position: relative;
}
/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  background: #ffffff;
}
body.admin-bar {
  margin-top: 32px;
}
.pagewrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.pageContent {
  position: relative;
  z-index: 30;
  padding: 0 0 3rem;
}
.posMiddleTable {
  table-layout: fixed;
  display: table !important;
  width: 100%;
  min-height: 100%;
  height: 100%;
}
.posMiddleTable_inner {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .medium-posMiddleTable {
    display: table !important;
    width: 100%;
    height: 100%;
  }
  .medium-posMiddleTable_inner {
    display: table-cell;
    vertical-align: middle;
  }
  .pagewrapper {
    top: 0;
    left: 53px;
  }
  .pageContent {
    padding: 0 0 4rem;
  }
  .pageContent__hasTopBar {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .midMedium-posMiddleTable {
    display: table !important;
    width: 100%;
    height: 100%;
  }
  .midMedium-posMiddleTable_inner {
    display: table-cell;
    vertical-align: middle;
  }
}
.biseau {
  position: relative;
  z-index: 10;
  background-color: #FFF;
}
.biseau:after,
.biseau:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 0;
  border-style: solid;
  border-color: transparent;
  z-index: 10;
}
.biseau__gauche_desc:after {
  right: 100%;
  border-width: 0 40vh 100vh 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.biseau__gauche_asc:after {
  right: 100%;
  border-width: 0 0 100vh 40vh;
  border-color: transparent transparent #FFFFFF transparent;
}
.biseau__droit_desc:after {
  left: 100%;
  border-width: 100vh 0 0 40vh;
  border-color: transparent transparent transparent #FFFFFF;
}
.biseau__droit_asc:after {
  left: 100%;
  border-width: 100vh 40vh 0 0;
  border-color: #FFFFFF transparent transparent transparent;
}
.biseau__inner_asc:before {
  left: -1px;
  border-width: 100vh 40vh 0 0;
  border-color: #FFFFFF transparent transparent transparent;
}
.biseau__inner_asc:after {
  right: -1px;
  border-width: 0 0 100vh 40vh;
  border-color: transparent transparent #FFFFFF transparent;
}
.btn {
  display: inline-block;
  position: relative;
  z-index: 10;
  border: 1px solid #c68c19;
  background: transparent;
  color: #c68c19;
  text-transform: none;
  padding: 0.7em 1.2em;
  font-size: 1.07692308rem;
  letter-spacing: .3em;
  line-height: 1.4;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all ease 300ms 100ms;
  transition: all ease 300ms 100ms;
}
.btn:after {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c68c19;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: all cubic-bezier(.85,0,.25,1) 400ms;
  transition: all cubic-bezier(.85,0,.25,1) 400ms;
}
.no-touch .projetItem a:hover .btn,
.no-touch .btn:hover {
  color: #FFF;
}
.no-touch .projetItem a:hover .btn:after,
.no-touch .btn:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.no-touch .projetItem a:hover .btn .arrow,
.no-touch .btn:hover .arrow {
  width: 1.7em;
}
.no-touch .projetItem a:hover .btn .arrow__up,
.no-touch .btn:hover .arrow__up,
.no-touch .projetItem a:hover .btn .arrow__down,
.no-touch .btn:hover .arrow__down {
  width: 1px;
}
.no-touch .projetItem a:hover .btn .btn_iconBox,
.no-touch .btn:hover .btn_iconBox {
  border-color: rgba(255, 255, 255, 0.3);
}
.btn.white {
  border-color: #FFF;
  color: #FFF;
}
.btn.white:after {
  background: #FFF;
}
.no-touch .projetItem a:hover .btn.white,
.no-touch .btn.white:hover {
  color: #111111;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.light {
  border-color: transparent;
}
.btn.btn__iconBoxed {
  padding-right: 2.7em;
}
.btn .btn_iconBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2em;
  padding: 0.3em 0;
  text-align: center;
  -webkit-transition: border-color ease 300ms;
  transition: border-color ease 300ms;
  border-left: 1px solid #c68c19;
  /*background: #FFF;
		color: @color;*/
}
.btn .btn_iconBox .arrow {
  margin: 0 !important;
}
.btn.btn__iconLeft .arrow {
  margin: 0 .7em 0 0;
}
.btn.btn__iconLeft .arrow.arrow__up,
.btn.btn__iconLeft .arrow.arrow__down {
  margin-left: .3em;
}
.btn.btn__iconLeft .arrow.arrow__left,
.btn.btn__iconLeft .arrow.arrow__right {
  width: 1em;
}
.no-touch .btn.btn__iconLeft:hover .arrow.arrow__left,
.no-touch .btn.btn__iconLeft:hover .arrow.arrow__right {
  width: 1.2em;
}
.btn.btn__iconLeft.btn__iconBoxed {
  padding-right: .7em;
  padding-left: 2.7em;
}
.btn.btn__iconLeft .btn_iconBox {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #c68c19;
}
.btn.small {
  font-size: 0.76923077rem;
}
.btn.large {
  font-size: 1.38461538rem;
}
/*@media @medium {

	.btn {
		.font-size(22);
	}

	.btn.large {
		.font-size(30);
	}

}
*/
.squareBtn,
a.squareBtn {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 2px solid currentcolor !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #c68c19;
  line-height: 40px;
  text-align: center;
  font-size: 1.38461538rem;
}
a.iconLink {
  border: none;
  display: inline-block;
  font-size: 0.76923077rem;
  letter-spacing: .3em;
  color: #111111;
  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: #c68c19;
}
a.iconLink.blanc {
  color: #FFF;
}
a.iconLink.blanc:hover {
  color: #c68c19;
}
.global form {
  position: relative;
  margin-top: 40px;
  padding: 45px 0 0;
}
.form_div {
  position: relative;
}
.form_div:before,
.form_div:after {
  content: " ";
  display: table;
}
.form_div:after {
  clear: both;
}
label {
  font-size: 0.84615385rem;
  display: block;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.infieldlabel label {
  position: absolute;
  top: 24px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.infieldlabel.active label {
  opacity: 0.5;
  -webkit-transform: translateY(-19px);
  transform: translateY(-19px);
  font-size: 0.76923077rem;
}
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: 1.07692308rem;
  text-transform: uppercase;
  display: block;
  border: none;
  border-top: 1px solid #000;
  background: transparent;
  height: 70px;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #c68c19;
}
textarea {
  height: 100px;
  padding: 27px 0;
  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;
  color: #FFFFFF;
  background: #c68c19;
  font-size: 1.07692308rem;
  padding: 0 20px;
  line-height: 40px;
  border: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  outline: 0;
}
input[type=submit]:hover,
button:not(.btn):hover {
  background: #e5a72d;
}
input[type=submit]:focus,
button:not(.btn):focus {
  box-shadow: 0 0 2px 1px rgba(92, 164, 59, 0.5);
}
.form_submit {
  margin-top: 1rem;
}
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 img.ajax-loader {
  margin-left: 15px;
  margin-top: -3px;
}
.wpcf7-form-control-wrap {
  position: static;
}
span.wpcf7-not-valid-tip {
  font-size: 0.76923077rem;
  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;
}
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;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}
.admin-bar .header {
  top: 32px !important;
}
.header_label,
.header_footer {
  display: none;
}
a.header_menuToggle {
  outline: 0;
}
.header .burger {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  border: none;
  font-size: 0;
  position: relative;
  z-index: 50;
  overflow: hidden;
  background: #c68c19;
}
.header_nav {
  position: absolute;
  top: 0;
  right: 100%;
  width: 260px;
  height: 100vh;
  z-index: 10;
  background: #000000;
  overflow-y: auto;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.header_nav_inner {
  height: 100%;
}
.header_nav_inner_wrap {
  display: table;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.header_nav_logo {
  display: block;
}
.header_nav_logo img {
  width: 100%;
  display: block;
}
.header_nav_footer {
  display: table-footer-group;
  height: 1px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.76923077rem;
}
.header_nav_footer .copy {
  font-size: .8em;
}
.header_nav_footer .copy a {
  border: none;
}
.header_nav_inner {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.header,
.pagewrapper,
.header_nav_inner {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}
.menuOpen .header,
.menuOpen .pagewrapper {
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
}
.menuOpen .header {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}
.menuOpen .pagewrapper {
  -webkit-transform: translateX(180px);
  transform: translateX(180px);
}
.menuOpen .header_nav_inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all ease 450ms 200ms;
  transition: all ease 450ms 200ms;
}
.menuOpen .pagewrapper {
  opacity: .25;
}
@media only screen and (min-width: 768px) {
  .header {
    right: auto;
    bottom: 0;
    width: 52px;
    background: #111111;
  }
  a.header_menuToggle {
    display: block;
    height: 80%;
  }
  .header .burger {
    width: 52px;
    height: 104px;
    line-height: 104px;
    margin-left: 0;
  }
  .header_label {
    display: block;
    color: #c68c19;
    font-size: 0.92307692rem;
    letter-spacing: .5em;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    line-height: 1;
    left: -3px;
  }
  .header_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #c68c19;
    text-align: center;
    overflow: hidden;
    font-size: 2.15384615rem;
  }
  .header_footer a {
    color: inherit;
    border: none;
    display: block;
    padding: 15px 0;
    line-height: 1;
  }
  .no-touch .header_footer a:hover {
    opacity: .8;
  }
  .header_nav {
    height: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .header_nav {
    width: 380px;
  }
  .header_nav_inner_wrap {
    padding: 40px;
  }
  .menuOpen .header {
    -webkit-transform: translateX(380px);
    transform: translateX(380px);
  }
  .menuOpen .pagewrapper {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
}
a.burger,
.burger {
  text-align: center;
}
a.burger span,
.burger span {
  display: inline-block;
  vertical-align: middle;
}
.burger_icon {
  display: inline-block;
  width: 22px;
  height: 15px;
  border-radius: 50px;
  outline: 0;
  position: relative;
  vertical-align: top;
  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: 7px;
  left: 0px;
  vertical-align: middle;
  -webkit-transition: background ease 300ms;
  transition: background ease 300ms;
}
.burger_icon span,
.burger_icon span:before,
.burger_icon span:after {
  width: 22px;
  height: 1px;
  background: #111111;
}
.burger_icon span:before,
.burger_icon span:after {
  content: " ";
  position: absolute;
  left: 0;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.burger_icon span:before {
  top: -7px;
}
.burger_icon span:after {
  bottom: -7px;
}
.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);
}
.mainMenu {
  border-top: 1px solid #c68c19;
  border-bottom: 1px solid #c68c19;
  padding: 1.5em 0 !important;
  margin: 2em 0 !important;
  font-size: 1rem;
}
.mainMenu a {
  display: block;
  border: none;
  text-transform: uppercase;
  padding: .1em 0;
  letter-spacing: .3em;
  color: #FFF;
}
.mainMenu a:active {
  -webkit-transition: none;
  transition: none;
  opacity: .6;
}
.mainMenu .current-menu-item a,
.mainMenu .current_page_parent a {
  color: #c68c19;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.no-touch .mainMenu a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (min-height: 550px) {
  .mainMenu a {
    padding: .3em 0;
  }
}
@media only screen and (min-height: 800px) {
  .mainMenu a {
    padding: .5em 0;
  }
}
@media only screen and (min-width: 1280px) {
  .mainMenu {
    font-size: 1.07692308rem;
  }
}
ul.sharebox {
  font-size: 1rem;
  /*li:first-child a { margin-left:  0; }
	li:last-child  a { margin-right: 0; }*/
}
ul.sharebox li {
  margin-right: .2em;
}
ul.sharebox a {
  text-transform: uppercase;
  border: none;
}
.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.76923077rem;
  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;
  }
}
.swiper-container:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  z-index: 10;
  opacity: .4;
}
.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);
  }
}
.swiper-container-horizontal > .swiper-pagination-progress {
  top: auto;
  height: 3px;
  bottom: 0;
  background: none;
}
.swiper-container-horizontal > .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #c68c19;
}
.swiper-button-prev,
.swiper-button-next {
  font-family: Arial, sans-serif;
  width: 32px;
  height: 32px;
  background: none;
  border: 2px solid #FFF;
  margin-top: 0;
  color: #FFF;
  text-align: center;
  top: auto;
  bottom: 15px;
  right: 15px;
  line-height: 25px;
  vertical-align: middle;
  z-index: 20;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.1);
}
.swiper-button-prev {
  left: auto;
  right: 57px;
}
.actu:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
.actu_image,
a.actu_image {
  display: block;
  border: none;
  padding-bottom: 1.5rem;
}
.actu_image img,
a.actu_image img {
  display: block;
}
.no-touch a.actu_image:hover {
  opacity: .9;
}
.actu_meta {
  font-size: 0.92307692rem;
  text-transform: uppercase;
}
.actu_meta a {
  border: none;
  font-weight: 700;
}
.actu_titre {
  margin: 0.4rem 0 1.5rem;
  color: #111111;
  font-weight: 700;
}
.actu_titre a {
  color: inherit;
  border: none;
}
.no-touch .actu_titre a:hover {
  color: #c68c19;
}
.actu_contenu *:last-child {
  margin-bottom: 0;
}
.actu_btn {
  margin-top: 1rem;
}
.actu_footer {
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .actu:not(:last-child) {
    padding-bottom: 4rem;
    margin-bottom: 5rem;
  }
}
.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: #111111;
  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: #c68c19;
  color: #FFF;
}
.no-touch ul.page-numbers a:hover {
  background: #FCFCFC;
}
.pageHeader {
  position: relative;
  min-height: 60px;
}
.pageHeader:after {
  content: " ";
  position: absolute;
  height: 60%;
  width: 1px;
  background: #111111;
  top: 0;
  left: 50%;
}
.pageHeader_left,
.pageHeader_right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pageHeader {
    padding: 40px 40px 0;
    overflow: hidden;
  }
  .pageHeader_left,
  .pageHeader_right {
    display: block;
  }
  .pageHeader_left {
    float: left;
  }
  .pageHeader_right {
    float: right;
  }
  .pageHeader_logo {
    display: block;
    width: 12vw;
  }
  .pageHeader_logo img {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .pageHeader {
    padding: 60px 60px 0;
  }
  .pageHeader:after {
    height: 70%;
  }
}
@media only screen and (min-width: 1650px) {
  .pageHeader_logo {
    width: 15vw;
  }
}
.pageTitle {
  margin-bottom: 3rem;
  text-align: center;
}
.sousTitre {
  font-weight: 400;
  font-size: 0.84615385rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .3em;
  color: #111111;
  margin-top: .7em;
}
.sousTitre a {
  border: none;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .pageTitle {
    width: 80%;
    margin: 0 auto 3rem;
  }
}
.filtres {
  font-weight: 400;
  font-size: 0.84615385rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .3em;
  color: #111111;
  margin-top: .7em;
}
.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: #c68c19;
  font-family: Arial, sans-serif;
}
.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: #111111;
  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 #111111 transparent;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
.filtre_liste,
.filtre_liste ul {
  -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;
  padding: 5px 15px;
  letter-spacing: .3em;
}
.filtre_liste a:hover {
  background: #000000;
}
.filtre_liste .active a,
.filtre_liste .current-cat a {
  color: #c68c19;
  font-weight: bold;
  background: #000000;
}
.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);
}
.chocolat-wrapper {
  z-index: 600;
}
.mfp-bg {
  background: #111111;
}
@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-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: #c68c19;
  cursor: pointer !important;
  padding: 0;
  font-size: 2.15384615rem;
}
.mfp-title {
  color: #FFFFFF;
}
.mfp-counter {
  color: #c68c19;
  font-weight: 700;
}
.mfp-figure:after {
  display: none;
}
/* 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: #EEE;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}
.photoIntro {
  position: relative;
  margin-bottom: 3rem;
}
.photoIntro:after {
  content: " ";
  position: absolute;
}
.photoIntro_image {
  position: relative;
  z-index: 20;
}
.photoIntro_image:before {
  content: " ";
  position: absolute;
  top: 15%;
  bottom: 15%;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background: #dddddd;
  z-index: -1;
}
.photoIntro_texte {
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.15;
  font-size: 1.07692308rem;
  margin-top: 3rem;
}
.photoIntro_texte b,
.photoIntro_texte strong {
  color: #c68c19;
}
.photoIntro_texte.fz12 {
  font-size: 0.92307692rem;
}
@media only screen and (min-width: 768px) {
  .photoIntro {
    margin-bottom: 4rem;
  }
}
.galeriePhoto {
  position: relative;
  margin-bottom: 3rem;
}
.galeriePhoto h2 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .galeriePhoto,
  .galeriePhoto h2 {
    margin-bottom: 4rem;
  }
}
.scrollListe_item {
  display: block;
  position: relative;
  border: none;
  color: #111111;
  max-width: 430px;
  text-align: center;
}
.scrollListe_item:not(:last-child) {
  padding-bottom: 1.3rem;
  margin-bottom: 1.8rem;
}
.scrollListe_item:not(:last-child):after {
  content: " ";
  background: #DDD;
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.scrollListe_item h2 {
  font-size: 1.84615385rem;
  margin: 0 0 .2em;
}
.scrollListe_img {
  margin-bottom: .7rem;
}
.scrollListe_img.bordered img {
  border: 1px solid #EEE;
}
@media only screen and (min-width: 768px) {
  .scrollListe {
    white-space: nowrap;
    font-size: 0;
  }
  .scrollListe_item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1rem;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    max-width: 470px;
  }
  .scrollListe_item:last-child {
    padding-right: 40px;
    max-width: 450px;
  }
  .scrollListe_item:not(:last-child):after {
    display: none;
  }
  .scrollListe_item:not(:last-child) .scrollListe_img {
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
  }
  .scrollListe_item:not(:last-child) .scrollListe_img:after {
    content: " ";
    position: absolute;
    background: #DDD;
    height: 50px;
    width: 1px;
    right: 0;
    top: 50%;
    margin-top: -25px;
  }
  .scrollListe_item:not(:last-child) .scrollListe_content {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .scrollListe_item:last-child {
    padding-right: 80px;
    max-width: 490px;
  }
}
.categorieListe {
  padding-top: 20px;
}
.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-transition: all ease 600ms;
  transition: all ease 600ms;
}
.projetItem_texte {
  background: #f7f7f7;
  color: #111111;
  padding: 30px !important;
}
.projetItem_categories {
  font-size: 0.92307692rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #c68c19;
}
.projetItem_titre {
  font-size: 1.38461538rem;
  font-weight: 700;
  color: #111111;
  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;
}
.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section.section_1 {
  padding-top: 0 !important;
}
.section.even {
  background: #f7f7f7;
}
.section_texte *:last-child {
  margin-bottom: 0;
}
.section_bouton {
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.sectionBorder {
  margin: 3rem 0;
  padding: 3rem 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.sectionBorder [class*="col-"]:not(:last-child) {
  padding-bottom: 1.5rem;
}
.sectionBorder [class*="col-"] *:last-child {
  margin-bottom: 0;
}
.sectionBorder *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sectionBorder {
    margin: 4rem 0;
    padding: 4rem 0;
  }
  .sectionBorder [class*="col-"] {
    padding-bottom: 0;
  }
}
.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: 1.07692308rem;
}
@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%;
  }
}
.blocNoir {
  background: #111111;
  color: #FFF;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.blocNoir_titre {
  font-size: 1.23076923rem;
  line-height: 1.75;
  text-transform: uppercase;
}
.blocNoir_bouton {
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .blocNoir {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .blocNoir_titre {
    font-size: 1.53846154rem;
  }
}
a.backToTop {
  display: block;
  color: #FFF;
  background: #c68c19;
  border: none;
  border-top: 1px solid #FFF;
  font-size: 0.84615385rem;
  letter-spacing: .3em;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 10px;
}
.no-touch a.backToTop:hover {
  background: #dd9c1c;
}
.backToTop_icon {
  font-family: Arial, sans-serif;
  display: inline-block;
  position: relative;
  top: -2px;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 500ms 300ms;
  transition: all ease 500ms 300ms;
}
.modal_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
}
.modal_inner {
  position: relative;
  z-index: 10;
  background: #111111;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  max-width: 630px;
  margin: 40px auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.modal_close {
  border: none;
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -50px;
  width: 40px;
  height: 40px;
}
.modal_close:after,
.modal_close:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #000;
  top: 50%;
  left: 50%;
  margin-top: -15px;
}
.modal_close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_titre {
  font-size: 1.38461538rem;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-weight: 500;
  margin-bottom: 2em;
  margin-top: 0;
  line-height: 1.7;
}
.modal_top {
  padding: 40px 4vw;
  color: #FFF;
}
.modal_top input[type=text],
.modal_top input[type=email],
.modal_top input[type=tel],
.modal_top input[type=number],
.modal_top input[type=search],
.modal_top input[type=password],
.modal_top textarea {
  border-color: #FFF;
  color: #FFF;
}
.modal_top label {
  color: #FFF;
}
.modal_top .form_submit {
  margin-top: 0;
}
.modal_outer_bottom,
.modal_bottom {
  padding: 1.3em 20px;
  font-size: 0.92307692rem;
  line-height: 1.9;
  text-transform: uppercase;
}
.modal_bottom {
  background: #000000;
  border-top: 1px solid #c68c19;
  color: #FFF;
}
.modal_bottom a {
  color: inherit;
  border: none;
}
.modal_bottom a:hover {
  opacity: .8;
}
.modal_bottom span {
  color: #c68c19;
}
.modal_outer_bottom {
  position: absolute;
  top: 100%;
  color: #000;
  left: 0;
  width: 100%;
}
.modal.open {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.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;
}
.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;
  height: 100%;
  width: 100%;
  background: #0e0e0e;
  -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-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;
  }
}
.home .pagewrapper {
  overflow: hidden;
}
.accueil_contentWrapper {
  padding-left: 20px;
  padding-right: 20px;
}
a.accueil_contactLink {
  display: none;
}
.accueil_content {
  position: relative;
  z-index: 20;
  color: #FFF;
  text-transform: uppercase;
}
.accueil_logo {
  width: 60vw;
}
.accueil_sep {
  display: block;
  width: 1px;
  height: 4vh;
  background: #FFF;
  margin: 1.5rem auto;
}
.accueil_content_texte {
  max-width: 620px;
  margin: 0 auto;
}
.accueil_titre {
  font-weight: 700;
  font-size: 1.38461538rem;
  letter-spacing: .5em;
  line-height: 1.2;
  margin-bottom: .7em;
}
.accueil_sousTitre {
  font-size: 0.84615385rem;
  line-height: 1.8;
  letter-spacing: .2em;
}
.accueil_btn {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .accueil_logo {
    width: 45vw;
  }
  .accueil_btn {
    margin-top: 2em;
  }
  a.accueil_contactLink {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 10;
  }
  .accueil_sousTitre {
    font-size: 0.92307692rem;
    letter-spacing: .3em;
  }
}
@media only screen and (min-width: 768px) and (min-height: 650px) {
  .accueil_sep {
    height: 7vh;
    margin: 4vh auto;
  }
}
#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: #c68c19;
  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: 10px;
  background-color: #eeeeee;
}
::-webkit-scrollbar-thumb {
  background-color: #c68c19;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #d4961b;
}
body {
  scrollbar-face-color: #c68c19;
  scrollbar-base-color: #c68c19;
  scrollbar-3dlight-color: #c68c19;
  scrollbar-highlight-color: #c68c19;
  scrollbar-track-color: #eeeeee;
  scrollbar-arrow-color: #c68c19;
  scrollbar-shadow-color: #c68c19;
  scrollbar-dark-shadow-color: #c68c19;
}
.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;
  }
  .js-horizontalScroll__autoHeight {
    height: auto;
  }
  .verticalScroll {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
::selection {
  background: #c68c19;
  color: #FFF;
}
::-moz-selection {
  background: #c68c19;
  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) {
  .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 */
}
