/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a,
input[type=submit],
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@font-face {
  font-family: 'Weier';
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-light-webfont.eot);
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-light-webfont.eot?#iefix) format('embedded-opentype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-light-webfont.woff2) format('woff2'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-light-webfont.woff) format('woff'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-light-webfont.ttf) format('truetype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-light-webfont.svg#Weier) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Weier';
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-lightitalic-webfont.eot);
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-lightitalic-webfont.eot?#iefix) format('embedded-opentype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-lightitalic-webfont.woff2) format('woff2'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-lightitalic-webfont.woff) format('woff'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-lightitalic-webfont.ttf) format('truetype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-lightitalic-webfont.svg#Weier) format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Weier';
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regular-webfont.eot);
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regular-webfont.eot?#iefix) format('embedded-opentype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regular-webfont.woff2) format('woff2'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regular-webfont.woff) format('woff'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regular-webfont.ttf) format('truetype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regular-webfont.svg#Weier) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Weier';
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regularitalic-webfont.eot);
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regularitalic-webfont.eot?#iefix) format('embedded-opentype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regularitalic-webfont.woff2) format('woff2'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regularitalic-webfont.woff) format('woff'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regularitalic-webfont.ttf) format('truetype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-regularitalic-webfont.svg#Weier) format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Weier';
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bold-webfont.eot);
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bold-webfont.eot?#iefix) format('embedded-opentype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bold-webfont.woff2) format('woff2'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bold-webfont.woff) format('woff'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bold-webfont.ttf) format('truetype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bold-webfont.svg#Weier) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Weier';
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bolditalic-webfont.eot);
  src: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bolditalic-webfont.eot?#iefix) format('embedded-opentype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bolditalic-webfont.woff2) format('woff2'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bolditalic-webfont.woff) format('woff'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bolditalic-webfont.ttf) format('truetype'), url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/fonts/weier-bolditalic-webfont.svg#Weier) format('svg');
  font-weight: 700;
  font-style: italic;
}
html {
  font-family: 'Weier', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #444444;
  font-weight: 300;
}
@media only screen and (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}
a {
  text-decoration: none;
  color: #5ca43b;
  border-bottom: 1px solid currentcolor;
  transition: all ease 250ms;
  /* &:visited {
		color: @color_dark;
	} */
}
a:hover {
  color: #477e2e;
}
a.nostyle {
  border: none;
  color: inherit;
}
a.nostyle:hover {
  opacity: .7;
}
a.noUnderline,
a.link_image {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Weier', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 1.5em 0 0.5em;
  text-transform: uppercase;
  color: #5ca43b;
}
h1,
.h1 {
  font-size: 1.75rem;
  margin-top: 0;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 1.3rem;
  position: relative;
  padding-top: 1.9em;
}
h2:before,
.h2:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: #5ca43b;
}
h3,
.h3 {
  font-size: 0.9rem;
  margin-bottom: 0;
}
h4,
.h4 {
  font-size: 0.9rem;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 0.8rem;
}
h6,
.h6 {
  font-size: 0.7rem;
  font-weight: 600;
}
@media only screen and (min-width: 660px) {
  h1,
  .h1 {
    font-size: 2.1875rem;
  }
  h2,
  .h2 {
    font-size: 1.625rem;
  }
  h3,
  .h3 {
    font-size: 1.125rem;
  }
  h4,
  .h4 {
    font-size: 1.125rem;
  }
  h5,
  .h5 {
    font-size: 1rem;
  }
  h6,
  .h6 {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 2.1875rem;
  }
}
.sub-title,
h1.sub-title {
  text-transform: uppercase;
  line-height: 1.2;
  color: #5ca43b;
  font-size: 1.375rem;
  margin: 0 0 1em;
  font-weight: 300;
}
.sub-title.sub-title__margin,
h1.sub-title.sub-title__margin {
  margin: 0 0 2em;
}
.sep {
  width: 50px;
  height: 4px;
  background: #5ca43b;
  margin: 40px 0;
}
p {
  margin: 0 0 1em;
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.2em 35px;
}
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: #477e2e;
  top: 12px;
  left: 18px;
}
blockquote {
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  margin: 1.5em 0 1.5em;
}
@media only screen and (min-width: 660px) {
  blockquote {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 900px) {
  blockquote {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  blockquote {
    font-size: 1.375rem;
  }
}
img,
video {
  max-width: 100%;
  height: auto !important;
}
img,
iframe,
.wp-caption {
  border: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
img.img_left,
iframe.img_left,
.wp-caption.img_left,
img.alignleft,
iframe.alignleft,
.wp-caption.alignleft,
img.img_center,
iframe.img_center,
.wp-caption.img_center,
img.aligncenter,
iframe.aligncenter,
.wp-caption.aligncenter,
img.img_right,
iframe.img_right,
.wp-caption.img_right,
img.alignright,
iframe.alignright,
.wp-caption.alignright {
  display: block;
  float: none;
  margin: 1em auto 1em;
}
@media only screen and (min-width: 480px) {
  img,
  iframe,
  .wp-caption {
    display: inline-block;
  }
  img.img_left,
  iframe.img_left,
  .wp-caption.img_left,
  img.alignleft,
  iframe.alignleft,
  .wp-caption.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.img_center,
  iframe.img_center,
  .wp-caption.img_center,
  img.aligncenter,
  iframe.aligncenter,
  .wp-caption.aligncenter {
    display: block;
    margin: 0 auto 1em;
    clear: both;
  }
  img.img_right,
  iframe.img_right,
  .wp-caption.img_right,
  img.alignright,
  iframe.alignright,
  .wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 !important;
}
.file-icon {
  display: none !important;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption-text {
  font-size: 0.75px;
  font-style: italic;
  margin: 0.8em 0;
  padding-right: 10px;
}
.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;
}
.bgCover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.acceleration,
.posMiddleTable,
.posMiddleTable_inner,
.btn,
a.btn,
.btn:before,
a.btn:before,
.btn:after,
a.btn:after,
.btn .btn_stripe,
a.btn .btn_stripe,
.infieldlabel label,
span.wpcf7-not-valid-tip,
.projetItem_link,
.projetItem_link:before,
.projetItem_image_inner,
.swiper-slide,
.swiper-slide-bg,
.swiper-pagination-progress .swiper-pagination-progressbar,
.mfp-arrow,
.mfp-bg,
.mfp-content,
.loader_logo .front,
.sidebar .logo,
.sidebar .baseline,
.sidebar .menu .hamburger i,
.sidebar .menu .hamburger span,
.sidebar .menu .hamburger span,
.sidebar .menu .hamburger span,
.content_side,
.title.anim,
.sub-title.anim,
.the-content.anim,
.accueil_background,
.accueil_logo,
.accueil_titre,
.accueil_sousTitre,
.accueil_boutons,
.sidebar .layer .projetTopbar {
  -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;
}
.alignMiddle {
  vertical-align: middle;
}
.uppercase {
  text-transform: uppercase;
}
.normalcase {
  text-transform: none;
}
.fz5 {
  font-size: 0.3125rem;
}
.fz6 {
  font-size: 0.375rem;
}
.fz7 {
  font-size: 0.4375rem;
}
.fz8 {
  font-size: 0.5rem;
}
.fz9 {
  font-size: 0.5625rem;
}
.fz10 {
  font-size: 0.625rem;
}
.fz11 {
  font-size: 0.6875rem;
}
.fz12 {
  font-size: 0.75rem;
}
.fz13 {
  font-size: 0.8125rem;
}
.fz14 {
  font-size: 0.875rem;
}
.fz15 {
  font-size: 0.9375rem;
}
.fz16 {
  font-size: 1rem;
}
.fz17 {
  font-size: 1.0625rem;
}
.fz18 {
  font-size: 1.125rem;
}
.fz19 {
  font-size: 1.1875rem;
}
.fz20 {
  font-size: 1.25rem;
}
.fz21 {
  font-size: 1.3125rem;
}
.fz22 {
  font-size: 1.375rem;
}
.fz23 {
  font-size: 1.4375rem;
}
.fz24 {
  font-size: 1.5rem;
}
.fz25 {
  font-size: 1.5625rem;
}
.fz26 {
  font-size: 1.625rem;
}
.fz27 {
  font-size: 1.6875rem;
}
.fz28 {
  font-size: 1.75rem;
}
.fz29 {
  font-size: 1.8125rem;
}
.fz30 {
  font-size: 1.875rem;
}
.fz31 {
  font-size: 1.9375rem;
}
.fz32 {
  font-size: 2rem;
}
.fz33 {
  font-size: 2.0625rem;
}
.fz34 {
  font-size: 2.125rem;
}
.fz35 {
  font-size: 2.1875rem;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 600;
}
.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;
}
.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;
}
.list_inline,
ul.list_inline,
ol.list_inline {
  margin-left: 0;
}
.list_inline li,
ul.list_inline li,
ol.list_inline li {
  display: inline-block;
}
.list_nostyle,
ul.list_nostyle,
ol.list_nostyle {
  list-style: none;
}
.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;
}
/**
* Swiper 3.3.0
* 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: January 10, 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);
  }
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  background: #f7f7f7;
}
.global {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.sidebar {
  position: relative;
  z-index: 100;
}
.content_wrapper {
  padding: 20px;
  background: #f7f7f7;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
.content_wrapper_inner *:last-child {
  margin-bottom: 0;
}
.content_wrapper__white {
  background: #FFF;
  border: 20px solid #f7f7f7;
}
.content_side {
  min-height: 300px;
  position: relative;
}
.content_maxWidth {
  max-width: 730px;
  margin: 0 auto;
}
.posMiddleTable {
  display: table !important;
  width: 100%;
  min-height: 100%;
  height: 100%;
}
.posMiddleTable_inner {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 660px) {
  .medium-posMiddleTable {
    display: table !important;
    width: 100%;
    height: 100%;
  }
  .medium-posMiddleTable_inner {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 900px) {
  .global {
    height: auto;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 244px;
  }
  .wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 244px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .admin-bar .sidebar,
  .admin-bar .wrapper {
    top: 32px;
  }
  .content_wrapper {
    padding: 0 40px;
  }
  .content_wrapper_inner {
    padding: 40px 0;
  }
  .midMedium-posMiddleTable {
    display: table !important;
    width: 100%;
    height: 100%;
  }
  .midMedium-posMiddleTable_inner {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1100px) {
  .wrapper {
    overflow: hidden;
  }
  .content_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
  }
  .post-type-archive-projet .content_wrapper,
  .tax-projets .content_wrapper {
    top: 45px;
  }
  .content_side,
  .content_sideMidWide,
  .content_sideWide {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .content_wrapper__assideWide {
    right: 30%;
  }
  .content_wrapper__assideMidWide {
    right: 30%;
  }
  .content_sideWide {
    width: 30%;
  }
  .content_sideMidWide {
    width: 30%;
  }
  .content {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .content_wrapper {
    padding: 0 60px;
  }
  .content_wrapper_inner {
    padding: 60px 0;
  }
  .content_wrapper__asside {
    right: 25%;
  }
  .content_side {
    width: 25%;
  }
  .content_wrapper__assideWide {
    right: 40%;
  }
  .content_sideWide {
    width: 40%;
  }
  .content_wrapper__assideMidWide {
    right: 40%;
  }
  .content_sideMidWide {
    width: 40%;
  }
}
@media only screen and (min-width: 1400px) {
  .content_wrapper {
    padding: 0 80px;
  }
  .content_wrapper_inner {
    padding: 80px 0;
  }
  .content_wrapper__asside {
    right: 30%;
  }
  .content_side {
    width: 30%;
  }
  .content_wrapper__assideWide {
    right: 50%;
  }
  .content_sideWide {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .content_wrapper {
    padding: 0 100px;
  }
  .content_wrapper_inner {
    padding: 100px 0;
  }
  .content_wrapper__asside {
    right: 40%;
  }
  .content_side {
    width: 40%;
  }
}
@media only screen and (min-width: 2000px) {
  .content_wrapper__asside {
    right: 50%;
  }
  .content_side {
    width: 50%;
  }
}
.btn,
a.btn {
  position: relative;
  display: inline-block;
  z-index: 10;
  overflow: hidden;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  border: 3px solid #000000;
  color: #000000;
  padding: .28em 1.5em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:before,
a.btn:before,
.btn:after,
a.btn:after,
.btn .btn_stripe,
a.btn .btn_stripe {
  content: '';
  position: absolute;
  z-index: -1;
  background: #000000;
  height: 33.33333333%;
  left: -20px;
  right: -20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:before,
a.btn:before {
  top: 0;
}
.btn:after,
a.btn:after {
  top: 33.33333333%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.btn .btn_stripe,
a.btn .btn_stripe {
  top: 66.66666667%;
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.no-touch .btn:hover,
.no-touch a.btn:hover {
  color: #FFF;
}
.no-touch .btn:hover:before,
.no-touch a.btn:hover:before,
.no-touch .btn:hover:after,
.no-touch a.btn:hover:after,
.no-touch .btn:hover .btn_stripe,
.no-touch a.btn:hover .btn_stripe {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn.blanc,
a.btn.blanc {
  border-color: white;
  color: white;
}
.btn.blanc:before,
a.btn.blanc:before,
.btn.blanc:after,
a.btn.blanc:after,
.btn.blanc .btn_stripe,
a.btn.blanc .btn_stripe {
  background: white;
}
.no-touch .btn.blanc:hover,
.no-touch a.btn.blanc:hover {
  color: #5ca43b;
}
.btn.vert,
a.btn.vert {
  border: none;
  color: white;
  background: #5ca43b;
  padding: calc(.28em + 3px) 1.5em;
}
.btn.vert:before,
a.btn.vert:before,
.btn.vert:after,
a.btn.vert:after,
.btn.vert .btn_stripe,
a.btn.vert .btn_stripe {
  background: #74c151;
}
.no-touch .btn.vert:hover,
.no-touch a.btn.vert:hover {
  border-color: #74c151;
}
@media only screen and (min-width: 660px) {
  .btn {
    border-width: 4px;
    font-size: 1.125rem;
  }
  .btn.vert {
    padding: calc(.28em + 4px) 1.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    border-width: 5px;
    font-size: 1.25rem;
  }
  .btn.vert {
    padding: calc(.28em + 5px) 1.5em;
  }
}
.global form {
  position: relative;
  margin-top: 40px;
  padding: 45px 0 0;
}
.global form:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: #5ca43b;
}
.form_div {
  position: relative;
  padding-bottom: 45px;
}
.form_div:before,
.form_div:after {
  content: " ";
  display: table;
}
.form_div:after {
  clear: both;
}
label {
  font-size: 0.875rem;
  display: block;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.infieldlabel label {
  position: absolute;
  top: 9px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.infieldlabel.active label {
  opacity: 0.5;
  -webkit-transform: translateY(-19px);
  -moz-transform: translateY(-19px);
  transform: translateY(-19px);
  font-size: 0.625rem;
}
input {
  display: block;
  margin: 0;
  font-weight: normal;
}
input[type=number] {
  -webkit-appaerance: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=password],
textarea {
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  height: 40px;
  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-bottom-color: #5ca43b;
}
textarea {
  height: 40px;
  padding: 10px 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 {
  display: inline-block;
  color: #FFFFFF;
  background: #5ca43b;
  font-size: 0.875rem;
  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:hover {
  background: #74c151;
}
input[type=submit]:focus,
button:focus {
  box-shadow: 0 0 2px 1px rgba(92, 164, 59, 0.5);
}
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-bottom-color: #D00 !important;
}
div.wpcf7 img.ajax-loader {
  margin-left: 15px;
  margin-top: -3px;
}
span.wpcf7-not-valid-tip {
  font-size: 0.625rem;
  padding-top: 2px;
  background-color: #D00;
  float: left;
  color: #FFF;
  padding: 1px 5px 2px;
  font-weight: normal;
}
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;
}
.sidebar {
  background: #ffffff;
  padding: 0;
}
.sidebar .identity {
  display: none;
}
.sidebar .logo {
  margin: 0;
}
.sidebar .logo span {
  display: none;
  font-size: 0;
  text-indent: -9999px;
}
.sidebar .logo a {
  display: block;
}
.sidebar .logo img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 120px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar .logo .baseline {
  color: #000000;
  font-size: 7px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.sidebar a {
  border: none;
}
.sidebar .menu .hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 36px;
  width: 36px;
  padding: 0;
  outline: none;
  position: fixed;
  top: 17px;
  right: 17px;
  z-index: 10;
}
.sidebar .menu .hamburger:active,
.sidebar .menu .hamburger:focus {
  outline: none;
}
.sidebar .menu .hamburger i {
  background: #dddddd;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sidebar .menu .hamburger span,
.sidebar .menu .hamburger span:before,
.sidebar .menu .hamburger span:after {
  background: #353535;
  border-radius: 2px;
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  z-index: 5;
}
.sidebar .menu .hamburger span:before,
.sidebar .menu .hamburger span:after {
  content: '';
  margin: 0;
  left: 0;
  right: 0;
}
.sidebar .menu .hamburger span:before {
  top: -5px;
}
.sidebar .menu .hamburger span:after {
  top: auto;
  bottom: -5px;
}
.sidebar .layer {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  font-weight: 400;
}
.sidebar .layer .navigation {
  background: transparent;
  padding: 0;
  position: absolute;
  top: 34px;
  left: 34px;
  right: 34px;
}
.sidebar .layer .navigation .logo-nav {
  background: #ffffff;
  padding-top: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.sidebar .layer.active .navigation .logo-nav {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.sidebar .layer .navigation img {
  display: block;
  margin: 0 auto;
  width: 50%;
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  transform: translateX(3px);
}
.sidebar .layer ul {
  list-style: none;
}
.sidebar .layer ul,
.sidebar .layer ul li {
  padding: 0;
  margin: 0;
}
.sidebar .layer ul:before,
.sidebar .layer ul li:before {
  display: none;
  content: " ";
}
.sidebar .layer li {
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.sidebar .layer li + li {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.sidebar .layer li + li + li {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.sidebar .layer li + li + li + li {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.sidebar .layer li + li + li + li + li {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.sidebar .layer li + li + li + li + li + li {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.sidebar .layer.active li {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.sidebar .layer li:first-child {
  padding-top: 15px;
}
.sidebar .layer li:last-child {
  padding-bottom: 15px;
}
.sidebar .layer a {
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .layer .active a {
  color: #5ca43b;
}
.sidebar .layer .close-menu {
  background: #5ca43b url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/images/mob/close-menu@1x.png) no-repeat center center;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  position: absolute;
  top: -17px;
  right: -17px;
  height: 35px;
  width: 35px;
  padding: 0;
  -webkit-transition: transform 0.3s ease 0.5s;
  transition: transform 0.3s ease 0.5s;
  -webkit-transform: rotate(20deg) scale(0) translate(20px, 20px);
  transform: rotate(20deg) scale(0) translate(20px, 20px);
}
@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 1.25/1), (min--moz-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25), (-ms-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .sidebar .layer .close-menu {
    background-image: url(https://www.bureau-weier.lu/wp-content/themes/weier/assets/images/mob/close-menu@2x.png);
    -webkit-background-size: 23px 23px;
    background-size: 23px 23px;
  }
}
.sidebar .layer .close-menu:active,
.sidebar .layer .close-menu:focus {
  outline: none;
}
.sidebar .layer.active .close-menu {
  -webkit-transform: rotate(0) scale(1) translate(0, 0);
  transform: rotate(0) scale(1) translate(0, 0);
}
.side-footer {
  display: none;
}
@media only screen and (min-width: 660px) {
  .sidebar {
    padding: 17px 0 16px;
  }
  .sidebar .identity {
    display: block;
  }
  .sidebar .logo img {
    width: 150px;
  }
  .sidebar .baseline {
    font-size: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .sidebar,
  .home .sidebar {
    padding-top: 30px !important;
  }
  .sidebar .identity,
  .home .sidebar .identity {
    padding: 0 20px;
  }
  .sidebar .logo,
  .home .sidebar .logo {
    margin-bottom: 16px;
  }
  .sidebar .logo img,
  .home .sidebar .logo img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  .sidebar .baseline,
  .home .sidebar .baseline {
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
  }
  .sidebar .side-footer,
  .home .sidebar .side-footer {
    display: block;
    font-size: 0.6875rem;
    color: #BABABA;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    text-align: center;
  }
  .sidebar .side-footer a,
  .home .sidebar .side-footer a {
    color: #BABABA;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .sidebar .side-footer a:hover,
  .home .sidebar .side-footer a:hover {
    color: #999;
  }
  /* Nav */
  .sidebar .layer {
    background: #ffffff;
    display: block;
    position: relative;
  }
  .sidebar .layer .navigation {
    padding: 100px 0;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
  }
  .sidebar .layer #menu-sidebar-menu {
    border-top: 1px solid #5ca43b;
    border-bottom: 1px solid #5ca43b;
    padding: 25px 0;
  }
  .sidebar .layer li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .sidebar .layer a {
    color: #888;
    line-height: 1.4;
    opacity: 1;
    padding: 20px 24px;
    text-align: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar .layer a:hover,
  .sidebar .layer .active a {
    color: #49952a;
  }
  .sidebar .layer .active a {
    font-weight: bold;
  }
  .sidebar .layer a:hover {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    transform: translateX(7px);
  }
  .sidebar .layer.active .navigation .logo-nav {
    display: none;
  }
  .sidebar .layer.active .navigation li:first-child {
    padding-top: 15px;
  }
  .sidebar .layer .navigation .logo-nav {
    display: none;
  }
  .sidebar .menu .hamburger {
    display: none;
  }
}
@media only screen and (min-width: 900px) and (max-height: 960px) {
  .sidebar .layer .navigation {
    padding-top: 30px;
  }
  .sidebar #menu-sidebar-menu {
    padding: 15px 0;
  }
  .sidebar .layer a {
    padding: 15px 24px;
  }
}
.content_side {
  background: #222;
}
.content_side_images {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.content_side_images.swiper-container:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 180px;
  z-index: 5;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.projetTopbar {
  display: none;
}
@media only screen and (min-width: 660px) {
  .projetTopbar {
    display: block;
    position: relative;
    background: #222;
    z-index: 30;
    color: #FFF;
    padding: 0 20px;
  }
  .projetTopbar_inner {
    position: relative;
    width: 65%;
  }
  a.projetTopbar_toggle {
    display: block;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    margin-left: -10px;
    outline: 0;
  }
  a.projetTopbar_toggle:hover {
    opacity: .8;
  }
  a.projetTopbar_toggle span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #FFF;
    color: #222;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
  .projetTopbar_liste {
    position: absolute;
    min-width: 330px;
    left: -15px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .projetTopbar_liste,
  .projetTopbar_liste ul {
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
  }
  .projetTopbar_liste ul {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .projetTopbar_liste li:not(:first-child) {
    border-top: 1px solid #eaeaea;
  }
  .projetTopbar_liste a {
    display: block;
    background: #FFF;
    border: none;
    color: #222;
    font-weight: 400;
    font-size: 18px;
    padding: 9px 15px;
  }
  .projetTopbar_liste a:hover {
    color: #999;
  }
  .projetTopbar_liste .current-cat a {
    color: #5ca43b;
  }
  .projetTopbar.open .projetTopbar_liste {
    opacity: 1;
    visibility: visible;
  }
  .projetTopbar.open .projetTopbar_liste,
  .projetTopbar.open .projetTopbar_liste ul {
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
  }
  .projetTopbar.open .projetTopbar_liste ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 900px) {
  .projetTopbar {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .projetTopbar {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .projetTopbar {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .projetTopbar {
    padding: 0 100px;
  }
}
.projetItem,
a.projetItem {
  position: relative;
  display: block;
  border: none;
  outline: none;
}
.projetItem:before,
a.projetItem:before,
.projetItem:after,
a.projetItem:after {
  content: " ";
  display: table;
}
.projetItem:after,
a.projetItem:after {
  clear: both;
}
.projetItem:not(:first-child),
a.projetItem:not(:first-child) {
  padding-top: 60px;
}
.projetItem_title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  padding: 0 40px 0 0;
}
.projetItem_title:before {
  display: none;
}
.projetItem_ville {
  text-transform: uppercase;
  color: #5ca43b;
  font-size: 1.0625rem;
}
.projetItem_link {
  position: relative;
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
  padding-top: 13px;
  margin-top: 13px;
  overflow: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.projetItem_link:after,
.projetItem_link:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
}
.projetItem_link:before {
  z-index: 2;
  background: #5ca43b;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.projetItem_image {
  margin-top: 12px;
  padding-bottom: 35%;
  background-color: #DDD;
  position: relative;
  overflow: hidden;
}
.projetItem_image_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.no-touch .projetItem:hover .projetItem_image_inner {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.no-touch .projetItem:hover .projetItem_link {
  color: #477e2e;
  padding-left: 10px;
}
.no-touch .projetItem:hover .projetItem_link:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 660px) {
  .projetItem:not(:first-child) {
    padding-top: 40px;
  }
  .projetItem_inner {
    display: table;
    width: 100%;
  }
  .projetItem_texte,
  .projetItem_image {
    display: table-cell;
    vertical-align: middle;
  }
  .projetItem_texte,
  .projetTopbar_inner {
    width: 65%;
    padding-right: 30px;
  }
  .projetItem_image {
    padding: 0;
    width: 35%;
    height: 200px;
  }
}
@media only screen and (min-width: 1100px) {
  .projetItem_texte,
  .projetTopbar_inner {
    width: 50%;
    padding-right: 40px;
  }
  .projetItem_image {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .projetItem_texte,
  .projetTopbar_inner {
    width: 40%;
  }
  .projetItem_image {
    width: 60%;
  }
}
@media only screen and (min-width: 1400px) {
  .projetItem_texte,
  .projetTopbar_inner {
    width: 35%;
  }
  .projetItem_image {
    width: 65%;
    height: 300px;
  }
}
.projetPhotos {
  background: #FFF;
  padding: 20px;
  text-align: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.projetPhotos a {
  display: inline-block;
  height: 300px;
}
.projetPhotos img {
  margin-right: 20px;
  max-width: none;
  max-height: 100%;
}
.projetPhotos a:last-child img {
  margin-right: 0;
}
.projetDetail_backlink {
  display: block;
  position: relative;
  font-size: 0.5rem;
  color: #000000;
  border: none;
  opacity: 1;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  margin: 0 auto 20px;
  -webkit-transition: opacity 0.3s ease 1.7s, color 0.7s ease 2.7s;
  transition: opacity 0.3s ease 1.7s, color 0.7s ease 2.7s;
}
.projetDetail_backlink span {
  background: #000000;
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 5px;
  right: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.5s ease 2.4s, left 0.5s ease 1.9s, right 0.5s ease 1.9s;
  transition: transform 0.5s ease 2.4s, left 0.5s ease 1.9s, right 0.5s ease 1.9s;
}
.projetDetail_backlink span + span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loading .projetDetail_backlink {
  color: #ffffff;
  opacity: 0;
}
.loading .projetDetail_backlink span {
  left: 19px;
  right: 19px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.projetDetail_sub-title {
  font-size: 1.25rem;
}
.projetDetail_details {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 660px) {
  .projetDetail_backlink {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
  }
  .projetDetail_titre {
    padding-top: 60px;
  }
  .projetPhotos {
    border-left: 1px solid #f7f7f7;
  }
}
@media only screen and (min-width: 900px) {
  .projetDetail_backlink {
    top: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .projetDetail_backlink {
    font-size: 0.625rem;
    padding-top: 40px;
    width: 60px;
    margin-left: -30px;
  }
  .projetDetail_titre {
    padding-top: 60px;
  }
  .projetPhotos {
    border-left: none;
    text-align: center;
    overflow: auto;
    white-space: normal;
  }
  .projetPhotos a {
    display: block;
    height: auto;
  }
  .projetPhotos img {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    max-height: none;
  }
  .projetPhotos a:last-child img {
    margin-bottom: 0;
  }
}
.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: right;
}
ul.page-numbers li {
  display: inline-block;
}
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: #444444;
  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: #5ca43b;
  color: #FFF;
}
.no-touch ul.page-numbers a:hover {
  background: #FCFCFC;
}
.gmap,
#map-canvas {
  height: 50vh;
}
@media only screen and (min-width: 1100px) {
  .gmap,
  #map-canvas {
    height: 100%;
  }
}
.contactMap_window {
  font-size: 0.875rem;
}
.contactMap_window *:last-child {
  margin-bottom: 0;
}
/*.swiper-container,
.swiper-container * {
	&:extend(.acceleration);
}*/
.swiper-slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.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-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-pagination-progress {
  top: auto !important;
  bottom: 0;
  background: none;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #5ca43b;
}
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  background: none;
  border: 2px solid #FFF;
  margin-top: 0;
  color: #FFF;
  text-align: center;
  top: auto;
  bottom: 15px;
  line-height: 25px;
  vertical-align: middle;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.1);
}
.swiper-button-prev {
  left: auto;
  right: 52px;
}
.mfp-bg {
  background: #FFF;
  opacity: 1;
}
@media only screen and (min-width: 900px) {
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.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);
  -moz-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);
  -moz-transform: translateX(3px);
  transform: translateX(3px);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #5ca43b;
  cursor: pointer !important;
}
.mfp-title {
  color: #444444;
}
.mfp-counter {
  color: #5ca43b;
  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: 1;
}
/* 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);
}
.loader {
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5ca43b;
  background: rgba(92, 164, 59, 0.9);
  opacity: 0;
  visibility: hidden;
}
.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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.loader_logo {
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
.loader_logo svg {
  width: 200px;
}
.loader_logo .back {
  opacity: .4;
}
.loader_logo .front {
  position: absolute;
  overflow: hidden;
  width: 100%;
  -webkit-animation: logo_loading 3.5s;
  animation: logo_loading 3.5s;
}
.loaded .loader_logo .front {
  -webkit-animation: none;
  animation: none;
}
@media only screen and (min-width: 660px) {
  .loader_logo svg {
    width: 300px;
  }
}
@-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 .sidebar {
  padding: 17px 0 16px;
}
.home .sidebar .identity {
  display: block;
}
.accueil {
  position: absolute;
  min-height: 370px;
  top: 107px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
}
.acceuil_textes {
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.accueil_logo {
  display: none;
}
.accueil_titre {
  color: inherit;
  font-size: 1.4375rem;
  margin-bottom: 12px;
  text-transform: none;
}
.accueil_sousTitre {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.accueil_sousTitre .desktop {
  display: none;
}
.accueil_sousTitre .mobile {
  display: block;
}
.accueil_boutons .btn {
  margin: 0 0 5px;
}
.accueil_background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.accueil_background:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: .3;
}
@media only screen and (min-width: 660px) {
  .accueil {
    top: 126px;
  }
  .accueil_logo {
    display: inline-block;
    max-width: 180px;
    margin-bottom: 4em;
  }
  .accueil_titre {
    font-size: 2.125rem;
    margin-bottom: 18px;
  }
  .accueil_sousTitre {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  .accueil_sousTitre .desktop {
    display: block;
  }
  .accueil_sousTitre .mobile {
    display: none;
  }
  .accueil_boutons .btn {
    margin: 0 20px 5px;
  }
}
@media only screen and (min-width: 900px) {
  .accueil {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .accueil_logo {
    margin-top: -3em;
    margin-bottom: 6em;
  }
}
#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;
  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;
}
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: #5ca43b;
  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;
}
::selection {
  background: #5ca43b;
  color: #FFF;
}
::-moz-selection {
  background: #5ca43b;
  color: #FFF;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #d4d4d4;
}
body {
  scrollbar-face-color: #cccccc;
  scrollbar-base-color: #cccccc;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-highlight-color: #cccccc;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #cccccc;
  scrollbar-shadow-color: #cccccc;
  scrollbar-dark-shadow-color: #cccccc;
}
@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;
  }
}
.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 */
}
.sidebar .logo {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s ease 0.2s, transform 1s ease;
  transition: opacity 1s ease 0.2s, transform 1s ease;
}
.loading .sidebar .logo {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}
.sidebar .baseline {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.2s;
}
.loading .sidebar .baseline {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}
.sidebar .menu .hamburger i {
  -webkit-transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1.5) 1.5s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1.5) 1.5s;
}
.loading .sidebar .menu .hamburger i {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.sidebar .menu .hamburger span {
  -webkit-transition: left 0.3s ease 1s, right 0.3s ease 1s;
  transition: left 0.3s ease 1s, right 0.3s ease 1s;
}
.sidebar .menu .hamburger span:before {
  -webkit-transition: top 0.3s ease 1.3s;
  transition: top 0.3s ease 1.3s;
}
.sidebar .menu .hamburger span:after {
  -webkit-transition: bottom 0.3s ease 1.3s;
  transition: bottom 0.3s ease 1.3s;
}
.loading .sidebar .menu .hamburger span {
  left: 18px;
  right: 18px;
}
.loading .sidebar .menu .hamburger span:before {
  top: 0;
}
.loading .sidebar .menu .hamburger span:after {
  bottom: 0;
}
.title.anim,
.sub-title.anim {
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.the-content.anim {
  opacity: 1;
  -webkit-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}
.loading .title.anim,
.loading .sub-title.anim,
.loading .the-content.anim {
  opacity: 0;
}
.content_side {
  opacity: 1;
  -webkit-transition: all 1s ease 0.4s;
  transition: all 1s ease 0.4s;
}
.loading .content_side {
  opacity: 0;
}
.accueil_background,
.accueil_logo,
.accueil_titre,
.accueil_sousTitre,
.accueil_boutons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.loading .accueil_background,
.loading .accueil_logo,
.loading .accueil_titre,
.loading .accueil_sousTitre,
.loading .accueil_boutons {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}
.loading .accueil_background {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.accueil_background {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.accueil_logo {
  -webkit-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}
.accueil_titre {
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
}
.accueil_sousTitre {
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
.accueil_boutons {
  -webkit-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s ease 0.8s;
  transition: all 0.6s ease 0.8s;
}
.loading .swiper-button-next,
.loading .swiper-button-prev {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.swiper-pagination {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.6s ease 1s;
  transition: all 0.6s ease 1s;
}
.loading .swiper-pagination {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.projetTopbar {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
.loading .projetTopbar {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media only screen and (min-width: 900px) {
  .loading .sidebar .logo,
  .loading .sidebar .baseline {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .loading.first_loading .sidebar .logo,
  .loading.first_loading .sidebar .baseline {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .sidebar .layer,
  .sidebar .side-footer {
    opacity: 1;
    -webkit-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
  }
  .loading.first_loading .sidebar .layer,
  .loading.first_loading .sidebar .side-footer {
    opacity: 0;
  }
  .content_wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s ease 0.3s;
    transition: all 1s ease 0.3s;
    /*&.accueil,
		.loading &.accueil {
			.translateX(0);
		}*/
  }
  .loading .content_wrapper {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .title.anim,
  .sub-title.anim,
  .the-content.anim {
    opacity: 1 !important;
  }
  .content_side,
  .content_sideMidWide,
  .content_sideWide {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
  .loading .content_side,
  .loading .content_sideMidWide,
  .loading .content_sideWide {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
}
