@charset "UTF-8";
/*p {
  @include font-size(14px)
}*/
/* USAGE
@include keyframes(move-the-object) {
  0%   { left: 100px; }
  100% { left: 200px; }
}

.object-to-animate {
  @include animation('move-the-object .5s 1', 'move-the-object-again .5s 1 .5s');
}
*/
/*
.right {
  @include arrow((
    direction: 'right',
    color: orange,
    size: 30px
  ));
}

.down {
  @include arrow((
    direction: 'green',
    color: black,
    size: 30px
  ));
}

.up {
  @include arrow((
    direction: 'up',
    color: blue,
    size: 60px
  ));
}

.left {
  @include arrow((
    direction: 'left',
    color: red,
    size: 10px
  ));
}
*/
/* USAGE
body {
  @include background-image('pattern');
}
*/
/**
* Conditional Media Query Mixin
* by @sheiko (http://dsheiko.com)
*
* The problem this mixin solves is explained there
* http://css-tricks.com/conditional-media-query-mixins/
*
* https://github.com/dsheiko
* MIT license: http://www.opensource.org/licenses/mit-license.php
*/
/**
 * Usage examples
 */
/*.body {
  border: 2px solid #777;
  padding: 40px;
  background: silver;
  @include media( ">sm", "<md" ){
    background: red;
    color: white;
  };
}*/
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .content-btn > .caret, .dropup > .btn > .caret, .dropup > .content-btn > .caret {
    border-top-color: #000 !important;
  }
  .label, .checkbox-label, .radio-label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
