/* MANDATORY COMPONANTS */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: transparent;
}
a:active,
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Colors */
/* FONTS */
/* Number of columns in the grid. */
/* Padding between columns. Gets divided in half for the left and right.*/
/* Point at which the navbar becomes uncollapsed.*/
/* Point at which the navbar begins collapsing.*/
/* Define the maximum width of `.container` for different screen sizes. */
/* Small screen / tablet */
/* For `@screen-sm-min` and up.*/
/* Medium screen / desktop */
/* For `@screen-md-min` and up.*/
/* Large screen / wide desktop */
/* For `@screen-lg-min` and up.*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !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;
  }
}
/* SPRTIES */
.icon-element,
#scroll_nav .nav_item.go_top:after,
#scroll_nav .nav_item.go_bottom:after {
  background-image: url(/sites/all/themes/advency/less/sprites/icon.png);
  background-repeat: no-repeat;
}
@media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .icon-element,
  #scroll_nav .nav_item.go_top:after,
  #scroll_nav .nav_item.go_bottom:after {
    background-image: url(/sites/all/themes/advency/less/sprites/icon@2x.png);
    background-size: 90px 65px;
  }
}
/* OPTIONAL COMPONANTS */
/*! 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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  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%;
  -webkit-box-sizing: border-box;
  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(/sites/all/themes/advency/img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/sites/all/themes/advency/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  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;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  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: #0d0d0d;
}
#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;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/sites/all/themes/advency/less/componants/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* ELEMENTS */
#scroll_nav {
  width: 32px;
  position: fixed;
  top: 50%;
  z-index: 999;
  left: 15px;
  margin-top: -35px;
}
@media screen and (max-width: 750px) {
  #scroll_nav {
    display: none;
  }
}
#scroll_nav .sep {
  margin: 20px 0px;
  height: 1px;
  width: 100%;
  background: #262626;
}
#scroll_nav .nav_item {
  display: block;
  cursor: pointer;
  position: relative;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#scroll_nav .nav_item:hover {
  opacity: 1;
}
#scroll_nav .nav_item span {
  position: absolute;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 200px;
  height: 32px;
  line-height: 28px;
  left: 0;
  transform-origin: left top 0;
}
#scroll_nav .nav_item.inactive {
  pointer-events: none;
  cursor: default;
}
#scroll_nav .nav_item.inactive span {
  opacity: 0;
}
#scroll_nav .nav_item:after {
  content: "";
  margin: 0px auto;
  display: block;
}
#scroll_nav .nav_item.go_top:after {
  width: 14px;
  height: 14px;
  background-position: -2px -48px;
}
#scroll_nav .nav_item.go_top span {
  bottom: -12px;
}
#scroll_nav .nav_item.go_bottom:after {
  width: 14px;
  height: 15px;
  background-position: -18px -47px;
}
#scroll_nav .nav_item.go_bottom span {
  top: 223px;
  text-align: right;
}
.hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
  outline: none;
  z-index: 9999;
}
.hamburger span {
  display: block;
  position: relative;
  width: 40px;
  height: 2px;
  margin: 0px auto;
  background: #262626;
  transition: background 0s 0.3s;
  margin-top: 14px;
}
.hamburger span:before,
.hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #262626;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.hamburger span:before {
  top: -10px;
  transition-property: top, transform;
}
.hamburger span:after {
  bottom: -10px;
  transition-property: bottom, transform;
}
.hamburger.is-active span {
  background: none;
}
.hamburger.is-active span:before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
  background-color: #262626;
}
.hamburger.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
  background-color: #262626;
}
/* GLOBAL STYLES */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  font-size: 14px;
}
a {
  color: #262626;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
input {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* TITLES AND TEXTES */
p {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}
.element-invisible {
  display: none;
}
html,
body,
#page_wrapper {
  height: 100%;
}
#page_wrapper.overflow {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #page_wrapper.overflow {
    overflow: auto;
  }
}
@media screen and (max-width: 750px) {
  #page_wrapper {
    padding-top: 72px;
  }
}
#page {
  height: 100%;
  position: relative;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#page.overflow {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #page.overflow {
    overflow: auto;
  }
}
@media screen and (max-width: 750px) {
  #page {
    height: auto;
  }
}
@media screen and (min-width: 751px) {
  #page[data-display-section="1"] {
    top: 0;
  }
  #page[data-display-section="2"] {
    top: -100%;
  }
  #page[data-display-section="3"] {
    top: -200%;
  }
  #page[data-display-section="4"] {
    top: -300%;
  }
  #page[data-display-section="5"] {
    top: -400%;
  }
  #page[data-display-section="6"] {
    top: -500%;
  }
  #page[data-display-section="7"] {
    top: -600%;
  }
  #page[data-display-section="8"] {
    top: -700%;
  }
  #page[data-display-section="9"] {
    top: -800%;
  }
  #page[data-display-section="10"] {
    top: -900%;
  }
}
#page .page_section {
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
}
@media screen and (max-width: 750px) {
  #page .page_section {
    height: auto;
    margin-bottom: 50px;
  }
}
#page .page_section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page .page_section .section_left,
#page .page_section .section_right {
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #page .page_section .section_left,
  #page .page_section .section_right {
    width: 100%;
    height: 50%;
    float: none;
  }
  #page .page_section .section_left.section_left,
  #page .page_section .section_right.section_left {
    padding-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  #page .page_section .section_left,
  #page .page_section .section_right {
    height: auto;
  }
  #page .page_section .section_left.section_left,
  #page .page_section .section_right.section_left {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1000px) {
  #page .page_section#projet .section_left {
    height: 60%;
  }
  #page .page_section#projet .section_right {
    height: 40%;
  }
}
@media screen and (max-width: 750px) {
  #header {
    position: fixed;
    zoom: 1;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    padding: 10px 0px;
    z-index: 999;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  }
  #header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