@-moz-viewport {
  .table-bordered th, .table-bordered td {
    width: device-width;
  }
}
@-ms-viewport {
  .table-bordered th, .table-bordered td {
    width: device-width;
  }
}
@-o-viewport {
  .table-bordered th, .table-bordered td {
    width: device-width;
  }
}
@-webkit-viewport {
  .table-bordered th, .table-bordered td {
    width: device-width;
  }
}
@viewport {
  .table-bordered th, .table-bordered td {
    width: device-width;
  }
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0;
  line-height: 1.5;
  color: #282828;
  background-color: #fff;
}
body > * {
  font-size: 1rem;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #DAD7D8;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
a {
  color: #282828;
  text-decoration: none;
}
a:focus, a:hover {
  color: #282828;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
  touch-action: manipulation;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #DAD7D8;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
.h1 {
  font-size: 2.5rem;
}
.h2 {
  font-size: 2rem;
}
.h3 {
  font-size: 1.75rem;
}
.h4 {
  font-size: 1.5rem;
}
.h5 {
  font-size: 1.25rem;
}
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
  font-size: 80%;
  font-weight: normal;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #DCDCDC;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #DAD7D8;
}
.blockquote-footer::before {
  content: "— ";
}
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #DCDCDC;
  border-left: 0;
}
.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " —";
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0.3rem;
}
.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #DAD7D8;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #5C5557;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 800px) {
  .container {
    max-width: 752px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1148px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-1 {
  width: 4.1666666667%;
}
.col-xs-2 {
  width: 8.3333333333%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-4 {
  width: 16.6666666667%;
}
.col-xs-5 {
  width: 20.8333333333%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-7 {
  width: 29.1666666667%;
}
.col-xs-8 {
  width: 33.3333333333%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-10 {
  width: 41.6666666667%;
}
.col-xs-11 {
  width: 45.8333333333%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-13 {
  width: 54.1666666667%;
}
.col-xs-14 {
  width: 58.3333333333%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-16 {
  width: 66.6666666667%;
}
.col-xs-17 {
  width: 70.8333333333%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-19 {
  width: 79.1666666667%;
}
.col-xs-20 {
  width: 83.3333333333%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-22 {
  width: 91.6666666667%;
}
.col-xs-23 {
  width: 95.8333333333%;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 4.1666666667%;
}
.col-xs-pull-2 {
  right: 8.3333333333%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-4 {
  right: 16.6666666667%;
}
.col-xs-pull-5 {
  right: 20.8333333333%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-7 {
  right: 29.1666666667%;
}
.col-xs-pull-8 {
  right: 33.3333333333%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-10 {
  right: 41.6666666667%;
}
.col-xs-pull-11 {
  right: 45.8333333333%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-13 {
  right: 54.1666666667%;
}
.col-xs-pull-14 {
  right: 58.3333333333%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-16 {
  right: 66.6666666667%;
}
.col-xs-pull-17 {
  right: 70.8333333333%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-19 {
  right: 79.1666666667%;
}
.col-xs-pull-20 {
  right: 83.3333333333%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-22 {
  right: 91.6666666667%;
}
.col-xs-pull-23 {
  right: 95.8333333333%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 4.1666666667%;
}
.col-xs-push-2 {
  left: 8.3333333333%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-4 {
  left: 16.6666666667%;
}
.col-xs-push-5 {
  left: 20.8333333333%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-7 {
  left: 29.1666666667%;
}
.col-xs-push-8 {
  left: 33.3333333333%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-10 {
  left: 41.6666666667%;
}
.col-xs-push-11 {
  left: 45.8333333333%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-13 {
  left: 54.1666666667%;
}
.col-xs-push-14 {
  left: 58.3333333333%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-16 {
  left: 66.6666666667%;
}
.col-xs-push-17 {
  left: 70.8333333333%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-19 {
  left: 79.1666666667%;
}
.col-xs-push-20 {
  left: 83.3333333333%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-22 {
  left: 91.6666666667%;
}
.col-xs-push-23 {
  left: 95.8333333333%;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 4.1666666667%;
}
.col-xs-offset-2 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-4 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-5 {
  margin-left: 20.8333333333%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-7 {
  margin-left: 29.1666666667%;
}
.col-xs-offset-8 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-10 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-11 {
  margin-left: 45.8333333333%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-13 {
  margin-left: 54.1666666667%;
}
.col-xs-offset-14 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-16 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-17 {
  margin-left: 70.8333333333%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-19 {
  margin-left: 79.1666666667%;
}
.col-xs-offset-20 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-22 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-23 {
  margin-left: 95.8333333333%;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.1666666667%;
  }
  .col-sm-pull-2 {
    right: 8.3333333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.6666666667%;
  }
  .col-sm-pull-5 {
    right: 20.8333333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.1666666667%;
  }
  .col-sm-pull-8 {
    right: 33.3333333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.6666666667%;
  }
  .col-sm-pull-11 {
    right: 45.8333333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.1666666667%;
  }
  .col-sm-pull-14 {
    right: 58.3333333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.6666666667%;
  }
  .col-sm-pull-17 {
    right: 70.8333333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.1666666667%;
  }
  .col-sm-pull-20 {
    right: 83.3333333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.6666666667%;
  }
  .col-sm-pull-23 {
    right: 95.8333333333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.1666666667%;
  }
  .col-sm-push-2 {
    left: 8.3333333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.6666666667%;
  }
  .col-sm-push-5 {
    left: 20.8333333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.1666666667%;
  }
  .col-sm-push-8 {
    left: 33.3333333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.6666666667%;
  }
  .col-sm-push-11 {
    left: 45.8333333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.1666666667%;
  }
  .col-sm-push-14 {
    left: 58.3333333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.6666666667%;
  }
  .col-sm-push-17 {
    left: 70.8333333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.1666666667%;
  }
  .col-sm-push-20 {
    left: 83.3333333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.6666666667%;
  }
  .col-sm-push-23 {
    left: 95.8333333333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 800px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.1666666667%;
  }
  .col-md-pull-2 {
    right: 8.3333333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.6666666667%;
  }
  .col-md-pull-5 {
    right: 20.8333333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.1666666667%;
  }
  .col-md-pull-8 {
    right: 33.3333333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.6666666667%;
  }
  .col-md-pull-11 {
    right: 45.8333333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.1666666667%;
  }
  .col-md-pull-14 {
    right: 58.3333333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.6666666667%;
  }
  .col-md-pull-17 {
    right: 70.8333333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.1666666667%;
  }
  .col-md-pull-20 {
    right: 83.3333333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.6666666667%;
  }
  .col-md-pull-23 {
    right: 95.8333333333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.1666666667%;
  }
  .col-md-push-2 {
    left: 8.3333333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.6666666667%;
  }
  .col-md-push-5 {
    left: 20.8333333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.1666666667%;
  }
  .col-md-push-8 {
    left: 33.3333333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.6666666667%;
  }
  .col-md-push-11 {
    left: 45.8333333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.1666666667%;
  }
  .col-md-push-14 {
    left: 58.3333333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.6666666667%;
  }
  .col-md-push-17 {
    left: 70.8333333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.1666666667%;
  }
  .col-md-push-20 {
    left: 83.3333333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.6666666667%;
  }
  .col-md-push-23 {
    left: 95.8333333333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.1666666667%;
  }
  .col-lg-pull-2 {
    right: 8.3333333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.6666666667%;
  }
  .col-lg-pull-5 {
    right: 20.8333333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.1666666667%;
  }
  .col-lg-pull-8 {
    right: 33.3333333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.6666666667%;
  }
  .col-lg-pull-11 {
    right: 45.8333333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.1666666667%;
  }
  .col-lg-pull-14 {
    right: 58.3333333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.6666666667%;
  }
  .col-lg-pull-17 {
    right: 70.8333333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.1666666667%;
  }
  .col-lg-pull-20 {
    right: 83.3333333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.6666666667%;
  }
  .col-lg-pull-23 {
    right: 95.8333333333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.1666666667%;
  }
  .col-lg-push-2 {
    left: 8.3333333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.6666666667%;
  }
  .col-lg-push-5 {
    left: 20.8333333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.1666666667%;
  }
  .col-lg-push-8 {
    left: 33.3333333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.6666666667%;
  }
  .col-lg-push-11 {
    left: 45.8333333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.1666666667%;
  }
  .col-lg-push-14 {
    left: 58.3333333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.6666666667%;
  }
  .col-lg-push-17 {
    left: 70.8333333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.1666666667%;
  }
  .col-lg-push-20 {
    left: 83.3333333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.6666666667%;
  }
  .col-lg-push-23 {
    left: 95.8333333333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1500px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24 {
    float: left;
  }
  .col-xl-1 {
    width: 4.1666666667%;
  }
  .col-xl-2 {
    width: 8.3333333333%;
  }
  .col-xl-3 {
    width: 12.5%;
  }
  .col-xl-4 {
    width: 16.6666666667%;
  }
  .col-xl-5 {
    width: 20.8333333333%;
  }
  .col-xl-6 {
    width: 25%;
  }
  .col-xl-7 {
    width: 29.1666666667%;
  }
  .col-xl-8 {
    width: 33.3333333333%;
  }
  .col-xl-9 {
    width: 37.5%;
  }
  .col-xl-10 {
    width: 41.6666666667%;
  }
  .col-xl-11 {
    width: 45.8333333333%;
  }
  .col-xl-12 {
    width: 50%;
  }
  .col-xl-13 {
    width: 54.1666666667%;
  }
  .col-xl-14 {
    width: 58.3333333333%;
  }
  .col-xl-15 {
    width: 62.5%;
  }
  .col-xl-16 {
    width: 66.6666666667%;
  }
  .col-xl-17 {
    width: 70.8333333333%;
  }
  .col-xl-18 {
    width: 75%;
  }
  .col-xl-19 {
    width: 79.1666666667%;
  }
  .col-xl-20 {
    width: 83.3333333333%;
  }
  .col-xl-21 {
    width: 87.5%;
  }
  .col-xl-22 {
    width: 91.6666666667%;
  }
  .col-xl-23 {
    width: 95.8333333333%;
  }
  .col-xl-24 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 4.1666666667%;
  }
  .col-xl-pull-2 {
    right: 8.3333333333%;
  }
  .col-xl-pull-3 {
    right: 12.5%;
  }
  .col-xl-pull-4 {
    right: 16.6666666667%;
  }
  .col-xl-pull-5 {
    right: 20.8333333333%;
  }
  .col-xl-pull-6 {
    right: 25%;
  }
  .col-xl-pull-7 {
    right: 29.1666666667%;
  }
  .col-xl-pull-8 {
    right: 33.3333333333%;
  }
  .col-xl-pull-9 {
    right: 37.5%;
  }
  .col-xl-pull-10 {
    right: 41.6666666667%;
  }
  .col-xl-pull-11 {
    right: 45.8333333333%;
  }
  .col-xl-pull-12 {
    right: 50%;
  }
  .col-xl-pull-13 {
    right: 54.1666666667%;
  }
  .col-xl-pull-14 {
    right: 58.3333333333%;
  }
  .col-xl-pull-15 {
    right: 62.5%;
  }
  .col-xl-pull-16 {
    right: 66.6666666667%;
  }
  .col-xl-pull-17 {
    right: 70.8333333333%;
  }
  .col-xl-pull-18 {
    right: 75%;
  }
  .col-xl-pull-19 {
    right: 79.1666666667%;
  }
  .col-xl-pull-20 {
    right: 83.3333333333%;
  }
  .col-xl-pull-21 {
    right: 87.5%;
  }
  .col-xl-pull-22 {
    right: 91.6666666667%;
  }
  .col-xl-pull-23 {
    right: 95.8333333333%;
  }
  .col-xl-pull-24 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 4.1666666667%;
  }
  .col-xl-push-2 {
    left: 8.3333333333%;
  }
  .col-xl-push-3 {
    left: 12.5%;
  }
  .col-xl-push-4 {
    left: 16.6666666667%;
  }
  .col-xl-push-5 {
    left: 20.8333333333%;
  }
  .col-xl-push-6 {
    left: 25%;
  }
  .col-xl-push-7 {
    left: 29.1666666667%;
  }
  .col-xl-push-8 {
    left: 33.3333333333%;
  }
  .col-xl-push-9 {
    left: 37.5%;
  }
  .col-xl-push-10 {
    left: 41.6666666667%;
  }
  .col-xl-push-11 {
    left: 45.8333333333%;
  }
  .col-xl-push-12 {
    left: 50%;
  }
  .col-xl-push-13 {
    left: 54.1666666667%;
  }
  .col-xl-push-14 {
    left: 58.3333333333%;
  }
  .col-xl-push-15 {
    left: 62.5%;
  }
  .col-xl-push-16 {
    left: 66.6666666667%;
  }
  .col-xl-push-17 {
    left: 70.8333333333%;
  }
  .col-xl-push-18 {
    left: 75%;
  }
  .col-xl-push-19 {
    left: 79.1666666667%;
  }
  .col-xl-push-20 {
    left: 83.3333333333%;
  }
  .col-xl-push-21 {
    left: 87.5%;
  }
  .col-xl-push-22 {
    left: 91.6666666667%;
  }
  .col-xl-push-23 {
    left: 95.8333333333%;
  }
  .col-xl-push-24 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-xl-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .col-xl-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-xl-offset-6 {
    margin-left: 25%;
  }
  .col-xl-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-xl-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .col-xl-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-xl-offset-12 {
    margin-left: 50%;
  }
  .col-xl-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-xl-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .col-xl-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-xl-offset-18 {
    margin-left: 75%;
  }
  .col-xl-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-xl-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .col-xl-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-xl-offset-24 {
    margin-left: 100%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th, .table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #DCDCDC;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DCDCDC;
}
.table tbody + tbody {
  border-top: 2px solid #DCDCDC;
}
.table .table {
  background-color: #fff;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #DCDCDC;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #DCDCDC;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}
.table-active, .table-active > th, .table-active > td {
  background-color: #f5f5f5;
}
.table-hover .table-active:hover {
  background-color: #e8e8e8;
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #d9edf7;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f2dede;
}
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}
.thead-inverse th {
  color: #fff;
  background-color: #5C5557;
}
.thead-default th {
  color: #6b6365;
  background-color: #DCDCDC;
}
.table-inverse {
  color: #DCDCDC;
  background-color: #5C5557;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse th, .table-inverse td, .table-inverse thead th {
  border-color: #6b6365;
}
.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th, .table-reflow td {
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
}
.table-reflow th:last-child, .table-reflow td:last-child {
  border-right: 1px solid #DCDCDC;
}
.table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #DCDCDC;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th, .table-reflow tr td {
  display: block !important;
  border: 1px solid #DCDCDC;
}
/*@import "animation";
@import "dropdown";
@import "button-group";
@import "input-group";
@import "custom-forms";


@import "breadcrumb";
@import "pagination";
@import "pager";
@import "labels";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";

@import "close";

// Components w/ JavaScript
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: inline-block;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #DAD7D8;
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #DAD7D8;
  cursor: not-allowed;
  background-color: transparent;
}
.nav-inline .nav-item {
  display: inline-block;
}
.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #DCDCDC #DCDCDC #ddd;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #DAD7D8;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
  color: #6b6365;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}
.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}
.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}
.nav-stacked .nav-item {
  display: block;
  float: none;
}
.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}
.navbar-full {
  z-index: 1000;
}
@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 544px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}
.navbar-divider::before {
  content: " ";
}
.navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}
@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
@media (min-width: 800px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}
.navbar-nav .nav-item {
  float: left;
}
.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}
.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
a.list-group-item, button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #DAD7D8;
  cursor: not-allowed;
  background-color: #DCDCDC;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #DAD7D8;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}
.card-block {
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.card-primary-outline {
  background-color: transparent;
  border-color: #0275d8;
}
.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc;
}
.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de;
}
.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c;
}
.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e;
}
.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f;
}
.card-inverse .card-header, .card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.card-img {
  border-radius: 0.25rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0;
}
.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}
@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.clearfix::after, .footer-gray-dark::after, .list-social::after, .block-home::after, .form-styled::after, .form-contact form::after, .box-gray-dark form::after, .overlay-content form::after, .breadcrumb ul::after, .list-equipe li::after, .specifications ul li::after, .list-landing::after, .nav-article::after, .list-filter::after {
  content: "";
  display: table;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-xs-left {
  float: left !important;
}
.pull-xs-right {
  float: right !important;
}
.pull-xs-none {
  float: none !important;
}
@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 800px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden !important;
}
.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-xs-left {
  text-align: left !important;
}
.text-xs-right {
  text-align: right !important;
}
.text-xs-center {
  text-align: center !important;
}
@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 800px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.text-muted {
  color: #DAD7D8;
}
.text-primary {
  color: #0275d8 !important;
}
a.text-primary:focus, a.text-primary:hover {
  color: #025aa5;
}
.text-success {
  color: #5cb85c !important;
}
a.text-success:focus, a.text-success:hover {
  color: #449d44;
}
.text-info {
  color: #5bc0de !important;
}
a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}
.text-warning {
  color: #f0ad4e !important;
}
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}
.text-danger {
  color: #d9534f !important;
}
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}
.bg-inverse {
  color: #DCDCDC;
  background-color: #5C5557;
}
.bg-faded {
  background-color: #E5E5E5;
}
.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5;
}
.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}
a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44;
}
.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}
a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5;
}
.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f;
}
.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-0 {
  margin: 0 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-1 {
  margin: 1rem 1rem !important;
}
.m-t-1 {
  margin-top: 1rem !important;
}
.m-r-1 {
  margin-right: 1rem !important;
}
.m-b-1 {
  margin-bottom: 1rem !important;
}
.m-l-1 {
  margin-left: 1rem !important;
}
.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}
.m-t-2 {
  margin-top: 1.5rem !important;
}
.m-r-2 {
  margin-right: 1.5rem !important;
}
.m-b-2 {
  margin-bottom: 1.5rem !important;
}
.m-l-2 {
  margin-left: 1.5rem !important;
}
.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-a-3 {
  margin: 3rem 3rem !important;
}
.m-t-3 {
  margin-top: 3rem !important;
}
.m-r-3 {
  margin-right: 3rem !important;
}
.m-b-3 {
  margin-bottom: 3rem !important;
}
.m-l-3 {
  margin-left: 3rem !important;
}
.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-a-0 {
  padding: 0 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-1 {
  padding: 1rem 1rem !important;
}
.p-t-1 {
  padding-top: 1rem !important;
}
.p-r-1 {
  padding-right: 1rem !important;
}
.p-b-1 {
  padding-bottom: 1rem !important;
}
.p-l-1 {
  padding-left: 1rem !important;
}
.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}
.p-t-2 {
  padding-top: 1.5rem !important;
}
.p-r-2 {
  padding-right: 1.5rem !important;
}
.p-b-2 {
  padding-bottom: 1.5rem !important;
}
.p-l-2 {
  padding-left: 1.5rem !important;
}
.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-a-3 {
  padding: 3rem 3rem !important;
}
.p-t-3 {
  padding-top: 3rem !important;
}
.p-r-3 {
  padding-right: 3rem !important;
}
.p-b-3 {
  padding-bottom: 3rem !important;
}
.p-l-3 {
  padding-left: 3rem !important;
}
.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 800px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1499px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.browser-from-1990 {
  background: #282828;
  color: #FFF;
  z-index: 100000;
}
.browser-from-1990 p {
  width: 960px;
  margin: 0 auto;
  padding: 4px 0;
}
::-moz-selection {
  background: #282828;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #282828;
  color: #fff;
  text-shadow: none;
}
/*	RESET webkit-tap-highlight-color DON'T COLORIZE */
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
ins {
  background-color: #282828;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #282828;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
a, button {
  outline: none;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
}
nav a:hover {
  text-decoration: none;
}
/*body.admin-bar {
  padding-bottom: 28px;
}
#wpadminbar {
  top: auto !important;
  bottom: 0;
}
#wpadminbar .quicklinks>ul>li {
  position:relative;
}
#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
  bottom:28px;
}*/
body, h5 {
  font-family: "Work Sans", sans-serif;
}
h1, h2, h3, h4 {
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
  color: #282828;
}
h1 {
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 799px) {
  h1 {
    font-size: 26px;
  }
}
@media (min-width: 800px) and (max-width: 1499px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 1500px) {
  h1 {
    font-size: 70px;
  }
}
h2 {
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 799px) {
  h2 {
    font-size: 22px;
  }
}
@media (min-width: 800px) and (max-width: 1499px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  h2 {
    font-size: 48px;
  }
}
h3 {
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 799px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 800px) and (max-width: 1499px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  h3 {
    font-size: 48px;
  }
}
h4 {
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 799px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width: 800px) and (max-width: 1499px) {
  h4 {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  h4 {
    font-size: 48px;
  }
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev, #swipebox-next, #swipebox-close {
  text-decoration: none !important;
  cursor: pointer;
  width: 52px;
  height: 52px;
  opacity: 1;
  border-radius: 50%;
}
#swipebox-prev .circle, #swipebox-next .circle, #swipebox-close .circle {
  background: #ffffff;
}
#swipebox-prev i, #swipebox-next i, #swipebox-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
@media (max-width: 799px) {
  #swipebox-prev i, #swipebox-next i, #swipebox-close i {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  #swipebox-prev i, #swipebox-next i, #swipebox-close i {
    font-size: 24px;
  }
}
#swipebox-prev.disabled, #swipebox-next.disabled, #swipebox-close.disabled {
  opacity: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  position: absolute;
  top: 50%;
}
@media (min-width: 800px) {
  #swipebox-prev {
    left: 20px;
  }
}
@media (max-width: 799px) {
  #swipebox-prev {
    left: 10px;
  }
}
#swipebox-next {
  position: absolute;
  top: 50%;
}
@media (min-width: 800px) {
  #swipebox-next {
    right: 20px;
  }
}
@media (max-width: 799px) {
  #swipebox-next {
    right: 10px;
  }
}
#swipebox-close {
  position: absolute;
  z-index: 9999;
}
@media (min-width: 800px) {
  #swipebox-close {
    top: 20px;
    right: 20px !important;
  }
}
@media (max-width: 799px) {
  #swipebox-close {
    top: 10px;
    right: 10px !important;
  }
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev, #swipebox-next {
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(47, 47, 47, 0.9);
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
input, select, textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.label, .checkbox-label, .radio-label {
  display: block;
  margin-bottom: 0.25em;
}
.input, .checkbox-label:before, .radio-label:before, .checkbox-label:after, .radio-label:after, .select, .textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #DAD7D8;
  background-color: white;
}
.input:focus, .checkbox-label:before:focus, .radio-label:before:focus, .checkbox-label:after:focus, .radio-label:after:focus, .select:focus, .textarea:focus, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus {
  border-color: #6b6365;
}
.input::placeholder, .checkbox-label:before::placeholder, .radio-label:before::placeholder, .checkbox-label:after::placeholder, .radio-label:after::placeholder, .select::placeholder, .textarea::placeholder, .wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 textarea::placeholder {
  color: #282828;
}
.checkbox, .radio {
  position: absolute;
  width: auto;
  opacity: 0;
}
.checkbox:focus + .checkbox-label:before, .radio:focus + .checkbox-label:before, .checkbox:focus + .radio-label:before, .radio:focus + .radio-label:before, .checkbox:focus + .checkbox-label:after, .radio:focus + .checkbox-label:after, .checkbox:focus + .radio-label:after, .radio:focus + .radio-label:after {
  border-color: #6b6365;
}
.checkbox:checked + .checkbox-label:after, .radio:checked + .checkbox-label:after, .checkbox:checked + .radio-label:after, .radio:checked + .radio-label:after {
  opacity: 1;
}
.checkbox-label, .radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 28px;
}
.checkbox-label:before, .radio-label:before, .checkbox-label:after, .radio-label:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -9px;
  padding: 0;
  width: 18px;
  height: 18px;
  content: "";
}
.checkbox-label:after, .radio-label:after {
  border-color: transparent;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0;
}
.radio-label:before, .radio-label:after {
  border-radius: 50%;
}
.radio-label:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 8px;
}
.select {
  position: relative;
  z-index: 1;
  padding-right: 40px;
}
.select::-ms-expand {
  display: none;
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 15px;
  width: 10px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.textarea {
  min-height: 100px;
  resize: vertical;
}
/*
* 	Core Owl Carousel CSS File
*	v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-buttons {
  display: none !important;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
  * 	Owl Carousel Owl Demo Theme
  *	v1.3.3
  */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev, #swipebox-next, #swipebox-close {
  text-decoration: none !important;
  cursor: pointer;
  width: 52px;
  height: 52px;
  opacity: 1;
  border-radius: 50%;
}
#swipebox-prev .circle, #swipebox-next .circle, #swipebox-close .circle {
  background: #ffffff;
}
#swipebox-prev i, #swipebox-next i, #swipebox-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
@media (max-width: 799px) {
  #swipebox-prev i, #swipebox-next i, #swipebox-close i {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  #swipebox-prev i, #swipebox-next i, #swipebox-close i {
    font-size: 24px;
  }
}
#swipebox-prev.disabled, #swipebox-next.disabled, #swipebox-close.disabled {
  opacity: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  position: absolute;
  top: 50%;
}
@media (min-width: 800px) {
  #swipebox-prev {
    left: 20px;
  }
}
@media (max-width: 799px) {
  #swipebox-prev {
    left: 10px;
  }
}
#swipebox-next {
  position: absolute;
  top: 50%;
}
@media (min-width: 800px) {
  #swipebox-next {
    right: 20px;
  }
}
@media (max-width: 799px) {
  #swipebox-next {
    right: 10px;
  }
}
#swipebox-close {
  position: absolute;
  z-index: 9999;
}
@media (min-width: 800px) {
  #swipebox-close {
    top: 20px;
    right: 20px !important;
  }
}
@media (max-width: 799px) {
  #swipebox-close {
    top: 10px;
    right: 10px !important;
  }
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev, #swipebox-next {
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(47, 47, 47, 0.9);
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/*  Media queries
@media (max-width: $to-mobile) {}
@media (min-width: $from-mobile) {}
@include media(">sm", "<md"){};
@include media(">md", "<lg"){};
@include media("<sm"){};
@include media(">lg"){};
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 51;
  background: #fff;
}
@media (max-width: 799px) {
  header {
    padding: 0px 20px;
    height: 80px;
    border-bottom: 2px solid #282828;
  }
}
@media (min-width: 800px) {
  header {
    height: 80px;
  }
}
header .btn-tel {
  background: #DCDCDC;
  color: #282828;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  padding: 1.375rem 1.875rem 0 5rem;
  display: inline-block;
  float: left;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: -0.03em;
  height: 80px;
  float: left;
  -webkit-transition: color 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  header .btn-tel {
    padding: 1.375rem 1.875rem 0 3.75rem;
  }
}
header .btn-tel:hover {
  color: #ffffff;
}
header .btn-tel i {
  position: absolute;
  top: 27px;
  left: 35px;
  font-size: 1.625rem;
}
@media (min-width: 800px) {
  header .btn-tel i {
    font-size: 1.625rem;
  }
}
@media (max-width: 799px) {
  header .btn-tel i {
    font-size: 32px;
  }
}
header .btn-tel .-element-over {
  white-space: nowrap;
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  header .btn-tel .-element-over {
    display: none;
  }
}
.header-text {
  position: absolute;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 100%;
  z-index: 30;
}
@media (min-width: 800px) {
  .header-text .btn, .header-text .content-btn {
    margin: 25px 0;
  }
}
@media (max-width: 799px) {
  .header-text .btn, .header-text .content-btn {
    margin: 10px 0;
  }
}
@media (min-width: 800px) {
  .header-text {
    top: 40%;
    padding-left: 6%;
  }
  .header-text .btn, .header-text .content-btn {
    -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(-30px, 0%);
    -ms-transform: translate(-30px, 0%);
    -webkit-transform: translate(-30px, 0%);
    -moz-transform: translate(-30px, 0%);
    opacity: 0;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .is-loaded .header-text .btn, .is-loaded .header-text .content-btn {
    opacity: 1;
    transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
  }
  .header-text .btn:last-child, .header-text .content-btn:last-child {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}
@media (max-width: 799px) {
  .header-text {
    top: 50%;
    text-align: center;
  }
}
.header-slogan {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #282828;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .header-slogan {
    display: none;
  }
}
@media (max-width: 799px) {
  .header-slogan {
    display: none;
  }
}
.header-tools__inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 800px) {
  .header-tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 260px;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .header-tools {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .header-tools {
    padding-left: 280px;
  }
}
@media (min-width: 1500px) {
  .header-tools {
    padding-left: 340px;
  }
}
@media (max-width: 799px) {
  .header-tools {
    float: right;
  }
  .header-tools:after {
    display: table;
    clear: both;
    content: "";
  }
}
.logo-mobile {
  display: inline-block;
  height: 78px;
  padding: 25px 0 17px;
}
.logo-mobile img {
  height: 36px;
}
@media (min-width: 800px) {
  .header-home-new {
    padding: 80px 0;
  }
}
@media (max-width: 799px) {
  .header-home-new {
    margin-top: 80px;
  }
}
.header-new__wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
}
@media (min-width: 1200px) {
  .header-new__wrapper {
    min-height: calc(100vh - 80px);
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header-new__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .header-new__wrapper {
    flex-direction: column;
  }
}
.header-new__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 55px;
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .header-new__title {
    font-size: 36px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .header-new__title {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .header-new__title br {
    display: none;
  }
}
@media (max-width: 543px) {
  .header-new__title {
    font-size: 50px;
  }
}
.-bg-ie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #282828;
  z-index: 11;
  opacity: 0.55;
  display: none;
}
.is-ie .-bg-ie, .is-edge .-bg-ie {
  display: block;
  pointer-events: none;
}
.header-new-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .header-new-item {
    width: 50%;
  }
  .is-ie .header-new-item {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 1199px) {
  .header-new-item {
    width: 100%;
  }
}
.header-new-item.-red {
  background-color: #282828;
  z-index: 41;
}
@media (max-width: 799px) {
  .header-new-item.-red {
    justify-content: center;
  }
}
.header-new-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.-red .header-new-item__bg {
  background-position: left center;
  -webkit-filter: grayscale(85%);
  -moz-filter: grayscale(85%);
  -ms-filter: grayscale(85%);
  -o-filter: grayscale(85%);
  filter: grayscale(85%);
  filter: gray;
  /* IE 6-9 */
  opacity: 1;
}
.-red .header-new-item__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
}
@supports (-webkit-mix-blend-mode: multiply) or (mix-blend-mode: multiply) {
  .-red .header-new-item__bg:before {
    opacity: 0.55;
    mix-blend-mode: multiply;
  }
}
@supports not ((-webkit-mix-blend-mode: multiply) or (mix-blend-mode: multiply)) {
  .-red .header-new-item__bg:before {
    opacity: 0.45;
    mix-blend-mode: unset;
  }
}
.-red .header-new-item__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #282828;
  opacity: 0.3;
}
.header-new-item-col .header-new-item__bg {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.header-new-item-col .header-new-item__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #282828;
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-new-item-inner {
  position: relative;
  z-index: 21;
}
.header-new-item-inner :last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .-red .header-new-item-inner {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 1300px) {
  .-red .header-new-item-inner {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 2000px) {
  .-red .header-new-item-inner {
    max-width: 80%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .-red .header-new-item-inner {
    padding: 80px;
  }
}
@media (max-width: 799px) {
  .-red .header-new-item-inner {
    padding: 80px 20px;
    min-height: calc(50vh - 30px);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.header-new-item-inner > p {
  color: #ffffff;
}
.header-new-item-col {
  position: relative;
}
.header-new-item-col:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
}
.header-new-item-col.-redbox:after {
  background-color: #B3223D;
}
.header-new-item-col.-bluebox:after {
  background-color: #055C80;
}
.header-new-item-col.-greenbox:after {
  background-color: #057A57;
}
@media (min-width: 1200px) {
  .header-new-item-col {
    height: 33.3333%;
  }
}
@media (max-width: 1199px) {
  .header-new-item-col {
    height: 100%;
  }
}
@media (min-width: 800px) {
  .header-new-item-col:hover .header-new-item__bg:after {
    opacity: 0.35;
  }
}
.header-new-item-col__inner {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 21;
}
@media (max-width: 1199px) {
  .header-new-item-col__inner {
    padding: 80px;
    min-height: 240px;
  }
}
@media (max-width: 543px) {
  .header-new-item-col__inner {
    padding: 80px;
  }
}
.header-new-item-col__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 88%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .header-new-item-col__title {
    padding: 20px;
  }
}
@media (max-width: 543px) {
  .header-new-item-col__title {
    font-size: 35px;
  }
}
/*  Media queries
    @media (max-width: $to-mobile) {}
    @media (min-width: $from-mobile) {}
    @include media(">sm", "<md"){};
    @include media(">md", "<lg"){};
    @include media("<sm"){};
    @include media(">lg"){};
*/
.footer-gray {
  background: #E5E5E5;
}
@media (min-width: 800px) {
  .footer-gray {
    padding: 0 0 80px 0;
  }
  .home .footer-gray {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .footer-gray .box-gray-light p {
    max-width: 69%;
  }
}
.footer-gray .box-gray-light, .footer-gray .box-gray-dark {
  position: relative;
}
@media (min-width: 800px) {
  .footer-gray .box-gray-light .btn, .footer-gray .box-gray-light .content-btn, .footer-gray .box-gray-dark .btn, .footer-gray .box-gray-dark .content-btn {
    position: absolute;
    left: 60px;
    bottom: 60px;
  }
}
.footer-dark {
  background: #282828;
  color: #ffffff;
}
@media (min-width: 800px) {
  .footer-dark {
    padding: 60px 50px;
  }
}
@media (max-width: 799px) {
  .footer-dark {
    padding: 40px 20px;
  }
}
.footer-dark h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
  color: #ffffff;
}
.footer-gray-dark {
  background: #282828;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1200px) {
  .footer-gray-dark {
    padding: 20px 50px;
    font-size: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .footer-gray-dark {
    padding: 13px 50px;
    font-size: 10px;
  }
}
@media (max-width: 799px) {
  .footer-gray-dark {
    padding: 20px 20px;
    font-size: 10px;
  }
}
.footer-gray-dark p {
  margin: 0;
  color: #DCDCDC;
}
@media (min-width: 800px) {
  .footer-gray-dark p {
    float: left;
  }
}
.footer-gray-dark a {
  display: inline-block;
  color: #DCDCDC;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-gray-dark a span {
  text-transform: none;
}
@media (min-width: 800px) {
  .footer-gray-dark a {
    float: right;
  }
}
.footer-gray-dark a:hover {
  color: #ffffff;
}
.footer-nav ul {
  margin: 0;
}
.footer-nav ul li {
  margin-bottom: 20px;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
}
.footer-nav ul li a:hover {
  color: #DAD7D8;
}
.footer-info p, .footer-info a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (min-width: 800px) {
  .list-social {
    margin: 20px -10px 0;
  }
}
@media (max-width: 799px) {
  .list-social {
    margin: 20px -7px 0;
  }
}
.list-social li {
  float: left;
}
@media (min-width: 800px) {
  .list-social li {
    margin: 0 10px 10px;
  }
}
@media (max-width: 799px) {
  .list-social li {
    margin: 0 7px 7px;
  }
}
.list-social li.clear {
  width: 100%;
  margin: 0 !important;
  float: none;
  clear: both;
}
.list-social li:last-child {
  margin-right: 0;
}
.list-social li div, .list-social li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  text-decoration: none !important;
  cursor: pointer;
}
.list-social li div span, .list-social li a span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
}
.list-social.-small li a, .list-social.-small li div {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.list-social.-small li a span, .list-social.-small li div span {
  font-size: 14px;
}
.list-social.list-share li {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .list-social.list-share li.clear {
    display: none;
  }
}
.list-social.list-share a, .list-social.list-share div {
  border-color: #282828;
  color: #282828;
}
.footer-adress {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
/*  Media queries
    @media (max-width: $to-mobile) {}
    @media (min-width: $from-mobile) {}
    @include media(">sm", "<md"){};
    @include media(">md", "<lg"){};
    @include media("<sm"){};
    @include media(">lg"){};
*/
aside .sidebar-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5C5557;
  z-index: 100;
}
aside.nav {
  border-right: 1px solid #5C5557;
}
aside a, aside a:visited, aside a:active, aside a:focus {
  color: #fff;
}
aside .current-menu-item > a {
  color: #DAD7D8;
}
aside nav {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 799px) {
  aside {
    display: none;
  }
}
@media (min-width: 800px) {
  aside {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    z-index: 200;
  }
  aside .logo {
    display: block;
    padding-top: 40%;
    position: relative;
    background: #fff;
  }
  aside .logo img {
    position: absolute;
    top: 10%;
    left: 60px;
    height: auto;
  }
  aside .logo.logo-small {
    background: #ffffff;
    padding: 17px 100px 17px 20px;
  }
  aside .logo.logo-small img {
    position: relative;
    top: inherit;
    left: inherit;
    max-height: 47px;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  aside .logo.logo-small {
    min-height: 80px;
  }
}
@media (min-width: 800px) and (min-width: 1200px) {
  aside .logo.logo-small {
    max-height: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  aside {
    width: 280px;
  }
}
@media (min-width: 1500px) {
  aside {
    width: 340px;
  }
}
.sidebar-inner {
  padding-bottom: 60px;
}
.nav-wrapper {
  position: relative;
  height: 100%;
  padding-bottom: 134px;
}
nav.aside-bottom {
  z-index: 10;
  display: block;
  width: 100%;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #282828;
  font-weight: 500;
}
@media (min-width: 1500px) {
  nav.aside-bottom {
    font-size: 12px;
  }
}
@media (max-width: 1499px) {
  nav.aside-bottom {
    font-size: 12px;
  }
}
nav.aside-bottom .btn-aside {
  color: #DCDCDC;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
nav.aside-bottom .btn-aside.btn-socials {
  text-align: center;
  padding: 0 20px 0 20px;
}
@media (min-width: 1500px) {
  nav.aside-bottom .btn-aside.btn-socials {
    padding: 0 40px 0 20px;
  }
}
@media (max-width: 1499px) {
  nav.aside-bottom .btn-aside.btn-socials .-element-over {
    top: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
nav.aside-bottom .btn-aside.btn-socials.is-active {
  color: #282828;
}
nav.aside-bottom .btn-aside.btn-socials.is-active::before {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
nav.aside-bottom .btn-aside.btn-socials.is-active .icon-chevron-up {
  top: -150%;
}
nav.aside-bottom .btn-aside.btn-socials.is-active .icon-close {
  top: 50%;
}
@media (max-width: 1499px) {
  nav.aside-bottom .btn-aside.btn-socials.is-active .-element-over {
    top: -50px;
  }
}
nav.aside-bottom .btn-aside.btn-socials i {
  position: absolute;
  font-size: 14px;
  margin-top: -7px;
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1500px) {
  nav.aside-bottom .btn-aside.btn-socials i {
    right: 15px;
  }
}
@media (max-width: 1499px) {
  nav.aside-bottom .btn-aside.btn-socials i {
    right: 50%;
    margin-right: -10px;
  }
}
nav.aside-bottom .btn-aside.btn-socials .icon-chevron-up {
  top: 50%;
}
@media (max-width: 1499px) {
  nav.aside-bottom .btn-aside.btn-socials .icon-chevron-up {
    display: none;
  }
}
nav.aside-bottom .btn-aside.btn-socials .icon-close {
  top: 150%;
}
nav.aside-bottom .btn-aside.btn-langue::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #282828;
  display: block;
}
nav.aside-bottom .btn-aside:hover {
  color: #5C5557;
}
@media (min-width: 1200px) {
  nav.aside-bottom .btn-aside {
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  nav.aside-bottom .btn-aside {
    line-height: 40px;
  }
}
nav.aside-bottom .btn-aside:first-child {
  border-right: 1px solid #6b6365;
}
.menu-main-container {
  height: 100%;
}
#menu-main > li:last-child, #menu-main-en > li:last-child {
  position: relative;
}
#menu-main > li:last-child::before, #menu-main-en > li:last-child::before {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  height: 1000px;
  content: "";
  background: #5C5557;
  right: 0;
  z-index: 2;
}
.menu-main-container ul {
  position: relative;
}
.menu-main-container ul > li.current-menu-item > a::after, .menu-main-container ul > li.current-page-ancestor > a::after {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  width: 10px;
  background: #282828;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.menu-main-container ul li {
  position: relative;
  border-bottom: 1px solid #6b6365;
}
.menu-main-container ul li .sub-menu .sub-menu {
  min-height: 1px;
}
@media (min-width: 800px) and (max-width: 1199px) {
  .menu-main-container ul li .sub-menu .sub-menu a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .menu-main-container ul li .sub-menu .sub-menu a {
    font-size: 18px;
  }
}
@media (max-width: 799px) {
  .menu-main-container ul li .sub-menu .sub-menu a {
    font-size: 12px;
    padding: 10px 0;
  }
}
.menu-main-container ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.menu-main-container ul li:hover > .sub-menu li a {
  opacity: 1;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.menu-main-container ul li:hover > .sub-menu li:nth-child(1) a {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-main-container ul li:hover > .sub-menu li:nth-child(2) a {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.menu-main-container ul li:hover > .sub-menu li:nth-child(3) a {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu-main-container ul li:hover > .sub-menu li:nth-child(4) a {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.menu-main-container ul li:hover > .sub-menu li:nth-child(5) a {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.menu-main-container ul li:hover > .sub-menu li:nth-child(6) a {
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.menu-main-container ul li:hover > .sub-menu li:nth-child(7) a {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.menu-main-container ul li:hover > .sub-menu li:nth-child(8) a {
  -moz-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.menu-main-container ul li:hover > a::before {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.menu-main-container ul li .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 320px;
  background: #282828;
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
  -ms-transition: all 0.6s 0.1s;
  -moz-transition: all 0.6s 0.1s;
  opacity: 0;
  left: -100%;
}
.menu-main-container ul li .sub-menu .sub-menu {
  background: #5C5557;
}
.menu-main-container ul li .sub-menu .sub-menu a {
  background: #5C5557;
}
.menu-main-container ul li .sub-menu .sub-menu a::before {
  background: #6b6365;
}
.menu-main-container ul li .sub-menu a {
  opacity: 0;
  background: #282828;
  -webkit-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
}
.menu-main-container ul li .sub-menu a::before {
  background: #5C5557;
}
@media (min-width: 800px) {
  .menu-main-container ul li .sub-menu a {
    font-size: 16px;
    font-weight: 500;
    padding: 1.7vh 20px;
  }
}
@media (max-width: 799px) {
  .menu-main-container ul li .sub-menu a {
    font-size: 16px;
    padding: 1.7vh 18px;
  }
}
@media (max-height: 800px) {
  .menu-main-container ul li .sub-menu a {
    font-size: 16px;
    padding: 3vh 20px;
  }
}
.menu-main-container ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #5C5557;
  z-index: 2;
  line-height: 1;
}
@media (min-width: 800px) {
  .menu-main-container ul li a {
    font-size: 16px;
    font-weight: 500;
    padding: 1.7vh 20px;
  }
}
@media (max-width: 799px) {
  .menu-main-container ul li a {
    font-size: 16px;
    padding: 1.7vh 18px;
  }
}
@media (max-height: 800px) {
  .menu-main-container ul li a {
    font-size: 16px;
    padding: 3vh 20px;
  }
}
.menu-main-container ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  content: "";
  background: #282828;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-main-container ul li a span {
  position: relative;
  z-index: 2;
}
.menu-main-container ul li a:hover {
  color: #ffffff;
}
.menu-main-container ul li a:hover::before {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
nav.mobile {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  background: #282828;
  height: 100%;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 90;
  padding: 80px 0;
}
nav.mobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #5C5557;
}
nav.mobile .sub-menu {
  display: none;
}
@media (max-width: 799px) {
  nav.mobile .sub-menu a {
    font-size: 16px;
  }
}
nav.mobile .sub-menu .sub-menu {
  background: #5C5557;
  padding: 14px 0;
  margin-bottom: 10px;
}
nav.mobile .sub-menu .sub-menu a {
  background: #5C5557;
  text-transform: none;
}
nav.mobile .sub-menu .sub-menu a::before {
  background: #6b6365;
}
@media (min-width: 800px) and (max-width: 1199px) {
  nav.mobile .sub-menu .sub-menu a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  nav.mobile .sub-menu .sub-menu a {
    font-size: 18px;
  }
}
@media (max-width: 799px) {
  nav.mobile .sub-menu .sub-menu a {
    font-size: 12px;
  }
}
nav.mobile .wrap-mobile-nav {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 100%;
  background: #5C5557;
  padding-bottom: 60px;
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
}
.has-nav-open nav.mobile .wrap-mobile-nav {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
}
.has-nav-open nav.mobile {
  top: 0%;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
nav.mobile ul {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
nav.mobile ul .sub-menu {
  padding: 8px 0;
  background: #282828;
}
nav.mobile ul .sub-menu ul {
  position: relative;
  top: 0%;
  transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
}
nav.mobile ul .sub-menu ul a {
  font-size: 2.4vh;
  padding: 2px 0;
  opacity: 0.8;
}
nav.mobile ul li {
  padding: 0;
  overflow: hidden;
}
nav.mobile ul li.current_page_ancestor a, nav.mobile ul li.current_page_item a {
  background: #282828;
}
nav.mobile ul li.current_page_ancestor .current_page_item a {
  color: #282828;
}
nav.mobile ul li a {
  display: block;
  font-size: 3.6vh;
  padding: 6px 0;
  position: relative;
  transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  opacity: 0;
  -webkit-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s 0s, background 0.3s 0s;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s 0s, background 0.3s 0s;
  -ms-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s 0s, background 0.3s 0s;
  -moz-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s 0s, background 0.3s 0s;
  color: #ffffff;
}
nav.mobile ul li a.is-open {
  background: #6b6365;
  color: #ffffff;
}
.has-nav-open nav.mobile ul li a {
  transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  opacity: 1;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
nav.mobile ul li a::before {
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.has-nav-open nav.mobile ul li:nth-child(1) a {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.has-nav-open nav.mobile ul li:nth-child(2) a {
  -moz-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.has-nav-open nav.mobile ul li:nth-child(3) a {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.has-nav-open nav.mobile ul li:nth-child(4) a {
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.has-nav-open nav.mobile ul li:nth-child(5) a {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.has-nav-open nav.mobile ul li:nth-child(6) a {
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.has-nav-open nav.mobile ul li:nth-child(7) a {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.has-nav-open nav.mobile ul li:nth-child(8) a {
  transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.has-nav-open nav.mobile ul li:nth-child(9) a {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.has-nav-open nav.mobile ul li:nth-child(10) a {
  -moz-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
a.btn-langue-mobile {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 10;
  color: #DAD7D8;
}
.btn-nav-mobile {
  display: block;
  width: 34px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: none;
  position: relative;
  z-index: 91;
  -webkit-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  margin: 20px 0;
}
.btn-nav-mobile .border-top, .btn-nav-mobile .border-middle, .btn-nav-mobile .border-bottom {
  height: 1.5px;
  position: absolute;
  width: 20px;
  background: #282828;
  left: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.has-nav-open .btn-nav-mobile .border-top, .has-nav-open .btn-nav-mobile .border-middle, .has-nav-open .btn-nav-mobile .border-bottom {
  background: #ffffff;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.btn-nav-mobile .border-top {
  top: 10px;
}
.has-nav-open .btn-nav-mobile .border-top {
  top: 50%;
  transform: rotate(-45deg);
}
.btn-nav-mobile .border-middle {
  top: 17px;
}
.has-nav-open .btn-nav-mobile .border-middle {
  left: 110%;
}
.btn-nav-mobile .border-bottom {
  top: 24px;
}
.has-nav-open .btn-nav-mobile .border-bottom {
  top: 50%;
  transform: rotate(45deg);
}
.wrap-share {
  background: #ffffff;
  padding: 18px;
  text-align: center;
}
.wrap-share .list-social {
  display: inline-block;
  margin: 0;
}
.wrap-share .list-social li {
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .wrap-share .list-social li a, .wrap-share .list-social li div {
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding-top: 4px;
  }
}
.logo-certification {
  display: block;
  background: #5C5557;
  border-top: 1px solid #6b6365;
}
@media (max-width: 799px) {
  .logo-certification {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.logo-certification__inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 799px) {
  .logo-certification__inner {
    justify-content: center;
  }
}
.logo-certification__inner img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin: 20px 10px 13px 20px;
}
@media (max-width: 799px) {
  .logo-certification__inner img {
    margin: 20px 10px 13px 0;
  }
}
.logo-certification__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
/*

ICONES

Media queries
    @media (max-width: $to-mobile) {}
    @media (min-width: $from-mobile) {}
    @include media(">sm", "<md"){};
    @include media(">md", "<lg"){};
    @include media("<sm"){};
    @include media(">lg"){};
*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?sw234q");
  src: url("../fonts/icomoon.eot?sw234q#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?sw234q") format("woff2"), url("../fonts/icomoon.ttf?sw234q") format("truetype"), url("../fonts/icomoon.woff?sw234q") format("woff"), url("../fonts/icomoon.svg?sw234q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tel-fill:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-arrow-bottom:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-arrow-top:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-chevron-bottom:before {
  content: "";
}
.icon-chevron-left:before {
  content: "";
}
.icon-chevron-right:before {
  content: "";
}
.icon-chevron-up:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-google-plus:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-rss:before {
  content: "";
}
.icon-tel:before {
  content: "";
}
/*  Media queries
    @media (max-width: $to-mobile) {}
    @media (min-width: $from-mobile) {}
    @include media(">sm", "<md"){};
    @include media(">md", "<lg"){};
    @include media("<sm"){};
    @include media(">lg"){};
*/
hr {
  margin: 2rem 0;
}
.text img {
  margin-bottom: 40px;
}
.text h1, .text h2, .text h3, .text h4 {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  margin-top: 30px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  color: #282828;
}
.text a {
  color: #282828;
  text-decoration: underline;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.text a:hover {
  color: #000000;
}
.text a.btn.-hover, .text a.-hover.content-btn {
  margin-right: 1rem;
  margin-bottom: 15px;
}
.text h1, .text .h1 {
  font-size: 42px;
}
@media (min-width: 1500px) {
  .text h1, .text .h1 {
    font-size: 70px;
  }
}
section .text h1, section .text .h1 {
  color: #282828;
}
.text h2, .text .h2 {
  font-size: 32px;
}
@media (min-width: 1500px) {
  .text h2, .text .h2 {
    font-size: 40px;
  }
}
.text h3, .text .h3 {
  color: #282828;
  font-size: 26px;
}
@media (min-width: 1500px) {
  .text h3, .text .h3 {
    font-size: 32px;
  }
}
.text h4, .text .h4 {
  color: #282828;
  font-size: 20px;
}
@media (min-width: 1500px) {
  .text h4, .text .h4 {
    font-size: 20px;
  }
}
.text h5, .text h6 {
  color: #282828;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 1500px) {
  .text h5, .text h6 {
    font-size: 16px;
  }
}
.text blockquote {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4;
}
.text p {
  margin-bottom: 20px;
}
.text ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.text ul li {
  position: relative;
  padding: 3px 3px 3px 24px;
  margin: 0;
  background: #E5E5E5;
  list-style: none;
}
.text ul li::after {
  position: absolute;
  top: 11px;
  left: 10px;
  content: "";
  background: #282828;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.text ul li:nth-child(2n) {
  background: #ffffff;
}
.text ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.text ul.list-unstyled li {
  float: left;
  margin: 15px 30px 15px 0;
  padding: 0;
  background: transparent !important;
  list-style: none;
}
.text ul.list-unstyled li::after {
  display: none;
}
.text ul.list-unstyled li a.btn, .text ul.list-unstyled li a.content-btn {
  margin: 0;
}
.title-underline {
  font-size: 22px;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #DAD7D8;
  font-weight: bold;
  margin-bottom: 24px;
}
.text-red {
  color: #282828;
}
@media (min-width: 544px) and (max-width: 1499px) {
  .text-red {
    font-size: 38px;
  }
}
/*  Media queries
    @media (max-width: $to-mobile) {}
    @media (min-width: $from-mobile) {}
    @include media(">sm", "<md"){};
    @include media(">md", "<lg"){};
    @include media("<sm"){};
    @include media(">lg"){};
*/
html, body {
  height: 100%;
  min-height: 100%;
  position: relative;
  background: #d5d5d5;
}
body {
  overflow-y: scroll;
}
.page-wrapper {
  position: relative;
  z-index: 10;
}
@media (min-width: 800px) {
  .page-wrapper {
    padding-left: 260px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .page-wrapper {
    padding-left: 280px;
  }
}
@media (min-width: 1500px) {
  .page-wrapper {
    padding-left: 340px;
  }
}
section.white {
  background: #fff;
}
@media (max-width: 1199px) {
  section.white {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  section.white {
    padding: 110px 0;
  }
}
section.header-home, section.header-section {
  z-index: 10;
  position: relative;
  padding-bottom: 20px;
}
section.header-home .o-header-red-block {
  display: block;
  position: absolute;
  z-index: -15;
  top: 0;
  left: 0;
  right: 80px;
  padding-top: 53%;
  background: #282828;
}
@media (min-width: 800px) {
  section.header-home .o-header-red-block {
    right: 0;
  }
}
@media (min-width: 1200px) {
  section.header-home .o-header-red-block {
    right: 40px;
  }
}
@media (max-width: 799px) {
  section.header-home .o-header-red-block {
    right: 0;
    border-top: 90px solid #282828;
  }
}
@media (max-width: 799px) {
  section.header-home {
    padding: 100px 0 0 0;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  section.header-home {
    padding-right: 4.16667% !important;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  section.header-home {
    padding: 122px 120px 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  section.header-home {
    padding: 126px 120px 20px 0;
  }
}
@media (min-width: 1500px) {
  section.header-home {
    padding: 138px 120px 20px 0;
  }
}
section.header-home .header-content {
  padding-top: 60%;
  z-index: 20;
}
@media (max-width: 799px) {
  section.header-home .header-content {
    height: calc(100vh - 100px);
    background: url(../images/bg-home-mobile.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .is-mobile section.header-home .header-content {
    -moz-transition-delay: 1000s;
    -o-transition-delay: 1000s;
    -webkit-transition-delay: 1000s;
    transition-delay: 1000s;
  }
  section.header-home .header-content::before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000",GradientType=0);
    /* IE6-9 */
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    content: "";
  }
  section.header-home .header-content img {
    display: none;
  }
}
section.header-section .o-header-red-block {
  display: block;
  position: absolute;
  z-index: -15;
  top: 0;
  left: 0;
  background: #282828;
  bottom: 80px;
}
section.header-section .o-header-red-block.-green-block {
  background: #057A57;
}
.page-template-t-bureaux section.header-section .o-header-red-block, .tax-produit_usages_category section.header-section .o-header-red-block, .single-vente section.header-section .o-header-red-block {
  background: #B3223D;
}
.page-template-t-blocs section.header-section .o-header-red-block, .tax-product-category section.header-section .o-header-red-block, .single-produits section.header-section .o-header-red-block {
  background: #055C80;
}
.page-template-t-stations section.header-section .o-header-red-block, .tax-maisonnette_category section.header-section .o-header-red-block, .single-maisonnette section.header-section .o-header-red-block {
  background: #282828;
}
@media (min-width: 800px) {
  section.header-section .o-header-red-block {
    right: 0;
  }
}
@media (min-width: 1200px) {
  section.header-section .o-header-red-block {
    right: 40px;
  }
}
@media (max-width: 799px) {
  section.header-section .o-header-red-block {
    right: 0;
    border-top: 90px solid #282828;
  }
}
@media (max-width: 799px) {
  section.header-section {
    padding: 100px 0 0 0;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  section.header-section {
    padding-right: 4.16667% !important;
  }
}
@media (min-width: 800px) {
  section.header-section {
    padding: 120px 120px 0 0;
  }
}
.header-images {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #ffffff;
}
.header-images .header-image {
  position: absolute;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1500ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 1500ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 1500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-images .header-image.show-it {
  z-index: 10;
  opacity: 1;
}
.header-images .header-image.is-active {
  z-index: 5;
  opacity: 1;
}
.c-dual-blocks {
  position: relative;
  z-index: 50;
}
@media (min-width: 1200px) {
  .c-dual-blocks {
    margin-top: -60px;
    margin-bottom: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .c-dual-blocks {
    margin-top: -20px;
    margin-bottom: 80px;
  }
  .c-dual-blocks .-no-pad {
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.2);
  }
  .c-dual-blocks .-from-opacity {
    z-index: 15;
  }
}
.c-dual-blocks .-bg-red-a {
  z-index: 10;
  color: #fff;
}
@media (min-width: 1200px) {
  .c-dual-blocks .-bg-red-a {
    transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
  }
}
.c-dual-blocks .-bg-white-a {
  color: #282828;
  z-index: 5;
}
@media (min-width: 1200px) {
  .c-dual-blocks .-bg-white-a {
    transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    -moz-transform: translate(-50px, 0);
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .c-dual-blocks .-bg-white-a {
    clear: left;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
  }
}
.-home-block {
  position: relative;
  padding: 55px 100px 55px 145px;
  z-index: 5;
}
.-home-block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  z-index: -10;
}
.-home-block .text {
  margin-bottom: 0;
}
@media (min-width: 800px) and (max-width: 1499px) {
  .-home-block.-bg-red-a .text {
    font-size: 26px;
  }
  .-home-block.-bg-white-a .text {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .-home-block.-bg-red-a .text {
    font-size: 32px;
  }
  .-home-block.-bg-white-a .text {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .-bg-red-a {
    padding: 55px 10% 55px 15%;
  }
}
@media (max-width: 1199px) {
  .-bg-red-a {
    padding: 100px 40px;
  }
  .-bg-red-a::after {
    opacity: 1;
  }
  .-bg-red-a h2 {
    font-size: 28px;
  }
}
@media (max-width: 799px) {
  .-bg-red-a {
    padding: 80px 20px;
  }
}
.-bg-red-a:after {
  background: #282828;
}
@media (min-width: 1200px) {
  .-bg-white-a {
    padding: 55px 12% 55px 20%;
  }
}
@media (max-width: 1199px) {
  .-bg-white-a {
    padding: 100px 40px;
  }
  .-bg-white-a::after {
    opacity: 1;
  }
}
@media (max-width: 799px) {
  .-bg-white-a {
    padding: 80px 20px;
  }
}
.-bg-white-a:after {
  background: #fff;
}
@media (max-width: 1199px) {
  .c-home-content {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .c-home-content {
    margin-bottom: 100px;
  }
}
.c-home-content .c-content {
  max-width: 500px;
}
.c-home-content .c-content .c-line-1 {
  color: #6b6365;
  font-family: "Work Sans", sans-serif;
  border-bottom: 1px solid #6b6365;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: none;
}
@media (max-width: 799px) {
  .c-home-content .c-content .c-line-1 {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .c-home-content .c-content .c-line-1 {
    font-size: 18px;
  }
}
.c-home-content .c-content .c-line-2 {
  color: #282828;
  font-size: 48px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .c-home-content .c-content .c-line-2 {
    font-size: 32px;
  }
}
@media (min-width: 800px) {
  .c-home-content .c-content .c-line-2 {
    font-size: 36px;
  }
}
.c-home-alternate-blocks .btn-circle {
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transition: transform 500ms 300ms;
  transition: transform 500ms 300ms;
  -ms-transition: transform 500ms 300ms;
  -moz-transition: transform 500ms 300ms;
}
@media (min-width: 800px) {
  .c-home-alternate-blocks .alternate-block {
    margin-bottom: 160px;
  }
}
.c-home-alternate-blocks .alternate-block.in-view .btn-circle {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
@media (max-width: 799px) {
  .c-home-alternate-blocks .col-md-22 {
    padding: 0;
  }
}
.c-home-alternate-blocks .-show-item {
  position: relative;
  z-index: 20;
}
.c-home-alternate-blocks .img-holder img {
  width: 100%;
  height: auto;
}
.c-home-alternate-blocks .content-holder {
  position: relative;
  z-index: 20;
}
@media (min-width: 800px) {
  .c-home-alternate-blocks .content-holder {
    background: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 799px) {
  .c-home-alternate-blocks .content-holder {
    background: #ffffff;
  }
}
.c-home-alternate-blocks .-img-left .content-holder .btn-circle {
  position: absolute;
  top: 30%;
  left: -20px;
}
.btn-circle {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #282828;
  border-radius: 50%;
  z-index: 10;
  text-align: center;
  line-height: 40px;
}
/* Background */
.bg-wrapper  {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.bg-wrapper  .bg {
  opacity: 0.4;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.-shadow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -10;
}
.-shadow.-x:after {
  left: 10px;
  right: -10px;
}
.-shadow.-x-y:after {
  left: 10px;
  right: -10px;
  top: 10px;
  bottom: -10px;
}
.-show-wrapper {
  overflow: hidden;
  position: relative;
}
.-from-overflow {
  position: relative;
  width: 100%;
}
.-from-overflow img {
  width: 100%;
}
.-from-overflow .-fo-anim {
  overflow: hidden;
  width: 0;
  height: 100%;
  -webkit-transition: width 700ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 700ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 700ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 700ms cubic-bezier(0.4, 0, 0.2, 1);
}
.in-view .-from-overflow .-fo-anim, .is-mobile .-from-overflow .-fo-anim {
  width: 100%;
}
.-from-overflow .fo-inner img {
  width: 100%;
  height: auto;
}
.-show-item {
  position: relative;
  -webkit-transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1), opacity 700ms 0.3s;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1), opacity 700ms 0.3s;
  -ms-transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1), opacity 700ms 0.3s;
  -moz-transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1), opacity 700ms 0.3s;
}
.-show-item.-slower {
  -webkit-transition: transform 1000ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1000ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1000ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1000ms cubic-bezier(0.4, 0, 0.2, 1);
}
.-show-item.-faster {
  -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.-show-item.-from-left {
  transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
}
.-show-item.-from-right {
  transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
}
.-show-item.-from-top {
  transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
}
.-show-item.-from-bottom {
  transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
}
.-show-item.-from-opacity {
  opacity: 0;
}
.in-view .-show-item, .is-mobile .-show-item {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  opacity: 1;
}
.custom-container {
  position: relative;
}
.custom-container:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}
.-no-pad {
  padding-left: 0;
  padding-right: 0;
}
.post-title {
  max-width: 900px;
}
.home .wrap-posts {
  max-width: 1000px;
  margin: 0 auto 50px auto;
}
@media (max-width: 799px) {
  .home .wrap-posts {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1499px) {
  .home .wrap-posts {
    padding: 0 6%;
  }
}
@media (max-width: 799px) {
  .blog-posts.white {
    background: #DAD7D8;
    padding: 40px 0;
  }
}
.post {
  display: block;
  position: relative;
}
@media (min-width: 800px) {
  .post {
    padding: 40px 100px 40px 0;
  }
}
@media (max-width: 799px) {
  .post {
    padding: 40px 60px 40px 0;
  }
}
.post h3 {
  color: #282828;
  margin: 0;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 800px) {
  .post h3 {
    font-size: 34px;
  }
}
@media (max-width: 799px) {
  .post h3 {
    font-size: 26px;
  }
}
.post:hover h3 {
  color: #282828;
}
@media (min-width: 800px) {
  .posts-loop {
    border-top: 1px solid #DAD7D8;
  }
}
@media (max-width: 799px) {
  .posts-loop {
    border-top: 1px solid #c4c4c4;
  }
}
.post-date {
  text-transform: uppercase;
  color: #818181;
  margin-bottom: 14px;
  font-weight: bold;
}
.box-gray-light {
  background: #DAD7D8;
}
.box-gray-light h3 {
  margin-bottom: 22px;
}
@media (min-width: 800px) {
  .box-gray-light h3 {
    font-size: 34px;
  }
}
@media (max-width: 799px) {
  .box-gray-light h3 {
    font-size: 24px;
  }
}
.box-gray-dark {
  background: #5C5557;
}
.box-gray-light {
  color: #282828;
}
.box-gray-dark {
  color: #ffffff;
}
@media (min-width: 800px) and (max-width: 1199px) {
  .box-gray-light, .box-gray-dark {
    margin-bottom: 60px;
  }
}
@media (min-width: 800px) {
  .box-gray-light, .box-gray-dark {
    padding: 50px 60px;
  }
  .footer-gray .box-gray-light, .footer-gray .box-gray-dark {
    padding-bottom: 120px;
  }
}
@media (max-width: 799px) {
  .box-gray-light, .box-gray-dark {
    padding: 40px 20px;
  }
}
.alternate-block.-img-right {
  text-align: right;
}
.block-home {
  display: inline-block;
}
.block-home.-fullwidth {
  display: block;
}
@media (max-width: 799px) {
  .block-home {
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    transform: translate(0%, 0%) !important;
  }
}
@media (min-width: 800px) {
  .-img-left .block-home .-from-overflow {
    float: left;
  }
  .-img-right .block-home .-from-overflow {
    float: right;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .block-home .-from-overflow {
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .block-home .-from-overflow {
    max-width: 380px;
    width: 380px;
  }
}
@media (min-width: 1500px) {
  .block-home .-from-overflow {
    max-width: 430px;
    width: 430px;
  }
}
.block-home .parallax {
  display: inline-block;
}
@media (max-width: 799px) {
  .block-home .parallax {
    transform: none !important;
  }
}
.is-mobile .block-home .parallax {
  transform: none !important;
}
@media (min-width: 1500px) {
  .block-home .parallax {
    width: calc(100% - 430px);
    margin-left: -50px;
  }
  .-img-right .block-home .parallax {
    margin-left: 0px;
    margin-right: -50px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .block-home .parallax {
    width: calc(100% - 380px);
    margin-left: -30px;
  }
  .-img-right .block-home .parallax {
    margin-left: 0px;
    margin-right: -30px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .block-home .parallax {
    width: 55%;
  }
}
@media (min-width: 1500px) {
  .block-home.-fullwidth .parallax {
    width: calc(100% - 430px);
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .block-home.-fullwidth .parallax {
    width: calc(100% - 380px);
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .block-home.-fullwidth .parallax {
    width: 55%;
  }
}
.block-home.-fullwidth .content-holder {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1500px) {
  .block-home .parallax {
    max-width: 580px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .block-home .parallax {
    max-width: 500px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .block-home .parallax {
    width: 100%;
  }
}
.block-home .content-holder {
  position: relative;
  text-align: left;
}
@media (min-width: 1500px) {
  .block-home .content-holder {
    padding: 50px 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .block-home .content-holder {
    padding: 50px 50px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .block-home .content-holder {
    padding: 50px;
  }
}
@media (max-width: 799px) {
  .block-home .content-holder {
    float: none;
    padding: 40px 20px;
  }
  .block-home .content-holder p {
    margin-bottom: 40px;
  }
}
.in-view .block-home .content-holder, .is-mobile .block-home .content-holder {
  opacity: 1;
}
.-img-left .block-home .content-holder {
  /*@include media(">md") {
                @include translate(-60px,50px);
                float: left;
            }*/
}
@media (min-width: 800px) and (max-width: 1199px) {
  .-img-left .block-home .content-holder {
    transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
  }
}
@media (max-width: 799px) {
  .-img-left .block-home .content-holder {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
}
.-img-right .block-home .content-holder {
  /*@include media(">md") {
                float: right;
                @include translate(60px,50px);
            }*/
}
@media (min-width: 800px) and (max-width: 1199px) {
  .-img-right .block-home .content-holder {
    transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
  }
}
@media (max-width: 799px) {
  .-img-right .block-home .content-holder {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
}
.block-home .content-holder .circle-more {
  position: absolute;
}
@media (max-width: 1199px) {
  .-img-left .block-home .content-holder .circle-more {
    left: -19px;
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .-img-left .block-home .content-holder .circle-more {
    left: -24px;
    top: 108px;
  }
}
@media (max-width: 1199px) {
  .-img-right .block-home .content-holder .circle-more {
    right: -19px;
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .-img-right .block-home .content-holder .circle-more {
    right: -24px;
    top: 108px;
  }
}
@media (min-width: 800px) {
  .block-home h3 {
    font-size: 34px;
  }
}
@media (max-width: 799px) {
  .block-home h3 {
    font-size: 26px;
  }
}
@media (min-width: 800px) {
  .block-home h4 {
    font-size: 24px;
  }
}
@media (max-width: 799px) {
  .block-home h4 {
    font-size: 20px;
  }
}
.block-home p {
  color: #5C5557;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width: 799px) {
  .c-home-content {
    margin-bottom: 0;
  }
  .c-home-content .col-md-22 {
    padding: 0;
  }
  .c-home-content .c-content {
    max-width: 100%;
    padding: 80px 20px;
  }
}
.row-logo .logo-container {
  position: relative;
  padding-top: 100%;
  margin: 0.5rem;
}
.row-logo .logo-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text img, .text iframe, .text object, .text embed {
  max-width: 100%;
}
.custom-container {
  background-color: #fff;
}
.custom-container .wrap-bg-white {
  padding: 50px 4.16667%;
}
@media (min-width: 800px) and (max-width: 1199px) {
  .custom-container .wrap-bg-white {
    padding: 50px 8%;
  }
}
@media (max-width: 799px) {
  .custom-container .wrap-bg-white {
    padding: 30px 20px;
  }
}
.custom-container .wrap-bg-white .title-product span, .custom-container .wrap-bg-white .title-product h2 {
  left: 15px;
}
@media (max-width: 799px) {
  .custom-container .wrap-bg-white .title-product span, .custom-container .wrap-bg-white .title-product h2 {
    left: 0;
  }
}
@media (max-width: 543px) {
  .custom-container .wrap-bg-white .title-product span, .custom-container .wrap-bg-white .title-product h2 {
    display: block;
    margin-right: 0;
  }
}
.custom-container .wrap-bg-white .specifications-two-box {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .custom-container .wrap-bg-white .specifications-two-box {
    padding-top: 40px;
  }
}
.custom-container .wrap-bg-white .specifications-two-box .table-specs {
  margin-bottom: 0;
}
/*  Media queries

    GENERAL

    @media (max-width: $to-mobile) {}
    @media (min-width: $from-mobile) {}
    @include media(">sm", "<md"){};
    @include media(">md", "<lg"){};
    @include media("<sm"){};
    @include media(">lg"){};
*/
.-element-over {
  position: relative;
  z-index: 2;
}
.-hover {
  position: relative;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.-hover::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform-origin: left center;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  display: block;
}
.-hover:hover::before {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.-hover.-hover-red {
  color: #282828;
}
.-hover.-hover-red::before {
  background: #282828;
}
.-hover.-hover-red:hover {
  color: #ffffff !important;
}
.-hover.-hover-white::before {
  background: #ffffff;
}
.-hover.-hover-white:hover {
  color: #282828;
}
.-hover.-hover-gray-light::before {
  background: #DAD7D8;
}
.-hover.-hover-gray-light:hover {
  color: #282828;
}
.-hover.-hover-gray::before {
  background: #282828;
}
.-hover.-hover-gray:hover {
  color: #ffffff;
}
.-hover.-hover-dark::before {
  background: #282828;
}
.btn, .content-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 8px 24px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  border-radius: 3px;
  border: 2px solid #282828;
  letter-spacing: 1.5px;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #000000;
  background: none;
  text-decoration: none !important;
}
@media (max-width: 799px) {
  .btn, .content-btn {
    font-size: 12px;
  }
}
@media (min-width: 800px) {
  .btn, .content-btn {
    font-size: 16px;
  }
}
.btn:before, .content-btn:before {
  z-index: -1;
}
.btn.-white, .-white.content-btn {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.-red, .-red.content-btn {
  color: #ffffff;
  border-color: #282828;
  background: rgba(178, 8, 57, 0.85);
}
.btn:hover, .content-btn:hover {
  color: #ffffff;
}
.align-center {
  text-align: center;
}
.page-template-emplois .title-accordion .circle-accordion {
  top: 25%;
}
.circle-more, .circle-accordion, .circle {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #282828;
  position: relative;
  overflow: hidden;
  background: none;
}
.circle-more.-hover, .circle-accordion.-hover, .circle.-hover {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1199px) {
  .circle-more, .circle-accordion, .circle {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1200px) {
  .circle-more, .circle-accordion, .circle {
    width: 52px;
    height: 52px;
  }
}
.circle-more.-red, .circle-accordion.-red, .circle.-red {
  background: #282828;
}
.circle-more.-red::before, .circle-more.-red::after, .circle-accordion.-red::before, .circle-accordion.-red::after, .circle.-red::before, .circle.-red::after {
  background: #ffffff;
}
.post .circle-more, .title-accordion .circle-more, .post .circle-accordion, .title-accordion .circle-accordion, .post .circle, .title-accordion .circle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
}
.overlay .circle-more, .overlay .circle-accordion, .overlay .circle {
  position: absolute;
}
@media (min-width: 800px) {
  .overlay .circle-more, .overlay .circle-accordion, .overlay .circle {
    top: 80px;
    right: 80px;
  }
}
@media (max-width: 799px) {
  .overlay .circle-more, .overlay .circle-accordion, .overlay .circle {
    top: 20px;
    right: 20px;
  }
}
.circle-more::before, .circle-more::after {
  content: "";
  position: absolute;
  background: #282828;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post:hover .circle-more::before, .block-home:hover .circle-more::before, .landing-link:hover .circle-more::before, .post:hover .circle-more::after, .block-home:hover .circle-more::after, .landing-link:hover .circle-more::after {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.circle-more::before {
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
}
@media (max-width: 1199px) {
  .circle-more::before {
    margin-left: -10px;
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .circle-more::before {
    margin-left: -15px;
    width: 30px;
  }
}
.circle-more::after {
  width: 2px;
  top: 50%;
  left: 50%;
  margin-left: -2px;
}
@media (max-width: 1199px) {
  .circle-more::after {
    margin-top: -10px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .circle-more::after {
    margin-top: -15px;
    height: 30px;
  }
}
.circle-accordion {
  text-align: center;
  color: #282828;
}
.circle-accordion i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1200px) {
  .circle-accordion i {
    font-size: 24px;
    margin-top: -12px;
  }
}
@media (max-width: 1199px) {
  .circle-accordion i {
    font-size: 16px;
    margin-top: -8px;
  }
}
.is-open .circle-accordion i {
  transform: rotate(-180deg);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.close-overlay {
  text-align: center;
  color: #282828;
}
.close-overlay i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1200px) {
  .close-overlay i {
    font-size: 24px;
    margin-top: -12px;
  }
}
@media (max-width: 1199px) {
  .close-overlay i {
    font-size: 16px;
    margin-top: -8px;
  }
}
.close-overlay:hover {
  color: #ffffff;
}
.title-accordion {
  position: relative;
  cursor: pointer;
  padding-bottom: 32px;
}
.title-accordion:hover h3 {
  color: #282828;
}
.title-accordion h3 {
  margin-bottom: 0;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Formulaire */
.wpcf7-response-output {
  clear: both;
}
.form-styled label, .form-contact form label, .box-gray-dark form label, .overlay-content form label {
  display: block;
  margin-bottom: 15px;
}
.form-styled input, .form-contact form input, .box-gray-dark form input, .overlay-content form input {
  height: 38px;
}
.form-styled input, .form-styled textarea, .form-contact form input, .form-contact form textarea, .box-gray-dark form input, .box-gray-dark form textarea, .overlay-content form input, .overlay-content form textarea {
  background: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #282828;
  font-size: 14px;
  border-bottom: 2px solid #DAD7D8;
  -webkit-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: bold;
  resize: none;
  padding: 0 !important;
  border: none !important;
  border-bottom: 2px solid #DAD7D8 !important;
}
.form-styled input:focus, .form-styled textarea:focus, .form-contact form input:focus, .form-contact form textarea:focus, .box-gray-dark form input:focus, .box-gray-dark form textarea:focus, .overlay-content form input:focus, .overlay-content form textarea:focus {
  border-color: #6b6365 !important;
}
.form-styled .btn, .form-styled .content-btn, .form-contact form .btn, .form-contact form .content-btn, .box-gray-dark form .btn, .box-gray-dark form .content-btn, .overlay-content form .btn, .overlay-content form .content-btn {
  margin-top: 10px;
}
.form-styled.-dark input, .form-styled.-dark textarea, .form-contact form.-dark input, .form-contact form.-dark textarea, .box-gray-dark form.-dark input, .box-gray-dark form.-dark textarea, .overlay-content form.-dark input, .overlay-content form.-dark textarea {
  color: #ffffff;
  border-color: #ffffff;
}
.form-styled.-dark input:focus, .form-styled.-dark textarea:focus, .form-contact form.-dark input:focus, .form-contact form.-dark textarea:focus, .box-gray-dark form.-dark input:focus, .box-gray-dark form.-dark textarea:focus, .overlay-content form.-dark input:focus, .overlay-content form.-dark textarea:focus {
  border-color: #282828;
}
.form-styled.-dark ::-webkit-input-placeholder, .form-contact form.-dark ::-webkit-input-placeholder, .box-gray-dark form.-dark ::-webkit-input-placeholder, .overlay-content form.-dark ::-webkit-input-placeholder {
  color: #DCDCDC;
}
.form-styled.-dark :-moz-placeholder, .form-contact form.-dark :-moz-placeholder, .box-gray-dark form.-dark :-moz-placeholder, .overlay-content form.-dark :-moz-placeholder {
  /* Firefox 18- */
  color: #DCDCDC;
}
.form-styled.-dark ::-moz-placeholder, .form-contact form.-dark ::-moz-placeholder, .box-gray-dark form.-dark ::-moz-placeholder, .overlay-content form.-dark ::-moz-placeholder {
  /* Firefox 19+ */
  color: #DCDCDC;
}
.form-styled.-dark :-ms-input-placeholder, .form-contact form.-dark :-ms-input-placeholder, .box-gray-dark form.-dark :-ms-input-placeholder, .overlay-content form.-dark :-ms-input-placeholder {
  color: #DCDCDC;
}
.form-styled ::-webkit-input-placeholder, .form-contact form ::-webkit-input-placeholder, .box-gray-dark form ::-webkit-input-placeholder, .overlay-content form ::-webkit-input-placeholder {
  color: #282828;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.form-styled :-moz-placeholder, .form-contact form :-moz-placeholder, .box-gray-dark form :-moz-placeholder, .overlay-content form :-moz-placeholder {
  /* Firefox 18- */
  color: #282828;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.form-styled ::-moz-placeholder, .form-contact form ::-moz-placeholder, .box-gray-dark form ::-moz-placeholder, .overlay-content form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #282828;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.form-styled :-ms-input-placeholder, .form-contact form :-ms-input-placeholder, .box-gray-dark form :-ms-input-placeholder, .overlay-content form :-ms-input-placeholder {
  color: #282828;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.list-styled {
  padding: 0;
  margin-bottom: 20px;
}
.list-styled li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  margin-bottom: 3px;
}
.list-styled li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #282828;
}
.link-underline {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #282828;
}
.link-underline::before, .link-underline::after {
  display: block;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
}
.link-underline::before {
  background: #DAD7D8;
}
.link-underline::after {
  background: #282828;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform-origin: left center;
  z-index: 1;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-underline:hover::after, .block-home:hover .link-underline::after {
  transform: scaleX(1);
  transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
}
@media (max-width: 799px) {
  .no-padding-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 799px) {
  .-align-right-mobile {
    text-align: right !important;
    padding: 0 40px;
  }
  .-align-right-mobile .btn, .-align-right-mobile .content-btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 799px) {
  .-align-left-mobile {
    text-align: left !important;
    padding: 0 40px;
  }
  .-align-left-mobile .btn, .-align-left-mobile .content-btn {
    margin-bottom: 20px;
  }
}
.btn-scroll {
  position: absolute;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  bottom: 20px;
  margin-left: -25px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  padding-top: 9px;
  z-index: 40;
  -webkit-transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-scroll:hover {
  color: #ffffff;
  padding-top: 12px;
}
.btn-scroll:focus {
  color: #ffffff;
}
.is-safari .btn-scroll {
  bottom: 90px;
}
*:focus, button:focus {
  outline: none !important;
}
.-no-margin {
  margin: 0 !important;
}
@media (max-width: 799px) {
  .-no-margin-bottom-mobile {
    margin-bottom: 0px !important;
  }
}
section.block-white {
  margin-top: -10px;
  position: relative;
}
@media (min-width: 1200px) {
  section.block-white {
    padding-right: 120px;
  }
}
@media (min-width: 800px) {
  section.block-white {
    margin-bottom: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  section.block-white {
    padding-right: 4.16667%;
  }
}
section.block-white .wrap-bg-white {
  background: #ffffff;
}
@media (min-width: 1200px) {
  section.block-white .wrap-bg-white {
    padding: 50px 4.16667%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  section.block-white .wrap-bg-white {
    padding: 50px 8%;
  }
}
@media (max-width: 799px) {
  section.block-white .wrap-bg-white {
    padding: 30px 20px;
  }
}
.breadcrumb {
  margin-bottom: 40px;
}
@media (max-width: 799px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .icon-home {
  font-size: 26px;
  position: relative;
  top: -2px;
}
.breadcrumb ul {
  margin: 0;
}
.breadcrumb ul li {
  float: left;
  padding-right: 25px;
  margin-right: 12px;
  position: relative;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.breadcrumb ul li::after {
  position: absolute;
  top: 0;
  right: -5px;
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 22px;
  color: #6b6365;
}
.breadcrumb ul li:last-child {
  padding-right: 0px;
  margin-right: 0;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  text-decoration: underline;
  color: #282828;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.breadcrumb ul li a:hover {
  color: #5C5557;
}
.breadcrumb ul li a.bck-home {
  text-decoration: none;
}
#map {
  height: 400px;
  background: #ffffff;
}
.list-equipe {
  position: relative;
}
.list-equipe::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background: #DAD7D8;
}
@media (min-width: 1500px) {
  .list-equipe::after {
    left: 330px;
  }
}
@media (min-width: 800px) and (max-width: 1499px) {
  .list-equipe::after {
    left: 200px;
  }
}
@media (max-width: 799px) {
  .list-equipe::after {
    display: none;
  }
}
.list-equipe li {
  padding: 50px 0;
  border-bottom: 1px solid #DAD7D8;
}
.list-equipe li:last-child {
  border-bottom: none;
}
@media (min-width: 1500px) {
  .list-equipe .name {
    width: 330px;
    padding: 0 50px;
  }
  .list-equipe .name h3 {
    font-size: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1499px) {
  .list-equipe .name {
    width: 200px;
    padding: 0 30px;
  }
  .list-equipe .name h3 {
    font-size: 20px;
  }
}
@media (min-width: 800px) {
  .list-equipe .name {
    float: left;
    text-align: right;
  }
}
@media (max-width: 799px) {
  .list-equipe .name {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .list-equipe .name h3 {
    font-size: 24px;
  }
}
.list-equipe .info-equipe {
  max-width: 800px;
}
@media (min-width: 1500px) {
  .list-equipe .info-equipe {
    width: calc(100% - 330px);
    padding: 0 50px;
  }
}
@media (min-width: 800px) and (max-width: 1499px) {
  .list-equipe .info-equipe {
    width: calc(100% - 200px);
    padding: 0 30px;
  }
}
@media (min-width: 800px) {
  .list-equipe .info-equipe {
    float: left;
  }
}
@media (max-width: 799px) {
  .list-equipe .info-equipe {
    width: 100%;
    padding: 0;
  }
}
.list-equipe .info-equipe h4 {
  font-size: 22px;
  text-transform: none;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  color: #282828;
  margin-bottom: 0;
}
.tel {
  color: #282828;
  cursor: normal;
}
.tel:hover {
  color: #000000;
}
.list-accordion {
  margin-bottom: 0;
}
.list-accordion > li {
  border-bottom: 1px solid #DAD7D8;
  margin-bottom: 32px;
}
.list-accordion > li:last-child {
  margin-bottom: 0;
  border: none;
}
.content-accordion {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .content-accordion .title-small {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .list-products {
    padding-right: 120px;
    margin-right: 0 !important;
  }
}
@media (min-width: 800px) {
  .list-products {
    margin-left: calc(4.16667% + 0.9375rem);
    margin-right: calc(4.16667% + 0.9375rem);
  }
}
@media (min-width: 800px) {
  .list-products .container-fluid {
    padding: 0;
  }
}
.list-products .row {
  margin: 0 -20px;
}
.list-products .col-lg-8 {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .list-products .col-lg-8:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .list-products .col-lg-8:nth-child(2n+1) {
    clear: left;
  }
  .list-products .col-lg-8:nth-child(3n+1) {
    clear: none;
  }
}
.block-produit {
  color: #ffffff;
  display: block;
  cursor: url(../images/cursor-more.svg), auto !important;
  cursor: -webkit-image-set(url("../images/cursor-more.svg") 1x, url("../images/cursor-more-retina.svg") 2x), auto;
}
@media (min-width: 800px) {
  .block-produit {
    margin-bottom: 80px;
  }
}
.block-produit figure {
  margin: 0;
}
.in-view .block-produit .-fo-anim {
  width: 100%;
}
.block-produit .img-holder {
  position: relative;
}
.block-produit .img-holder figure {
  position: relative;
  overflow: hidden;
  padding-top: 75.75%;
}
.block-produit .img-holder figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.block-produit .hover-product {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(40, 40, 40, 0.95);
}
.is-mobile .block-produit .hover-product {
  display: none;
}
.block-produit .hover-product p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  letter-spacing: 1.5px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.block-produit figure {
  position: relative;
}
.block-produit .name-figure {
  display: inline-block;
  background: #5C5557;
  color: #ffffff;
  height: 50px;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .block-produit .name-figure {
    padding: 9px 20px;
  }
}
@media (max-width: 799px) {
  .block-produit .name-figure {
    padding: 9px 40px;
  }
}
.block-produit:hover .hover-product {
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
}
.block-produit:hover .hover-product p {
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}
.block-produit .info-product {
  background: #5C5557;
  position: relative;
}
@media (min-width: 800px) {
  .block-produit .info-product {
    height: 180px;
    padding: 20px 40px;
  }
}
@media (max-width: 799px) {
  .block-produit .info-product {
    padding: 60px 20px;
  }
}
@media (max-width: 799px) {
  .block-produit .info-product .middle {
    transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    top: 0;
  }
}
.block-produit .info-product h2 {
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .block-produit .info-product h2 {
    font-size: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .block-produit .info-product h2 {
    font-size: 20px;
  }
}
@media (max-width: 799px) {
  .block-produit .info-product h2 {
    font-size: 22px;
    text-align: center;
  }
}
.block-produit .info-product .circle-more {
  position: absolute;
  left: 50%;
}
@media (min-width: 1200px) {
  .block-produit .info-product .circle-more {
    top: -25px;
    margin-left: -26px;
  }
}
@media (max-width: 1199px) {
  .block-produit .info-product .circle-more {
    top: -20px;
    margin-left: -19px;
  }
}
.block-produit .info-product .tag {
  text-align: center;
  position: absolute;
  left: 0px;
  width: 100%;
  top: -25px;
}
.block-produit .info-product .tag span {
  display: inline-block;
  padding: 9px 20px;
  background: #282828;
  color: #ffffff;
  height: 50px;
  font-family: "Work Sans", sans-serif;
  font-size: 22px;
}
@media (min-width: 800px) {
  .middle {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
  }
}
.anim-opacity {
  opacity: 0;
  transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  -webkit-transform: translate(-30px, 0px);
  -moz-transform: translate(-30px, 0px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.anim-opacity.anim-delay-2, .list-landing li:nth-child(2n) .anim-opacity.landing-link {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  -webkit-transform: translate(-30px, 0px);
  -moz-transform: translate(-30px, 0px);
}
.anim-opacity.in-view, .is-mobile .anim-opacity {
  opacity: 1;
  transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}
.specifications {
  border-top: 1px solid #DAD7D8;
  padding-top: 60px;
}
@media (max-width: 799px) {
  .specifications {
    padding-top: 20px;
  }
}
.specifications h3 {
  font-size: 16px;
  letter-spacing: 1.5px;
}
.specifications ul li {
  padding-right: 10px;
}
.specifications ul li strong {
  font-weight: normal;
}
@media (min-width: 800px) {
  .specifications ul li strong {
    float: right;
  }
}
@media (max-width: 799px) {
  .specifications ul li strong {
    display: block;
  }
}
.list-landing {
  position: relative;
  margin: 0;
}
@media (min-width: 800px) {
  .list-landing::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 50%;
    width: 1px;
    background: #DAD7D8;
  }
}
.list-landing li {
  border-top: 1px solid #DAD7D8;
}
@media (min-width: 800px) {
  .list-landing li {
    float: left;
    width: 50%;
  }
}
.list-landing li:nth-child(2n) .landing-link.in-view, .is-mobile .list-landing li:nth-child(2n) .landing-link {
  transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}
@media (min-width: 800px) {
  .list-landing li:nth-child(1), .list-landing li:nth-child(2) {
    border-top: 0;
  }
}
.list-landing li .block-soumission h3 {
  font-size: 26px;
}
@media (min-width: 800px) and (max-width: 1199px) {
  .list-landing li .block-soumission h3 {
    font-size: 18px;
  }
}
@media (max-width: 799px) {
  .list-landing li .block-soumission {
    height: auto;
    padding-top: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .list-landing li .block-soumission .btn, .list-landing li .block-soumission .content-btn {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.landing-link {
  display: block;
  position: relative;
  text-align: center;
}
@media (min-width: 800px) {
  .landing-link {
    height: 220px;
    padding: 20px;
  }
}
@media (max-width: 799px) {
  .landing-link {
    padding: 40px;
  }
}
.landing-link h3 {
  color: #282828;
  text-transform: none;
  margin-bottom: 38px;
}
@media (min-width: 800px) {
  .landing-link h3 {
    font-size: 26px;
  }
}
@media (max-width: 799px) {
  .landing-link h3 {
    font-size: 20px;
  }
}
.block-soumission {
  height: 300px;
  padding: 20px 40px;
  text-align: center;
}
.block-soumission .btn, .block-soumission .content-btn {
  margin-top: 10px;
}
.header-news .header-section {
  background: #282828;
}
@media (max-width: 799px) {
  .header-news .header-section {
    padding-bottom: 30px;
    padding-top: 118px;
  }
}
.title-news {
  color: #ffffff;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (min-width: 800px) {
  .title-news {
    padding-left: 4.16667%;
  }
}
@media (max-width: 799px) {
  .title-news {
    padding: 0 40px;
    margin: 0;
  }
}
.title-news h1 {
  position: relative;
  margin: 0;
  max-width: 900px;
}
@media (min-width: 800px) {
  .title-news h1 {
    padding-left: 160px;
  }
}
.title-news h1 .date {
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (min-width: 800px) {
  .title-news h1 .date {
    position: absolute;
    top: 15px;
    left: 0;
  }
}
@media (max-width: 799px) {
  .title-news h1 .date {
    margin-top: 0px;
  }
}
.title-realisation {
  color: #ffffff;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (min-width: 800px) {
  .title-realisation {
    padding-left: 4.16667%;
  }
}
@media (max-width: 799px) {
  .title-realisation {
    padding: 0 40px;
    margin: 0;
  }
}
.title-realisation h1 {
  position: relative;
  margin: 0;
  max-width: 900px;
}
.date {
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  text-transform: none;
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .row-inverse .col-inverse {
    float: right;
  }
}
.title-small {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 18px;
  color: #282828;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
.nav-article {
  padding-top: 60px;
}
@media (min-width: 1200px) {
  .nav-article {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .nav-article {
    margin-bottom: 60px;
  }
}
.nav-article .prev {
  float: left;
}
.nav-article .next {
  float: right;
}
.prev, .next {
  display: inline-block;
  text-transform: uppercase;
  color: #282828;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #282828 !important;
  position: relative;
}
@media (min-width: 1200px) {
  .prev, .next {
    padding: 15px 20px 15px 20px;
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .prev, .next {
    padding: 8px 20px 8px 20px;
    font-size: 14px;
  }
}
@media (max-width: 799px) {
  .prev, .next {
    padding: 12px 20px 11px 20px;
    font-size: 10px;
  }
}
.prev:hover .circle, .next:hover .circle {
  color: #ffffff;
}
.prev:hover .circle::before, .next:hover .circle::before {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.prev .nav-title, .next .nav-title {
  display: inline-block;
  padding: 80px 20px;
}
.prev .circle, .next .circle {
  position: absolute;
  top: 0%;
  text-align: center;
  overflow: hidden;
}
.prev .circle i, .next .circle i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .prev .circle i, .next .circle i {
    font-size: 24px;
    margin-top: -12px;
  }
}
@media (max-width: 1199px) {
  .prev .circle i, .next .circle i {
    font-size: 16px;
    margin-top: -8px;
  }
}
@media (min-width: 1200px) {
  .prev {
    padding-left: 72px;
  }
}
@media (max-width: 1199px) {
  .prev {
    padding-left: 52px;
  }
}
.prev .circle {
  left: 0;
}
@media (min-width: 1200px) {
  .next {
    padding-right: 72px;
  }
}
@media (max-width: 1199px) {
  .next {
    padding-right: 52px;
  }
}
.next .circle {
  right: 0;
}
@media (max-width: 799px) {
  .container-fluid, .row, div[class^="col-"] {
    padding: 0;
    margin: 0 !important;
  }
}
.-margin-bottom {
  margin-bottom: 80px;
}
/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #282828;
  display: block;
  -webkit-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.has-overlay-open .overlay {
  left: 0%;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.overlay .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  /* More properties for a fixed height ... */
}
@media (min-width: 800px) {
  .overlay .overlay-content {
    padding: 80px;
  }
}
@media (max-width: 799px) {
  .overlay .overlay-content {
    padding: 40px 20px;
  }
}
.has-overlay-open .overlay .overlay-content {
  transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.box {
  position: relative;
  padding: 30px;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.2);
}
.box h4 {
  font-size: 18px;
  text-transform: none;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
}
.box.-red {
  color: #ffffff;
  background: #282828;
}
.box.-red a {
  color: #ffffff;
  text-decoration: underline;
}
.box.-red a.tel {
  text-decoration: none;
}
@media (min-width: 800px) {
  .overlay .box {
    margin-top: 30px;
  }
}
@media (max-width: 799px) {
  .overlay .box {
    margin-top: 60px;
  }
}
.row-succursale {
  margin: 0;
}
.row-succursale .col-lg-6 {
  padding: 0;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .row-succursale .succursale {
    min-height: 270px;
  }
}
@media (min-width: 1500px) {
  .row-succursale .succursale {
    min-height: 220px;
  }
}
@media (min-width: 1200px) {
  .row-succursale .col-lg-6:nth-child(4n) .succursale {
    border-right: 0;
  }
  .row-succursale .col-lg-6:nth-child(1) .succursale, .row-succursale .col-lg-6:nth-child(2) .succursale, .row-succursale .col-lg-6:nth-child(3) .succursale, .row-succursale .col-lg-6:nth-child(4) .succursale {
    border-top: 0;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .row-succursale .col-md-12:nth-child(2n) .succursale {
    border-right: 0;
  }
  .row-succursale .col-md-12:nth-child(2n+1) {
    clear: both;
  }
  .row-succursale .col-md-12:nth-child(1) .succursale, .row-succursale .col-md-12:nth-child(2) .succursale {
    border-top: 0;
  }
}
.succursale {
  border-right: 1px solid #DAD7D8;
  padding: 30px 15px;
}
@media (max-width: 799px) {
  .succursale {
    padding-right: 20px;
    border-right: 0;
  }
}
.succursale h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.succursale a {
  text-decoration: underline;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.succursale a.tel {
  text-decoration: none;
  color: #282828;
}
.succursale a.tel:hover {
  color: #5C5557;
}
.succursale a:hover {
  color: #000000;
}
.form-contact {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .row-succursale .col-lg-6:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 544px) and (max-width: 1199px) {
  .row-succursale .col-sm-12:nth-child(2n+1) {
    clear: left;
  }
}
.is-loaded, .is-ie-9 {
  background: #E5E5E5 !important;
}
.is-loaded .page-wrapper, .is-ie-9 .page-wrapper {
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.is-loaded body, .is-ie-9 body {
  background: #E5E5E5 !important;
}
.page-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0s;
  transition: opacity 0.6s 0s;
  -ms-transition: opacity 0.6s 0s;
  -moz-transition: opacity 0.6s 0s;
}
.is-ie-9 .loading {
  display: none;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  background: #282828;
  -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.loading .wrap-loading {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #ffffff;
  -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  overflow: scroll;
}
.is-loaded .loading {
  left: 100%;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.is-loaded .loading .wrap-loading {
  left: 30%;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
html {
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
html:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #282828;
  z-index: 190;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
html.is-loaded {
  background: #E5E5E5 !important;
}
html.is-loaded:before {
  opacity: 0;
  left: 100%;
  -webkit-transition: left 0s 0.6s, opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0s 0.6s, opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: left 0s 0.6s, opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: left 0s 0.6s, opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.form-search {
  position: relative;
  z-index: 2;
}
.form-search input {
  float: left;
  background: none;
  letter-spacing: 1.5px;
  color: #282828;
}
@media (min-width: 800px) {
  .form-search input {
    visibility: hidden;
    height: 80px;
    width: 0px;
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .is-open .form-search input {
    width: 300px;
    visibility: visible;
  }
}
@media (max-width: 799px) {
  .form-search input {
    height: 80px;
    width: calc(100% - 76px);
    color: #ffffff;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .is-open .form-search input {
    width: 150px;
  }
}
.form-search ::-webkit-input-placeholder {
  color: #282828;
  text-transform: uppercase;
  opacity: 1;
}
.form-search :-moz-placeholder {
  color: #282828;
  text-transform: uppercase;
  opacity: 1;
}
.form-search ::-moz-placeholder {
  color: #282828;
  text-transform: uppercase;
  opacity: 1;
}
.form-search :-ms-input-placeholder {
  color: #282828;
  text-transform: uppercase;
  opacity: 1;
}
@media (max-width: 799px) {
  .form-search ::-webkit-input-placeholder {
    color: #ffffff;
  }
  .form-search :-moz-placeholder {
    color: #ffffff;
  }
  .form-search ::-moz-placeholder {
    color: #ffffff;
  }
  .form-search :-ms-input-placeholder {
    color: #ffffff;
  }
}
.close-search-form {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 3;
  background: none;
  border: none;
}
.is-open .close-search-form {
  width: 70px;
  opacity: 1;
}
.wrap-search {
  color: #282828;
  display: inline-block;
  float: left;
  z-index: 91;
  position: relative;
}
@media (max-width: 799px) {
  .wrap-search {
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 100;
    padding-left: 70px;
    color: #ffffff !important;
    background: #282828 !important;
    -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .wrap-search.is-open {
    top: 0;
    background: #282828;
  }
}
.wrap-search.is-open {
  background: #DAD7D8;
  padding-left: 70px;
}
.wrap-search:hover::after, .wrap-search.is-open::after {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
@media (max-width: 799px) {
  .wrap-search:hover .close-search-form, .wrap-search:hover .btn-search, .wrap-search.is-open .close-search-form, .wrap-search.is-open .btn-search {
    color: #ffffff;
  }
}
@media (min-width: 800px) {
  .wrap-search:hover .close-search-form, .wrap-search:hover .btn-search, .wrap-search.is-open .close-search-form, .wrap-search.is-open .btn-search {
    color: #5C5557;
  }
}
.wrap-search::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #DCDCDC;
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.wrap-search .-element-over {
  position: relative;
}
@media (min-width: 800px) {
  .wrap-search {
    height: 80px;
  }
}
@media (max-width: 799px) {
  .wrap-search {
    height: 78px;
  }
  .wrap-search::after {
    position: fixed;
    top: -100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    -webkit-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .wrap-search.is-open::after {
    top: 80px;
    opacity: 0.95;
    -webkit-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.btn-search {
  border: none;
  background: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 800px) {
  .btn-search {
    height: 80px;
    font-size: 28px;
    padding: 10px 30px;
  }
}
@media (max-width: 799px) {
  .btn-search {
    height: 80px;
    font-size: 28px;
    padding: 22px 14px;
    color: #282828;
  }
}
.btn-search-mobile {
  border: none;
  height: 78px;
  color: #282828;
  border: none;
  font-size: 24px;
  padding: 24px 14px;
  display: inline-block;
  float: left;
  background: none;
  margin-right: 4px;
}
@media (max-width: 543px) {
  .title-product span {
    display: block;
    float: none;
  }
}
@media (min-width: 544px) {
  .title-product {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .title-product span {
    float: left;
  }
}
.title-product span, .title-product h2 {
  background: #282828;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 19px;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  font-weight: bold;
  padding: 12px 30px;
  line-height: 1.5;
  text-transform: none;
}
.list-filter {
  margin-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 799px) {
  .list-filter {
    display: none;
  }
}
.list-filter li {
  float: left;
  margin: 15px 30px 15px 0;
}
.list-filter li a.is-open {
  color: #ffffff;
}
.list-filter li a.is-open::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.c-product-content .c-line-2 {
  margin-bottom: 45px;
}
.c-product-content .o-toggle-filter-mobile {
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 799px) {
  .c-product-content .c-content {
    padding: 40px 20px;
  }
}
@media (min-width: 800px) {
  .c-product-content {
    margin-top: 80px;
    margin-bottom: 35px;
  }
  .c-product-content .c-content.-full-width {
    max-width: 100%;
  }
}
@media (min-width: 800px) {
  .c-filter-into-content {
    margin-top: 30px;
  }
}
@media (max-width: 799px) {
  .c-filter-into-content {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 799px) {
  .o-toggle-filter-mobile {
    position: relative;
    font-weight: bold;
    display: inline-block;
    padding-right: 34px;
    cursor: pointer;
  }
  .o-toggle-filter-mobile.is-active span::before {
    opacity: 0;
  }
  .o-toggle-filter-mobile span {
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .o-toggle-filter-mobile span::before, .o-toggle-filter-mobile span::after {
    content: "";
    position: absolute;
    background: #282828;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .o-toggle-filter-mobile span::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
  }
  .o-toggle-filter-mobile span::after {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
}
.o-wrap-info-filter {
  padding-top: 40px;
}
.row-gallery {
  margin-top: 60px !important;
  margin-left: -0.9375rem !important;
  margin-right: -0.9375rem !important;
  margin-bottom: -30px !important;
}
.row-gallery .col-md-8 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}
.gallery-thumb {
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.gallery-thumb:hover .overlay-thumb {
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
}
.gallery-thumb:hover .overlay-thumb p {
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}
.gallery-thumb .overlay-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(178, 8, 57, 0.95);
}
.is-mobile .gallery-thumb .overlay-thumb {
  display: none;
}
.gallery-thumb .overlay-thumb p {
  top: 50%;
  left: 0%;
  width: 100%;
  font-size: 26px;
  margin-top: 5px;
  position: absolute;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.table-specs {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 799px) {
  .table-specs {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .table-specs tr td:nth-child(1) {
    width: 40%;
  }
  .table-specs tr td:nth-child(2) {
    width: 20%;
  }
  .table-specs tr td:nth-child(3) {
    width: 20%;
  }
}
.table-specs td {
  width: 50%;
  text-align: right;
  padding: 5px 10px;
}
.table-specs td:nth-child(1) {
  width: 50%;
  text-align: left;
}
.table-specs tr:nth-child(2n+1) td {
  background: #E5E5E5;
}
.wpcf7-form .btn.pull-right, .wpcf7-form .pull-right.content-btn {
  margin-bottom: 20px;
}
div.wpcf7-response-output {
  margin: 0;
}
div.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
  color: #b20839;
  border-color: #b20839;
  font-size: 0.8em;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}
div.wpcf7-mail-sent-ok {
  color: #94c83d;
  font-size: 0.8em;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}
@media (max-width: 799px) {
  .single-produits .align-center.-align-left-mobile {
    padding: 0;
  }
}
.select-style select {
  font-weight: bold;
  resize: none;
  border: none !important;
  border-bottom: 2px solid #DAD7D8 !important;
  background: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  height: 38px;
  font-size: 14px;
  color: #282828;
}
.select-style i {
  position: absolute;
  top: 4px;
  right: 30px;
}