@media screen and (min-width: 751px) {
  .page-projets #header {
    background: #fff;
    width: 100%;
    height: 79px;
    position: fixed;
    z-index: 999;
  }
}
@media screen and (min-width: 751px) {
  #logo {
    position: fixed;
    width: 72px;
    display: block;
    left: 50%;
    margin-left: -52px;
    top: 10px;
    z-index: 888;
  }
}
@media screen and (max-width: 750px) {
  #logo {
    float: left;
    width: 72px;
    margin-left: 20px;
  }
}
#logo img {
  width: 100%;
  height: auto;
  display: block;
}
#main_menu {
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 888;
}
@media screen and (max-width: 750px) {
  #main_menu {
    display: none;
  }
}
#main_menu > ul {
  zoom: 1;
}
#main_menu > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main_menu > ul > li {
  float: left;
  padding-left: 5px;
  position: relative;
}
#main_menu > ul > li.expand:before {
  content: "";
  width: 1px;
  height: 35px;
  background: #262626;
  top: 0;
  left: -2px;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#main_menu > ul > li.expand:hover:before {
  opacity: 1;
}
#main_menu > ul > li.expand:hover > ul {
  max-height: 100px;
}
#main_menu > ul > li:not(:last-child) {
  margin-right: 25px;
}
#main_menu > ul > li a {
  display: block;
  color: #262626;
  font-size: 11px;
  width: 40px;
}
#main_menu > ul > li a.active {
  font-weight: bold;
}
#main_menu > ul > li a.in-active {
  font-weight: normal !important;
}
#main_menu > ul > li a:hover {
  color: #868686;
}
#main_menu > ul > li > ul {
  padding-top: 5px;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  left: 0;
  padding-left: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#main_menu > ul > li > ul > li a {
  font-weight: 600;
  font-size: 11px;
  color: #262626;
  width: 90px;
  line-height: 2;
}
#main_menu > ul > li > ul > li a.active {
  font-weight: bold;
}
#main_menu > ul > li > ul > li a:hover {
  color: #868686;
}
#main_menu > ul > li > ul > li a.in-active {
  font-weight: 600 !important;
}
body {
  /*&.front{
		#main_menu{
			a.item-home{
				font-weight: bold; 
			}
		}
	}*/
}
body.page-projets #main_menu a.item-projets,
body.node-type-projet #main_menu a.item-projets {
  font-weight: bold;
}
body.node-type-contact #main_menu a.item-contact {
  font-weight: bold;
}
#main_menu_mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  #main_menu_mobile {
    display: block;
  }
  #main_menu_mobile .hamburger {
    float: right;
    width: 40px;
    margin-top: 10px;
    margin-right: 20px;
  }
  #main_menu_mobile .menu_mobile {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #main_menu_mobile .menu_mobile.is-active {
    max-height: 300px;
  }
  #main_menu_mobile .menu_mobile li {
    margin-bottom: 1px;
  }
  #main_menu_mobile .menu_mobile li a {
    display: block;
    padding: 15px 0px;
    color: #262626;
    text-transform: uppercase;
    text-align: center;
  }
}
#footer {
  position: fixed;
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width: 750px) {
  #footer {
    position: relative;
    padding: 15px;
    text-align: center;
    padding-top: 30px;
    left: 0;
  }
}
#footer .copy {
  font-weight: 300;
  font-size: 10px;
  color: #262626;
}
.section_left:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.section_left .content {
  max-width: 390px;
  padding: 0px 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .section_left .content {
    max-width: 85%;
  }
}
@media screen and (max-width: 750px) {
  .section_left .content {
    max-width: 100%;
  }
}
.section_left .content .title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  height: 24px;
  line-height: 24px;
}
.section_left .content .sub_title {
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
}
.section_left .content .body {
  margin-top: 25px;
}
.section_left .content .body p {
  font-size: 12px;
  line-height: 18px;
  color: #868686;
}
.section_left .content .body p span {
  color: #262626;
}
.section_left .content .body p:not(:last-child) {
  margin-bottom: 20px;
}
.section_left .content .body .performmance-label {
  margin-bottom: 0 !important;
}
.section_left .content .body .performmance p {
  color: #262626;
}
.section_left .content a.button {
  display: inline-block;
  height: 25px;
  line-height: 23px;
  border: solid 1px #262626;
  background: #fff;
  color: #262626;
  padding: 0px 15px;
  min-width: 165px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
.section_left .content a.button:hover,
.section_left .content a.button.active {
  background: #262626;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .section_left .content a.button {
    width: 100% !important;
    text-align: center;
  }
}
.section_left .content .link_list {
  margin-top: 30px;
  margin-bottom: -15px;
  zoom: 1;
}
.section_left .content .link_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.section_left .content .link_list > li {
  float: left;
  margin-bottom: 15px;
}
.section_left .content .link_list > li:not(:last-child) {
  margin-right: 15px;
}
.section_left .content .link_list > li a {
  display: inline-block;
  height: 25px;
  line-height: 23px;
  border: solid 1px #262626;
  background: #fff;
  color: #262626;
  padding: 0px 15px;
  min-width: 165px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
.section_left .content .link_list > li a:hover,
.section_left .content .link_list > li a.active {
  background: #262626;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .section_left .content .link_list > li a {
    width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .section_left .content .link_list > li {
    float: none;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .section_right {
    height: 300px !important;
    margin-bottom: 40px;
  }
}
.section_right #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section_right #map .mapboxgl-canvas {
  left: 0;
}
.section_right #map iframe {
  width: 100%;
  height: 100%;
}
.section_right .bg_img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 100%;
  background-attachment: fixed;
  display: block;
}
@media screen and (max-width: 1000px) {
  .section_right .bg_img {
    -webkit-background-size: cover !important;
    background-size: cover !important;
  }
}
@media screen and (max-width: 750px) {
  .section_right .bg_img {
    background-attachment: initial;
  }
}
.section_right .carousel {
  min-width: 100%;
  height: 100%;
  position: relative;
}
.section_right .carousel .owl-stage-outer,
.section_right .carousel .owl-stage,
.section_right .carousel .owl-item {
  height: 100%;
}
.section_right .carousel li {
  height: 100%;
  width: 100%;
}
.section_right .carousel li .img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section_right .carousel .owl-controls {
  left: 0;
  width: 100%;
}
.section_right .carousel .owl-controls .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.section_right .carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 8px;
}
.section_right .carousel .owl-controls .owl-dots .owl-dot > span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
}
.section_right .carousel .owl-controls .owl-dots .owl-dot:hover > span,
.section_right .carousel .owl-controls .owl-dots .owl-dot.active > span {
  opacity: 1;
}
.section_right .carousel .owl-controls .owl-prev,
.section_right .carousel .owl-controls .owl-next {
  width: 43px;
  height: 43px;
  position: absolute;
  margin-top: -21px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0;
  background: url(/sites/all/themes/advency/img/fleches-1.png) center no-repeat;
  background-size: 100%;
  bottom: 50%;
}
.section_right .carousel .owl-controls .owl-prev:hover,
.section_right .carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.section_right .carousel .owl-controls .owl-prev {
  left: 30px;
}
.section_right .carousel .owl-controls .owl-next {
  right: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#page_projets {
  padding: 0px 15px;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  #page_projets {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#page_projets #filter {
  margin-bottom: 25px;
}
#page_projets #filter ul {
  width: 750px;
  max-width: 100%;
  margin: 0px auto;
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
}
@media screen and (max-width: 750px) {
  #page_projets #filter ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }
}
@media screen and (max-width: 550px) {
  #page_projets #filter ul {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }
}
#page_projets #filter ul li {
  display: inline-block;
  height: 25px;
  line-height: 23px;
  border: solid 1px #262626;
  background: #fff;
  color: #262626;
  padding: 0px 15px;
  min-width: 165px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  display: block;
  cursor: pointer;
  font-size: 11px;
}
#page_projets #filter ul li:hover,
#page_projets #filter ul li.active {
  background: #262626;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #page_projets #filter ul li {
    width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #page_projets #filter ul li {
    margin-bottom: 10px;
  }
}
#page_projets #filter ul li.active {
  pointer-events: none;
}
#page_projets #filter ul li#refresh {
  padding: 0;
}
#page_projets #filter ul li#refresh a {
  display: block;
  padding: 0px 15px;
}
#page_projets #filter ul li.active a,
#page_projets #filter ul li:hover a {
  color: #ffffff;
}
#page_projets .list-projet {
  max-width: 1170px;
  margin: 0px auto;
  zoom: 1;
}
#page_projets .list-projet:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  #page_projets .list-projet {
    max-width: 980px;
  }
}
@media screen and (max-width: 1000px) {
  #page_projets .list-projet {
    max-width: 780px;
  }
}
@media screen and (max-width: 820px) {
  #page_projets .list-projet {
    max-width: 360px;
  }
}
#page_projets .list-projet > li {
  margin-bottom: 30px;
  width: 33.333%;
  padding: 0px 15px;
  float: left;
  transition: opacity 0.5s;
}
#page_projets .list-projet > li.hide {
  opacity: 0;
}
#page_projets .list-projet > li.show {
  opacity: 1;
}
#page_projets .list-projet > li:nth-child(2) {
  height: 390px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1200px) {
  #page_projets .list-projet > li:nth-child(2) {
    height: 305px;
  }
}
@media screen and (max-width: 1000px) {
  #page_projets .list-projet > li:nth-child(2) {
    height: 390px;
  }
}
@media screen and (max-width: 820px) {
  #page_projets .list-projet > li:nth-child(2) {
    height: auto;
  }
}
#page_projets .list-projet > li:nth-child(3n-1) {
  margin-top: -100px;
}
@media screen and (max-width: 1000px) {
  #page_projets .list-projet > li {
    width: 50%;
  }
  #page_projets .list-projet > li:nth-child(3n-1) {
    margin-top: 0px;
  }
  #page_projets .list-projet > li:nth-child(2n) {
    margin-top: -100px;
    float: right;
  }
  #page_projets .list-projet > li:nth-child(2n + 1) {
    clear: both;
    float: left;
  }
}
@media screen and (max-width: 820px) {
  #page_projets .list-projet > li {
    width: 100%;
    margin-top: 0 !important;
  }
}
#page_projets .list-projet > li a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#page_projets .list-projet > li a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#page_projets .list-projet > li a .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#page_projets .list-projet > li a .hover .inside {
  display: block;
  text-align: center;
}
#page_projets .list-projet > li a .hover .inside h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 0px 30px;
}
#page_projets .list-projet > li a .hover .inside span {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}
#page_projets .list-projet > li a:hover .hover {
  opacity: 1;
}
#projet_full_container {
  display: none;
  position: relative;
  z-index: 999;
}
#projet_full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(38, 38, 38, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
#projet_full .inside {
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 110px;
  position: relative;
}
#projet_full .inside .close {
  width: 21px;
  height: 20px;
  position: absolute;
  right: 45px;
  top: 20px;
  background: url(/sites/all/themes/advency/img/close.png);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#projet_full .inside .close:hover {
  opacity: 1;
}
#projet_full .inside .carousel-full {
  position: relative;
  width: 100%;
}
#projet_full .inside .carousel-full .owl-item {
  min-height: calc(100vh - 40px);
  line-height: calc(100vh - 40px);
}
#projet_full .inside .carousel-full .owl-item:not(.active) {
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#projet_full .inside .carousel-full .owl-item li {
  display: inline-block;
  vertical-align: middle;
}
#projet_full .inside .carousel-full .owl-item li img {
  max-height: calc(100vh - 40px);
  max-width: 100vw;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  #projet_full .inside .carousel-full .owl-item li img {
    max-width: 100%;
  }
}
#projet_full .inside .carousel-full .owl-controls .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  text-align: center;
}
#projet_full .inside .carousel-full .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 8px;
}
#projet_full .inside .carousel-full .owl-controls .owl-dots .owl-dot > span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
}
#projet_full .inside .carousel-full .owl-controls .owl-dots .owl-dot:hover > span,
#projet_full .inside .carousel-full .owl-controls .owl-dots .owl-dot.active > span {
  opacity: 1;
}
#projet_full .inside .carousel-full .owl-prev,
#projet_full .inside .carousel-full .owl-next {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0;
}
#projet_full .inside .carousel-full .owl-prev:hover,
#projet_full .inside .carousel-full .owl-next:hover {
  opacity: 1;
}
#projet_full .inside .carousel-full .owl-prev {
  left: -80px;
  background: url(/sites/all/themes/advency/img/arrow_left.png);
}
#projet_full .inside .carousel-full .owl-next {
  right: -80px;
  background: url(/sites/all/themes/advency/img/arrow_right.png);
}
#projet .return_button {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/sites/all/themes/advency/img/arrow_back.png) center no-repeat;
  position: absolute;
  left: 20px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  #projet .return_button {
    display: none;
  }
}
#user-login {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#user-login > div {
  display: block;
}
#user-login > div .form-item {
  margin-bottom: 20px;
}
#user-login > div .form-item input {
  height: 35px;
  border: solid 1px #262626;
}
#user-login > div .form-item .description {
  display: none;
}
#user-login > div .form-item label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
#user-login > div .form-submit {
  background: #262626;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px #262626;
  width: 100%;
  color: #fff;
  height: 40px;
  line-height: 38px;
}
#user-login > div .form-submit:hover {
  background: #fff;
  color: #262626;
}
/* regions */
/* CUSTOME STYLES */
