@import '../css/fonts.css';
/* ===================================================================================
 * File : site_vars.less
 * Description : LESS vars
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/**
 * Colors
 ******************************************/
/**
 * Dimensions
 ******************************************/
/**
 * Header
 ******************************************/
/**
 * Main navigation
 ******************************************/
/**
 * Navigation sidebar
 ******************************************/
/**
 * Buttons
 ******************************************/
/**
 * Content
 ******************************************/
/**
 * Page header
 ******************************************/
/**
 * Banners
 ******************************************/
/**
 * Banner video
 ******************************************/
/**
 * Slider
 ******************************************/
/**
 * Page main slider
 ******************************************/
/**
 * Data block
 ******************************************/
/**
 * Search
 ******************************************/
/**
 * Account
 ******************************************/
/**
 * Checkout
 ******************************************/
/**
 * Agenda
 ******************************************/
/**
 * Interactive Map
 ******************************************/
/**
 * Shop footer
 ******************************************/
/**
 * Footer
 ******************************************/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import '../css/fancybox.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,
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"] {
  -moz-box-sizing: border-box;
  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;
  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;
}
/*@import "../bootstrap/less/print.less";*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "BentonSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0d0d0d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #333;
}
.sr-only,
.element-invisible,
.shopping-cart-table #edit-submit {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "BentonSans-Bold";
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #909090;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 17px;
}
h3,
.h3 {
  font-size: 15px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 11px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #909090;
}
.text-primary {
  color: #b3a97b;
}
a.text-primary:hover {
  color: #9f935c;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #b3a97b;
}
a.bg-primary:hover {
  background-color: #9f935c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #dadada;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #909090;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid #b3a97b;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #b3a97b;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #b3a97b;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}
/*@import "../bootstrap/less/code.less";*/
.container,
.page-header,
.section-header,
.content-text {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  .container,
  .page-header,
  .section-header,
  .content-text {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .container,
  .page-header,
  .section-header,
  .content-text {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container,
  .page-header,
  .section-header,
  .content-text {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .page-header,
  .section-header,
  .content-text {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
/*@import "../bootstrap/less/tables.less";*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.form-control,
.select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #333;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 51, 51, 0.6);
}
.form-control:-moz-placeholder {
  color: #909090;
}
.form-control::-moz-placeholder {
  color: #909090;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #909090;
}
.form-control::-webkit-input-placeholder {
  color: #909090;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #dadada;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
#plf-advanced ul input {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 29px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 29px;
  line-height: 29px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary,
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add {
  color: #fff;
  background-color: #b3a97b;
  border-color: #b3a97b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add:hover,
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add:focus {
  color: #fff;
  background-color: #a49861;
  border-color: #998d58;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #b3a97b;
  border-color: #b3a97b;
}
.btn-primary .badge {
  color: #b3a97b;
  background-color: #fff;
}
.btn-secondary,
.btn-main-submit {
  color: #fff;
  background-color: #dc5d60;
  border-color: #dc5d60;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary,
.btn-main-submit:hover,
.btn-main-submit:focus,
.btn-main-submit:active,
.btn-main-submit.active,
.open .dropdown-toggle.btn-main-submit {
  color: #fff;
  background-color: #d53b3f;
  border-color: #cf2d31;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary,
.btn-main-submit:active,
.btn-main-submit.active,
.open .dropdown-toggle.btn-main-submit {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active,
.btn-main-submit.disabled,
.btn-main-submit[disabled],
fieldset[disabled] .btn-main-submit,
.btn-main-submit.disabled:hover,
.btn-main-submit[disabled]:hover,
fieldset[disabled] .btn-main-submit:hover,
.btn-main-submit.disabled:focus,
.btn-main-submit[disabled]:focus,
fieldset[disabled] .btn-main-submit:focus,
.btn-main-submit.disabled:active,
.btn-main-submit[disabled]:active,
fieldset[disabled] .btn-main-submit:active,
.btn-main-submit.disabled.active,
.btn-main-submit[disabled].active,
fieldset[disabled] .btn-main-submit.active {
  background-color: #dc5d60;
  border-color: #dc5d60;
}
.btn-secondary .badge,
.btn-main-submit .badge {
  color: #dc5d60;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #dc5d60;
  border-color: #d7484b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d53b3f;
  border-color: #ba282c;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #dc5d60;
  border-color: #d7484b;
}
.btn-danger .badge {
  color: #dc5d60;
  background-color: #fff;
}
.btn-link {
  color: #333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0d0d0d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #dadada;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
/*@import "../bootstrap/less/glyphicons.less";*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333;
  background-color: #dadada;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #b3a97b;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dadada;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #909090;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*@import "../bootstrap/less/button-groups.less";*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn .btn-main {
  height: 49px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn .btn-main {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-btn .btn-main,
select[multiple].input-group-lg > .input-group-btn .btn-main {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn .btn-main {
  height: 29px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn .btn-main {
  height: 29px;
  line-height: 29px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-btn .btn-main,
select[multiple].input-group-sm > .input-group-btn .btn-main {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #dadada;
  border: 1px solid #d0d0d0;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 22px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn .btn-main {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn .btn-main {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn .btn-main {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn .btn-main + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn .btn-main:hover,
.input-group-btn .btn-main:focus,
.input-group-btn .btn-main:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn .btn-main {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn .btn-main {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dadada;
}
.nav > li.disabled > a {
  color: #dadada;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dadada;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dadada;
  border-color: #333;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dadada #dadada #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #b3a97b;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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;
  min-height: 65px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse,
.page-header > .navbar-header,
.page-header > .navbar-collapse,
.section-header > .navbar-header,
.section-header > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse,
  .page-header > .navbar-header,
  .page-header > .navbar-collapse,
  .section-header > .navbar-header,
  .section-header > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 20.5px 10px;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand,
  .navbar > .page-header .navbar-brand,
  .navbar > .section-header .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10.25px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
.navbar-btn.btn-sm {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-btn.btn-xs {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-text {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #161616;
  border-color: #050505;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #b3a97b;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #b3a97b;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #050505;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #b3a97b;
  color: #333;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #b3a97b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333;
    background-color: #b3a97b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #909090;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #909090;
}
.navbar-inverse .navbar-nav > li > a {
  color: #909090;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #909090;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #909090;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 15px 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #333;
}
.breadcrumb > .active {
  color: #333;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333;
  background-color: #fff;
  border-color: #333;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #333;
  background-color: #fff;
  border-color: #333;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dadada;
  background-color: #fff;
  border-color: #fff;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/*@import "../bootstrap/less/pager.less";*/
/*@import "../bootstrap/less/labels.less";*/
/*@import "../bootstrap/less/badges.less";*/
/*@import "../bootstrap/less/jumbotron.less";*/
/*@import "../bootstrap/less/thumbnails.less";*/
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
/*@import "../bootstrap/less/progress-bars.less";*/
/*@import "../bootstrap/less/media.less";*/
/*@import "../bootstrap/less/list-group.less";*/
/*@import "../bootstrap/less/panels.less";*/
/*@import "../bootstrap/less/wells.less";*/
/*@import "../bootstrap/less/close.less";*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #c8c8c8;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 760px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 600px;
  }
  .modal-lg {
    width: 760px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #b3a97b;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #b3a97b;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #b3a97b;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #b3a97b;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #b3a97b;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #b3a97b;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #b3a97b;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #b3a97b;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #b3a97b;
}
/*@import "../bootstrap/less/popovers.less";*/
/*@import "../bootstrap/less/carousel.less";*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after,
.page-tabs:before,
.page-tabs:after,
.section-tabs:before,
.section-tabs:after,
.tags-list:before,
.tags-list:after,
.modal .modal-body:before,
.modal .modal-body:after,
.img-txt-block:before,
.img-txt-block:after,
.section-article-sidebar .section-sidebar .sidebar-block:before,
.section-article-sidebar .section-sidebar .sidebar-block:after,
.form-content:before,
.form-content:after,
#edit-buttons:before,
#edit-buttons:after,
#products-list-actions:before,
#products-list-actions:after,
#product-presentation-desc .product-btn:before,
#product-presentation-desc .product-btn:after,
.address-recap-block:before,
.address-recap-block:after,
.personal-infos-recap-block:before,
.personal-infos-recap-block:after,
.page-header:before,
.page-header:after,
.section-header:before,
.section-header:after,
.content-text:before,
.content-text:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after,
.page-tabs:after,
.section-tabs:after,
.tags-list:after,
.modal .modal-body:after,
.img-txt-block:after,
.section-article-sidebar .section-sidebar .sidebar-block:after,
.form-content:after,
#edit-buttons:after,
#products-list-actions:after,
#product-presentation-desc .product-btn:after,
.address-recap-block:after,
.personal-infos-recap-block:after,
.page-header:after,
.section-header:after,
.content-text:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
tr.visible-xs,
tr.visible-sm,
tr.visible-md,
tr.visible-lg,
th.visible-xs,
th.visible-sm,
th.visible-md,
th.visible-lg,
td.visible-xs,
td.visible-sm,
td.visible-md,
td.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,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.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,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* ===================================================================================
 * File : toolbox.less
 * Description : LESS functions / helpers
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* CSS3 TRANSITION / ANIMATIONS */
/* ============================================================= */
/* ============================================================= */
/* BACKGROUND */
/* ============================================================= */
/* ============================================================= */
/* BLOCK EFFECTS */
/* ============================================================= */
/*.opacity(@opacite: 0.5)
{
	@opaciteIE: @opacite * 100;

	-webkit-opacity: @opacite;
	 -khtml-opacity: @opacite;
	   -moz-opacity: @opacite;
	        opacity: @opacite;

	.ie8 & { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=@{opaciteIE})"; }
	.ielt8 & { filter: ~"alpha(opacity=@{opaciteIE})"; }
}*/
/* ============================================================= */
/* BLOCK FORMATTING */
/* ============================================================= */
/* ============================================================= */
/* TEXTE FORMATTING */
/* ============================================================= */
/* ============================================================= */
/* POSITIONING */
/* ============================================================= */
/* ============================================================= */
/* IMAGES */
/* ============================================================= */
/* ============================================================= */
/* TRIANGLES */
/* ============================================================= */
.triangle-base,
#my-account-membership-progress .progress .current-value:after,
#my-account-membership-progress .progress .target-value:after {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  width: 0px;
  height: 0px;
  border-style: solid;
  content: '';
  display: inline-block;
}
.icon-styleguide {
  display: inline-block;
  margin: 20px 10px;
  text-align: center;
  vertical-align: top;
  width: 200px;
}
.icon-styleguide .icon:before {
  display: block;
  font-size: 30px;
}
.icon-styleguide .code {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f5f5f5;
  display: inline-block;
  font-size: 12px;
  margin: 10px 0 0;
  padding: 3px;
}
.icon-styleguide:hover .code {
  color: #fff;
  background-color: #b3a97b;
}
a.icon-styleguide:hover .code:hover {
  background-color: #9f935c;
}
.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before,
.arrow-links-list a:before,
.link-main:after,
.btn-main-icon:after,
.dropdown-toggle:after,
.panel .panel-title a:after,
.pagination .first a:before,
.pagination .last a:before,
.pagination .prev a:before,
.pagination .next a:before,
#navigation .sub-nav a:before,
#navigation-sidebar .nav-mobile > li > a:before,
.section-article-sidebar .section-sidebar .nav-anchors a:after,
.flex-direction-nav a:before,
.select:after,
.select:before,
#products-list-filters .current-search-group ul a:before,
#product-presentation-desc #product-option:before,
.social-feed-item .sfi-type:before,
.shopping-cart-table .delete button:before,
.ui-datepicker-header a:before,
#agenda-table.year-view .event .event-ticket a:before,
.footer-menu .collapse-toggle:before,
.footer-menu .collapse-toggle.collapsed:before {
  font-size: 18px;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-md:before {
  font-size: 27px;
}
.icon-lg:before {
  font-size: 32.4px;
}
.icon-xl:before {
  font-size: 36px;
}
.icon-xxl:before {
  font-size: 54px;
}
.icon-account:before {
  content: "\EA01";
}
.icon-agenda:before {
  content: "\EA02";
}
.icon-arrow-down:before,
.dropdown-toggle:after,
.panel .panel-title a.collapsed:after,
.select:before,
.footer-menu .collapse-toggle:before {
  content: "\EA03";
}
.icon-arrow-left:before,
.flex-direction-nav .flex-prev:before,
.ui-datepicker .ui-datepicker-prev:before {
  content: "\EA04";
}
.icon-arrow-main-left:before,
.btn-main-back:after,
.pagination .prev a:before {
  content: "\EA05";
}
.icon-arrow-main-right:before,
.arrow-links-list a:before,
.link-main:after,
.btn-main-icon:after,
.pagination .next a:before,
#navigation .sub-nav a:before,
.section-article-sidebar .section-sidebar .nav-anchors a:after,
#product-presentation-desc #product-option:before {
  content: "\EA06";
}
.icon-arrow-right:before,
.flex-direction-nav .flex-next:before,
.ui-datepicker .ui-datepicker-next:before,
.footer-menu .collapse-toggle.collapsed:before {
  content: "\EA07";
}
.icon-arrow-rounded-down:before,
#navigation-sidebar .nav-mobile > li > a.collapsed:before {
  content: "\EA08";
}
.icon-arrow-rounded-left:before {
  content: "\EA09";
}
.icon-arrow-rounded-right:before,
#navigation-sidebar .link-main:after {
  content: "\EA0A";
}
.icon-arrow-rounded-up:before,
#navigation-sidebar .nav-mobile > li > a:before {
  content: "\EA0B";
}
.icon-arrow-up:before,
.dropdown-toggle:hover:after,
.open .dropdown-toggle:after,
.panel .panel-title a:after,
.select:after,
#agenda-table .opened-week .expand a:before {
  content: "\EA0C";
}
.icon-audio-description:before {
  content: "\EA0D";
}
.icon-bag:before {
  content: "\EA0E";
}
.icon-building-2:before {
  content: "\EA0F";
}
.icon-building:before {
  content: "\EA10";
}
.icon-checklist:before {
  content: "\EA11";
}
.icon-clock:before {
  content: "\EA12";
}
.icon-copies:before {
  content: "\EA13";
}
.icon-credit-card:before {
  content: "\EA14";
}
.icon-delete:before,
#products-list-filters .current-search-group ul a:before,
.shopping-cart-table .delete button:before {
  content: "\EA15";
}
.icon-delivery:before {
  content: "\EA16";
}
.icon-diameter:before {
  content: "\EA17";
}
.icon-document:before {
  content: "\EA18";
}
.icon-double-arrows-down:before {
  content: "\EA19";
}
.icon-double-arrows-left:before,
.pagination .first a:before {
  content: "\EA1A";
}
.icon-double-arrows-right:before,
.pagination .last a:before {
  content: "\EA1B";
}
.icon-double-arrows-up:before {
  content: "\EA1C";
}
.icon-facebook-rounded:before {
  content: "\EA1D";
}
.icon-facebook:before {
  content: "\EA1E";
}
.icon-handicap-hearing:before {
  content: "\EA1F";
}
.icon-handicap-mental:before {
  content: "\EA20";
}
.icon-handicap-sign-language:before {
  content: "\EA21";
}
.icon-handicap-stick:before {
  content: "\EA22";
}
.icon-handicap-stroller:before {
  content: "\EA23";
}
.icon-handicap-visual:before {
  content: "\EA24";
}
.icon-handicap-wheelchair:before {
  content: "\EA25";
}
.icon-handicap:before {
  content: "\EA26";
}
.icon-hourglass:before {
  content: "\EA27";
}
.icon-instagram-rounded:before,
.instagram-post.social-feed-item .sfi-type:before {
  content: "\EA28";
}
.icon-instagram:before {
  content: "\EA29";
}
.icon-mail:before {
  content: "\EA2A";
}
.icon-menu:before {
  content: "\EA2B";
}
.icon-metal-quality:before {
  content: "\EA2C";
}
.icon-payment:before {
  content: "\EA2D";
}
.icon-pdf:before {
  content: "\EA2E";
}
.icon-pencil:before {
  content: "\EA2F";
}
.icon-pin:before {
  content: "\EA30";
}
.icon-pinterest-rounded:before {
  content: "\EA31";
}
.icon-pinterest:before {
  content: "\EA32";
}
.icon-weight:before {
  content: "\EA33";
}
.icon-print:before {
  content: "\EA34";
}
.icon-refresh:before,
.isotope-container.isotope-loading .isotope-load-more:before {
  content: "\EA35";
}
.icon-search:before {
  content: "\EA36";
}
.icon-share:before {
  content: "\EA37";
}
.icon-texting:before {
  content: "\EA38";
}
.icon-tickets:before {
  content: "\EA39";
}
.icon-tumblr-rounded:before {
  content: "\EA3A";
}
.icon-tumblr:before {
  content: "\EA3B";
}
.icon-twitter-rounded:before,
.twitter-post.social-feed-item .sfi-type:before {
  content: "\EA3C";
}
.icon-twitter:before {
  content: "\EA3D";
}
.icon-value:before {
  content: "\EA3E";
}
.icon-video:before {
  content: "\EA3F";
}
.icon-warning:before {
  content: "\EA40";
}
.icon-youtube-logo-rounded:before {
  content: "\EA41";
}
.icon-youtube-logo:before {
  content: "\EA42";
}
.icon-youtube-rounded:before {
  content: "\EA43";
}
.icon-youtube:before {
  content: "\EA44";
}
.icon-close:before {
  content: "\EA45";
}
.icon-institution:before {
  content: "\EA46";
}
.icon-ajouter:before {
  content: "\EA47";
}
/* ===================================================================================
 * File : global.less
 * Description : Generic styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* MEDIA QUERIES HELPERS */
/* ============================================================= */
/**
 * Usage
	.mq-xxx
	({
		property: value;
		property: value;
	});
 *
 ******************************************/
/**
 * Min-widths
 ******************************************/
/**
 * Max-widths
 ******************************************/
/**
 * Only specific width
 ******************************************/
/* ============================================================= */
/* GRID HELPERS */
/* ============================================================= */
/* ============================================================= */
/* GENERIC ELEMENTS */
/* ============================================================= */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #dadada;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  color: #fff;
  background-color: #333;
  border-radius: 10px;
}
html,
body {
  /*height: 100%;*/
}
html {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}
/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none;
}
body {
  font-size: 13px;
  padding-top: 65px;
  position: relative;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
.touch body {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 15px;
    padding-top: 121px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 121px;
  }
}
a {
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  image-rendering: optimizeSpeed;
  /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed                  */
  max-width: 100%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: "BentonSans-Regular";
  color: inherit;
}
p,
ul,
ol,
blockquote {
  margin-bottom: 1em;
}
ol,
ul {
  padding-left: 20px;
}
ul,
ol,
li {
  zoom: 1;
}
blockquote {
  font-family: "BentonSans-Bold";
  border-left: 0;
  border-top: 6px solid #b3a97b;
  color: #b3a97b;
  font-size: 15px;
  font-style: italic;
  line-height: 1.4;
  padding: 10px 0 0;
  /* Desktop */
}
@media (min-width: 992px) {
  blockquote {
    border-top-width: 12px;
    padding-top: 15px;
    font-size: 18px;
  }
}
strong,
label,
dt {
  font-family: "BentonSans-Bold";
  font-weight: normal;
}
dd {
  margin-bottom: 20px;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
hr {
  border-width: 4px;
  margin: 40px auto;
  text-align: center;
  width: 100%;
  /* Desktop */
}
@media (min-width: 992px) {
  hr {
    margin: 60px auto;
  }
}
math {
  display: none;
}
iframe {
  border: 0;
  margin: 0;
}
/* ============================================================= */
/* MESSAGES */
/* ============================================================= */
/**
 * IE message
 ******************************************/
#message_ie {
  background: #feefda;
  border: solid #f7941d;
  border-width: 1px 0;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#message_ie .container,
#message_ie .page-header,
#message_ie .section-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
#message_ie p {
  background: url(../images/bg/bg_message_ie.png) 0 center no-repeat;
  font-size: 12px;
  height: 50px;
  padding-left: 70px;
}
#message_ie p strong {
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
}
#info-msg,
#cookie-msg {
  color: #fff;
  position: fixed;
  z-index: 900;
}
#info-msg {
  left: 0;
  right: 0;
}
#info-msg .alert,
#cookie-msg .alert {
  margin: 0;
}
#info-msg .close {
  font-size: 20px;
}
#info-msg .btn_actions_CNIL,
#cookie-msg .btn_actions_CNIL {
  margin-top: 1em;
}
/**
 * Info message
 ******************************************/
#info-msg {
  font-family: "BentonSans-Bold";
  background: #656eed;
  background: rgba(101, 110, 237, 0.8);
  display: none;
  top: 0;
}
/**
 * Cookie message
 ******************************************/
#cookie-msg {
  right: 0;
  width: 500px;
  margin: 0 20px 20px 0;
  color: #fff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .8);
  bottom: 0;
  padding: 20px 10px;
}
#cookie-msg h3 {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: normal;
  font-size: larger;
  margin-top: 0;
}
#cookie-msg .close {
  text-indent: -10000px;
}
#cookie-msg .btn-main {
  width: 230px;
  cursor: pointer;
}
#cookie-msg #manualConsent {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #333333;
}
#cookie-msg #manualPersonnaliser {
  border-color: #FFFFFF;
  display: table;
  margin: 0 auto 10px;
  padding: 0;
}
#cookie-msg #manualPersonnaliser:hover {
  background: none;
  border-color: #FFFFFF;
}
#cookie-msg #manualPersonnaliser a {
  display: table-cell;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
}
@media (max-width: 767px) {
  #cookie-msg {
    margin: 0;
    width: 100%;
    padding: 10px;
  }
  #cookie-msg .btn-main {
    width: 150px;
    min-width: auto;
  }
  #cookie-msg #manualPersonnaliser {
    display: inline-table;
    margin-right: 10px;
  }
}
/* ============================================================= */
/* GENERIC CLASSES */
/* ============================================================= */
/**
 * Structuration
 ******************************************/
.center-block {
  float: none;
}
/**
 * Sprites
 ******************************************/
/**
 * Pseudo-content
 ******************************************/
.struct-pseudo-content,
#navigation .first-level > a:before {
  content: '';
  display: inline-block;
}
/**
 * Text formating
 ******************************************/
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.intro {
  font-family: "BentonSans-Bold";
  font-size: 15px;
  margin: 0 0 1.5em;
  /* Desktop */
}
@media (min-width: 992px) {
  .intro {
    font-size: 17px;
  }
}
.footnote {
  font-size: 11px;
  margin: 40px 0 0;
  /* Desktop */
}
@media (min-width: 992px) {
  .footnote {
    font-size: 12px;
  }
}
/**
 * Fonts
 ******************************************/
.helvetica {
  font-family: Helvetica, Arial, sans-serif;
}
.benton-reg {
  font-family: "BentonSans-Regular";
}
.benton-med {
  font-family: "BentonSans-Medium";
}
.benton-cond-med {
  font-family: "BentonSansCond-Medium";
}
.benton-bold {
  font-family: "BentonSans-Bold";
}
.mosofiapro-bold {
  font-family: "MoSofiaPro-Bold", "BentonSans-Bold";
}
/**
 * Colors
 ******************************************/
.color-white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.border-white {
  border-color: #fff;
}
.bg-gray,
.bg-gray-dark,
.bg-gray-darker,
.bg-primary,
.bg-primary-light,
.bg-primary-dark,
.bg-secondary,
.bg-secondary-light,
.bg-secondary-dark {
  color: #fff;
}
.color-gray {
  color: #333;
}
.bg-gray {
  background-color: #333;
}
.border-gray {
  border-color: #333;
}
.color-gray-dark {
  color: #333333;
}
.bg-gray-dark {
  background-color: #333333;
}
.border-gray-dark {
  border-color: #333333;
}
.color-gray-darker {
  color: #161616;
}
.bg-gray-darker {
  background-color: #161616;
}
.border-gray-darker {
  border-color: #161616;
}
.color-gray-light {
  color: #909090;
}
.bg-gray-light {
  background-color: #909090;
}
.border-gray-light {
  border-color: #909090;
}
.color-gray-lighter {
  color: #dadada;
}
.bg-gray-lighter {
  background-color: #dadada;
}
.border-gray-lighter {
  border-color: #dadada;
}
.color-primary {
  color: #b3a97b;
}
.bg-primary {
  background-color: #b3a97b;
}
.border-primary {
  border-color: #b3a97b;
}
.color-primary-light {
  color: #bcb48b;
}
.bg-primary-light {
  background-color: #bcb48b;
}
.border-primary-light {
  border-color: #bcb48b;
}
.color-primary-dark {
  color: #9f935c;
}
.bg-primary-dark {
  background-color: #9f935c;
}
.border-primary-dark {
  border-color: #9f935c;
}
.color-secondary {
  color: #dc5d60;
}
.bg-secondary {
  background-color: #dc5d60;
}
.border-secondary {
  border-color: #dc5d60;
}
.color-secondary-light {
  color: #e17275;
}
.bg-secondary-light {
  background-color: #e17275;
}
.border-secondary-light {
  border-color: #e17275;
}
.color-secondary-dark {
  color: #d33337;
}
.bg-secondary-dark {
  background-color: #d33337;
}
.border-secondary-dark {
  border-color: #d33337;
}
.color-success {
  color: #5cb85c;
}
.bg-success {
  background-color: #5cb85c;
}
.border-success {
  border-color: #5cb85c;
}
.color-warning {
  color: #f0ad4e;
}
.bg-warning {
  background-color: #f0ad4e;
}
.border-warning {
  border-color: #f0ad4e;
}
.color-danger {
  color: #dc5d60;
}
.bg-danger {
  background-color: #dc5d60;
}
.border-danger {
  border-color: #dc5d60;
}
.color-info {
  color: #5bc0de;
}
.bg-info {
  background-color: #5bc0de;
}
.border-info {
  border-color: #5bc0de;
}
/**
 * Font sizes
 ******************************************/
/**
 * Seperators
 ******************************************/
.title-seperator,
.title-seperator-centered,
h2,
.h2,
.page-title,
.section-title,
.page-tabs a,
.section-tabs a,
.page-full-header .tag,
.date-block .date-end,
.itb-mosaic .itb-title,
.banner .banner-title,
.banner-article .banner-article-text h2,
.exhibition-result-item .eri-type,
.commerce-checkout-progress li {
  /* Tablet only */
}
.title-seperator:after,
.title-seperator-centered:after,
h2:after,
.h2:after,
.page-title:after,
.section-title:after,
.page-tabs a:after,
.section-tabs a:after,
.page-full-header .tag:after,
.date-block .date-end:after,
.itb-mosaic .itb-title:after,
.banner .banner-title:after,
.banner-article .banner-article-text h2:after,
.exhibition-result-item .eri-type:after,
.commerce-checkout-progress li:after {
  content: '';
  border-top: 4px solid;
  display: block;
  margin: 8px 0 0;
  width: 20px;
  height: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-seperator:after,
  .title-seperator-centered:after,
  h2:after,
  .h2:after,
  .page-title:after,
  .section-title:after,
  .page-tabs a:after,
  .section-tabs a:after,
  .page-full-header .tag:after,
  .date-block .date-end:after,
  .itb-mosaic .itb-title:after,
  .banner .banner-title:after,
  .banner-article .banner-article-text h2:after,
  .exhibition-result-item .eri-type:after,
  .commerce-checkout-progress li:after {
    border-top-width: 3px;
    width: 13px;
  }
}
.title-seperator-centered:after,
.page-title:after,
.section-title:after,
.page-tabs a:after,
.section-tabs a:after,
.itb-mosaic .itb-title:after,
.banner .banner-title:after,
.banner-article .banner-article-text h2:after,
.commerce-checkout-progress li:after {
  margin-left: auto;
  margin-right: auto;
}
/**
 * Titles
 ******************************************/
h1,
.h1,
.page-title,
.section-title {
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 0;
  /* Desktop */
}
@media (min-width: 992px) {
  h1,
  .h1,
  .page-title,
  .section-title {
    font-size: 32px;
  }
}
h2,
.h2 {
  text-transform: uppercase;
  margin: 1.25em 0 .75em;
  /* Desktop */
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
h3,
.h3 {
  margin: 1.5em 0 .5em;
  /* Desktop */
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 17px;
  }
}
h4,
.h4 {
  margin: 1.5em 0 .5em;
  /* Desktop */
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 15px;
  }
}
h5,
.h5 {
  font-family: "BentonSans-Medium";
  /* Desktop */
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 13px;
  }
}
h6,
.h6 {
  font-family: "BentonSans-Medium";
  /* Desktop */
}
@media (min-width: 992px) {
  h6,
  .h6 {
    font-size: 11px;
  }
}
/**
 * Headers
 ******************************************/
/* Common */
.page-header,
.section-header {
  margin-bottom: 20px;
  /* Desktop */
}
@media (min-width: 992px) {
  .page-header,
  .section-header {
    margin-bottom: 40px;
  }
}
.page-header,
.section-header {
  text-align: center;
}
.page-title,
.section-title {
  margin: 0 auto;
}
.page-title span,
.section-title span {
  color: #909090;
}
@media (min-width: 992px) {
  .page-title,
  .section-title {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
.page-subtitle,
.section-subtitle,
.page-date,
.section-date,
.banner .banner-subtitle {
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
  display: block;
}
.page-subtitle,
.section-subtitle,
.banner .banner-subtitle {
  margin: 8px 0 0;
}
.page-date,
.section-date {
  margin: 0 0 8px;
}
.page-intro,
.section-intro {
  margin: 12px auto 0;
  /* Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .page-intro,
  .section-intro {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .page-intro,
  .section-intro {
    margin-top: 32px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
.page-tabs,
.section-tabs {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  font-family: "BentonSans-Bold";
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  /* Desktop */
  /* Desktop */
}
.page-tabs li,
.section-tabs li {
  float: none;
  display: inline-block;
  max-width: 95px;
  text-align: center;
}
.page-tabs a,
.section-tabs a {
  text-decoration: none;
  color: #909090;
  display: block;
}
.page-tabs a:hover,
.section-tabs a:hover,
.page-tabs a:focus,
.section-tabs a:focus {
  text-decoration: none;
}
.page-tabs a:after,
.section-tabs a:after {
  visibility: hidden;
}
.page-tabs .active a,
.section-tabs .active a {
  color: #333;
}
.page-tabs .active a:after,
.section-tabs .active a:after {
  visibility: visible;
}
@media (min-width: 768px) {
  .page-tabs,
  .section-tabs {
    font-size: 12px;
  }
  .page-tabs li,
  .section-tabs li {
    margin-left: 8px;
    margin-right: 8px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .page-tabs,
  .section-tabs {
    font-size: 14px;
  }
  .page-tabs li,
  .section-tabs li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* Page header */
.page-header {
  border: 0;
  margin-top: 20px;
  padding-bottom: 0;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
@media (min-width: 768px) {
  .page-header {
    margin-top: 30px;
  }
}

.page-header-img {
  margin: -40px -10px 0;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
@media (min-width: 768px) {
  .page-header-img {
    margin: -53px 0 0;
  }
}
@media (min-width: 992px) {
  .page-header-img {
    margin-top: -63px;
  }
}
@media (min-width: 1200px) {
  .page-header-img {
    margin-top: -73px;
  }
}
.page-subtitle,
.page-date {
  font-size: 14px;
  /* Desktop */
}
@media (min-width: 992px) {
  .page-subtitle,
  .page-date {
    font-size: 16px;
  }
}
.page-intro {
  font-size: 13px;
  /* Desktop */
}
@media (min-width: 992px) {
  .page-intro {
    font-size: 15px;
  }
}
.page-tabs {
  border: solid #909090;
  border-width: 1px 0;
  padding: 8px 0 14px;
}
.page-title + .page-tabs {
  margin-top: 26px;
}
/* Section header */
.section-header {
  margin-top: 40px;
  /* Desktop */
}
@media (min-width: 992px) {
  .section-header {
    margin-top: 60px;
  }
}
.section-header-img {
  margin: 0 auto 15px;
  max-width: 180px;
  text-align: center;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
@media (min-width: 768px) {
  .section-header-img {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section-header-img {
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  .section-header-img {
    max-width: none;
  }
}
.section-title {
  text-align: center;
}
.section-subtitle,
.banner .banner-subtitle {
  font-size: 12px;
  /* Desktop */
}
@media (min-width: 992px) {
  .section-subtitle,
  .banner .banner-subtitle {
    font-size: 14px;
  }
}
.section-intro {
  font-size: 13px;
  margin-top: 1.5em;
  /* Tablet */
}
@media (min-width: 768px) {
  .section-intro {
    font-size: 15px;
  }
}
.section-header-reset,
#my-account-identification .section-header {
  margin-top: 0;
}
.section-header-reset,
.section-header-reset .section-title,
.section-header-reset .section-intro,
#my-account-identification .section-header,
#my-account-identification .section-header .section-title,
#my-account-identification .section-header .section-intro {
  padding: 0;
  width: auto;
}
/**
 * Texts
 ******************************************/
.lettering span {
  display: inline-block;
}
/**
 * Lists
 ******************************************/
/* Links list */
.links-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
/* Arrow links list */
.arrow-links-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  /* As a menu */
}
.arrow-links-list li + li {
  margin-top: .5em;
}
.arrow-links-list a {
  text-decoration: none;
  display: block;
  padding: 0 30px 0 0;
  position: relative;
}
.arrow-links-list a:hover,
.arrow-links-list a:focus {
  text-decoration: underline;
}
.arrow-links-list a:before {
  position: absolute;
  right: 0;
  font-size: 15px;
  margin-top: -7.5px;
  top: 50%;
}
nav .arrow-links-list {
  font-family: "BentonSans-Medium";
  font-size: 15px;
  margin: 0 -10px;
  text-transform: uppercase;
}
nav .arrow-links-list li {
  border-bottom: 1px solid #a7a7a7;
  margin: 0;
}
nav .arrow-links-list a {
  padding: 10px 30px 10px 10px;
}
nav .arrow-links-list a:before {
  right: 10px;
}
nav .arrow-links-list a:hover,
nav .arrow-links-list a:focus {
  color: #fff;
  background-color: #333;
  text-decoration: none;
}
/* Inline links list */
.inline-links-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
}
.inline-links-list li {
  display: inline;
  margin: 0 12px;
}
.inline-links-list a {
  text-decoration: none;
}
.inline-links-list a:hover,
.inline-links-list a:focus {
  text-decoration: underline;
}
/* Tags */
.tags-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.tags-list li {
  float: left;
}
/**
 * Images
 ******************************************/
.img-full {
  margin-bottom: 40px;
}
.img-full,
.img-full img {
  display: block;
}
.pic {
  margin-bottom: 10px;
}
.pic img {
  display: block;
}
.pic-left,
.pic-right {
  margin-bottom: 20px;
  max-width: 150px;
  /* Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .pic-left,
  .pic-right {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .pic-left,
  .pic-right {
    max-width: none;
  }
}
.pic-left {
  float: left;
  margin-right: 20px;
}
.pic-right {
  float: right;
  margin-left: 20px;
}
.pic-intro + * {
  margin-top: 0;
}
/**
 * Images rollovers effect
 ******************************************/
/* Image fade switch */
.img-fade-switch {
  position: relative;
}
.img-fade-switch img {
  transition: all 0.4s;
}
.img-fade-switch .img-rollover {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.no-touch a:hover .img-fade-switch .img-default {
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-touch a:hover .img-fade-switch .img-rollover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Image opacity */
.img-opacity {
  background-color: #000000;
}
a:hover .img-opacity img {
  opacity: .35;
  filter: alpha(opacity=35);
}

/*Image opacity for exhibition lists*/
article.exhibition-result-item figure {
  display: inline-block;
  background-color: #000000;
}

article.exhibition-result-item:hover figure img {
  opacity: .35;
  filter: alpha(opacity=35);
}

/**
 * Links
 ******************************************/
/* Read more */
/* Link main */
.link-main {
  font-family: "BentonSansCond-Medium";
  text-decoration: none;
  display: inline-block;
  padding: 4px 25px 0 0;
  position: relative;
}
.link-main:hover,
.link-main:focus {
  text-decoration: underline;
}
.link-main:after {
  font-size: 15px;
  position: absolute;
  right: 0;
  margin-top: -7.5px;
  top: 50%;
}
#backtotop {
  z-index: 1000;
}
/**
 * Buttons
 ******************************************/
.btn-style-reset,
.btn-main,
#btn-navigation-sidebar,
.shopping-cart-table .delete button,
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add {
  text-decoration: none;
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.btn-style-reset:hover,
.btn-main:hover,
.btn-style-reset:focus,
.btn-main:focus,
.social-share.open .btn-main {
  text-decoration: none;
}
/* Button main */
.btn-main,
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add {
  transition: all 0.2s;
  font-family: "BentonSansCond-Medium";
  text-transform: uppercase;
  border: 2px solid;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  min-width: 214px;
  padding: 10px;
  position: relative;
  text-align: center;
  zoom: 1;
  /* Icon position */
}
.btn-main:hover,
.btn-main:focus,
a:hover .btn-main,
a:focus .btn-main,
.social-share.open .btn-main {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-main:after,
.btn-main:before {
  font-size: 15px;
  position: absolute;
  right: 15px;
  margin-top: -7.5px;
  top: 50%;
}
.btn-main.icon-tickets:before {
  font-size: 18px;
  margin-top: -9px;
}
.ielt9 .btn-main {
  min-width: 0;
  width: 214px;
}
/* Button large */
.btn-main-lg,
.section-article-sidebar .section-sidebar .btn-main,
.btn-main-form {
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-main-lg:after,
.btn-main-lg:before {
  font-size: 17px;
  margin-top: -8.5px;
  top: 50%;
}
/* Button full width */
.btn-main-full,
.section-article-sidebar .section-sidebar .btn-main {
  display: block;
  min-width: 0;
  width: 100%;
}
.ielt9 .btn-main-full {
  width: 100%;
}
/* Button main with icon */
.btn-main-icon {
  padding-right: 40px;
}
.btn-main-icon[class^="icon-"]:after,
.btn-main-icon[class*=" icon-"]:after {
  display: none;
}
/* Button back */
.btn-main-back {
  padding-left: 40px;
  padding-right: 10px;
}
.btn-main-back:after {
  left: 10px;
  right: auto;
}
/* Button reverted (for dark backgrounds) */
.btn-main-revert {
  color: #fff;
}
.btn-main-revert:hover,
.btn-main-revert:focus,
a:hover .btn-main-revert,
a:focus .btn-main-revert {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
/* Button primary / secondary common */
.btn-primary,
.btn-secondary,
.btn-main-submit,
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add {
  color: #fff;
}
/* Button primary (golden) */
.btn-primary,
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add {
  color: #fff;
  background-color: #b3a97b;
  border-color: #b3a97b;
}
a.btn-primary:hover {
  background-color: #9f935c;
}
.btn-primary:hover,
.btn-primary:focus,
a:hover .btn-primary,
a:focus .btn-primary,
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add:hover,
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add:focus {
  color: #fff;
  background-color: #9f935c;
  border-color: #9f935c;
}
/* Button secondary */
.btn-secondary,
.btn-main-submit {
  color: #fff;
  background-color: #dc5d60;
  border-color: #dc5d60;
}
.btn-secondary:hover,
.btn-secondary:focus,
a:hover .btn-secondary,
a:focus .btn-secondary,
.btn-main-submit:hover,
.btn-main-submit:focus,
a:hover .btn-main-submit,
a:focus .btn-main-submit {
  color: #fff;
  background-color: #d33337;
  border-color: #d33337;
}
/**
 * Share button
 ******************************************/
.social-share .social-share-menu [class^="icon-"]:before,
.social-share .social-share-menu [class*=" icon-"]:before {
  font-size: 17px;
  margin: 0 8px 0 0;
}
.social-share-menu {
  font-family: "BentonSansCond-Medium";
  color: #fff;
  background-color: #333;
  box-shadow: none;
  text-transform: uppercase;
  border: 0;
  overflow: hidden;
  padding: 0;
  top: 47px;
  left: 0;
  right: 0;
  /* Tablet */
}
.social-share-menu,
.social-share-menu a {
  color: #fff;
}
.social-share-menu a {
  float: left;
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  width: 50%;
}
.social-share-menu a:hover,
.social-share-menu a:focus {
  color: #fff;
  background-color: #b3a97b;
  color: #333;
}
a.social-share-menu a:hover:hover,
a.social-share-menu a:focus:hover {
  background-color: #9f935c;
}
@media (min-width: 768px) {
  .social-share-menu {
    left: auto;
    width: 300px;
  }
}
/**
 * Icons / Pictos
 ******************************************/
/**
 * Tables
 ******************************************/
table {
  line-height: 1.3;
  margin: 40px 0;
  text-align: center;
  width: 100%;
  /* Mobile & Tablet */
}
table th,
table td {
  background: #fff;
  padding: 15px 20px;
}
table th {
  font-weight: normal;
}
table thead th {
  vertical-align: top;
}
table tbody th,
table tbody td {
  border: 1px solid #d0d0d0;
}
table tbody th {
  text-align: left;
}
table tbody .highlight,
table tbody .highlight th,
table tbody .highlight td {
  background: #faf9f0;
}
table .info {
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
}
table .form-control {
  display: inline-block;
  width: 70px;
}
@media (max-width: 991px) {
  table th,
  table td {
    padding: 10px;
  }
}
/* Responsive Table */
.responsive-table {
  /* Mobile */
}
@media (max-width: 767px) {
  .responsive-table {
    margin-left: -10px;
    margin-right: -10px;
  }
  .responsive-table table,
  .responsive-table tr,
  .responsive-table th,
  .responsive-table td,
  .responsive-table thead,
  .responsive-table tbody {
    display: block;
  }
  .responsive-table thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tbody tr {
    border-bottom: 1px solid #d0d0d0;
  }
  .responsive-table tbody th,
  .responsive-table tbody td {
    border: 0;
    text-align: left;
  }
  .responsive-table tbody th {
    font-size: 15px;
  }
  .responsive-table tbody td {
    position: relative;
    padding-left: 50%;
    white-space: normal;
  }
  .responsive-table tbody td:before {
    content: attr(data-th);
    padding-right: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    white-space: nowrap;
    width: 45%;
  }
}
/**
 * Video
 ******************************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * Misc
 ******************************************/
.selection-disabled {
  -moz-user-select: '-moz-none';
  -moz-user-select: 'none';
  -khtml-user-select: 'none';
  -webkit-user-select: 'none';
  -ms-user-select: 'none';
  user-select: 'none';
}
.ajax-progress-throbber {
  display: none;
}
/**
 * Styleguide
 ******************************************/
#styleguide .styleguide-section {
  margin-bottom: 40px;
}
#styleguide .styleguide-section:hover {
  background: rgba(255, 0, 0, 0.1);
}
#styleguide .styleguide-icon {
  margin: 10px 0;
}
#styleguide .styleguide-icon .icon:before,
#styleguide .styleguide-icon [class^="icon-"]:before,
#styleguide .styleguide-icon [class*=" icon-"]:before {
  margin-right: 5px;
  vertical-align: middle;
}
#styleguide .styleguide-row {
  padding: 20px;
  text-align: center;
}
/* ============================================================= */
/* ANIMATIONS */
/* ============================================================= */
/**
 * Spinner
 ******************************************/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ===================================================================================
 * File : bootstrap_components.less
 * Description : Bootstrap components overrides
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* GRID */
/* ============================================================= */
/**
 * Col widths
 ******************************************/
@media (max-width: 479px) {
  .col-xxs-12 {
    float: none;
    width: auto;
  }
}
.container .container,
.page-header .page-header,
.section-header .section-header {
  padding: 0;
  width: auto;
}
/**
 * Col layout
 ******************************************/
.inline-block-cols {
  font-size: 0;
  /*.inline-block-spacing;*/
}
.inline-block-cols [class^="col-"],
.inline-block-cols [class*=" col-"] {
  /*.inline-block-spacing(0);*/
  display: inline-block;
  float: none;
  font-size: 15px;
  vertical-align: top;
}
.inline-block-cols .contextual-links-wrapper {
  font-size: 13.5px;
}
.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
/* ============================================================= */
/* BREADCRUMB */
/* ============================================================= */
.breadcrumb {
  background: 0;
  border-radius: 0;
  border-bottom: 1px solid #c8c8c8;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 auto;
  text-align: center;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}
.breadcrumb .active strong {
  font-family: "BentonSans-Bold";
  font-weight: normal;
}
@media (min-width: 768px) {
  .breadcrumb {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    font-size: 13px;
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    width: 1140px;
  }
}
/* ============================================================= */
/* DROPDOWN MENU */
/* ============================================================= */
/* Button */
.dropdown-toggle:after {
  font-size: 13px;
  margin: 0 0 0 8px;
}
/* Menu */
.dropdown-menu {
  border-radius: 0;
  font-size: 13px;
  margin: 0;
}
.dropdown-menu [class^="icon-"]:before,
.dropdown-menu [class*=" icon-"]:before {
  font-size: 13px;
  vertical-align: middle;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}
/* ============================================================= */
/* TABS */
/* ============================================================= */
.tabs-block {
  margin: 20px 0;
}
.tabs-select {
  margin: 20px 0 10px;
}
/*
.nav-tabs
{
	&:extend(.clearfix all);
	.clear-ul;

	li
	{
		position: relative;
	}

	a
	{
		display: block;

		&:hover,
		&:focus { text-decoration: none; }
	}
}
*/
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
/* ============================================================= */
/* PANELS */
/* ============================================================= */
.panel {
  background-color: #fff;
}
.panel .panel-title,
.panel .panel-body {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  margin: 0 -10px;
}
.panel .panel-title a,
.panel .panel-body {
  padding: 15px 10px;
}
.panel .panel-title {
  font-size: 17px;
}
.panel .panel-title:after {
  display: none;
}
.panel .panel-title a {
  text-decoration: none;
  display: block;
  padding-right: 30px;
  position: relative;
}
.panel .panel-title a:hover,
.panel .panel-title a:focus {
  text-decoration: none;
}
.panel .panel-title a:after {
  position: absolute;
  font-size: 13px;
  margin-top: -6.5px;
  top: 50%;
  right: 10px;
}
.panel .panel-body > :first-child {
  margin-top: 0;
}
/* ============================================================= */
/* ACCORDION */
/* ============================================================= */
.accordion-block {
  margin: 20px 0;
}
/* Tabs to accordion version */
/* ============================================================= */
/* PAGINATION */
/* ============================================================= */
.pagination-block {
  position: relative;
  text-align: center;
}
.pagination-block .position {
  line-height: 28px;
  position: absolute;
  top: 0;
  /* @grid-gutter-width */
  left: 40%;
  width: 20%;
}
.pagination {
  font-family: "BentonSansCond-Medium";
  font-size: 13px;
  margin: 20px 0 40px;
  /* Desktop */
  /* Mobile */
}
.pagination li a,
.pagination li span {
  float: none;
  display: inline-block;
  border-width: 2px;
  padding: 2px 10px;
  margin: 0 3px;
}
.pagination .prev {
  margin-right: 30px;
}
.pagination .next {
  margin-left: 30px;
}
.pagination .first a:before,
.pagination .last a:before,
.pagination .prev a:before,
.pagination .next a:before {
  font-size: 13px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .pagination .prev {
    margin-right: 40px;
  }
  .pagination .next {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .pagination {
    display: block;
    height: 28px;
    position: relative;
  }
  .pagination li {
    display: none;
  }
  .pagination li a {
    display: block;
  }
  .pagination .first,
  .pagination .last,
  .pagination .prev,
  .pagination .next {
    display: inline;
    position: absolute;
    top: 0;
    margin: 0;
    width: 20%;
  }
  .pagination .first {
    left: 0;
  }
  .pagination .prev {
    left: 20%;
  }
  .pagination .next {
    right: 20%;
  }
  .pagination .last {
    right: 0;
  }
}
/* ============================================================= */
/* ALERT */
/* ============================================================= */
.alert {
  position: relative;
}
.alert .close {
  color: inherit;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}
/* ============================================================= */
/* MODAL */
/* ============================================================= */
.modal {
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
.modal .modal-dialog
#modalContent {
  z-index: 1060;
}
.modal .modal-content,
#modalContent,
#modalContent .modal-content {
  box-shadow: none;
  border: 0;
  background: #FFFFFF;
}
.modal .modal-header,
.modal .modal-footer,
#modalContent .modal-header {
  border: 0;
  margin: 0;
  background: white;
}
.modal .modal-header .close,
#modalContent .modal-header .close {
  text-decoration: none;
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.modal .modal-header .close:hover,
.modal .modal-header .close:focus,
#modalContent .modal-header .close:hover,
#modalContent .modal-header .close:focus {
  text-decoration: none;
}
.modal .modal-title,
.modal h2 {
  margin-top: 0;
  line-height: 1.2;
  text-align: left;
  color: #000000;
}
#modalContent .modal-title {
  text-align: center;
  text-transform: none;
}
.modal h2:after {
  display: none;
}
.modal .modal-title small,
.modal h2 small {
  display: block;
}
.modal .modal-title {
  padding-right: 40px;
}
@media (min-width: 768px) {
  .modal .modal-dialog,
  #modalContent {
    width: 600px;
  }
}
@media (max-width: 768px) {
  #modalContent {
    width: 96%;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog,
  #modalContent {
    width: 760px;
  }
}
/* ===================================================================================
 * File : header.less
 * Description : Header styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* STRUCTURE */
/* ============================================================= */
#header {
  background-color: #fff;
  border-bottom: 1px solid #c8c8c8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.5s;
  /* Large desktop */
  /**
	 * Fixed position
	 ******************************************/
  /*.header-fixed &
	{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}*/
  /**
	 * Simple version
	 ******************************************/
}
#header.stop-transition {
  transition: none;
}
#header .container,
#header .container-fluid,
#header .page-header,
#header .section-header {
  position: relative;
}
#header a {
  text-decoration: none;
}
#header a:hover,
#header a:focus {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  #header .container,
  #header .page-header,
  #header .section-header {
    width: auto;
  }
}
@media (min-width: 1200px) {
  #header {
    border-bottom: 0;
  }
}
#header.header-simple {
  border-bottom: 1px solid #c8c8c8;
}
/* ============================================================= */
/* LOGO */
/* ============================================================= */
#logo {
  margin: 0 auto;
  text-align: center;
  width: 55px;
  /* Tablet */
  /* Desktop */
  /**
	 * Header reduced version
	 ******************************************/
}
#logo,
#logo a,
#logo img,
#logo svg {
  transition: all 0.5s;
}
.stop-transition #logo,
.stop-transition #logo a,
.stop-transition #logo img,
.stop-transition #logo svg {
  transition: none;
}
#logo a {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding: 5px 0;
}
.no-svg #logo svg {
  display: none !important;
}
.no-svg #logo .logo-fallback,
.no-svg #logo .baseline-standard-fallback {
  display: inline-block;
}
#logo .logo-fallback,
#logo .baseline-fallback {
  display: none;
  background: 50% 0 no-repeat;
  background-size: contain;
}
#logo .logo-fallback {
  background-image: url('../images/content/logo_site.png');
}
#logo .baseline-standard-fallback {
  background-image: url('../images/content/baseline_site.svg');
}
#logo .baseline-member-fallback {
  background-image: url('../images/content/baseline_dupre.svg');
}
#logo .logo,
#logo .logo-fallback {
  width: 55px;
  height: 55px;
}
#logo .baseline,
#logo .baseline-fallback {
  height: 0;
  width: 100%;
}
#logo .baseline-member,
#logo.user-member .baseline-standard,
#logo.user-member .baseline-standard-fallback {
  display: none;
}
#logo.user-member .baseline-member,
.no-svg #logo.user-member .baseline-member-fallback {
  display: block;
}
@media (min-width: 768px) {
  #logo {
    height: auto;
    width: 130px;
  }
  #logo a {
    padding-bottom: 10px;
  }
  #logo .logo,
  #logo .logo-fallback {
    width: 70px;
    height: 70px;
  }
  #logo .baseline,
  #logo .baseline-fallback {
    margin-top: 10px;
    height: 5px;
  }
  #logo .baseline-member,
  #logo .baseline-member-fallback {
    margin-top: 8px;
    height: 7px;
  }
}
@media (min-width: 992px) {
  #logo {
    width: 155px;
  }
  #logo .logo,
  #logo .logo-fallback {
    width: 90px;
    height: 90px;
  }
  #logo .baseline,
  #logo .baseline-fallback {
    height: 6px;
  }
  #logo .baseline-member,
  #logo .baseline-member-fallback {
    height: 8px;
  }
}
.header-reduced #logo {
  /* Tablet */
  /* Desktop */
}
.header-reduced #logo .baseline,
.header-reduced #logo .baseline-fallback {
  display: none;
}
@media (min-width: 768px) {
  .header-reduced #logo a {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .header-reduced #logo .logo,
  .header-reduced #logo .logo-fallback {
    width: 70px;
    height: 70px;
  }
}
/* ============================================================= */
/* COLLAPSIBLE NAVBAR */
/* ============================================================= */
#btn-navigation-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  outline: 0;
}
.navigation-sidebar-opened #btn-navigation-sidebar {
  background-color: #161616;
  color: #fff;
}
.ielt9 .navigation-sidebar-opened #btn-navigation-sidebar {
  left: 270px;
}
/* ============================================================= */
/* TICKETING HEADER LINK */
/* ============================================================= */
a.header-ticketing-link{
  position: absolute;
  left: 65px;
  top: 0px;
  bottom: 0;
  width: 40px;
  color: rgb(51,51,51);
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
}
.header-ticketing-link:before{
  font-size: 22px;
  display: block;
  width: 40px;
  height: 22px;
}
#header .header-ticketing-link:hover,
#header .header-ticketing-link:focus,
#header.header-ticketing-link:active{
  text-decoration: none;
}
/* ============================================================= */
/* HEADER QUICK LINKS */
/* ============================================================= */
#header-quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /*.dropdown-menu
	{
		top: auto;
		bottom: -30px;

		a:hover, a:focus { text-decoration: none; }
	}*/
  /* Desktop */
  /**
	 * Header reduced version
	 ******************************************/
  /**
	 * Simple version
	 ******************************************/
}
#header-quick-links > li {
  padding: 50px 20px;
  height: 100%;
  float: left;
}
#header-quick-links > li,
#header-quick-links > li > a {
  transition: all 0.5s;
}
#header-quick-links > li > a {
  display: block;
  position: relative;
  /*&.dropdown-toggle
			{
				&:hover, &:focus { text-decoration: none; }
			}*/
}
#header-quick-links .language strong,
#header-quick-links .language a {
  display: inline-block;
}
#header-quick-links .language a {
  color: #909090;
}
#header-quick-links .language strong {
  font-family: "BentonSans-Regular";
}
#header-quick-links .language .active {
  color: #333;
}
@media (min-width: 992px) {
  #header-quick-links {
    left: 10px;
  }
}
.header-reduced #header-quick-links > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-simple #header-quick-links {
  display: none !important;
}
/* ============================================================= */
/* HEADER ACTIONS */
/* ============================================================= */
#header-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  min-width: 100px;
  /* Search button */
  /* Highlight */
  /* Notification */
  /* Tooltip */
  /* Tablet */
  /* Desktop */
  /**
	 * Simple version
	 ******************************************/
}
#header-actions li,
#header-actions a {
  height: 100%;
}
#header-actions li {
  position: relative;
  float: left;
}
#header-actions a {
  display: block;
  line-height: 1.1;
  position: relative;
  width: 50px;
}
#header-actions a:before {
  margin-left: -10px;
  left: 50%;
  margin-top: -10px;
  top: 50%;
  font-size: 20px;
  position: absolute;
}
#header-actions a:hover,
#header-actions a:focus {
  text-decoration: none;
}
#header-actions a:hover > span,
#header-actions a:focus > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header-actions #btn-header-search {
  margin: 0 10px;
  padding: 28px 0 0;
  width: auto;
  /* Dropdown */
}
#header-actions #btn-header-search span {
  border: 1px solid #333;
  display: block;
  padding: 15px 30px 15px 10px;
  position: relative;
  text-align: center;
  width: 150px;
}
#header-actions #btn-header-search span:before {
  position: absolute;
  right: 10px;
  margin-top: -9px;
  top: 50%;
}
#header-actions #btn-header-search:hover span {
  background: #333;
  color: #fff;
}
#header-actions #btn-header-search.dropdown-opened {
  background: #dcdcdc;
}
#header-actions #btn-header-search.dropdown-opened .tooltip {
  display: none !important;
}
#header-actions #btn-header-search.dropdown-opened span {
  border-color: #dcdcdc;
  background: #dcdcdc;
  color: #333;
}
.header-reduced #header-actions #btn-header-search {
  padding-top: 17px;
}
#header-actions .highlight {
  color: #fff;
  background-color: #dc5d60;
}
#header-actions .highlight a {
  color: #fff;
}
#header-actions .highlight .notification {
  background-color: #fff;
  color: #dc5d60;
}
#header-actions .notification {
  font-family: "BentonSans-Regular";
  border-radius: 50%;
  background-color: #909090;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  text-align: center;
}
#header-actions .tooltip {
  white-space: nowrap;
}
@media (min-width: 768px) {
  #header-actions {
    min-width: 290px;
  }
  #header-actions a {
    width: 60px;
  }
  #header-actions .tooltip {
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  #header-actions {
    min-width: 385px;
    right: 10px;
  }
  #header-actions a {
    width: 75px;
  }
  #header-actions .tooltip {
    margin-top: -35px;
  }
  #header-actions #btn-header-search {
    margin: 0 20px;
    padding-top: 37px;
  }
  #header-actions #btn-header-search span {
    width: 195px;
  }
  #header-actions #btn-header-search span:before {
    right: 20px;
  }
  .header-reduced #header-actions .tooltip {
    margin-top: -10px;
  }
}
.header-simple #header-actions {
  display: none !important;
}
/* ============================================================= */
/* HEADER SEARCH FORM */
/* ============================================================= */
#header-search-form {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  box-shadow: none;
  background: #dcdcdc;
  border: 0;
  display: none;
  float: none;
  padding: 40px 0;
  text-align: center;
  /* Desktop */
}
#header-search-form.open {
  display: block;
}
#header-search-form .btn-close {
  text-decoration: none;
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
#header-search-form .btn-close:hover,
#header-search-form .btn-close:focus {
  text-decoration: none;
}
#header-search-form label {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #header-search-form {
    left: 10px;
    right: 10px;
    padding: 60px 0;
  }
}
/* ===================================================================================
 * File : navigation.less
 * Description : Navigation styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* COMMON */
/* ============================================================= */
/*#header,
#content,
#footer-newsletter,
#footer-shop,
#footer
{
	.transition(all .5s);

	.navigation-sidebar-opened &
	{
		.translate(270px; 0);

		// Desktop
		.mq-desktop
		({
			.translate(0; 0);
		});
	}
}*/
#footer-newsletter {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  #header,
  #content,
  #footer-newsletter,
  #footer-shop,
  #footer {
    transition: all 0.5s;
  }
  .navigation-sidebar-opened #header,
  .navigation-sidebar-opened #content,
  .navigation-sidebar-opened #footer-newsletter,
  .navigation-sidebar-opened #footer-shop,
  .navigation-sidebar-opened #footer {
    -webkit-transform: translate(270px, 0);
    transform: translate(270px, 0);
  }
  .navigation-sidebar-opened #header {
    border: 0;
  }
}
#navigation,
#navigation-sidebar {
  background: #161616;
  color: #fff;
}
#navigation a,
#navigation-sidebar a {
  color: #fff;
  text-decoration: none;
}
#navigation a:hover,
#navigation-sidebar a:hover,
#navigation a:focus,
#navigation-sidebar a:focus {
  text-decoration: none;
}
/* ============================================================= */
/* MAIN NAVIGATION */
/* ============================================================= */
#navigation {
  position: relative;
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
  z-index: 900;
  /**
	 * First level
	 ******************************************/
  /**
	 * Sub nav opened
	 ******************************************/
  /**
	 * Sub nav
	 ******************************************/
  /**
	 * Shop entry
	 ******************************************/
  /* The nav is after the main page slider on the home page */
  /*.cat-home &
	{
		top: @page-main-slider-height-md;

		.mq-lg-desktop
		({
			top: @page-main-slider-height-lg;
		});
	}*/
  /**
	 * Navigation shop
	 ******************************************/
}
#navigation .container,
#navigation .page-header,
#navigation .section-header {
  position: relative;
}
#navigation .nav {
  float: none;
}
#navigation .first-level {
  position: static;
}
#navigation .first-level > a {
  transition: all 0.2s;
  background: 0;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  /*&:hover
			{
				background: 0;

				&:before
				{
					bottom: 0;
				}
			}*/
}
#navigation .first-level > a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#navigation .first-level > a:before {
  background: #dcdcdc;
  display: block;
  height: 10px;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: -10px;
  left: 20px;
}
#navigation .first-level > a:after {
  display: none;
}
#navigation .first-level > a span {
  font-family: "BentonSans-Medium";
  display: block;
  text-transform: none;
}
#navigation .first-level:hover > a {
  color: #fff;
}
#navigation .first-level.open > a:before,
#navigation .first-level.active > a:before,
#navigation .first-level > a:hover:before,
#navigation .first-level > a:focus:before {
  bottom: 0;
  display: block;
}
#navigation.opened {
  /**
		 * First level
		 ******************************************/
}
#navigation.opened .first-level:not(.nav-shop) > a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#navigation.opened .first-level:not(.nav-shop) > a:before {
  display: none;
}
#navigation.opened .first-level:not(.nav-shop) > a:hover,
#navigation.opened .first-level:not(.nav-shop) > a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  color: $white;
}
#navigation.opened .first-level:not(.nav-shop) > a:hover:before,
#navigation.opened .first-level:not(.nav-shop) > a:focus:before {
  bottom: 0;
  display: block;
}
#navigation.opened .first-level:not(.nav-shop).open > a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#navigation.opened .first-level:not(.nav-shop).open > a:before {
  display: block;
}
#navigation .sub-nav {
  font-family: "BentonSans-Regular";
  box-shadow: none;
  font-size: 13px;
  background: #dcdcdc;
  border: 0;
  float: none;
  line-height: 1.3;
  padding: 30px 15px 10px;
  left: 10px;
  right: 10px;
  text-transform: none;
  /* Large desktop */
}
#navigation .sub-nav a {
  color: #333;
  display: block;
  padding: 0 5px 20px;
  position: relative;
}
#navigation .sub-nav a img {
  display: block;
  margin: 0 0 20px;
  width: 100%;
}
#navigation .sub-nav a strong {
  font-size: 15px;
  display: block;
  margin: 0 0 3px;
}
#navigation .sub-nav a:hover strong,
#navigation .sub-nav a:focus strong {
  text-decoration: underline;
}
#navigation .sub-nav a:before {
  font-size: 15px;
  background: #dcdcdc;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
#navigation .sub-nav .link-img:before {
  width: 38px;
  height: 20px;
  line-height: 20px;
  right: 5px;
  top: 115px;
}
#navigation .sub-nav .link-simple {
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  #navigation .sub-nav {
    padding-left: 45px;
    padding-right: 45px;
  }
  #navigation .sub-nav a img {
    margin-bottom: 30px;
  }
  #navigation .sub-nav .link-img:before {
    top: 138px;
  }
  #navigation .sub-nav .link-simple {
    margin: 0;
    padding-left: 20px;
  }
}
#navigation .nav-shop {
  float: right;
}
#navigation .nav-shop > a {
  color: #fff;
  background-color: #b3a97b;
  color: #161616;
  /*	line-height: 1.2;
			padding-top: 15px;*/
}
a#navigation .nav-shop > a:hover {
  background-color: #9f935c;
}
#navigation .nav-shop > a:before {
  display: none;
}
#navigation .nav-shop > a:hover,
#navigation .nav-shop > a:focus {
  color: #fff;
  background-color: #9f935c;
}
#navigation.navigation-shop .nav-shop {
  width: auto;
}
#navigation.navigation-shop .nav-shop > a {
  color: #fff;
  background-color: #161616;
  color: #b3a97b;
}
#navigation.navigation-shop .nav-shop > a:before {
  color: #fff;
  background-color: #b3a97b;
  bottom: 0;
  display: block;
}
a#navigation.navigation-shop .nav-shop > a:before:hover {
  background-color: #9f935c;
}
#navigation.navigation-shop .nav-shop > a:hover,
#navigation.navigation-shop .nav-shop > a:focus {
  background: 0;
}
/**
 * Fixed position
 ******************************************/
.navigation-fixed {
  /* Large desktop */
}
.navigation-fixed #navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .navigation-fixed #page {
    padding-top: 65px;
  }
}
/* ============================================================= */
/* SIDEBAR NAVIGATION */
/* ============================================================= */
#navigation-sidebar {
  font-size: 11px;
  padding: 105px 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px;
  z-index: 1000;
  transition: -webkit-transform 0.49s;
  transition: transform 0.49s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  /* Tablet */
  /**
	 * Top buttons of sidebar
	 ******************************************/
  /**
	 * Nav accordion
	 ******************************************/
  /**
	 * Secondary links
	 ******************************************/
  /**
	 * Search form
	 ******************************************/
  /**
	 * Newsletter signup
	 ******************************************/
  /**
	 * Social networks
	 ******************************************/
}
@media (min-width: 768px) {
  #navigation-sidebar {
    padding-top: 140px;
  }
}
.no-csstransforms #navigation-sidebar {
  left: -270px;
}
.navigation-sidebar-opened #navigation-sidebar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.no-csstransforms .navigation-sidebar-opened #navigation-sidebar {
  left: 0;
}
#navigation-sidebar.nav-shop {
  color: #fff;
  background-color: #b3a97b;
}
a#navigation-sidebar.nav-shop:hover {
  background-color: #9f935c;
}
#navigation-sidebar.nav-shop .top-links .btn-nav-institution {
  background-color: #fff;
  color: #161616;
}
#navigation-sidebar.nav-shop #nav-mobile {
  border: 0;
  padding: 0;
  margin: 0;
}
#navigation-sidebar.nav-shop #nav-mobile a {
  color: #161616;
}
#navigation-sidebar.nav-shop .form-search .btn-main,
#navigation-sidebar.nav-shop .form-newsletter .btn-main {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
#navigation-sidebar.nav-shop .sidebar-social a {
  color: #333;
}
#navigation-sidebar ul {
  list-style: none;
  padding: 0;
}
#navigation-sidebar .scroll {
  height: 100%;
  overflow-y: auto;
  padding: 0 20px;
}
#navigation-sidebar .link-main {
  font-family: "BentonSans-Medium";
  display: block;
  padding-top: 0;
  text-transform: uppercase;
}
#navigation-sidebar .link-main:after {
  right: auto;
  left: 215px;
}
#navigation-sidebar .link-main:hover,
#navigation-sidebar .link-main:focus {
  text-decoration: underline;
}
#navigation-sidebar .top-links {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: 0;
  overflow: hidden;
  /* Tablet */
  /* Desktop */
}
#navigation-sidebar .top-links li {
  font-size: 14px;
  float: left;
}
#navigation-sidebar .top-links a {
  font-size: 10px;
  color: #161616;
  display: block;
  height: 65px;
  line-height: 65px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  transition: all .49s;
  width: 90px;
}
#navigation-sidebar .top-links a .text {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
#navigation-sidebar .top-links .btn-language,
#navigation-sidebar .top-links .btn-agenda {
  width: 45px;
}
#navigation-sidebar .top-links .btn-nav-institution,
#navigation-sidebar .top-links .btn-nav-shop {
  text-transform: uppercase;
}
#navigation-sidebar .top-links .btn-nav-institution,
#navigation-sidebar .top-links .btn-agenda {
  border-left: 1px solid #dadada;
}
#navigation-sidebar .top-links .btn-agenda:before {
  margin-top: -9px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
#navigation-sidebar .top-links .btn-nav-institution:hover,
#navigation-sidebar .top-links .btn-nav-institution:focus,
.nav-institution#navigation-sidebar .top-links .btn-nav-institution {
  color: #fff;
  background-color: #161616;
}
#navigation-sidebar .top-links .btn-language {
  font-size: 11px;
}
#navigation-sidebar .top-links .btn-nav-shop {
  background: #b3a97b;
  font-family: "BentonSans-Bold";
}
#navigation-sidebar .top-links .btn-nav-shop .description {
  font-family: "BentonSans-Regular";
  position: absolute;
  top: 60%;
  right: 0;
  bottom: auto;
  left: 0;
  font-size: 9px;
  padding: 0 10px;
  line-height: 1.3;
  text-transform: none;
}
#navigation-sidebar .top-links .btn-nav-shop .description span {
  display: block;
}
@media (min-width: 768px) {
  #navigation-sidebar .top-links a {
    height: 100px;
    line-height: 100px;
  }
  .header-reduced #navigation-sidebar .top-links a {
    height: 80px;
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  #navigation-sidebar .top-links a {
    height: 121px;
    line-height: 121px;
  }
}
#navigation-sidebar .nav-mobile .panel,
#navigation-sidebar .nav-mobile .panel-body {
  background: 0;
  border: 0;
  margin: 0;
}
#navigation-sidebar .nav-mobile .panel-body {
  padding: 0 0 30px;
}
#navigation-sidebar .nav-mobile > li {
  margin: 0;
}
#navigation-sidebar .nav-mobile > li a {
  display: block;
}
#navigation-sidebar .nav-mobile > li > a {
  font-family: "BentonSans-Medium";
  padding: 0 0 15px;
  position: relative;
  text-transform: uppercase;
}
#navigation-sidebar .nav-mobile > li > a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 215px;
  font-size: 15px;
  overflow: hidden;
}
#navigation-sidebar .nav-mobile > li li a {
  padding: 6px 0;
}
#navigation-sidebar .nav-mobile > li li a:hover,
#navigation-sidebar .nav-mobile > li li a:focus {
  text-decoration: underline;
}
#navigation-sidebar .secondary-links {
  font-family: "BentonSans-Regular";
  border-top: 1px solid #909090;
  margin: 60px 0 25px;
  padding: 20px 0 0;
}
#navigation-sidebar .secondary-links li {
  padding: 6px 0;
}
#navigation-sidebar .form-search {
  margin: 25px 0;
}
#navigation-sidebar .form-search .input-group {
  display: block;
}
#navigation-sidebar .form-search .form-control {
  border: 0;
  float: none;
  display: block;
  padding-right: 50px;
  width: 100%;
}
#navigation-sidebar .form-search .btn-main {
  height: 36px;
  min-width: 0;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
#navigation-sidebar .form-search .btn-main:before {
  left: 0;
  right: 0;
}
#navigation-sidebar .form-newsletter {
  margin: 0 0 25px;
}
#navigation-sidebar .form-newsletter .control-label {
  font-family: "BentonSans-Regular";
  margin: 0 0 10px;
}
#navigation-sidebar .form-newsletter .input-group .form-group {
  float: left;
}
#navigation-sidebar .form-newsletter .form-control {
  font-size: 11px;
  border: 0;
  width: 165px;
}
#navigation-sidebar .form-newsletter .btn-main {
  height: 36px;
  min-width: 0;
  width: 40px;
}
#navigation-sidebar .form-newsletter .btn-main:before {
  font-size: 7px;
  margin-top: -3.5px;
  left: 0;
  right: 0;
}
#navigation-sidebar .sidebar-social li {
  display: inline-block;
}
#navigation-sidebar .sidebar-social li + li {
  margin: 0 0 0 16px;
}
#navigation-sidebar .sidebar-social a {
  color: #909090;
}
#navigation-sidebar .sidebar-social a:hover,
#navigation-sidebar .sidebar-social a:focus {
  color: #fff;
}
#navigation-sidebar-overlay:after {
  background: url(../images/bg/bg_black_75.png);
  background: rgba(51, 51, 51, 0.7);
  content: '';
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.ielt9 #navigation-sidebar-overlay:after {
  display: none;
}
.navigation-sidebar-opened #navigation-sidebar-overlay:after {
  opacity: 1;
  z-index: 900;
}
/* ===================================================================================
 * File : content.less
 * Description : Content's blocks styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* TEMPLATES */
/* ============================================================= */
.template-2 {
  /**
	 * Headers
	 ******************************************/
  /* Tablet */
  /* Desktop */
}
.template-2 .page-header,
.template-2 .section-header {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.template-2 .page-header {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .template-2 .page-title,
  .template-2 .section-title,
  .template-2 .page-intro,
  .template-2 .section-intro {
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
  }
}
/* ============================================================= */
/* STRUCTURE */
/* ============================================================= */
#content {
  padding-bottom: 40px;
  /* Tablet */
  /* Desktop */
}
@media (min-width: 992px) {
  #content {
    padding-bottom: 60px;
  }
}
#col-aside {
  z-index: 3;
}
#col-main {
  z-index: 2;
}
/**
 * Article free text container
 ******************************************/
.content-text {
  /* Tablet */
  /* Desktop */
  /* large desktop */
}
@media (min-width: 768px) {
  .content-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .content-text {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 1200px) {
  .content-text {
    padding-left: 106.66666667px;
    padding-right: 106.66666667px;
  }
}
/* ============================================================= */
/* HEADER FULL */
/* ============================================================= */
.page-full-header {
  border-top: 1px solid #c8c8c8;
  margin-top: -1px;
  min-height: 230px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  /* Mobile */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
.page-full-header .tag {
  font-family: "BentonSans-Bold";
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 15px;
}
.page-full-header .header-title {
  font-size: 32px;
  margin: 0 68px 20px 0;
  text-transform: none;
}
.page-full-header .header-title small {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.page-full-header .header-desc {
  font-family: "BentonSans-Medium";
  margin: 0;
}
.page-full-header .date-block {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 20px;
  right: 10px;
}
.page-full-header .btn-main {
  margin-top: 20px;
}
.page-full-header .btn-main:before {
  font-size: 22px;
  margin-top: -11px;
  top: 50%;
  right: 10px;
}
@media (max-width: 767px) {
  .page-full-header .btn-main {
    display: block;
    min-width: 0;
    width: 100%;
  }
  .ielt9 .page-full-header .btn-main {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-full-header {
    min-height: 270px;
  }
  .page-full-header .header-title {
    margin-right: 0;
    font-size: 36px;
  }
  .page-full-header .header-title small {
    font-size: 13px;
  }
  .page-full-header .date-block {
    font-size: 8px;
    margin: 0;
    right: 10px;
    width: 56px;
  }
  .page-full-header .date-block .day {
    font-size: 35px;
  }
  .page-full-header .date-block .month-year {
    margin-top: -12px;
  }
  .page-full-header .date-block .date-end {
    padding-top: 8px;
  }
  .page-full-header .date-block .date-end:after {
    width: 20px;
  }
  .page-full-header .btn-main {
    float: right;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .page-full-header {
    min-height: 310px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-full-header .header-title {
    font-size: 60px;
  }
  .page-full-header .header-title small {
    font-size: 28px;
  }
  .page-full-header .header-desc {
    width: 460px;
  }
  .page-full-header .date-block {
    font-size: 11px;
    top: 40px;
    right: 45px;
    width: 87px;
  }
  .page-full-header .date-block .day {
    font-size: 53px;
  }
  .page-full-header .date-block .month-year {
    margin-top: -20px;
  }
  .page-full-header .date-block .date-end {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .page-full-header .header-title {
    font-size: 72px;
  }
  .page-full-header .header-desc {
    width: 560px;
  }
  .page-full-header .date-block {
    right: 65px;
  }
}
/* ============================================================= */
/* STICKY BLOCK */
/* ============================================================= */
.sticky-container {
  position: relative;
}
.sticky-block {
  position: static;
  top: auto;
  z-index: 10;
}
.sticky-block.fixed {
  position: fixed;
}
.sticky-block.fixed-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.cnt-collection-sticker.sticker {
  width: 75%;
  opacity: 0.9;
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.42);
  background-color: #1c3567;
}
/* ============================================================= */
/* ISOTOPE */
/* ============================================================= */
.isotope-container {
  text-align: center;
  /* Desktop */
}
.isotope-container .isotope-grid {
  text-align: left;
}
.isotope-container .isotope-item-hidden {
  display: none;
}
.isotope-container .isotope-load-more {
  margin-top: 20px;
}
.isotope-container.isotope-loading .isotope-load-more {
  opacity: 0.5;
}
.isotope-container.isotope-loading .isotope-load-more:before {
  -webkit-animation: spinner 0.5s linear infinite;
  animation: spinner 0.5s linear infinite;
}
@media (min-width: 992px) {
  .isotope-container .col-md-4 {
    width: 33.3%;
    /* FF calculation error */
  }
}
/* ============================================================= */
/* GENERIC BLOCS */
/* ============================================================= */
/**
 * Date format
 ******************************************/
.date-block {
  background-color: #fff;
  font-family: "BentonSans-Medium";
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  padding: 8px 0 15px;
  position: relative;
  text-align: left;
  width: 68px;
  z-index: 10;
  /* Tablet only */
}
.date-block time {
  position: relative;
}
.date-block time,
.date-block time span {
  display: block;
}
.date-block .until {
  text-align: right;
  margin-right: 14px;
}
.date-block .day {
  font-size: 30px;
}
.date-block .day span {
  display: inline-block;
  width: 50%;
}
.date-block .day .char1 {
  text-align: right;
}
.date-block .day .char2 {
  text-align: left;
}
.date-block .month-year {
  background-color: #fff;
  padding: 3px 0 0;
  position: relative;
  margin: -12px 0 0 50%;
  width: 50%;
}
.date-block .month {
  font-family: "BentonSans-Bold";
  padding-left: 3px;
}
.date-block .date-end {
  margin-top: 8px;
  padding-top: 13px;
}
.date-block .date-end:after {
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .date-block {
    font-size: 7px;
    padding: 5px 0 10px;
    width: 44px;
  }
  .date-block .day {
    font-size: 20px;
  }
  .date-block .month-year {
    margin-top: -7px;
  }
  .date-block .month {
    padding-left: 2px;
  }
}
/**
 * Image / Text block
 ******************************************/
.img-txt-block {
  margin: 0 0 40px;
  position: relative;
  text-align: center;
  /* Picture */
  /* Tablet */
  /* Desktop */
  /* Large Desktop */
}
.img-txt-block a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.img-txt-block a:hover,
.img-txt-block a:focus {
  text-decoration: none;
}
.img-txt-block .itb-img {
  display: block;
  margin: 0 -10px;
  transition: all 0.4s;
}
.img-txt-block .itb-img img {
  display: block;
  position: relative;
  width: 100%;
}
.img-txt-block .itb-text {
  display: block;
  padding: 20px 0 0;
}
.img-txt-block .itb-text a {
  text-decoration: underline;
  display: inline;
  height: auto;
}
.img-txt-block .itb-text a:hover,
.img-txt-block .itb-text a:focus {
  text-decoration: none;
}
.img-txt-block .itb-text a.btn-main {
  display: inline-block;
  height: auto;
}
.img-txt-block .itb-text .btn-main {
  text-decoration: none;
}
.img-txt-block .itb-text p:last-child {
  margin-bottom: 0;
}
.img-txt-block .itb-title {
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 5px;
}
.img-txt-block .itb-subtitle,
.img-txt-block .itb-tag {
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
  display: block;
}
.img-txt-block .itb-subtitle {
  font-size: 13px;
  margin: 8px 0;
}
.img-txt-block .itb-tag {
  font-size: 12px;
  margin: 0 0 5px;
}
.img-txt-block .itb-desc {
  line-height: 1.4;
  font-size: 13px;
  margin: 0;
  padding: 0 20px;
}
.img-txt-block .btn-main {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .img-txt-block .itb-img {
    display: block;
    margin: 0;
  }
  .img-txt-block .itb-text {
    padding-top: 15px;
  }
  .img-txt-block .itb-title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .img-txt-block .btn-main {
    margin-top: 15px;
  }
  .img-txt-block .date-block {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .img-txt-block .itb-text {
    padding: 30px 0 0;
  }
  .img-txt-block .itb-title {
    margin-bottom: 10px;
  }
  .img-txt-block .itb-title {
    font-size: 17px;
  }
  .img-txt-block .itb-subtitle,
  .img-txt-block .itb-desc {
    font-size: 15px;
  }
  .img-txt-block .itb-tag {
    font-size: 14px;
  }
  .img-txt-block .btn-main {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .img-txt-block .itb-desc {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/**
 * Image on bottom / Text on top
 ******************************************/
.itb-img-bottom {
  /* Tablet */
}
@media (min-width: 768px) {
  .itb-img-bottom .itb-img {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  .itb-img-bottom .itb-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {

  article[id*="exhibition-related-"] .itb-img-bottom .itb-img ,
  .img-txt-blocks-related .itb-img-bottom .itb-img {
    height: 235px !important;
  }
  article[id*="exhibition-related-"] .itb-img-bottom .itb-text ,
  .img-txt-blocks-related .itb-img-bottom .itb-text {
    height: 235px !important;
  }
  article[id*="exhibition-related-"] .img-txt-block.itb-img-top .itb-text ,
  .img-txt-blocks-related .img-txt-block.itb-img-top .itb-text {
    padding-top: 30px;
  }
  article[id*="exhibition-related-"] .itb-img-bottom .itb-img img, .itb-img-top .itb-img img  ,
  .img-txt-blocks-related .itb-img-bottom .itb-img img, .itb-img-top .itb-img img  {
    height: 100%;
    object-fit: cover;
  }
  article[id*="exhibition-related-"] .img-txt-block .itb-img ,
  .img-txt-blocks-related .img-txt-block .itb-img {
    height:235px !important;
  }
  article[id*="exhibition-related-"] .itb-img-bottom .itb-text{
    padding-top: 15px;
  }
}
/**
 * Simple version
 ******************************************/
.itb-simple {
  margin-bottom: 20px;
  /* Desktop */
}
.itb-simple .itb-img {
  margin: 0;
}
.itb-simple .itb-text {
  font-family: "BentonSans-Bold";
  padding-top: 10px;
}
@media (min-width: 992px) {
}
/**
 * Text inside the image
 ******************************************/
.itb-txt-inside {
  margin-bottom: 0;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
  /* Big image version */
}
.itb-txt-inside .itb-img {
  margin: 0;
}
.itb-txt-inside .itb-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  vertical-align: middle;
  padding: 0;
  opacity: 0;
}
.itb-txt-inside a:hover .itb-text,
.itb-txt-inside a:focus .itb-text {
  opacity: 1;
}
.itb-txt-inside .itb-title {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.itb-txt-inside .btn-main {
  margin: 0;
  position: absolute;
  bottom: 40px;
  margin-left: -107px;
  left: 50%;
}
.itb-txt-inside .itb-text,
.itb-txt-inside .btn-main {
  z-index: 10;
}
.itb-txt-inside .btn-main-revert:hover,
.itb-txt-inside .btn-main-revert:focus,
.itb-txt-inside a:hover .btn-main-revert,
.itb-txt-inside a:focus .btn-main-revert {
  color: #FFFFFF;
  background: transparent;
  border-color: #FFFFFF;
}
.itb-txt-inside .itb-bg {
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.itb-txt-inside a:hover > .itb-bg {
  opacity: .8;
  z-index: 5;
}
@media (min-width: 768px) {
  .itb-txt-inside .itb-title {
    font-size: 15px;
  }
  .itb-txt-inside .btn-main {
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .itb-txt-inside .itb-title {
    font-size: 25px;
  }
  .itb-txt-inside .itb-sub-title {
    font-size: 20px;
  }
  .itb-txt-inside .btn-main {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
}
.itb-txt-inside.img-txt-block-big {
  /* Tablet */
}
@media (min-width: 768px) {
  .itb-txt-inside.img-txt-block-big .itb-title {
    font-size: 25px;
  }
  .itb-txt-inside.img-txt-block-big .itb-sub-title {
    font-size: 20px;
  }
}
/**
 *  Block to row (on mobile)
 ******************************************/
.itb-to-row {
  /* Mobile */
}
.itb-to-row .itb-text {
  position: relative;
}
@media (max-width: 767px) {
  .itb-to-row {
    background-color: #fff;
    margin: 0 -10px;
    text-align: left;
  }
  .itb-to-row a {
    display: table;
    overflow: hidden;
    padding: 15px 10px;
    width: 100%;
  }
  .itb-to-row .date-block,
  .itb-to-row .itb-text,
  .itb-to-row .itb-desc {
    padding: 0;
  }
  .itb-to-row .date-block {
    float: left;
    margin: 0 10px 0 0;
  }
  .itb-to-row .itb-text {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .itb-to-row.alt,
  .itb-to-row.alt .date-block,
  .itb-to-row.alt .month-year {
    background: #dcdcdc;
  }
}
/**
 *  Block in mosaic
 ******************************************/
.itb-mosaic {
  /* Slider's controls */
  /* Centered version */
  /* Mobile */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
.itb-mosaic .itb-title {
  margin-bottom: 10px;
}
.itb-mosaic .flex-control-nav {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0;
}
.itb-mosaic .flex-control-nav a {
  border-color: #fff;
}
.itb-mosaic .flex-control-nav .flex-active {
  background-color: #fff;
}
.itb-mosaic.itb-centered .itb-text {
  text-align: center;
}
@media (max-width: 767px) {
  .itb-mosaic .slider-block {
    margin: 0 -10px;
  }
  .itb-mosaic .slider-block .itb-img {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .itb-mosaic {
    /* Centered version */
  }
  .itb-mosaic .itb-text {
    overflow: hidden;
    padding: 20px;
    text-align: left;
  }
  .itb-mosaic .itb-title:after {
    margin-left: 0;
    margin-right: 0;
  }
  .itb-mosaic .itb-desc {
    padding: 0;
  }

  .itb-mosaic:not('.itb-btn-center') .btn-main {
    float: right;
    margin-top: 30px;
  }

  .itb-mosaic.itb-btn-center .field-name-edt-link {
    text-align: center;
  }
  .itb-mosaic.itb-centered .itb-title:after {
    display: none;
  }
  .itb-mosaic.itb-centered .btn-main {
    float: none;
  }
}
@media (min-width: 992px) {
  .itb-mosaic {
    /* Centered version */
  }
  .itb-mosaic .itb-text {
    padding: 36px 0 0;
  }
  .itb-mosaic .itb-title {
    font-size: 22px;
  }
  .itb-mosaic.itb-centered .itb-title {
    font-size: 15px;
  }
}
.itb-img-double {
  margin-bottom: 0;
}
/* ============================================================= */
/* GENERIC BLOCKS LISTINGS */
/* ============================================================= */
/**
 * Collapsed columns
 ******************************************/
.col-collapsed {
  /* Tablet */
}
@media (min-width: 768px) {
  .col-collapsed .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col-collapsed [class^="col-"],
  .col-collapsed [class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .col-collapsed .img-txt-block {
    margin-bottom: 0;
  }
}
.col-collapsed-cancel,
.section-article-sidebar .section-article {
  /* Tablet */
}
@media (min-width: 768px) {
  .col-collapsed-cancel .row,
  .section-article-sidebar .section-article .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-collapsed-cancel [class^="col-"],
  .col-collapsed-cancel [class*=" col-"],
  .section-article-sidebar .section-article [class^="col-"],
  .section-article-sidebar .section-article [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/**
 * Image text blocks listing
 ******************************************/
.img-txt-blocks-listing {
  text-align: center;
  /* Tablet */
}
.img-txt-blocks-listing .btn-main-listing {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .img-txt-blocks-listing .btn-main-listing {
    margin-top: 0;
  }
}
/**
 * Image listing
 ******************************************/
.img-listing {
  margin: 40px 0 0;
}
.img-listing [class^="col-"],
.img-listing [class*=" col-"] {
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
/**
 * Related listing
 ******************************************/
.img-txt-blocks-related {
  margin: 40px 0 0;
  /* Tablet */
}
@media (min-width: 768px) {
  .img-txt-blocks-related {
    margin-top: 60px;
  }
}
/* ============================================================= */
/* DOCUMENTS */
/* ============================================================= */
/**
 * Document item
 ******************************************/
.documents-download {
  font-family: "BentonSans-Medium";
  margin: 20px 0 40px;
  text-align: left;
  /* Tablet */
}
.documents-download th,
.documents-download td {
  border: 0;
  padding: 10px;
  text-align: left;
}
.documents-download .file {
  width: 80%;
}
.documents-download .file a {
  color: #b3a97b;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 30px;
  position: relative;
}
.documents-download .file a:hover,
.documents-download .file a:focus {
  text-decoration: underline;
}
.documents-download .file a:before {
  color: #333;
  font-size: 22px;
  position: absolute;
  left: 0;
  margin-top: -11px;
  top: 50%;
}
.documents-download .weight {
  white-space: nowrap;
}
.documents-download tbody th,
.documents-download tbody td {
  border: solid #b3a97b;
  border-width: 2px 0;
}
@media (min-width: 768px) {
  .documents-download {
    max-width: 75%;
  }
}
/**
 * Document item
 ******************************************/
.document-item {
  overflow: hidden;
  /* Tablet */
  /* Desktop */
}
.document-item .document-img {
  float: left;
  margin: 0 20px 0 0;
  width: 100px;
}
.document-item .document-text {
  overflow: hidden;
}
.document-item .document-title {
  margin-top: 0;
}
.document-item .document-title a {
  text-decoration: none;
}
.document-item .document-title a:hover,
.document-item .document-title a:focus {
  text-decoration: underline;
}
.document-item .documents-download {
  clear: both;
  float: left;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .document-item .document-img {
    width: 125px;
  }
}
@media (min-width: 992px) {
  .document-item .document-img {
    width: auto;
  }
  .document-item .document-title {
    font-size: 17px;
  }
}
/**
 * Documents listing
 ******************************************/
.documents-listing h2 {
  margin-bottom: 20px;
}
.documents-listing .document-item {
  margin: 0 0 40px;
}
/* ============================================================= */
/* SECTION WITH ARTICLE AND FIXED SIDEBAR */
/* ============================================================= */
.section-article-sidebar {
  /**
	 * Tabs
	 ******************************************/
  /**
	 * Main article
	 ******************************************/
  /**
	 * Sidebar
	 ******************************************/
}
.section-article-sidebar .section-tabs {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 0 0 20px;
  padding: 10px 0;
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
@media (max-width: 767px) {
  .section-article-sidebar .section-tabs li {
    margin: 0 5px;
    max-width: 145px;
  }
}
@media (min-width: 768px) {
  .section-article-sidebar .section-tabs {
    border-top: 0;
    padding-top: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section-article-sidebar .section-tabs {
    margin: 40px 0;
  }
}
.section-article-sidebar .section-article {
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
.section-article-sidebar .section-article h3 {
  text-transform: uppercase;
}
.section-article-sidebar .section-article .banner-video {
  height: auto;
}
.section-article-sidebar .section-article .banner-video [class^="col-sm"] {
  width: auto;
}
.section-article-sidebar .section-article .banner-video iframe {
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-article-sidebar .section-article {
    border-right: 1px solid #dadada;
    padding-top: 20px;
    padding-right: 10px;
    overflow: hidden;
  }
  .section-article-sidebar .section-article .row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-article-sidebar .section-article .panel-title,
  .section-article-sidebar .section-article .panel-body {
    border: 0;
    margin: 0;
  }
  .section-article-sidebar .section-article .panel-title {
    padding: 0 0 .75em;
  }
  .section-article-sidebar .section-article .panel-title:after {
    display: block;
  }
  .section-article-sidebar .section-article .panel-title a {
    cursor: default;
    padding: 0;
  }
  .section-article-sidebar .section-article .panel-title a:after {
    display: none;
  }
  .section-article-sidebar .section-article .panel-collapse {
    display: block !important;
    height: auto !important;
  }
  .section-article-sidebar .section-article .panel-body {
    padding: 0 0 40px;
  }
  .section-article-sidebar .section-article .pic-left,
  .section-article-sidebar .section-article .pic-right {
    max-width: 255px;
  }
  .section-article-sidebar .section-article .documents-download {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .section-article-sidebar .section-article {
    padding: 20px 20px 0 0;
  }
  .section-article-sidebar .section-article .panel-title {
    font-size: 22px;
  }
  .section-article-sidebar .section-article .pic-left,
  .section-article-sidebar .section-article .pic-right {
    max-width: 293px;
  }
}
@media (min-width: 1200px) {
  .section-article-sidebar .section-article .pic-left,
  .section-article-sidebar .section-article .pic-right {
    max-width: 360px;
  }
}
.section-article-sidebar .section-sidebar {
  font-size: 12px;
  background-color: #fff;
  padding: 20px 0;
  /* Tablet */
  /* Desktop */
}
.section-article-sidebar .section-sidebar .sidebar-title {
  margin-top: 0;
  text-align: center;
}
.section-article-sidebar .section-sidebar .sidebar-title:after {
  margin-left: auto;
  margin-right: auto;
}
.section-article-sidebar .section-sidebar .nav-anchors,
.section-article-sidebar .section-sidebar .sidebar-block {
  border-bottom: 1px solid #dadada;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.section-article-sidebar .section-sidebar .nav-anchors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px;
}
.section-article-sidebar .section-sidebar .nav-anchors a {
  text-decoration: none;
  display: block;
  padding: 5px 30px 5px 10px;
  position: relative;
}
.section-article-sidebar .section-sidebar .nav-anchors a:hover,
.section-article-sidebar .section-sidebar .nav-anchors a:focus {
  text-decoration: none;
}
.section-article-sidebar .section-sidebar .nav-anchors a:after {
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 10px;
  margin-top: -7.5px;
  top: 50%;
}
.section-article-sidebar .section-sidebar .nav-anchors .active a {
  color: #fff;
  background-color: #b3a97b;
  font-family: "BentonSans-Bold";
}
a.section-article-sidebar .section-sidebar .nav-anchors .active a:hover {
  background-color: #9f935c;
}
.section-article-sidebar .section-sidebar .sidebar-block {
  font-family: "BentonSans-Medium";
}
.section-article-sidebar .section-sidebar h3 {
  font-size: inherit;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.section-article-sidebar .section-sidebar h3:before {
  margin-right: 5px;
  vertical-align: sub;
}
.section-article-sidebar .section-sidebar p,
.section-article-sidebar .section-sidebar table,
.section-article-sidebar .section-sidebar ul,
.section-article-sidebar .section-sidebar ol {
  margin: 5px 0 0;
}
.section-article-sidebar .section-sidebar table {
  margin: 0;
}
.section-article-sidebar .section-sidebar table th,
.section-article-sidebar .section-sidebar table td {
  border: 0;
  padding: 5px 0;
}
.section-article-sidebar .section-sidebar table td {
  font-family: "BentonSans-Bold";
  text-align: right;
}
.section-article-sidebar .section-sidebar .btn-main {
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .section-article-sidebar .section-sidebar {
    padding: 10px 0 0 10px;
  }
  .section-article-sidebar .section-sidebar .sidebar-title:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-article-sidebar .section-sidebar {
    padding: 20px 0 0 20px;
  }
  .section-article-sidebar .section-sidebar .nav-anchors {
    font-size: 14px;
  }
  .section-article-sidebar .section-sidebar .nav-anchors ul {
    margin-left: -20px;
  }
  .section-article-sidebar .section-sidebar .nav-anchors a {
    padding-left: 20px;
  }
}
/* ============================================================= */
/* EDITO BLOCKS */
/* ============================================================= */
/**
 * Plain text
 ******************************************/
.edito-plain-txt {
  margin-top: 20px;
}
.edito-title-txt.no-title {
  margin-top: 20px;
}
.edito-txt-quote {
  /* Tablet */
}
.edito-txt-quote.no-title,
.edito-txt-quote blockquote {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .edito-txt-quote blockquote {
    margin-top: 0;
  }
}
.edito-txt-docs-download.no-title {
  margin-top: 20px;
}
.edito-txt-quote {
  margin-bottom: 20px;
  /* Tablet */
  /* Desktop */
}
.node-type-cnt-exposition .edito-txt-quote,
.section-article .edito-txt-quote {
  margin-bottom: 0;
}
.node-type-cnt-exposition .edito-txt-quote h2,
.section-article .edito-txt-quote h2 {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.node-type-cnt-exposition .edito-txt-quote-col-1,
.section-article .edito-txt-quote-col-1,
.node-type-cnt-exposition .edito-txt-quote-col-2,
.section-article .edito-txt-quote-col-2 {
  padding-left: 10px;
  padding-right: 10px;
  left: 0;
}
@media (min-width: 768px) {
  .edito-txt-quote h2 {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
  .edito-txt-quote .row {
    margin-left: 0;
    margin-right: 0;
  }
  .edito-txt-quote-col-1,
  .edito-txt-quote-col-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .node-type-cnt-exposition .edito-txt-quote .row,
  .section-article .edito-txt-quote .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .node-type-cnt-exposition .edito-txt-quote-col-1,
  .section-article .edito-txt-quote-col-1,
  .node-type-cnt-exposition .edito-txt-quote-col-2,
  .section-article .edito-txt-quote-col-2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .edito-txt-quote h2 {
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
  }
  .edito-txt-quote-col-1,
  .edito-txt-quote-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ============================================================= */
/* NODE OEUVRE */
/* ============================================================= */
.node-cnt-oeuvre #product-presentation-text ul {
  padding: 0;
}
.node-cnt-oeuvre #product-presentation-text ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.node-cnt-oeuvre #product-presentation-text ul li span:first-child {
  color: grey;
}
.node-cnt-oeuvre #product-presentation-text ul li span:nth-child(2),
.node-cnt-oeuvre #product-presentation-text ul li span:nth-child(2) a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.node-cnt-oeuvre .social-share {
  margin-top: 5px;
}
.node-cnt-oeuvre .btn-secondary,
.node-cnt-oeuvre .btn-main-submit {
  display: block;
  margin: auto;
  width: 10%;
  margin-top: 30px;
  font-weight: bold;
  padding: 10px;
  font-size: 13px;
}
.page-search-oeuvre .page-description {
  margin-top: 50px;
}
/* ===================================================================================
 * File : sliders.less
 * Description : All sliders styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* GENERIC SLIDER */
/* ============================================================= */
.slider-block {
  position: relative;
  /* Desktop */
}
.js .slider-block .slider-item {
  display: none;
}
.js .slider-block .slider-item:first-child {
  display: block;
}

/*Home slider*/
/************/
#page-main-slider .flex-direction-nav {
  display: block;
}

#page-main-slider .flex-direction-nav a.flex-prev,
#page-main-slider .flex-direction-nav a.flex-next {
  text-indent: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0.7;
  padding-top: 7px;
  font-size: 25px;
  text-align: center;
}

#page-main-slider .flex-direction-nav a.flex-prev > span,
#page-main-slider .flex-direction-nav a.flex-next > span {
  display: block;
  width: 100%;
  height: 100%;
}

#page-main-slider .flex-direction-nav a.flex-prev:before,
#page-main-slider .flex-direction-nav a.flex-next:before {
  content: "";
}

#page-main-slider .flex-direction-nav a.flex-next {
  right: 5px;
}

#page-main-slider .flex-direction-nav a.flex-prev {
  left: 5px;
}


/**
 * Slider control and direction nav
 ******************************************/
.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-control-nav li,
.flex-direction-nav li,
.flex-control-nav a,
.flex-direction-nav a {
  display: inline-block;
  zoom: 1;
}
.flex-control-nav a,
.flex-direction-nav a {
  text-decoration: none;
  background: url(../images/px.gif);
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
.flex-control-nav a:hover,
.flex-direction-nav a:hover,
.flex-control-nav a:focus,
.flex-direction-nav a:focus {
  text-decoration: none;
}
/* Slider's directions */
.flex-direction-nav {
  display: none;
  height: 0;
}
.flex-direction-nav a {
  position: absolute;
  margin-top: -20px;
  top: 50%;
  width: 40px;
  height: 40px;
}
.flex-direction-nav a:before {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 30px;
  text-indent: 0;
}
.flex-direction-nav .flex-prev {
  left: -40px;
}
.flex-direction-nav .flex-next {
  right: -40px;
}
/* Slider's controls */
.flex-control-nav {
  font-size: 0;
  margin: 20px 0 0;
  text-align: center;
  z-index: 10;
}
.flex-control-nav li {
  margin: 0 5px;
}
.flex-control-nav a {
  border: 2px solid #333;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.flex-control-nav .flex-active {
  color: #fff;
  background-color: #333;
}
/* ============================================================= */
/* PAGE MAIN SLIDER */
/* ============================================================= */
#page-main-slider {
  position: relative;
  overflow: hidden;
  /* Slider's controls */
  /**
	 * JS Init
	 ******************************************/
  /**
	 * Animations
	 ******************************************/
  /* Leaving the current slide */
  /* Previous slide left */
  /* Entering the asked slide */
  /* Current slide entered */
  /* Mobile landscape*/
  /* Mobile */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#page-main-slider,
#page-main-slider .slides,
#page-main-slider .slider-item {
  width: 100%;
}
#page-main-slider .slider-item {
  overflow: hidden;
}
#page-main-slider .slider-item[data-url] {
  cursor: pointer;
}
#page-main-slider .slider-img {
  margin: 0 -10px;
  overflow: hidden;
}
#page-main-slider .slider-img img {
  display: block;
}
#page-main-slider .slider-main-img {
  width: 160px;
  height: 160px;
  position: absolute;
  margin-left: -80px;
  left: 50%;
  margin-top: -80px;
  top: 50%;
  text-align: center;
}
#page-main-slider .slider-text {
  padding: 40px 40px 30px;
  position: relative;
  text-align: center;
  height: 152%;
}
#page-main-slider .slider-title {
  font-size: 17px;
  margin: 0;
  text-transform: none;
}
#page-main-slider .slider-title:after {
  display: none;
}
#page-main-slider .slider-desc {
  font-size: 12px;
  margin: 0;
  line-height: 1.3;
}
#page-main-slider .slider-btn {
  clear: both;
  margin-top: 20px;
}
#page-main-slider .btn-main + .btn-main {
  margin-top: 10px;
}
#page-main-slider .flex-control-nav {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0;
}
#page-main-slider .flex-control-nav a {
  border-color: #fff;
}
#page-main-slider .flex-control-nav .flex-active {
  background-color: #fff;
}
.js #page-main-slider .slider-item {
  display: none;
}
.js #page-main-slider .slider-item:first-child {
  display: block;
}
.csstransitions #page-main-slider .slider-img,
.csstransitions #page-main-slider .slider-main-img,
.csstransitions #page-main-slider .slider-title,
.csstransitions #page-main-slider .slider-desc,
.csstransitions #page-main-slider .slider-btn,
.csstransitions #page-main-slider .date-block {
  transition: all 1s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.csstransitions #page-main-slider .slider-img {
  transition-delay: 0;
  -webkit-transform: translate(25%, 0);
  transform: translate(25%, 0);
}
.csstransitions #page-main-slider .slider-main-img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  transition-delay: 0.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.csstransitions #page-main-slider .slider-title {
  transition-delay: 0;
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
}
.csstransitions #page-main-slider .slider-desc {
  transition-delay: 0.2s;
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
}
.csstransitions #page-main-slider .slider-btn {
  transition-delay: 0.4s;
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
}
.csstransitions #page-main-slider .date-block {
  transition-delay: 0.4s;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#page-main-slider .slider-item-entered .slider-img,
#page-main-slider .slider-item-leaving .slider-img,
#page-main-slider .slider-item-entered .slider-title,
#page-main-slider .slider-item-leaving .slider-title,
#page-main-slider .slider-item-entered .slider-desc,
#page-main-slider .slider-item-leaving .slider-desc,
#page-main-slider .slider-item-entered .slider-btn,
#page-main-slider .slider-item-leaving .slider-btn,
#page-main-slider .slider-item-entered .date-block,
#page-main-slider .slider-item-leaving .date-block {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-main-slider .slider-item-entered .slider-main-img,
#page-main-slider .slider-item-leaving .slider-main-img {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 480px) {
  #page-main-slider .slider-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .js #page-main-slider,
  #page-main-slider .slider-item {
    max-height: 630px;
  }
  #page-main-slider .date-block {
    font-size: 13px;
    font-family: "BentonSans-Bold";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: 20px;
    text-align: center;
  }
  #page-main-slider .date-block,
  #page-main-slider .date-block .month-year,
  #page-main-slider .date-block .month .date-end {
    margin: 0;
    padding: 0;
    width: auto;
  }
  #page-main-slider .date-block time,
  #page-main-slider .date-block span {
    display: inline;
  }
  #page-main-slider .date-block .day {
    font-size: inherit;
  }
  #page-main-slider .date-block .day span {
    display: inline;
    width: auto;
    text-align: left;
  }
  #page-main-slider .date-block .date-end:before {
    content: '-';
  }
  #page-main-slider .date-block .date-end:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .js #page-main-slider,
  #page-main-slider .slider-item,
  #page-main-slider .slider-img,
  #page-main-slider .slider-text {
    height: 310px;
  }
  #page-main-slider .slider-img {
    margin: 0;
  }
  #page-main-slider .slider-main-img {
    width: 160px;
    height: 160px;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -80px;
  }
  #page-main-slider .slider-text {
    padding: 50px 0 0;
    text-align: right;
  }
  #page-main-slider .slider-title,
  #page-main-slider .slider-desc {
    overflow: hidden;
  }
  #page-main-slider .slider-title {
    font-size: 25px;
    margin-bottom: 5px;
  }
  #page-main-slider .slider-desc {
    font-size: 12px;
  }
  #page-main-slider .slider-btn {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  #page-main-slider .date-block {
    float: right;
    font-size: 8px;
    margin: 0 0 0 15px;
    padding-bottom: 0;
    width: 56px;
  }
  #page-main-slider .date-block .day {
    font-size: 35px;
  }
  #page-main-slider .date-block .month-year {
    margin-top: -12px;
  }
  #page-main-slider .date-block .date-end {
    padding-top: 8px;
  }
  #page-main-slider .date-block .date-end:after {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .js #page-main-slider,
  #page-main-slider .slider-item,
  #page-main-slider .slider-img,
  #page-main-slider .slider-text {
    height: 388px;
  }
  #page-main-slider .slider-main-img {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-right: -140px;
  }
  #page-main-slider .slider-title {
    font-size: 32px;
  }
  #page-main-slider .slider-desc {
    font-size: 15px;
  }
  #page-main-slider .slider-btn {
    bottom: 60px;
  }
  #page-main-slider .btn-main + .btn-main {
    margin-top: 20px;
  }
  #page-main-slider .flex-control-nav {
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .js #page-main-slider,
  #page-main-slider .slider-item,
  #page-main-slider .slider-img,
  #page-main-slider .slider-text {
    height: 470px;
  }
  #page-main-slider .slider-main-img {
    width: 380px;
    height: 380px;
    margin-top: -190px;
    margin-right: -190px;
  }
  #page-main-slider .slider-title {
    font-size: 40px;
  }
  #page-main-slider .slider-text {
    padding-top: 90px;
  }
  #page-main-slider .slider-desc {
    font-size: 17px;
  }
  #page-main-slider .date-block {
    font-size: 11px;
    margin-left: 20px;
    width: 87px;
  }
  #page-main-slider .date-block .day {
    font-size: 53px;
  }
  #page-main-slider .date-block .month-year {
    margin-top: -20px;
  }
  #page-main-slider .date-block .date-end {
    margin-top: 15px;
    padding-top: 15px;
  }
}
/* ===================================================================================
 * File : banners.less
 * Description : Banners styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* GENERIC BANNER'S STYLES */
/* ============================================================= */
.banner {
  color: #fff;
  background: 50% 50% no-repeat;
  text-align: center;
  /* Tablet */
  /* Desktop */
}
.backgroundsize .banner {
  background-size: cover;
}
.banner,
.banner .container,
.banner .page-header,
.banner .section-header {
  height: 290px;
}
.banner .container,
.banner .page-header,
.banner .section-header {
  position: relative;
}
.banner a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.banner a:hover,
.banner a:focus {
  text-decoration: none;
}
.banner .banner-text {
  font-size: 13px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 83.33333333%;
}
.banner .banner-title {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.banner .banner-intro {
  margin: 0;
}
.banner .btn-main {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .banner {
    margin: 40px 0;
  }
  .banner,
  .banner .container,
  .banner .page-header,
  .banner .section-header {
    height: 310px;
  }
  .banner .banner-text {
    padding-left: 0;
    padding-right: 0;
    width: 66.66666667%;
  }
  .banner .banner-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .banner {
    margin: 60px 0;
  }
  .no-touch .banner {
    background-attachment: fixed;
  }
  .contextual-links-region .banner {
    background-attachment: scroll;
  }
  .banner,
  .banner .container,
  .banner .page-header,
  .banner .section-header {
    height: 470px;
  }
  .banner .banner-text {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
  }
  .banner .banner-title {
    font-size: 32px;
  }
  .banner .btn-main {
    margin-top: 45px;
  }
}
/**
 * Banner collapsed margins
 ******************************************/
.banner-collapsed {
  margin: 0;
}
/* ============================================================= */
/* FULLWIDTH BANNER */
/* ============================================================= */
.banner-fullwidth {
  /* Tablet */
  /* Desktop */
}
.banner-fullwidth .container,
.banner-fullwidth .page-header,
.banner-fullwidth .section-header {
  padding-top: 65px;
}
@media (min-width: 768px) {
  .banner-fullwidth .container,
  .banner-fullwidth .page-header,
  .banner-fullwidth .section-header {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .banner-fullwidth .container,
  .banner-fullwidth .page-header,
  .banner-fullwidth .section-header {
    padding-top: 150px;
  }
}
/* ============================================================= */
/* BANNERS SLIDER */
/* ============================================================= */
/**
 * Slider
 ******************************************/
.banners-slider {
  margin: 0 0 40px;
  /* Desktop */
}
.banners-slider .flex-control-nav {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 12px;
  left: 0;
  margin-top: 0;
}
.banners-slider .flex-control-nav a {
  border-color: #fff;
}
.banners-slider .flex-control-nav .flex-active {
  background-color: #fff;
}
@media (min-width: 992px) {
  .banners-slider {
    margin-bottom: 60px;
  }
  .banners-slider .flex-control-nav {
    bottom: 20px;
  }
}
/**
 * Slider's items
 ******************************************/
.banners-slider-item {
  margin: 0;
  /* Tablet */
  /* Desktop */
}
.banners-slider-item .container,
.banners-slider-item .page-header,
.banners-slider-item .section-header {
  line-height: 290px;
  overflow: hidden;
}
.banners-slider-item .banner-img {
  margin: 0 -10px;
}
.banners-slider-item .banner-text {
  line-height: 1.6;
  position: absolute;
  top: 20px;
  right: 10px;
  bottom: 35px;
  left: 10px;
  z-index: 2;
}
.banners-slider-item .btn-main {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  margin-left: -107px;
  left: 50%;
}
@media (min-width: 768px) {
  .banners-slider-item .container,
  .banners-slider-item .page-header,
  .banners-slider-item .section-header {
    line-height: 310px;
  }
  .banners-slider-item .banner-img {
    margin: 0;
  }
  .banners-slider-item .banner-text {
    top: 35px;
  }
}
@media (min-width: 992px) {
  .no-touch .banners-slider-item {
    background-attachment: scroll;
  }
  .banners-slider-item .container,
  .banners-slider-item .page-header,
  .banners-slider-item .section-header {
    line-height: 470px;
  }
  .banners-slider-item .banner-text {
    bottom: 70px;
  }
}
/* ============================================================= */
/* VIDEO BANNER */
/* ============================================================= */
.banner-video {
  color: #fff;
  background-color: #333;
  margin: 0;
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
.backgroundsize .banner-video {
  background-size: initial;
}
.banner-video .container,
.banner-video .page-header,
.banner-video .section-header {
  height: auto;
}
.banner-video iframe {
  display: block;
  height: 290px;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-video [class^="col-"],
  .banner-video [class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .banner-video {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .banner-video iframe {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .banner-video {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .no-touch .banner-video {
    background-attachment: scroll;
  }
  .banner-video iframe {
    height: 420px;
  }
}
/* ============================================================= */
/* AUDIO BANNER */
/* ============================================================= */
.banner.banner-audio {
  height: auto;
  padding: 17px 0;
}
.banner.banner-audio .container,
.banner.banner-audio .page-header,
.banner.banner-audio .section-header {
  height: auto;
}
.banner.banner-audio iframe {
  display: block;
}
.banner.banner-audio .field-name-scald-authors {
  display: none;
}
/* ============================================================= */
/* GMAPS BANNER */
/* ============================================================= */
.banner-gmaps {
  margin: 0;
  position: relative;
  /*&:before
	{
		content: '';
		display: block;
		.pos-abs(0,0,0,0);
		z-index: 10;
	}*/
  /* Tablet */
  /* Desktop */
}
.banner-gmaps iframe {
  margin: 0;
  height: 290px;
  width: 100%;
}
.banner-gmaps iframe.scrolloff {
  pointer-events: none;
}
@media (min-width: 768px) {
  .banner-gmaps iframe {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .no-touch .banner-gmaps {
    background-attachment: scroll;
  }
  .banner-gmaps iframe {
    height: 470px;
  }
}
/* ============================================================= */
/* PAGE MAIN BANNER */
/* ============================================================= */
#page-main-banner {
  margin: 0 auto;
  text-align: center;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
  /* Error banners */
}
@media (min-width: 768px) {
  #page-main-banner {
    width: 740px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #page-main-banner {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  #page-main-banner {
    width: 1160px;
  }
}
.cat-error-404 #page-main-banner,
.cat-error-500 #page-main-banner,
.cat-maintenance #page-main-banner {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  /* Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .cat-error-404 #page-main-banner .container,
  .cat-error-500 #page-main-banner .container,
  .cat-maintenance #page-main-banner .container,
  .cat-error-404 #page-main-banner .page-header,
  .cat-error-500 #page-main-banner .page-header,
  .cat-maintenance #page-main-banner .page-header,
  .cat-error-404 #page-main-banner .section-header,
  .cat-error-500 #page-main-banner .section-header,
  .cat-maintenance #page-main-banner .section-header {
    padding-top: 80px;
  }
  .cat-error-404 #page-main-banner .banner-subtitle,
  .cat-error-500 #page-main-banner .banner-subtitle,
  .cat-maintenance #page-main-banner .banner-subtitle {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .cat-error-404 #page-main-banner,
  .cat-error-500 #page-main-banner,
  .cat-maintenance #page-main-banner {
    background-attachment: scroll;
  }
  .cat-error-404 #page-main-banner .container,
  .cat-error-500 #page-main-banner .container,
  .cat-maintenance #page-main-banner .container,
  .cat-error-404 #page-main-banner .page-header,
  .cat-error-500 #page-main-banner .page-header,
  .cat-maintenance #page-main-banner .page-header,
  .cat-error-404 #page-main-banner .section-header,
  .cat-error-500 #page-main-banner .section-header,
  .cat-maintenance #page-main-banner .section-header {
    padding-top: 125px;
  }
  .cat-error-404 #page-main-banner .banner-subtitle,
  .cat-error-500 #page-main-banner .banner-subtitle,
  .cat-maintenance #page-main-banner .banner-subtitle {
    margin-top: 30px;
  }
}
.cat-error-404 #page-main-banner,
.cat-error-500 #page-main-banner {
  /* Tablet */
  /* Desktop */
}
.cat-error-404 #page-main-banner .banner-title,
.cat-error-500 #page-main-banner .banner-title {
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  .cat-error-404 #page-main-banner .banner-title,
  .cat-error-500 #page-main-banner .banner-title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .cat-error-404 #page-main-banner .banner-title,
  .cat-error-500 #page-main-banner .banner-title {
    font-size: 100px;
  }
}
.cat-error-404 #page-main-banner {
  background-image: url(../images/bg/bg_error_404.jpg);
}
.cat-error-500 #page-main-banner {
  background-image: url(../images/bg/bg_error_500.jpg);
}
.cat-maintenance #page-main-banner {
  background-image: url(../images/bg/bg_maintenance.jpg);
}
/* ============================================================= */
/* BANNERS LISTING */
/* ============================================================= */
.banners-listing {
  /* Desktop */
}
.banners-listing .banner {
  margin-top: 0;
}
@media (min-width: 992px) {
  .banners-listing .section-header {
    margin-bottom: 20px;
  }
  .banners-listing .section-title {
    font-size: 22px;
  }
}
/* ============================================================= */
/* BANNER ARTICLE */
/* ============================================================= */
.banner-article {
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
.banner-article .banner {
  margin: 0;
}
.banner-article .banner-article-text {
  margin: 0 auto;
  padding: 0 10px 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-article .banner-article-text {
    width: 493.33333333px;
  }
}
@media (min-width: 992px) {
  .banner-article .banner-article-text {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  .banner-article .banner-article-text {
    width: 580px;
  }
}
/* ===================================================================================
 * File : products.less
 * Description : Products blocks styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* STRUCTURE */
/* ============================================================= */
/* ============================================================= */
/* GENERIC BLOCS */
/* ============================================================= */
/**
 * Product item
 ******************************************/
.product-item {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  /* Desktop */
}
.product-item a {
  text-decoration: none;
  display: block;
}
.product-item a:hover,
.product-item a:focus {
  text-decoration: none;
}
.product-item img {
  margin: 0 auto;
}
.product-item .product-text,
.product-item .product-title {
  font-size: 13px;
}
.product-item .product-text {
  padding: 10px 0 40px;
  position: relative;
}
.touch .product-item .product-text {
  padding-bottom: 0;
}
.product-item .product-title {
  margin: 0 0 3px;
}
.product-item .product-desc {
  margin: 0 0 10px;
}
.product-item .product-price {
  display: block;
}
@media (min-width: 992px) {
  .product-item .product-text,
  .product-item .product-title {
    font-size: 15px;
  }
  .product-item .product-price {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .product-item .row-product:nth-child(n+7) {
    display: none;
  }
}
/**
 * Product item big
 ******************************************/
.product-item-big {
  /* Desktop */
  /* Desktop */
}
@media (min-width: 992px) {
  .product-item-big .product-text {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .product-item-big .product-text {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
/* ============================================================= */
/* PRODUCTS BLOCS LISTINGS */
/* ============================================================= */
/**
 * Generic listing
 ******************************************/
.products-listing {
  margin: 0 0 40px;
  text-align: center;
  /* Product item */
  /* Pagination */
  /* Desktop */
  /* Large desktop */
  /* Modal context */
}
.products-listing .product-item {
  /* Rollover */
}
.no-touch .products-listing .product-item .product-price {
  position: absolute;
  bottom: 5px;
  width: 100%;
}
.products-listing .product-item .btn-main {
  transition: none;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 0;
  width: 100%;
}
.touch .products-listing .product-item .btn-main {
  display: none;
}
.products-listing .product-item a:hover .btn-main,
.products-listing .product-item a:focus .btn-main {
  background: 0;
  color: #333;
  border-color: #333;
}
.no-touch .products-listing .product-item a:hover .product-price,
.no-touch .products-listing .product-item a:focus .product-price {
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-touch .products-listing .product-item a:hover .btn-main,
.no-touch .products-listing .product-item a:focus .btn-main {
  visibility: visible;
}
.products-listing .btn-main-listing {
  margin: 20px 0 0;
}
.products-listing .pagination-block .position {
  top: 0;
  /*@content-block-spacing; */
}
.products-listing .pagination {
  margin: 40px 0 20px;
}
@media (min-width: 992px) {
  .products-listing {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .products-listing .product-item .btn-main {
    min-width: 214px;
    width: auto;
    margin-left: -107px;
    left: 50%;
  }
  .ielt9 .products-listing .product-item .btn-main {
    min-width: 0;
    width: 214px;
  }
}
.modal-content .products-listing {
  margin-bottom: 0;
}
/**
 * Products slider
 ******************************************/
.products-slider {
  margin-left: auto;
  margin-right: auto;
  /* Slider's directions */
  /* Tablet */
  /* Desktop */
  /* Desktop */
}
.products-slider .flex-viewport {
  height: auto !important;
}
.products-slider .product-item {
  margin: 0 10px;
}
.products-slider .slider-item {
  max-width: 240px;
}
.products-slider .flex-control-nav a {
  border-color: #333;
}
.products-slider .flex-control-nav .flex-active {
  color: #fff;
  background-color: #333;
}
.products-slider .flex-direction-nav a {
  top: 30px;
  margin-top: 0;
}
.products-slider .flex-direction-nav .flex-prev {
  left: -80px;
}
.products-slider .flex-direction-nav .flex-next {
  right: -80px;
}
@media (min-width: 768px) {
  .products-slider {
    padding-left: 0;
    padding-right: 0;
    width: 75%;
  }
  .products-slider .slider-item {
    max-width: none;
    width: 185px;
  }
  .products-slider .flex-control-nav {
    display: none;
  }
  .products-slider .flex-direction-nav {
    display: block;
  }
}
@media (min-width: 992px) {
  .products-slider .slider-item {
    width: 240px;
  }
  .products-slider .flex-direction-nav a {
    top: 50px;
  }
}
@media (min-width: 1200px) {
  .products-slider .slider-item {
    width: 290px;
  }
  .products-slider .flex-direction-nav a {
    top: 70px;
  }
}
/* ===================================================================================
 * File : forms.less
 * Description : Form elements styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* STRUCTURE */
/* ============================================================= */
fieldset {
  margin-top: 20px;
}
fieldset + fieldset {
  margin-top: 40px;
}
legend {
  font-family: "BentonSans-Bold";
  font-size: 17px;
  border: 0;
  margin: 0 0 20px;
  /* Desktop */
}
@media (min-width: 992px) {
  legend {
    font-size: 22px;
  }
}
.form-wrapper.form-group {
  margin-bottom: 0;
}
.input-group .form-group {
  margin: 0;
}
.form-horizontal .form-group .form-group {
  margin-left: 0;
  margin-right: 0;
}
/**
 * Panel
 ******************************************/
fieldset.panel .panel-title,
fieldset.panel .panel-body {
  margin: 0;
}
fieldset.panel .panel-body {
  border-bottom: 0;
  padding: 0;
}
/* ============================================================= */
/* ELEMENTS */
/* ============================================================= */
/**
 * Labels
 ******************************************/
.checkbox label,
.radio label {
  font-family: "BentonSans-Regular";
}
.form-horizontal .control-label {
  text-align: left;
}
/**
 * Fields
 ******************************************/
.form-control,
.form-control:focus,
.select {
  box-shadow: none;
}
.form-control[readonly] {
  cursor: default;
  background: #ededed;
}
.checkbox,
.radio {
  margin-top: 0;
  position: relative;
}
.checkbox img,
.radio img {
  margin-left: 10px;
}
.radios-inline .radio {
  display: inline-block;
}
.radios-inline .radio + .radio {
  margin-left: 10px;
}
.checkboxes-inline .checkboxe {
  display: inline-block;
}
.checkboxes-inline .checkboxe + .checkboxe {
  margin-left: 10px;
}
.checkbox input[type=checkbox],
.radio input[type=radio],
#plf-advanced ul input {
  float: none;
  margin: 3px 0 0;
  position: absolute;
  left: 0;
  /* Desktop */
}
@media (min-width: 992px) {
  .checkbox input[type=checkbox],
  .radio input[type=radio],
  #plf-advanced ul input {
    margin-top: 5px;
  }
}
.form-horizontal .form-checkboxes,
.form-horizontal .form-radios {
  margin-top: 1px;
}
/* Select (Uniform) */
.select {
  padding-right: 40px;
  position: relative;
  width: auto !important;
}
.select:after,
.select:before {
  font-size: 10px;
  color: #fff;
  background-color: #b3a97b;
  width: 27px;
  height: 50%;
  padding-top: 4px;
  position: absolute;
  right: 0;
  text-align: center;
}
a.select:after:hover,
a.select:before:hover {
  background-color: #9f935c;
}
.select:after {
  top: 0;
}
.select:before {
  bottom: 0;
}
.select span {
  cursor: pointer;
  display: block;
  width: auto !important;
  white-space: nowrap;
  overflow: hidden;
}
.select .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 12px;
}
.select .dropdown-toggle:after {
  display: none;
}
.select .dropdown-menu {
  right: 0;
}
.select select {
  width: 40px;
  height: 100%;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: 0;
  border: 0;
  width: 100%;
  z-index: 10;
}
.select select:focus {
  outline: 0;
}
.select.focus {
  border-color: #333;
}
select[multiple] option {
  padding: 5px 0;
}
/* Input file */
.form-control.form-file {
  padding: 0;
}
.form-control.form-file::-webkit-file-upload-button {
  border: 0;
  background: #dadada;
  padding: 0 5px;
  height: 100%;
}
/**
 * Submit button / Continue button
 ******************************************/
.btn-main-form {
  font-family: "BentonSans-Bold";
  font-size: 15px;
  margin-top: 20px;
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
@media (max-width: 767px) {
  .btn-main-form {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .btn-main-form {
    float: right;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .btn-main-form {
    font-size: 17px;
  }
}
.input-group-btn .btn-main,
.input-group-btn .btn {
  height: 36px;
}
.input-group-btn .btn-main {
  font-family: "BentonSans-Regular";
  min-width: 0;
  width: auto;
}
.input-group-btn .btn-lg,
.input-group-btn .btn-main-lg {
  height: 49px;
}
.help-block {
  font-size: 13px;
}
#edit-buttons,
#edit-buttons .panel-body {
  background: 0;
  border: 0;
  margin: 0;
}
/* ===================================================================================
 * File : home.less
 * Description : Home styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* SLIDER */
/* ============================================================= */
/*.cat-home #page-main-slider
{
	.mq-desktop
	({
		// Adjustments to position the nav go after the slider
		// This technic causes issues on FF Mac
		// margin: -@navbar-height 0 @navbar-height;
		position: relative;
		top: -@navbar-height;
		margin-bottom: -@navbar-height;
	});
}*/
/* ============================================================= */
/* AGENDA */
/* ============================================================= */
#home-agenda {
  margin: 40px 0 40px;
  /* Tablet */
}
@media (min-width: 768px) {
  #home-agenda {
    margin-bottom: 0;
  }
}
/* ============================================================= */
/* COLLECTIONS */
/* ============================================================= */
#home-collections {
  /* Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  #home-collections {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  #home-collections {
    margin-top: 60px;
  }
}
/* ============================================================= */
/* PARIS */
/* ============================================================= */
#home-paris {
  /* Tablet */
}
@media (min-width: 768px) {
  #home-paris .img-txt-blocks-listing .img-txt-block {
    margin-bottom: 0;
  }
}
/* ============================================================= */
/* EXHIBITIONS */
/* ============================================================= */
#home-exhibitions .banner {
  margin-bottom: 0;
}
/* ===================================================================================
 * File : shop.less
 * Description : Shop pages styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* STRUCTURE */
/* ============================================================= */
/* ============================================================= */
/* HOME SHOP : CATALOG DOWNLOAD */
/* ============================================================= */
#home-shop-catalog {
  /* Tablet */
  /* Desktop */
}
#home-shop-catalog .banner {
  margin-bottom: 0;
}
#home-shop-catalog .container,
#home-shop-catalog .page-header,
#home-shop-catalog .section-header {
  padding-top: 20px;
}
#home-shop-catalog .banner-text {
  width: auto;
}
#home-shop-catalog .banner-title {
  margin-bottom: 15px;
}
#home-shop-catalog .banner-img img {
  height: 110px;
}
@media (min-width: 768px) {
  #home-shop-catalog .banner {
    margin-top: 0;
  }
  #home-shop-catalog .container,
  #home-shop-catalog .page-header,
  #home-shop-catalog .section-header {
    padding-top: 30px;
  }
  #home-shop-catalog .banner-title {
    margin-bottom: 15px;
  }
  #home-shop-catalog .banner-img img {
    height: 140px;
  }
}
@media (min-width: 992px) {
  #home-shop-catalog .banner {
    margin-top: 20px;
  }
  #home-shop-catalog .container,
  #home-shop-catalog .page-header,
  #home-shop-catalog .section-header {
    padding-top: 50px;
  }
  #home-shop-catalog .banner-title {
    margin-bottom: 30px;
  }
  #home-shop-catalog .banner-img img {
    height: auto;
  }
}
/* ============================================================= */
/* PRODUCTS LIST : FILTERS */
/* ============================================================= */
#products-list-filters {
  color: #fff;
  background-color: #333;
  font-size: 13px;
  margin: 0 0 20px;
  padding: 0 10px 10px;
  /**
	 * Selected filters
	 ******************************************/
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#products-list-filters h2,
#products-list-filters h3,
#products-list-filters h4 {
  font-size: 13px;
}
#products-list-filters h2,
#products-list-filters h3 {
  font-family: "BentonSans-Regular";
  margin: 0;
}
#products-list-filters h2 {
  padding: 10px 0;
}
#products-list-filters h2:after {
  display: none;
}#products-list-filters h2 a {
   text-decoration: none;
 }
#products-list-filters h2 a:hover,
#products-list-filters h2 a:active,
#products-list-filters h2 a:focus {
  text-decoration: none;
}

#products-list-filters h3 {
  text-align: center;
  text-transform: uppercase;
}
#products-list-filters h3 a {
  display: block;
  text-decoration: none;
}
#products-list-filters h3 a:hover,
#products-list-filters h3 a:focus {
  text-decoration: underline;
}
#products-list-filters h4 {
  text-transform: uppercase;
  font-family: "BentonSans-Medium";
  margin: 20px 0 10px;
}
#products-list-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#products-list-filters a {
  color: #fff;
}
#products-list-filters .dropdown-menu a {
  color: #333;
  text-decoration: none;
}
#products-list-filters .dropdown-menu a:hover,
#products-list-filters .dropdown-menu a:focus {
  text-decoration: none;
}
#products-list-filters .dropdown-menu .active a {
  color: #fff;
}
#products-list-filters .btn-main {
  margin: 20px auto 0;
}
#products-list-filters .btn-main:hover {
  color: #333;
}
#products-list-filters .filters-groupset {
  border-top: 1px solid #555;
  margin: 0 -10px;
  padding: 10px;
}
#products-list-filters .control-label {
  font-family: "BentonSans-Regular";
}
#products-list-filters .select {
  border-color: #333;
}
#products-list-filters .nb-results {
  color: #b3a97b;
}
#products-list-filters .btn-main {
  display: block;
  min-width: 0;
}
#products-list-filters .current-search-group ul a {
  text-decoration: none;
  display: block;
  padding: 3px 20px 3px 0;
  position: relative;
}
#products-list-filters .current-search-group ul a:hover,
#products-list-filters .current-search-group ul a:focus {
  text-decoration: underline;
}
#products-list-filters .current-search-group ul a:before {
  color: #b3a97b;
  font-size: 17px;
  position: absolute;
  top: 3px;
  right: 0;
}
@media (max-width: 767px) {
  /*Toggle button on mobile*/
  #products-list-filters{
    padding-top: 0;
    padding-bottom: 0;
  }
  #products-list-filters h2 {
    padding: 0;
  }
  #products-list-filters h2 a[aria-expanded="true"] {
    padding-bottom: 10px;
  }
  #products-list-filters h2 a{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
  }
  #products-list-filters h2 a:after{
    content: '';
    position: absolute;
    top: 8px;
    right: 5px;
    display: block;
    border-style: solid;
    border-width: 14px 7px 0 7px;
    border-color: white transparent transparent transparent;
    width: 0;
    height: 0;
  }
  #products-list-filters h2 a[aria-expanded="true"]:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 5px;
    display: block;
    border-style: solid;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent white transparent;
    width: 0;
    height: 0;
  }
  #products-list-filters h2 ,
  #products-list-filters h2 a{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #plf-advanced-container{
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #products-list-filters {
    font-size: 12px;
    margin: 0 -10px;
  }
  #products-list-filters h2 {
    text-align: center;
  }
  #products-list-filters h2 a {
    cursor: default;
    text-decoration: none;
  }
  #products-list-filters h2 a:hover,
  #products-list-filters h2 a:active,
  #products-list-filters h2 a:focus {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  #products-list-filters {
    font-size: 13px;
    padding: 0 20px 20px;
  }
  #products-list-filters .filters-groupset {
    margin: 0 -20px;
    padding: 20px;
  }
  #products-list-filters h2 {
    font-size: 15px;
    padding: 20px 0;
  }
  #products-list-filters h3 {
    font-size: 15px;
  }
  #products-list-filters h4 {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  #products-list-filters .btn-main {
    width: 214px;
  }
}
/**
 * Advanced filters
 ******************************************/
#plf-advanced {
  /* Tablet */
  /* Desktop */
}
#plf-advanced h3 {
  /*
		text-align: center;
		.uppercase;
		*/
}
#plf-advanced ul li {
  position: relative;
  padding-left: 20px;
}
#plf-advanced ul li + li {
  margin: 3px 0 0;
}
#plf-advanced ul li .form-item {
  min-height: 0;
  margin: 0;
}
#plf-advanced ul a {
  text-decoration: none;
}
#plf-advanced ul a:hover,
#plf-advanced ul a:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #plf-advanced-container {
    display: block !important;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  #plf-advanced {
    /*h3
		{
			.font-size-base;
		}*/
  }
}
/* ============================================================= */
/* PRODUCTS LIST : CONTENT */
/* ============================================================= */
#products-list-content {
  /* Fake col */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#products-list-content:after {
  color: #fff;
  background-color: #333;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -185px;
  content: '';
  display: none;
  width: 185px;
  z-index: -1;
}
@media (min-width: 768px) {
  #products-list-content {
    padding-left: 10px;
  }
  #products-list-content:after {
    display: block;
  }
}
@media (min-width: 992px) {
  #products-list-content:after {
    left: -240px;
    width: 240px;
  }
}
@media (min-width: 1200px) {
  #products-list-content:after {
    left: -290px;
    width: 290px;
  }
}
/**
 * Actions bar
 ******************************************/
#products-list-actions {
  background-color: #fff;
  border: 1px solid #dadada;
  font-size: 13px;
  margin: 0 0 20px;
  /* Tablet */
  /* Desktop */
}
#products-list-actions .nb-results {
  float: left;
  padding: 10px;
}
#products-list-actions .action {
  float: right;
}
#products-list-actions .action a {
  text-decoration: none;
}
#products-list-actions .action a:hover,
#products-list-actions .action a:focus {
  text-decoration: none;
}
#products-list-actions .dropdown-toggle {
  border-left: 1px solid #dadada;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
}
#products-list-actions .dropdown-menu {
  right: -1px;
  left: auto;
}
@media (min-width: 992px) {
  #products-list-actions {
    font-size: 15px;
  }
}
/**
 * Results
 ******************************************/
#products-list-content .products-listing {
  margin-bottom: 0;
  /* Tablet */
}
#products-list-content .products-listing .product-item {
  border-bottom: 1px solid #dadada;
  margin-bottom: 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #products-list-content .products-listing [class^="col-"],
  #products-list-content .products-listing [class*=" col-"] {
    vertical-align: bottom;
  }
}
/* ============================================================= */
/* PRODUCT PRESENTATION */
/* ============================================================= */
#product-presentation {
  margin: 20px 0 0;
  position: relative;
  /* Tablet */
}
@media (min-width: 768px) {
  #product-presentation {
    margin-bottom: 60px;
  }
}
/**
 * Product presentation : Slider
 ******************************************/
#product-presentation-slider {
  margin: 0 0 20px;
  text-align: center;
  /* Tablet */
  /* Desktop */
}
#product-presentation-slider .flex-viewport {
  height: auto !important;
}
#product-presentation-slider a[data-toggle="modal"] {
  outline: 0;
}
@media (min-width: 768px) {
  #product-presentation-slider {
    margin-bottom: 0;
  }
  #product-presentation-slider a[data-toggle="modal"] {
    cursor: zoom-in;
  }
}
@media (min-width: 992px) {
  #product-presentation-slider .slider-item {
    display: block;
    width: auto !important;
  }
}
/**
 * Product presentation : Description
 ******************************************/
#product-presentation-desc {
  background-color: #fff;
  font-size: 13px;
  /* Tag */
  /* Product's title */
  /* Anchor to features */
  /* Product's option */
  /* Product's cutomization */
  /* Buttons */
  /*.btn-unavailable
	{
		background: #d6d6d6;
		border-color: #d6d6d6;
		color: @brand-danger;

		&:hover, &:focus,
		{
			background: #d6d6d6;
		}
	}*/
  /* Product's price and delivery infos */
  /* Footnote */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#product-presentation-desc .tag {
  color: #fff;
  background-color: #b3a97b;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 15px;
  padding: 3px 10px;
}
a#product-presentation-desc .tag:hover {
  background-color: #9f935c;
}
#product-presentation-desc h1 {
  font-size: 22px;
  margin: 0 0 15px;
}
#product-presentation-desc h1 small {
  font-size: 13px;
  display: block;
}
#product-presentation-desc .features-anchor {
  display: inline-block;
  margin-top: 10px;
}
#product-presentation-desc #product-sku-text {
  margin-top: 1em;
  font-size: 12px;
}
#product-presentation-desc #product-option {
  border: 2px solid #b3a97b;
  text-decoration: none;
  font-size: 12px;
  display: block;
  margin: 20px 0;
  padding: 10px 30px 10px 10px;
  position: relative;
}
#product-presentation-desc #product-option:hover,
#product-presentation-desc #product-option:focus {
  text-decoration: none;
}
#product-presentation-desc #product-option strong {
  font-family: "BentonSans-Regular";
  color: #b3a97b;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
#product-presentation-desc #product-option:before {
  color: #b3a97b;
  font-size: 15px;
  position: absolute;
  right: 10px;
  margin-top: -7.5px;
  top: 50%;
}
#product-presentation-desc #product-option:hover,
#product-presentation-desc #product-option:focus {
  color: #fff;
  background-color: #b3a97b;
}
a#product-presentation-desc #product-option:hover:hover,
a#product-presentation-desc #product-option:focus:hover {
  background-color: #9f935c;
}
#product-presentation-desc #product-option:hover strong,
#product-presentation-desc #product-option:focus strong,
#product-presentation-desc #product-option:hover:before,
#product-presentation-desc #product-option:focus:before {
  color: #fff;
}
#product-presentation-desc .product-customization {
  margin: 20px 0;
}
#product-presentation-desc .product-customization label {
  font-family: "BentonSans-Regular";
}
#product-presentation-desc .btn-main {
  display: block;
  margin-top: 10px;
  width: 100%;
  /*&[disabled]
		{
			background: #d6d6d6;
			border-color: #d6d6d6;
			color: @brand-danger;
			opacity: 1;

			&:hover, &:focus,
			{
				background: #d6d6d6;
			}
		}*/
}
#product-presentation-desc .product-infos {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 20px 0 10px;
  overflow: hidden;
}
#product-presentation-desc .price {
  font-family: "BentonSans-Bold";
  float: left;
  margin: 8px 0 0;
}
#product-presentation-desc .price div {
  display: inline;
}
#product-presentation-desc .price strong {
  font-size: 15px;
}
#product-presentation-desc .field-type-commerce-price {
  font-size: 15px;
}
#product-presentation-desc .delivery {
  font-family: "BentonSans-Medium";
  float: right;
  text-align: right;
}
#product-presentation-desc .delivery strong {
  font-family: "BentonSans-Medium";
  color: #b3a97b;
  display: block;
}
#product-presentation-desc .delivery p {
  margin: 0;
}
#product-presentation-desc .footnote {
  font-size: 13px;
  line-height: 1.3;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  #product-presentation-desc .tag {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #product-presentation-desc .product-customization label {
    width: 100px;
  }
  #product-presentation-desc .product-customization .select {
    display: inline-block;
    min-width: 180px;
  }
}
@media (min-width: 992px) {
  #product-presentation-desc,
  #product-presentation-desc .tag,
  #product-presentation-desc #product-option strong {
    font-size: 14px;
  }
  #product-presentation-desc h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #product-presentation-desc h1 small {
    font-size: 17px;
  }
  #product-presentation-desc .product-customization label {
    width: auto;
  }
  #product-presentation-desc .product-customization .form-group {
    display: inline;
    margin: 0;
  }
  #product-presentation-desc .product-customization .select {
    margin: 0 10px 0 5px;
    min-width: 100px;
  }
  #product-presentation-desc .product-infos {
    font-size: 11px;
  }
  #product-presentation-desc .price {
    margin-top: 0px;
  }
  #product-presentation-desc .price strong {
    font-size: 28px;
  }
  #product-presentation-desc .field-type-commerce-price {
    font-size: 28px;
  }
  #product-presentation-desc .delivery {
    margin-top: 3px;
  }
  #product-presentation-desc .btn-main {
    display: inline-block;
    margin-top: 0;
    width: auto;
  }
  #product-presentation-desc .btn-add-cart,
  #product-presentation-desc .btn-unavailable {
    float: left;
  }
  #product-presentation-desc .btn-share {
    float: right;
    min-width: 0;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  #product-presentation-desc .product-customization .select {
    margin-right: 20px;
    min-width: 150px;
  }
  #product-presentation-desc .product-infos {
    font-size: 13px;
  }
  #product-presentation-desc .delivery {
    margin-top: 0px;
  }
  #product-presentation-desc .btn-add-cart,
  #product-presentation-desc .btn-unavailable {
    min-width: 0;
    width: 270px;
  }
  #product-presentation-desc .btn-share {
    width: 170px;
  }
}
/**
 * Availability alert form
 ******************************************/
#product-availability-alert {
  border: 5px solid #165343;
  margin: 40px 0 0;
  padding: 20px;
  /* Large desktop */
}
#product-availability-alert label {
  font-family: "BentonSans-Regular";
}
#product-availability-alert .form-group {
  margin-bottom: 0;
}
#product-availability-alert .input-group {
  width: 100%;
}
#product-availability-alert .input-group-btn {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
#product-availability-alert .btn-main {
  background: #165343;
  border-color: #165343;
  color: #fff;
  margin: 0;
}
#product-availability-alert .alert {
  margin: 20px 0 0;
}
@media (min-width: 1200px) {
  #product-availability-alert {
    padding: 40px;
  }
}
body.node-type-ldp-landing-page #mdp-commerce-available-product-detail-form {
  position: relative;
  top: 58%;
}
body.node-type-ldp-landing-page #product-availability-alert {
  padding: 20px;
  border: none;
  margin: auto;
}
body.node-type-ldp-landing-page #product-availability-alert .btn-main:not(:hover) {
  background: #0000fe;
  border-color: #0000fe;
}
/* ============================================================= */
/* PRODUCT ZOOM */
/* ============================================================= */
#product-zoom-popin {
  overflow: hidden;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#product-zoom-popin .modal-dialog {
  overflow: auto;
  width: auto;
}
#product-zoom-popin .modal-title {
  font-size: 22px;
}
#product-zoom-popin .modal-title small {
  font-size: 15px;
}
#product-zoom-popin .modal-body {
  padding-top: 0;
}
#product-zoom-popin .modal-body .row {
  display: table;
  margin: 0;
  width: 100%;
}
#product-zoom-popin #product-zoom-img,
#product-zoom-popin #product-zoom-thumbnails {
  display: table-cell;
  vertical-align: top;
}
#product-zoom-popin #product-zoom-img {
  max-width: 1000px;
}
#product-zoom-popin #product-zoom-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  width: 120px;
}
#product-zoom-popin #product-zoom-thumbnails li + li {
  margin-top: 20px;
}
#product-zoom-popin #product-zoom-thumbnails a {
  border: 1px solid #fff;
  display: block;
}
#product-zoom-popin #product-zoom-thumbnails a.active {
  border-color: #333;
}
@media (min-width: 768px) {
  #product-zoom-popin .modal-dialog {
    width: 740px;
  }
}
@media (min-width: 992px) {
  #product-zoom-popin .modal-dialog {
    width: 960px;
  }
  #product-zoom-popin .modal-title {
    font-size: 32px;
  }
  #product-zoom-popin .modal-title small {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  #product-zoom-popin .modal-dialog {
    width: 1160px;
  }
}
/* ============================================================= */
/* PRODUCT DETAIL : FEATURES */
/* ============================================================= */
#product-features {
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
#product-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  position: relative;
}
#product-features ul:before {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  content: '';
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.33%;
  width: 33.33%;
}
#product-features li {
  font-size: 13px;
}
#product-features li div {
  display: table;
  width: 100%;
}
#product-features .field {
  display: table-row;
  overflow: hidden;
}
#product-features .commerce-product-field {
  width: 100%;
}
#product-features .field-label,
#product-features .field-items {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0;
}
#product-features .field-label {
  border-right: 1px solid #dadada;
  color: #767676;
  padding-right: 10px;
  width: 45%;
}
#product-features .field-items {
  font-family: "BentonSans-Medium";
  padding-left: 10px;
  width: 65%;
}
#product-features .field-items div {
  display: block;
}
#product-features .field-items .mvf-subfield {
  display: inline;
}
@media (max-width: 767px) {
  #product-features li {
    display: block;
  }
}
@media (min-width: 768px) {
  #product-features {
    font-size: 12px;
  }
  #product-features ul:before {
    display: block;
  }
  #product-features li {
    font-size: 12px;
  }
  #product-features .field-label {
    border: 0;
  }
  #product-features .field-items {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #product-features li {
    font-size: 14px;
  }
  #product-features .field-label,
  #product-features .field-items {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #product-features .field-label {
    padding-left: 10px;
  }
  #product-features .field-items {
    padding-right: 10px;
  }
}
/* ============================================================= */
/* PRODUCT STORY */
/* ============================================================= */
#product-story {
  margin: 40px 0;
  /* Tablet */
  /* Desktop */
  /* Large Desktop */
}
#product-story .itb-title {
  font-size: 22px;
}
#product-story .itb-text-img {
  margin: 0 0 20px;
  width: 70%;
}
@media (min-width: 768px) {
  #product-story {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #product-story .itb-text {
    text-align: center;
  }
  #product-story .itb-text-img {
    margin: -20px 0 10px;
    width: 50%;
  }
  #product-story .itb-title:after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  #product-story .itb-text-img {
    margin: -36px 0 20px;
    width: 70%;
  }
  #product-story .itb-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #product-story .itb-text-img {
    width: auto;
  }
  #product-story .itb-title {
    font-size: 32px;
  }
}
/* ============================================================= */
/* RECENTLY VISITED PRODUCTS */
/* ============================================================= */
#recently-visited-products {
  /* Tablet */
  /* Desktop */
}
#recently-visited-products .products-listing {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #recently-visited-products .section-header {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  #recently-visited-products .section-header {
    margin-top: 80px;
  }
}
/* ============================================================= */
/* MODAL : PRODUCT ADDED TO CART */
/* ============================================================= */
/**
 * Product added
 ******************************************/
#modal-product-added {
  /* Tablet */
  /* Desktop */
}
#modal-product-added .btn-main {
  display: block;
  margin-top: 20px;
}
#modal-product-added .product-img {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
}
#modal-product-added .product-text {
  padding-bottom: 0;
  text-align: left;
}
#modal-product-added .product-title {
  font-size: 15px;
}
#modal-product-added .product-price {
  font-size: 22px;
}
@media (min-width: 768px) {
  #modal-product-added {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  #modal-product-added .product-img,
  #modal-product-added .product-text {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #modal-product-added .product-title {
    font-size: 17px;
  }
  #modal-product-added .btn-main {
    display: inline-block;
  }
}
/**
 * Product's option
 ******************************************/
#modal-product-option {
  /* Tablet */
  /* Desktop */
}
#modal-product-option h3 {
  text-transform: uppercase;
}
#modal-product-option .content {
  border: 2px solid #b3a97b;
  padding: 20px;
}
#modal-product-option .product-option-price {
  font-size: 22px;
  display: block;
}
#modal-product-option .btn-main {
  display: block;
}
@media (min-width: 768px) {
  #modal-product-option .btn-main {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #modal-product-option .product-option-price {
    font-size: 32px;
  }
}
/* ============================================================= */
/* PRODUCT ENGRAVING */
/* ============================================================= */
/**
 * Product's preview
 ******************************************/
#product-engraving-preview {
  /* Tablet */
  /* Large desktop */
}
#product-engraving-preview .product-img {
  position: relative;
  text-align: center;
}
#product-engraving-preview .product-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0% 0 0 0;
}
#product-engraving-preview .text-row {
  display: block;
}
#product-engraving-preview .date-row {
  margin: 20px 0 0;
}
#product-engraving-preview .editable {
  font-style: italic;
}
@media (min-width: 1200px) {
  #product-engraving-preview .date-row {
    margin: 30px 0 0;
  }
}
/**
 * Engraving form
 ******************************************/
#product-engraving-form {
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
#product-engraving-form .product-name {
  font-family: "BentonSans-Bold";
  font-size: 15px;
}
#product-engraving-form .form-btn,
#product-engraving-form .footnotes {
  margin: 20px 0 0;
}
#product-engraving-form .form-btn {
  overflow: hidden;
}
#product-engraving-form .footnotes {
  font-size: 11px;
  font-style: italic;
}
@media (max-width: 767px) {
  #product-engraving-form .form-group .select {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  #product-engraving-form .btn-main {
    display: block;
    min-width: 0;
    width: 100%;
    margin: 15px 0 0;
  }
  .ielt9 #product-engraving-form .btn-main {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #product-engraving-form .form-btn,
  #product-engraving-form .footnotes {
    margin-top: 40px;
  }
  #product-engraving-form .btn-main {
    float: left;
  }
  #product-engraving-form .btn-main-submit {
    float: right;
  }
  #product-engraving-form .footnotes {
    font-size: 13px;
  }
}
/* ===================================================================================
 * File : institution.less
 * Description : Institution's pages styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* SOCIAL FEED */
/* ============================================================= */
#social-feed {
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
#social-feed .section-title {
  text-transform: none;
}
/**
 * Social feed item
 ******************************************/
.social-feed-item {
  background-color: #fff;
  border: 1px solid #333;
  margin-bottom: 20px;
  position: relative;
  /* Tablet */
  /* Desktop */
}
.social-feed-item .sfi-type {
  display: block;
  padding: 5px 10px;
  text-align: right;
}
.social-feed-item .sfi-type:before {
  font-size: 25px;
  vertical-align: middle;
}
.social-feed-item .sfi-img img {
  display: block;
}
.social-feed-item .sfi-img + .sfi-text {
  border-top: 0;
}
.social-feed-item .sfi-text {
  border-top: 1px solid #888;
  font-size: 11px;
  overflow: hidden;
  margin: 0 10px;
  padding: 15px 0;
}
.social-feed-item .sfi-account-img {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 25px;
}
.social-feed-item .sfi-account-title {
  line-height: 1.3;
}
.social-feed-item .sfi-account-title strong {
  font-size: 13px;
  display: block;
}
.social-feed-item .sfi-account-title a {
  color: #909090;
  text-decoration: none;
}
.social-feed-item .sfi-account-title a:hover,
.social-feed-item .sfi-account-title a:focus {
  text-decoration: underline;
}
.social-feed-item .sfi-date {
  color: #909090;
  font-size: 11px;
  float: right;
}
.social-feed-item .sfi-msg {
  margin: 10px 0 0;
}
.social-feed-item .sfi-msg a {
  color: #b3a97b;
  text-decoration: none;
}
.social-feed-item .sfi-msg a:hover,
.social-feed-item .sfi-msg a:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .social-feed-item .sfi-type {
    padding-left: 10px;
    padding-right: 10px;
  }
  .social-feed-item .sfi-type:before {
    font-size: 25px;
  }
  .social-feed-item .sfi-text {
    font-size: 13px;
    padding-left: 45px;
    position: relative;
  }
  .social-feed-item .sfi-account-img {
    top: 15px;
    left: 0;
    width: 35px;
  }
}
@media (min-width: 992px) {
  .social-feed-item {
    border-width: 2px;
  }
  .social-feed-item .sfi-type:before {
    font-size: 32px;
  }
  .social-feed-item .sfi-text {
    padding-left: 60px;
  }
  .social-feed-item .sfi-account-img {
    width: 50px;
  }
}
/* ===================================================================================
 * File : exhibitions.less
 * Description : exhibitions's page styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* HEADER */
/* ============================================================= */
#exhibition-header {
  /* Tablet */
}
#exhibition-header .header-title {
  text-transform: none;
}
#exhibition-header .header-title,
#exhibition-header .header-title small {
  font-family: "BentonSans-Bold", arial;
}
@media (min-width: 768px) {
  #exhibition-header .btn-main {
    position: absolute;
    bottom: 40px;
    right: 10px;
  }
}
/* ============================================================= */
/* EXHIBITIONS LIST */
/* ============================================================= */
/**
 * Filters
 ******************************************/
#exhibitions-list-filters {
  margin-top:20px;
  /* Tablet */
  /* Desktop */
}

.view-display-id-public_choice #exhibitions-list-filters {
  border-bottom: 1px solid #dadada;
}

#exhibitions-list-filters .section-tabs {
  border-bottom: 1px solid #dadada;
  font-size: 13px;
  margin: 0 -10px 20px;
  padding: 0 0 20px;
}
#exhibitions-list-filters .section-tabs li {
  max-width: none;
  margin: 0 10px;
}
#exhibitions-list-filters label,
#exhibitions-list-filters .control-label {
  font-family: "BentonSans-Regular";
}
@media (min-width: 768px) {
  #exhibitions-list-filters {
    margin-top: 40px;
  }
  #exhibitions-list-filters > form {
    padding:0 0 20px 0;
  }
  #exhibitions-list-filters .section-tabs {
    text-align: left;
  }
  #exhibitions-list-filters .btn-main {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #exhibitions-list-filters .btn-main {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  #exhibitions-list-filters .btn-main {
    margin-top: 28px;
  }
}
/**
 * Search results items
 ******************************************/
.exhibition-result-item {
  border: 1px solid #dadada;
  margin: 20px 0 0;
  /* Mobile */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
.exhibition-result-item .eri-img {
  margin: -1px -1px 0;
}
.exhibition-result-item .eri-text {
  padding: 20px;
  position: relative;
}
.exhibition-result-item .eri-tag,
.exhibition-result-item .eri-type {
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
  display: block;
}
.exhibition-result-item .eri-tag {
  font-size: 11px;
  color: #fff;
  background-color: #b3a97b;
  line-height: 2;
  padding: 0 5px;
  position: absolute;
  top: 20px;
  right: 20px;
}
a.exhibition-result-item .eri-tag:hover {
  background-color: #9f935c;
}
.exhibition-result-item .eri-type {
  font-size: 13px;
}
.exhibition-result-item .eri-type:after {
  margin-top: 3px;
}
.exhibition-result-item .eri-title {
  font-family: "BentonSans-Bold", arial;
  font-size: 22px;
  margin: 15px 0;
  text-transform: none;
}
.exhibition-result-item .eri-title a {
  text-decoration: none;
}
.exhibition-result-item .eri-title a:hover,
.exhibition-result-item .eri-title a:focus {
  text-decoration: underline;
}
.exhibition-result-item .eri-title small {
  font-family: "BentonSans-Regular";
  font-size: 13px;
  display: block;
  margin: 3px 0 0;
}
.exhibition-result-item .eri-date {
  font-family: "BentonSans-Bold";
  display: block;
}
.exhibition-result-item .eri-desc {
  line-height: 1.4;
  margin: 0;
}
.exhibition-result-item .eri-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .exhibition-result-item .btn-main {
    display: block;
    min-width: 0;
    width: 100%;
    margin: 10px 0 0;
  }
  .ielt9 .exhibition-result-item .btn-main {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .exhibition-result-item .eri-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .exhibition-result-item .eri-tag {
    top: 10px;
  }
  .exhibition-result-item .eri-title {
    margin-bottom: 10px;
  }
  .exhibition-result-item .eri-btn {
    margin: 10px 0 0;
  }
  .exhibition-result-item .btn-main {
    font-size: 11px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 30px;
  }
  .exhibition-result-item .btn-main:before,
  .exhibition-result-item .btn-main:after {
    right: 7px;
  }
}
@media (min-width: 768px) {
  .exhibition-result-item .col-sm-push-6 {
    padding-left: 0;
  }
  .exhibition-result-item .col-sm-pull-6 {
    padding-right: 0;
  }
  .exhibition-result-item .eri-type {
    font-size: 13px;
  }
  .exhibition-result-item .btn-main {
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .exhibition-result-item .eri-tag {
    font-size: 13px;
  }
  .exhibition-result-item .eri-img {
    margin: -1px -1px -1px 0;
  }
  .exhibition-result-item .eri-btn {
    text-align: center;
  }
  .exhibition-result-item .btn-main {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .exhibition-result-item {
    margin-top: 30px;
  }
  .exhibition-result-item .eri-text {
    padding: 30px;
  }
  .exhibition-result-item .eri-tag {
    right: 30px;
  }
  .exhibition-result-item .eri-tag,
  .exhibition-result-item .eri-type {
    font-size: 14px;
  }
  .exhibition-result-item .eri-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .exhibition-result-item .eri-title small {
    font-size: 15px;
  }
  .exhibition-result-item .btn-main {
    min-width: 214px;
  }
}
/* ============================================================= */
/* PREPARE YOUR VISIT */
/* ============================================================= */
#exhibitions-prepare-visit {
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
#exhibitions-prepare-visit h2 {
  text-align: center;
}
#exhibitions-prepare-visit h2:after {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #exhibitions-prepare-visit .btn-main {
    display: block;
    min-width: 0;
    width: 100%;
    margin: 10px 0 0;
  }
  .ielt9 #exhibitions-prepare-visit .btn-main {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #exhibitions-prepare-visit {
    text-align: center;
  }
  #exhibitions-prepare-visit h2 {
    margin-bottom: 20px;
  }
  #exhibitions-prepare-visit .form-group,
  #exhibitions-prepare-visit .form-group label {
    font-family: "BentonSans-Medium";
    text-align: left;
  }
  #exhibitions-prepare-visit .radio,
  #exhibitions-prepare-visit .checkbox {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #exhibitions-prepare-visit h2 {
    margin-bottom: 40px;
  }
  #exhibitions-prepare-visit .btn-main {
    margin-top: 40px;
  }
}
/**
 * Custom visit
 ******************************************/
#custom-visit {
  margin: 40px 0 0;
  text-align: center;
  /* Tablet */
}
#custom-visit p a {
  color: #b3a97b;
  text-decoration: none;
}
#custom-visit p a:hover,
#custom-visit p a:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #custom-visit {
    margin-top: 60px;
  }
  #custom-visit h3 {
    margin-bottom: 20px;
  }
}
/* ============================================================= */
/* RELATED CONTENTS */
/* ============================================================= */
#exhibition-related-contents {
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
#exhibition-related-contents .itb-title {
  font-family: "BentonSans-Bold", arial;
  text-transform: none;
}
#exhibition-related-contents .itb-subtitle {
  font-family: "BentonSans-Regular";
  font-size: 13px;
  margin: 0;
  text-transform: none;
}
@media (max-width: 767px) {
  #exhibition-related-contents .img-txt-block {
    margin: 0 -10px;
  }
  #exhibition-related-contents .itb-img {
    margin: 0;
  }
  #exhibition-related-contents .itb-text {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #exhibition-related-contents .itb-title {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
@media (min-width: 992px) {
  #exhibition-related-contents .itb-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ===================================================================================
 * File : checkout_account.less
 * Description : Checkout process / Account pages styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* COMMON BLOCS & STYLES */
/* ============================================================= */
/**
 * Address recap / Personal infos recap
 ******************************************/
.address-recap-block,
.personal-infos-recap-block {
  margin: 0 0 1.25em;
  /* Tablet */
  /* Desktop */
}
.address-recap-block ul,
.personal-infos-recap-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.address-recap-block li,
.personal-infos-recap-block li {
  display: table-row;
  overflow: hidden;
}
.address-recap-block li span,
.personal-infos-recap-block li span,
.address-recap-block li strong,
.personal-infos-recap-block li strong {
  display: table-cell;
  padding: 5px 0;
  width: 50%;
}
.address-recap-block li span,
.personal-infos-recap-block li span {
  font-family: "BentonSans-Bold";
  padding-right: 10px;
}
.address-recap-block li strong,
.personal-infos-recap-block li strong {
  font-family: "BentonSans-Regular";
}
.address-recap-block .address-title strong,
.personal-infos-recap-block .address-title strong {
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
}
.address-recap-block .btn-main,
.personal-infos-recap-block .btn-main {
  display: block;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .address-recap-block .btn-main,
  .personal-infos-recap-block .btn-main {
    margin-left: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .address-recap-block .btn-main,
  .personal-infos-recap-block .btn-main {
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .address-recap-block .btn-main,
  .personal-infos-recap-block .btn-main {
    display: inline-block;
  }
}
.personal-infos-recap-block {
  /* Tablet */
}
.personal-infos-recap-block li span {
  width: 40%;
}
.personal-infos-recap-block li strong {
  width: 60%;
}
@media (min-width: 768px) {
  .personal-infos-recap-block .btn-main {
    margin-left: 40%;
  }
}
/**
 * Shopping cart table
 ******************************************/
.shopping-cart-table {
  /* Total price */
  /*.shopping-cart-total-detail
	{
		.clear-ul;
		.uppercase;
		display: table;
		margin: @grid-gutter-width 0 0;
		width: 100%;

		li
		{
			display: table-row;

			span,
			strong
			{
				display: table-cell;
			}

			span { width: 60%; }

			strong
			{
				.benton-reg;
				.font-size-lg;
				text-align: right;
				width: 40%;
			}

			a
			{
				.font-size-xs;
			    display: block;
				text-transform: none;
			}
		}

		.total
		{
			&, strong { .benton-bold; }
		}
	}*/
  /* Coupon */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
.shopping-cart-table table {
  margin-top: 0;
  margin-bottom: 20px;
}
.shopping-cart-table table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shopping-cart-table table ul .info {
  text-transform: none;
}
.shopping-cart-table .delete button {
  color: #333;
  font-size: 11px;
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
  text-decoration: underline;
}
.shopping-cart-table .delete button:hover,
.shopping-cart-table .delete button:focus {
  text-decoration: none;
}
.shopping-cart-table .delete button:before {
  font-size: 15px;
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}
.shopping-cart-table .unit-price,
.shopping-cart-table .total-price,
.shopping-cart-table .tracking,
.shopping-cart-table .return {
  white-space: nowrap;
}
.shopping-cart-table .product-infos {
  font-size: 13px;
  margin-top: 10px;
}
.shopping-cart-table .edit-shopping-cart {
  font-size: 13px;
}
.shopping-cart-table .form-group {
  margin: 0;
}
.shopping-cart-table .shopping-cart-total table {
  text-transform: uppercase;
  text-align: left;
  margin: 20px 0 0;
  width: 100%;
}
.shopping-cart-table .shopping-cart-total table td {
  border: 0;
  padding: 5px 0 !important;
}
.shopping-cart-table .shopping-cart-total table .component-title {
  width: 60%;
}
.shopping-cart-table .shopping-cart-total table .component-total {
  font-size: 22px;
  text-align: right;
  width: 40%;
}
.shopping-cart-table .shopping-cart-total table a {
  font-size: 11px;
  display: block;
  text-transform: none;
}
.shopping-cart-table .shopping-cart-total table .component-type-commerce-price-formatted-amount {
  font-family: "BentonSans-Bold";
}
.shopping-cart-table .shopping-cart-coupon {
  position: relative;
}
.shopping-cart-table .shopping-cart-coupon #edit-coupon-add {
  height: 36px;
  min-width: 0;
  position: absolute;
  top: 25px;
  right: 10px;
}
.shopping-cart-table .legal {
  border-top: 1px solid #d0d0d0;
  font-size: 11px;
  margin: 10px 0 0;
  padding: 10px 0 0;
  text-align: right;
}
.shopping-cart-table .legal img {
  margin: 5px 0 0 3px;
  image-rendering: auto;
}
@media (min-width: 768px) {
  .shopping-cart-table .delete button {
    padding: 18px 0 0;
  }
  .shopping-cart-table .delete button:before {
    top: 0;
    margin-left: -6.5px;
    left: 50%;
  }
  .shopping-cart-table .shopping-cart-total table {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .shopping-cart-table .delete button {
    font-size: 13px;
  }
  .shopping-cart-table .product-infos {
    font-size: 15px;
  }
  .shopping-cart-table .shopping-cart-total table a {
    font-size: 13px;
  }
  .shopping-cart-table .legal {
    font-size: 13px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .shopping-cart-table .shopping-cart-coupon #edit-coupon-add {
    top: 29px;
  }
}
@media (min-width: 1200px) {
  .shopping-cart-table .shopping-cart-total table {
    font-size: 22px;
  }
  .shopping-cart-table .shopping-cart-total table .component-total {
    font-size: 32px;
  }
}
/* ============================================================= */
/* CHECKOUT : GENERIC BLOCS & STYLES */
/* ============================================================= */
.cat-checkout h2:after {
  display: none;
}
.checkout-section {
  margin-bottom: 40px;
}
.checkout-section .conditions {
  font-size: 13px;
  margin: 15px 0 0;
  text-align: right;
}
.checkout-block {
  padding: 20px;
  /* Tablet */
}
.checkout-content-block {
  background: #ececec;
  /* Tablet */
}
@media (min-width: 768px) {
  .checkout-content-block {
    padding-top: 40px;
  }
  .checkout-tos-block {
    text-align: right;
  }
  .checkout-tos-block input[type="checkbox"] {
    position: relative;
    margin-right: 5px;
  }
}
/* ============================================================= */
/* CHECKOUT : STEPS */
/* ============================================================= */
.commerce-checkout-progress {
  font-family: "BentonSans-Bold";
  border-bottom: 1px solid #c8c8c8;
  list-style: none;
  margin: 40px 0 60px;
  padding: 0 0 20px;
  text-transform: uppercase;
  color: #ccc;
  counter-reset: steps;
  position: relative;
  text-align: center;
  /* Mobile */
  /* Tablet */
  /* Desktop */
}
.commerce-checkout-progress li {
  display: inline-block;
  margin: 0 20px;
}
.commerce-checkout-progress li:before {
  content: counter(steps) ". ";
  counter-increment: steps;
}
.commerce-checkout-progress .active {
  color: #333;
}
@media (max-width: 767px) {
  .commerce-checkout-progress {
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
  }
  .commerce-checkout-progress li {
    margin: 0;
    position: absolute;
    top: -100%;
    left: -90%;
    width: 100%;
  }
  .commerce-checkout-progress .active {
    position: relative;
  }
  .commerce-checkout-progress .active,
  .commerce-checkout-progress .active + li {
    top: auto;
    left: auto;
  }
  .commerce-checkout-progress .active + li {
    right: -90%;
    text-align: left;
  }
  .commerce-checkout-progress.step-2-active .step-1,
  .commerce-checkout-progress.step-3-active .step-2,
  .commerce-checkout-progress.step-4-active .step-3,
  .commerce-checkout-progress.step-5-active .step-4 {
    top: auto;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .commerce-checkout-progress {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .commerce-checkout-progress li {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* ============================================================= */
/* CHECKOUT : SHOPPING CART */
/* ============================================================= */
#checkout-shopping-cart-table,
#checkout-shopping-cart-recap-table {
  /* Mobile */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#checkout-shopping-cart-table .title,
#checkout-shopping-cart-recap-table .title,
#checkout-shopping-cart-table .product-infos,
#checkout-shopping-cart-recap-table .product-infos {
  overflow: hidden;
}
#checkout-shopping-cart-table .product-img,
#checkout-shopping-cart-recap-table .product-img,
#checkout-shopping-cart-table .highlight .title,
#checkout-shopping-cart-recap-table .highlight .title {
  float: left;
  margin-right: 20px;
  width: 115px;
}
#checkout-shopping-cart-table .product-infos,
#checkout-shopping-cart-recap-table .product-infos {
  margin-top: 0;
}
#checkout-shopping-cart-table .product-infos a,
#checkout-shopping-cart-recap-table .product-infos a {
  font-size: 11px;
}
#checkout-shopping-cart-table .title .product-infos,
#checkout-shopping-cart-recap-table .title .product-infos {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #checkout-shopping-cart-table table tbody tr,
  #checkout-shopping-cart-recap-table table tbody tr,
  #checkout-shopping-cart-table table tbody th,
  #checkout-shopping-cart-recap-table table tbody th {
    overflow: hidden;
  }
  #checkout-shopping-cart-table table tbody th,
  #checkout-shopping-cart-recap-table table tbody th {
    font-size: 13px;
  }
  #checkout-shopping-cart-table table tbody td,
  #checkout-shopping-cart-recap-table table tbody td {
    padding-left: 10px;
  }
  #checkout-shopping-cart-table table tbody td:before,
  #checkout-shopping-cart-recap-table table tbody td:before {
    display: none;
  }
  #checkout-shopping-cart-table table .unit-price,
  #checkout-shopping-cart-recap-table table .unit-price {
    display: none;
  }
  #checkout-shopping-cart-table table .quantity,
  #checkout-shopping-cart-recap-table table .quantity,
  #checkout-shopping-cart-table table .total-price,
  #checkout-shopping-cart-recap-table table .total-price {
    float: left;
  }
  #checkout-shopping-cart-table table .quantity,
  #checkout-shopping-cart-recap-table table .quantity {
    clear: left;
    width: 135px;
  }
  #checkout-shopping-cart-table table .form-control,
  #checkout-shopping-cart-recap-table table .form-control {
    display: block;
    text-align: center;
    width: 100%;
  }
  #checkout-shopping-cart-table table .total-price,
  #checkout-shopping-cart-recap-table table .total-price {
    font-size: 22px;
    padding-top: 13px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  #checkout-shopping-cart-table .product-img,
  #checkout-shopping-cart-recap-table .product-img,
  #checkout-shopping-cart-table .highlight .title,
  #checkout-shopping-cart-recap-table .highlight .title {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  #checkout-shopping-cart-table .product-img,
  #checkout-shopping-cart-recap-table .product-img,
  #checkout-shopping-cart-table .highlight .title,
  #checkout-shopping-cart-recap-table .highlight .title {
    margin-right: 20px;
    width: 180px;
  }
  #checkout-shopping-cart-table .product-infos a,
  #checkout-shopping-cart-recap-table .product-infos a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  #checkout-shopping-cart-table .product-img,
  #checkout-shopping-cart-recap-table .product-img,
  #checkout-shopping-cart-table .highlight .title,
  #checkout-shopping-cart-recap-table .highlight .title {
    width: 230px;
  }
}
/* ============================================================= */
/* CHECKOUT : DELIVERY */
/* ============================================================= */
/**
 * Delivery mode
 ******************************************/
#checkout-delivery-mode {
  /* Tablet */
  /* Desktop */
}
#checkout-delivery-mode .form-group {
  margin-bottom: 0;
}
#checkout-delivery-mode .radio {
  padding-top: 0;
}
#checkout-delivery-mode .radio input {
  margin: 1px 5px 0 -20px;
  position: relative;
  vertical-align: text-top;
}
@media (min-width: 768px) {
  #checkout-delivery-mode .checkout-content-block {
    text-align: center;
  }
  #checkout-delivery-mode .radio {
    padding-top: 0;
    padding-left: 10px;
    line-height: 30px;
  }
  #checkout-delivery-mode .radio input {
    margin-left: 0;
  }
  #checkout-delivery-mode .radio img {
    height: 30px;
    vertical-align: -15px;
  }
}
@media (min-width: 992px) {
  #checkout-delivery-mode .radio {
    line-height: 40px;
  }
  #checkout-delivery-mode .radio input {
    margin-top: 3px;
  }
  #checkout-delivery-mode .radio img {
    height: auto;
  }
}
/**
 * Delivery installments
 ******************************************/
#checkout-delivery-installments {
  /* Mobile portrait */
  /* Tablet */
}
#checkout-delivery-installments .product-item {
  background-color: #fff;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 20px;
  text-align: left;
}
#checkout-delivery-installments .product-item .product-img {
  float: left;
  margin-right: 20px;
}
#checkout-delivery-installments .product-item .product-text {
  padding: 5px 0 0;
  overflow: hidden;
}
#checkout-delivery-installments .product-item .product-price {
  position: static;
}
#checkout-delivery-installments .radio {
  margin: 5px 0 20px;
}
#checkout-delivery-installments .radio strong {
  display: block;
}
#checkout-delivery-installments .radio input {
  margin-top: 5px;
  float: left;
}
@media (max-width: 479px) {
  #checkout-delivery-installments .product-item {
    padding: 10px;
  }
  #checkout-delivery-installments .product-item .product-img {
    margin-right: 10px;
    width: 100px;
  }
}
@media (min-width: 768px) {
  #checkout-delivery-installments .product-item {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #checkout-delivery-installments .product-item .product-img {
    width: 100px;
  }
}
/**
 * Delivery address
 ******************************************/
#checkout-delivery-address .same-address {
  margin-left: 0;
  margin-right: 0;
}
/* ============================================================= */
/* CHECKOUT : VERIFICATION */
/* ============================================================= */
.page-checkout-review .page-title {
  text-align: center;
  width: auto;
}
/**
 * Addresses recap
 ******************************************/
#checkout-addresses-recap {
  margin-bottom: 0;
}
/**
 * Shopping cart recap table
 ******************************************/
#checkout-shopping-cart-recap,
#checkout-shopping-cart-recap-table {
  /* Desktop */
}
@media (min-width: 992px) {
  #checkout-shopping-cart-recap,
  #checkout-shopping-cart-recap-table {
    margin-top: 1.25em;
  }
}
/**
 * Payment method
 ******************************************/
#checkout-payment-method {
  background: #ececec;
  /* Tablet */
}
#checkout-payment-method .page-title {
  margin-bottom: 1.25em;
}
#checkout-payment-method .form-group {
  margin-bottom: 0;
}
#checkout-payment-method .checkout-content-block {
  padding: 0;
}

#edit-commerce-payment-payment-method {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#checkout-payment-method .checkout-content-block .form-item {
  position: relative;
  width: 21%;
  margin: 10px 2%;
  font-size: 13px;
  background: white;
  border: 2px solid #333333;
  padding: 10px 10px 10px 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
#checkout-payment-method .checkbox,
#checkout-payment-method .radio {
  margin: 0;
  padding-top: 0;
}
#checkout-payment-method .radio label {
  display: block;
  padding: 0;
  margin: 0;
}
#checkout-payment-method .radio input {
  left: 17px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}
#checkout-payment-method .important {
  margin: 10px 0;
}
#checkout-payment-method .checkout-content-block #payment-details {
  padding-left: 60px;
}
#checkout-payment-method .modal .modal-dialog {
  width: 90%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#checkout-payment-method .modal .modal-dialog .modal-content {
  padding: 50px 70px;
}
#checkout-payment-method .modal .modal-dialog .modal-body {
  padding: 0;
}
#checkout-payment-method .modal .modal-dialog .modal-content .icons {
  text-align: center;
  margin: 0;
}
#checkout-payment-method .modal .modal-dialog .modal-content img {
  margin: 20px;
}
#checkout-payment-method .modal-content .paragraph {
  padding-left: 50px;
  padding-right: 150px;
  background: no-repeat right center;
  position: relative;
}
#checkout-payment-method .modal-content .paragraph:before {
  width: 36px;
  height: 36px;
  border: 4px solid #B51317;
  border-radius: 50%;
  line-height: 36px;
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  color: #B51317;
  font-family: 'Open Sans';
  box-sizing: unset;
  position: absolute;
  top: 0;
  left: -10px;
}
#checkout-payment-method .modal-content .paragraph-1 {
  background-image: url('../images/payments/popup-chequeasy-paragraph-1-bg.png');
}
#checkout-payment-method .modal-content .paragraph-1:before {
  content: '1';
}
#checkout-payment-method .modal-content .paragraph-2 {
  background-image: url('../images/payments/popup-chequeasy-paragraph-2-bg.png');
}
#checkout-payment-method .modal-content .paragraph-2:before {
  content: '2';
}
#checkout-payment-method .modal-content .paragraph-3 {
  background-image: url('../images/payments/popup-chequeasy-paragraph-3-bg.png');
}
#checkout-payment-method .modal-content .paragraph-3:before {
  content: '3';
}
#checkout-payment-method .modal-content .paragraph-4 {
  background-image: url('../images/payments/popup-chequeasy-paragraph-4-bg.png');
}
#checkout-payment-method .modal-content .paragraph-4:before {
  content: '4';
}

@media screen and (max-width: 991px) {
  #checkout-payment-method .checkout-content-block .form-item {
    width: 40%;
    margin: 10px 5%;
  }
}
@media (min-width: 768px) {
  #checkout-payment-method .checkbox img,
  #checkout-payment-method .radio img {
    width: auto;
  }
}
@media (max-width: 768px) {
  #checkout-payment-method .modal-content .paragraph {
    padding-left: 0;
    padding-bottom: 10px;
  }
  #checkout-payment-method .modal-content .paragraph:before {
    position: relative;
    margin: 0 0 10px 10px;
  }

  #checkout-payment-method .checkout-content-block .form-item {
    width: 90%;
    margin: 10px 5%;
  }
}
/* ============================================================= */
/* ACCOUNT : GENERIC BLOCS & STYLES */
/* ============================================================= */
.cat-account h2:after {
  display: none;
}
.account-section {
  margin-bottom: 40px;
}
/* ============================================================= */
/* ACCOUNT : IDENTIFICATION */
/* ============================================================= */
#my-account-identification {
  /* Mobile */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#my-account-identification .identification-block {
  margin: 0 0 40px;
  padding: 20px;
}
#my-account-identification .section-title:after {
  display: block;
}
#my-account-identification .section-intro {
  margin-top: 10px;
}
#my-account-identification .control-label {
  font-family: "BentonSans-Regular";
}
@media (max-width: 767px) {
  #my-account-identification .footnote {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #my-account-identification .identification-block {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #my-account-identification .identification-block {
    padding: 30px;
  }
  #my-account-identification .section-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
}
/* ============================================================= */
/* ACCOUNT : HOME */
/* ============================================================= */
/**
 * Account header
 ******************************************/
#my-account-header {
  margin-bottom: 55px;
  position: relative;
  text-align: left;
  /* Tablet */
}
#my-account-header .page-title,
#my-account-header .page-intro {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
#my-account-header .page-title {
  font-size: 13px;
  margin-bottom: 30px;
  padding-right: 130px;
}
#my-account-header .page-title:after {
  display: none;
}
#my-account-header .page-tabs {
  border-color: #c8c8c8;
}
#my-account-header .btn-main {
  font-size: 11px;
  padding-right: 35px;
  position: absolute;
  top: -5px;
  right: 10px;
  min-width: 0;
}
#my-account-header .btn-main:before {
  font-size: 15px;
  right: 10px;
}
@media (min-width: 768px) {
  #my-account-header {
    margin-bottom: 20px;
  }
  #my-account-header .page-title {
    font-size: 15px;
  }
  #my-account-header .page-intro {
    margin-top: 10px;
  }
  #my-account-header .page-tabs {
    text-align: left;
  }
  #my-account-header .btn-main {
    top: -10px;
  }
}
/**
 * Membership progress
 ******************************************/
#my-account-membership-progress {
  background: #e6e6e6;
  margin: 0 0 40px;
  padding: 20px;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#my-account-membership-progress header {
  color: #fff;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}
#my-account-membership-progress header img {
  display: block;
}
#my-account-membership-progress h2 {
  font-size: 17px;
  margin: 0;
  padding: 0 40px;
  position: absolute;
  top: 20px;
  width: 100%;
}
#my-account-membership-progress h2:after {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#my-account-membership-progress .progress {
  border: 3px solid #fff;
  line-height: 1;
  margin: 40px 0;
  position: relative;
}
#my-account-membership-progress .progress .progress-bar {
  color: #fff;
  background-color: #b3a97b;
  height: 25px;
  position: relative;
}
a#my-account-membership-progress .progress .progress-bar:hover {
  background-color: #9f935c;
}
#my-account-membership-progress .progress .current-value,
#my-account-membership-progress .progress .target-value {
  color: #333;
  display: inline-block;
  text-align: right;
  width: 150px;
}
#my-account-membership-progress .progress .current-value,
#my-account-membership-progress .progress .target-value,
#my-account-membership-progress .progress .current-value:after,
#my-account-membership-progress .progress .target-value:after {
  position: absolute;
  right: -2px;
}
#my-account-membership-progress .progress .current-value {
  padding: 0 0 10px;
  top: -30px;
}
#my-account-membership-progress .progress .current-value:after {
  border-width: 6px 4.5px 0;
  border-color: #333 transparent transparent;
  bottom: 0;
}
#my-account-membership-progress .progress .first-half .current-value {
  right: -148px;
  text-align: left;
}
#my-account-membership-progress .progress .first-half .current-value:after {
  right: auto;
  left: -2px;
}
#my-account-membership-progress .progress .target-value {
  padding: 10px 0 0;
  bottom: -30px;
}
#my-account-membership-progress .progress .target-value:after {
  border-width: 0 4.5px 6px;
  border-color: transparent transparent #333;
  top: 0;
}
#my-account-membership-progress ul {
  font-family: "BentonSans-Bold";
  list-style: none;
  margin: 0;
  padding: 0;
}
#my-account-membership-progress ul li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #my-account-membership-progress article {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  #my-account-membership-progress h2 {
    top: 40px;
  }
  #my-account-membership-progress .progress {
    border-width: 5px;
  }
  #my-account-membership-progress .progress .progress-bar {
    height: 40px;
  }
  #my-account-membership-progress .progress .current-value {
    top: -30px;
  }
  #my-account-membership-progress .progress .target-value {
    bottom: -30px;
  }
  #my-account-membership-progress article {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  #my-account-membership-progress h2 {
    font-size: 32px;
  }
}
/* ============================================================= */
/* ACCOUNT : ORDERS */
/* ============================================================= */
/**
 * Order detail
 ******************************************/
#my-account-order-detail {
  border: 1px solid transparent;
  margin: 0 0 40px;
  position: relative;
  /* Tablet */
}
#my-account-order-detail .btn-main-back {
  min-width: 130px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
@media (min-width: 768px) {
  #my-account-order-detail .btn-main-back {
    top: 1.25em;
    bottom: auto;
  }
}
/* ===================================================================================
 * File : search.less
 * Description : Search pages styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* SEARCH FORM */
/* ============================================================= */
#search-form-main {
  background: #dcdcdc;
  margin: 0 -10px 40px;
  padding: 40px 20px;
  /* Tablet */
  /* Desktop */
}
#search-form-main .form-group {
  margin-bottom: 0;
}
#search-form-main .form-control,
#search-form-main .btn-main {
  height: 45px;
}
#search-form-main .btn-main:before {
  font-size: 22px;
  position: static;
  margin: 0 5px;
}
@media (min-width: 768px) {
  #search-form-main {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #search-form-main .btn-main:before {
    display: none;
  }
}
@media (min-width: 992px) {
  #search-form-main {
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 60px;
  }
  #search-form-main .form-control,
  #search-form-main .btn-main {
    height: 55px;
  }
}
/* ============================================================= */
/* GENERIC BLOCKS */
/* ============================================================= */
/**
 * Results container
 ******************************************/
/**
 * Results header
 ******************************************/
.search-results-header {
  margin-bottom: 30px;
  /* Mobile */
}
.search-results-header h2 {
  margin-top: 0;
}
.search-results-header p {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .search-results-header .btn-main {
    display: block;
  }
}
/**
 * Results item
 ******************************************/
.search-result-item {
  margin-bottom: 30px;
  /* Desktop */
}
.search-result-item .sri-tag {
  font-family: "BentonSans-Bold";
  color: #b3a97b;
  font-size: 11px;
}
.search-result-item .sri-title {
  font-size: 13px;
  text-transform: uppercase;
  margin: 5px 0 8px;
}
.search-result-item .sri-title a {
  text-decoration: none;
}
.search-result-item .sri-title a:hover,
.search-result-item .sri-title a:focus {
  text-decoration: underline;
}
.search-result-item .sri-desc {
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .search-result-item .sri-tag {
    font-size: 13px;
  }
  .search-result-item .sri-title {
    font-size: 15px;
  }
}
/* ===================================================================================
 * File : agenda.less
 * Description : Agenda's styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* SEARCH FORM */
/* ============================================================= */
#agenda {
  position: relative;
  background: #CCCCCC;
  padding: 0;
  /* Tablet */
  /* Desktop */
}
#agenda-animation {
  margin-bottom: 30px;
}
#agenda-animation header.section-header {
  margin: 0 0 20px;
}
#agenda-animation h3 {
  font-size: 95%;
}
#agenda-animation h3,
#agenda-animation h3.section-title:after {
  margin-left: 0;
  margin-right: 0;
}
#agenda-animation h3.section-title {
  font-size: 22px;
  text-align: left;
}
#agenda-animation .flex-viewport {
  height: auto !important;
}
#agenda-animation .img-txt-block {
  margin: 0;
}
#agenda-animation .img-txt-block .date-block {
  position: absolute;
  top: 0;
  left: 0;
}
#agenda-animation .img-txt-block .itb-img img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
}
#agenda-animation .img-txt-block .itb-text {
  height: 140px;
}
@media (max-width: 767px) {
  #agenda-animation .slider-item {
    width: 100%;
  }
  #agenda-animation .itb-to-row.alt,
  #agenda-animation .itb-to-row.alt .date-block,
  #agenda-animation .itb-to-row.alt .month-year {
    background: #FFFFFF;
  }
  #agenda-animation .itb-to-row a {
    display: block;
    margin: 0;
    padding: 0;
  }
  #agenda-animation .img-txt-block .itb-img {
    width: 100%;
    display: block;
    float: none;
    clear: both;
    margin: 0;
  }
  #agenda-animation .itb-to-row .date-block {
    padding: 8px 0 15px;
  }
  #agenda-animation .itb-to-row .itb-text {
    padding-top: 20px;
    text-align: center;
    display: block;
    height: 100px;
  }
  #agenda-animation .img-txt-block .itb-img img {
    height: 300px;
  }
}
@media (min-width: 767px) {
  #agenda-animation .block {
    width: 96%;
    margin: 0 auto;
  }
  #agenda-animation .flex-direction-nav {
    display: block;
  }
  #agenda-animation .no-flex-direction-nav .flex-direction-nav {
    display: none;
  }
  #agenda-animation .flex-direction-nav a {
    top: 25%;
  }
  #agenda-animation .flex-control-nav {
    display: none;
  }
}

/* ============================================================= */
/* SELECTOR */
/* ============================================================= */
#agenda-selector {
  margin: 0;
  position: relative;
  border: 3px solid #000000;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#agenda-selector h2 {
  font-family: "BentonSans-Medium";
  margin: 0;
  text-transform: none;
}
#agenda-selector h2:after {
  display: none;
}
#agenda-selector .previous,
#agenda-selector .next {
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 0;
}
#agenda-selector .previous:hover,
#agenda-selector .next:hover,
#agenda-selector .previous:focus,
#agenda-selector .next:focus {
  text-decoration: none;
}
#agenda-selector .previous {
  left: 0;
}
#agenda-selector .next {
  right: 0;
}
#agenda-selector .section-tabs {
  margin-top: 10px;
}
#agenda-selector .section-tabs li {
  margin: 0 10px;
}
#agenda-selector .section-tabs a:after {
  margin-top: 4px;
}
#agenda-selector .form-control {
  height: auto;
  width: 100%;
}
#agenda-selector .form-type-bef-checkbox {
  overflow: hidden;
}
#agenda-selector .form-type-bef-checkbox img {
  margin-right: 5px;
}
#agenda-selector .form-type-bef-checkbox label {
  float: left;
}
#agenda-selector .form-type-bef-checkbox input {
  float: right;
  width: auto;
}
#agenda-nav {
  position: relative;
  margin-right: 10px;
}
#agenda-nav,
#calendar-datepicker {
  width: 48px;
  height: 38px;
}
input#calendar-datepicker {
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 10px;
}
#agenda-nav:hover {
  background-color: #B9B9B9;
}
#agenda-nav .icon-agenda {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#calendar-datepicker:focus {
  outline: none;
}
#agenda-nav .dropdown-toggle::after {
  display: none;
}
#agenda-selector a {
  text-decoration: none;
}
#agenda-selector #agenda-nav .years {
  width: 300px;
  padding: 10px;
  border: 3px solid #000000;
  text-align: center;
  margin-left: -3px;
}
#agenda-selector #agenda-nav .years a {
  color: #000000;
  border: 2px solid #FFFFFF;
  margin: 5px;
  float: left;
  width: 80px;
  padding: 5px 0 3px;
}
#agenda-selector #agenda-nav .years a.icon {
  color: #FFFFFF;
  position: relative;
}
#agenda-selector #agenda-nav .years a.icon:before {
  color: #000000;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#agenda-selector #agenda-nav .years a.next-year:before {
  left: 40%;
}
#agenda-selector #agenda-nav .years a.prev-year:before {
  right: 20%;
}
#agenda-selector #agenda-nav .years a.year:active,
#agenda-selector #agenda-nav .years a.year:hover,
#agenda-selector #agenda-nav .years a.year.active {
  border-color: #000000;
}
#agenda-filters .views-widget .dropdown-menu,
#agenda-filters .views-widget .dropdown-menu .form-group {
  padding: 0;
  margin: 0;
  border: none;
}
#agenda-filters .views-widget .dropdown-menu .form-control {
  padding: 10px;
  border: none;
}
#agenda #agenda-filters input[id|="edit"],
#agenda #agenda-filters .form-type-bef-checkbox.form-item.form-group.highlight,
#agenda #agenda-filters div.form-type-bef-checkbox.form-item.form-group {
  position: relative;
  z-index: 991;
}
#agenda #agenda-filters input[id|="edit"] {
  height:18px;
  width: 18px;
}
#agenda-table.year-view .events-group {
  background: #FFFFFF;
}
#agenda-table.year-view .event .icon a {
  width: 40px;
  height: 40px;
  padding: 10px;
  position: relative;
  text-indent: -10000px;
  display: block;
}
#agenda-table.year-view .event .icon a:hover {
  background-color: #CCCCCC;
}
#agenda-table.year-view .event .icon a:before {
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  text-indent: 10px;
}
#agenda-table.year-view .event .event-ticket a:before {
  content: "\EA39";
  font-size: 24px;
  top: 8px;
}
#agenda-table .events-group {
  margin-bottom: 20px;
}
#agenda-table .events-group .group-title {
  border-left: 10px solid #333333;
}
#agenda-table .events-group .group-title .year {
  font-size: smaller;
  font-family: "BentonSans-Regular", Helvetica, Arial, sans-serif;
}
#agenda-table .events-group .group-title:after {
  display: none;
}
#agenda-table.year-view .event-icons {
  overflow: hidden;
}
#agenda-table.year-view .event .icon {
  float: left;
  margin-right: 5px;
}
#agenda-filters .disabled .views-widget .dropdown-menu .bef-toggle {
  pointer-events: none;
}
@media (max-width: 767px) {
  #agenda-selector {
    background: #FFFFFF;
    margin: 0 10px 25px;
  }
  #agenda-selector #agenda-nav {
    float: left;
    margin-right: 20px;
  }
  #agenda-selector #agenda-switcher ul li {
    list-style: none;
    float: left;
  }
  #agenda-filters .views-widget a.dropdown-toggle {
    position: relative;
    width: 100%;
    display: block;
  }
  #agenda-filters .views-widget a.dropdown-toggle:after {
    font-size: 15px;
    position: absolute;
    right: 0;
    margin-top: -7.5px;
    top: 50%;
  }
  #agenda-filters .views-widget .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  #agenda-filters .views-widget .dropdown-menu > li > a,
  #agenda-filters .views-widget .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  #agenda-filters .views-widget .dropdown-menu > li > a {
    line-height: 24px;
  }
  #agenda-filters .views-widget .dropdown-menu > li > a:hover,
  #agenda-filters .views-widget .dropdown-menu > li > a:focus {
    background-image: none;
  }
  #agenda-filters .views-widget .dropdown-menu .form-control {
    padding: 5px 0 0;
    border: none;
  }
  #agenda-filters .views-widget .dropdown-menu label {
    font-family: "BentonSans-Regular", Helvetica, Arial, sans-serif;
  }
  #agenda-filters .views-widget .dropdown-menu .bef-toggle {
    text-align: right;
    display: block;
    position:relative;
    z-index:991;
  }
  #agenda-filters .views-widget {
    border-top: 3px solid #000000;
    width: 100%;
    padding: 20px;
    font-family: "BentonSans-Bold";
    font-weight: normal;
    font-size: 15px;
  }
  #agenda-table .events-group .group-title {
    padding-left: 10px;
    padding-top: 25px;
  }
  #agenda-table.year-view .event {
    border-bottom: 1px solid #333333;
    padding: 10px 0;
    margin: 0 10px 5px;
  }
  #agenda-table.year-view .event.last {
    border: none;
  }
  #agenda-table .event-date-time {
    overflow: hidden;
  }
  #agenda-table .event-date-time .event-date,
  #agenda-table .event-date-time .event-time {
    float: left;
  }
  #agenda-table .event-date-time .event-time {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  #agenda-selector {
    padding: 0;
    background: #000000;
    height: 50px;
  }
  #agenda-selector,
  #agenda-selector a {
    color: #FFFFFF;
  }
  #agenda-nav {
    left: 3px;
    top: 3px;
  }
  #agenda-selector .dropdown-menu a {
    color: #333333;
  }
  #agenda-selector h2 {
    font-size: 22px;
  }
  #agenda-selector .previous,
  #agenda-selector .next {
    top: 10px;
  }
  #agenda-selector > div {
    text-align: left;
    display: inline-block;
  }
  #agenda-selector .previous:before,
  #agenda-selector .next:before {
    font-size: 22px;
  }
  #agenda-switcher {
    position: absolute;
    top: 6px;
  }
  #agenda-switcher a.dropdown-toggle {
    padding: 3px 15px;
    background-color: #FFFFFF;
    color: #333333;
    position: relative;
    width: 170px;
  }
  #agenda-switcher a.dropdown-toggle:after {
    font-size: 15px;
    position: absolute;
    right: 15px;
    margin-top: -7.5px;
    top: 50%;
  }
  #agenda-switcher .dropdown-menu {
    font-size: 15px;
    border: 3px solid #000000;
    border-top: none;
    padding: 0;
    width: 176px;
    margin-left: -3px;
  }
  #agenda-switcher .dropdown-menu a.active {
    display: none;
  }
  #agenda-filters {
    position: absolute;
    top: 10px;
    right: 0;
    width: 350px;
    margin-right: 10px;
  }
  #agenda-filters .views-widget {
    float: left;
    width: 33%;
    position: relative;
    text-align: right;
  }
  #agenda-filters .views-widget .dropdown-menu {
    right: -17px;
    margin-top: 13px;
    left: auto;
    width: 250px;
    border: 3px solid #000000;
    border-top: none;
  }
  #agenda-table .events-group .group-title {
    float: left;
    width: 100px;
    left: -10px;
    position: relative;
    padding: 10px;
    min-height: 100px;
  }
  #agenda-table .events-group {
    margin: 10px 20px 0 10px;
    padding: 10px 0 0;
  }
  #agenda-table .events-group .group-content {
    margin-left: 160px;
  }
  #agenda-table.year-view .event {
    overflow: hidden;
  }
  #agenda-table.year-view .event-title {
    float: left;
    padding: 7px 0;
  }
  #agenda-table.year-view .event-date-time,
  #agenda-table.year-view .event-date-time .event-date,
  #agenda-table.year-view .event-date-time .event-time {
    display: inline-block;
  }
  #agenda-table.year-view .event-date-time .event-date,
  #agenda-table.year-view .event-date-time .event-time {
    width: 140px;
    padding: 7px 0;
    color: #FFFFFF;
    text-align: center;
  }
  #agenda-table.year-view .event-date-time .event-date {
    background: #333333;
  }
  #agenda-table.year-view .event-date-time .event-time {
    background: #DC5D60;
  }
  #agenda-table.year-view .event-date-time {
    margin: 0 10px 20px;
    float: left;
  }
  #agenda-table.year-view .event-icons {
    float: right;
  }
}
@media (min-width: 992px) {
  #agenda-selector h2 {
    font-size: 26px;
  }
  #agenda-selector .previous,
  #agenda-selector .next {
    top: 15px;
  }
  #agenda-selector .previous:before,
  #agenda-selector .next:before {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  #agenda-selector h2 {
    font-size: 32px;
  }
  #agenda-selector .previous,
  #agenda-selector .next {
    top: 20px;
  }
}
/* ============================================================= */
/* AGENDA TABLE */
/* ============================================================= */
#agenda-table {
  padding-bottom: 10px;
}
/**
   * Day block
   ******************************************/
/**
   * Event block
   ******************************************/
/**
   * Current day
   ******************************************/
/**
   * Row expander button
   ******************************************/
/**
   * Opened week
   ******************************************/
/* Tablet */
/* Desktop */
/* Large desktop */
/**
   * Month view
   ******************************************/
/**
   * Day view
   ******************************************/
#agenda-table a,
#agenda-table a:hover,
#agenda-table a:focus {
  text-decoration: none;
}
#agenda-table img {
  display: block;
  width: 100%;
}
#agenda-table table {
  margin: 0;
}
#agenda-table .day-col {
  margin-bottom: 40px;
}
#agenda-table th,
#agenda-table td {
  border: 0;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
#agenda-table th,
#agenda-table .col-title {
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
  text-align: center;
}
#agenda-table th {
  font-size: 12px;
  padding: 0 5px;
}
#agenda-table .col-title {
  background-color: #fff;
  font-size: 15px;
  display: block;
  margin: 0 -10px;
  padding: 5px 10px;
}
#agenda-week-days-header {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background: #FFFFFF;
  border-bottom: 30px solid #DC5D60;
}
#agenda-week-days-header .week-day-link {
  display: inline-block;
  padding: 20px 30px 5px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
#agenda-week-days-header .week-day-link span {
  background: #FFFFFF;
  color: #000000;
}
#agenda-week-days-header .week-day-link.active,
#agenda-week-days-header .week-day-link.active span {
  background: #DC5D60;
  color: #FFFFFF;
}
#agenda-week-days-header .day-title {
  font-family: "BentonSans-Medium";
  font-size: 32px;
  display: block;
  line-height: 1;
  padding: 5px 10px 25px 14px;
  position: relative;
}
#agenda-week-days-header .day-title span {
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 0 0;
  position: absolute;
  bottom: 5px;
  left: 0px;
}
#agenda-table .day-detail {
  overflow: hidden;
  padding: 10px 0 0;
}
#agenda-table .event {
  margin: 0 0 20px;
}
#agenda-table .event-time,
#agenda-table .event-title {
  display: block;
}
#agenda-table .event-title {
  margin: 3px 0 5px;
}
#agenda-table .event-desc {
  line-height: 1.4;
}
#agenda-table .event-btn {
  overflow: hidden;
}
#agenda-table .btn-main {
  margin: 10px auto 0;
}
#agenda-table .legend {
  margin: -4px 0 5px;
  position: relative;
}
#agenda-table .today {
  background-color: #dadada;
}
#agenda-table .today .day-title {
  color: #fff;
  background-color: #dc5d60;
}
#agenda-table .expand {
  display: none;
  padding-right: 0;
}
#agenda-table .expand a {
  width: 36px;
  height: 36px;
  border: 2px solid #333;
  padding-top: 6px;
  text-align: center;
}
#agenda-table .expand a:hover,
#agenda-table .expand a:focus {
  color: #fff;
  background-color: #333;
}
#agenda-table .opened-week .expand a {
  color: #fff;
  background-color: #dc5d60;
  border-color: #dc5d60;
}
#agenda-table .opened-week .expand a:hover,
#agenda-table .opened-week .expand a:focus {
  border-color: #d33337;
  color: #fff;
  background-color: #d33337;
}
#agenda-table .view .view-empty {
  margin: 40px auto;
  padding: 40px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  #agenda-table th {
    padding: 0 5px 5px;
    text-align: left;
  }
  #agenda-table .today .day-title span {
    display: block;
  }
  #agenda-table .expand {
    display: table-cell;
  }
  #agenda-table .btn-main {
    width: 214px;
    color: #fff;
    background-color: #333;
    border-color: #fff;
  }
  #agenda-table .btn-secondary {
    color: #fff;
    background-color: #dc5d60;
    border-color: #dc5d60;
  }
  #agenda-table .btn-secondary:hover,
  #agenda-table .btn-secondary:focus,
  #agenda-table .btn-secondary:active {
    color: #fff;
    background-color: #d53b3f;
    border-color: #cf2d31;
  }
  #agenda-table .view .view-empty {
    width: 70%;
  }
}
@media (min-width: 992px) {
  #agenda-table th {
    font-size: 14px;
    padding-bottom: 10px;
  }
  #agenda-table .expand a {
    width: 46px;
    height: 46px;
    padding-top: 10px;
  }
  #agenda-table .day-title {
    font-size: 40px;
  }
  #agenda-table .day-title span {
    font-size: 15px;
    bottom: 5px;
    left: 5px;
  }
}
@media (min-width: 1200px) {
  #agenda-table th,
  #agenda-table td {
    padding: 10px;
  }
  #agenda-table th {
    padding-top: 0;
  }
  #agenda-table .col-title {
    font-size: 22px;
  }
  #agenda-table .day-detail {
    padding-top: 20px;
  }
  #agenda-table .event-title {
    font-size: 18px;
  }
}
#agenda-table.month-view {
  /* Mobile */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#agenda-table.month-view th,
#agenda-table.month-view td {
  width: 14.28571429%;
}
#agenda-table.month-view .expand {
  width: auto;
}
#agenda-table.month-view .day-detail {
  font-size: 11px;
  display: none;
}
@media (max-width: 767px) {
  #agenda-table.month-view .today {
    background: 0;
  }
  #agenda-table.month-view .day-title {
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
  }
  #agenda-table.month-view .day-title span {
    display: none;
  }
}
@media (min-width: 768px) {
  #agenda-table.month-view th,
  #agenda-table.month-view td {
    width: 97px;
  }
  #agenda-table.month-view .day-title {
    font-size: 20px;
  }
  #agenda-table.month-view .day-title span {
    font-size: 8px;
    left: 24px;
    bottom: 6px;
  }
  #agenda-table.month-view .opened-week .day-detail {
    display: block;
  }
}
@media (min-width: 992px) {
  #agenda-table.month-view th,
  #agenda-table.month-view td {
    width: 127px;
  }
  #agenda-table.month-view .day-title {
    font-size: 30px;
  }
  #agenda-table.month-view .day-title span {
    font-size: 10px;
    left: 30px;
    bottom: 6px;
  }
  #agenda-table.month-view .day-detail {
    font-size: 13px;
  }
  #agenda-table.month-view .event-title {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  #agenda-table.month-view th,
  #agenda-table.month-view td {
    width: 155px;
  }
}
#agenda-table.day-view .event img.audience-type {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 7px;
  left: 7px;
  background-color: #FFFFFF;
  padding: 5px;
  opacity: .7;
}
@media (max-width: 767px) {
  #agenda-table .events-group .group-title {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  #agenda-table.day-view .event {
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #agenda-table.day-view .last .event {
    border-bottom: none;
    margin-bottom: 0;
  }
  #agenda-table .events-group .group-content {
    background-color: #FFFFFF;
    padding-top: 10px;
  }
  #agenda-table.day-view .event-btn a.btn-main-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    position: relative;
    text-indent: -10000px;
    display: block;
    border: none;
    min-width: auto;
    float: left;
    background-color: #FFFFFF;
    color: #000;
    margin: 0 10px 0 0;
  }
  #agenda-table.day-view .event-btn a.btn-main-icon:hover {
    background-color: #CCCCCC;
  }
  #agenda-table.day-view .event-btn a.btn-main-icon:before {
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    text-indent: 10px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #agenda-table.day-view .event {
    position: relative;
    color: #FFFFFF;
    margin-right: 10px;
  }
  #agenda-table.day-view .event .event-text,
  #agenda-table.day-view .event .event-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    vertical-align: middle;
    width: 90%;
  }
  #agenda-table.day-view .event:hover > .event-btn,
  #agenda-table.day-view .event:hover > .event-bg {
    opacity: 1;
  }
  #agenda-table.day-view .event .event-img {
    width: 100%;
    background-color: #333333;
  }
  #agenda-table.day-view .event .event-img {
    z-index: 1;
  }
  #agenda-table.day-view .event .event-text {
    z-index: 2;
  }
  #agenda-table.day-view .event .event-bg {
    z-index: 3;
  }
  #agenda-table.day-view .event .event-btn {
    z-index: 4;
  }
  #agenda-table.day-view .event .event-btn,
  #agenda-table.day-view .event .event-bg {
    opacity: 0;
    transition: all 0.3s ease;
  }
  #agenda-table.day-view .event .event-bg {
    background-color: #333333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* ============================================================= */
/* jQuery UI Calendar Datepicker override. */
/* ============================================================= */
.ui-datepicker {
  width: auto;
}
#ui-datepicker-div {
  border: 3px solid #000000;
  background: #FFFFFF;
  margin-left: -13px;
}
#ui-datepicker-div,
.ui-datepicker-header,
.ui-widget-header {
  background: #FFFFFF;
  border-radius: 0;
}
.ui-widget-header,
.ui-datepicker-header {
  border: none;
  text-transform: uppercase;
}
.ui-widget-content .ui-widget-header .ui-state-hover,
.ui-widget-content .ui-widget-header .ui-state-highlight,
.ui-widget-content .ui-widget-header .ui-icon {
  background: transparent;
  border-color: #FFFFFF;
  border-radius: 0;
}
.ui-widget-content .ui-widget-header a {
  text-decoration: none;
}
.ui-widget-header {
  font-size: 18px;
}
.ui-widget-content .ui-widget-header a:before {
  position: absolute;
  top: 12px;
  cursor: pointer;
  font-size: 13px;
}
.ui-widget-content .ui-widget-header a.ui-datepicker-prev:before {
  left: 17px;
}
.ui-widget-content .ui-widget-header a.ui-datepicker-next:before {
  right: 17px;
}
.ui-datepicker td {
  padding: 2px;
  font-size: 14px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
  padding: .3em .6em;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border-color: #000000;
  background: #000000;
  color: #FFFFFF;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border-color:  #DC5D60;
  background: #DC5D60;
}
/* ===================================================================================
 * File : interactive_map.less
 * Description : Interactive map page styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
#interactive-map {
  margin: 0 -10px;
  /* Mobile */
  /* Tablet */
}
#interactive-map .container,
#interactive-map .page-header,
#interactive-map .section-header {
  position: relative;
}
@media (max-width: 767px) {
  #interactive-map .container,
  #interactive-map .page-header,
  #interactive-map .section-header {
    /* Space for Tabs in select form */
    padding-top: 76px;
  }
}
@media (min-width: 768px) {
  #interactive-map {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ============================================================= */
/* LOOPS */
/* ============================================================= */
/**
 * Markers
 ******************************************/
/**
 * Tabs
 ******************************************/
/**
 * Content
 ******************************************/
/* ============================================================= */
/* ILLUSTRATION */
/* ============================================================= */
#interactive-map-illustration {
  overflow: hidden;
  position: relative;
}
/**
 * Map markers
 ******************************************/
#interactive-map-markers {
  font-family: "BentonSans-Medium";
  font-size: 10px;
  text-transform: uppercase;
  /* Backgrounds */
  /* Positions */
  /* Desktop */
}
#interactive-map-markers a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 0 0 40px;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
#interactive-map-markers a,
#interactive-map-markers a:before {
  display: inline-block;
}
#interactive-map-markers a:before {
  font-family: "BentonSans-Regular";
  font-size: 17px;
  width: 40px;
  height: 30px;
  content: '+';
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#interactive-map-markers a span {
  display: none;
  margin-left: -40px;
  padding: 0 10px;
  width: 0;
  white-space: nowrap;
}
#interactive-map-markers a.active:before,
#interactive-map-markers a:hover:before,
#interactive-map-markers a:focus:before {
  display: none;
}
#interactive-map-markers a.active span,
#interactive-map-markers a:hover span,
#interactive-map-markers a:focus span {
  width: auto;
  display: block;
}
#interactive-map-markers .section-7 {
  background: #ffe5b6;
  color: #333;
}
#interactive-map-markers .section-6 {
  background: #3e4be8;
  color: #fff;
}
#interactive-map-markers .section-5 {
  background: #201f2d;
  color: #fff;
}
#interactive-map-markers .section-4 {
  background: #f7f26b;
  color: #333;
}
#interactive-map-markers .section-3 {
  background: #5e32d3;
  color: #fff;
}
#interactive-map-markers .section-2 {
  background: #7d706d;
  color: #fff;
}
#interactive-map-markers .section-1 {
  background: #c33557;
  color: #fff;
}
#interactive-map-markers .section-7 {
  top: 22.34042553%;
  left: 53.50877193%;
}
#interactive-map-markers .section-6 {
  top: 2.55319149%;
  left: 34.21052632%;
}
#interactive-map-markers .section-5 {
  top: 70.63829787%;
  left: 35.0877193%;
}
#interactive-map-markers .section-4 {
  top: 10%;
  left: 46.49122807%;
}
#interactive-map-markers .section-3 {
  top: 32.76595745%;
  left: 31.40350877%;
}
#interactive-map-markers .section-2 {
  top: 23.19148936%;
  left: 78.94736842%;
}
#interactive-map-markers .section-1 {
  top: 67.65957447%;
  left: 60.52631579%;
}
@media (min-width: 992px) {
  #interactive-map-markers {
    font-size: 12px;
  }
  #interactive-map-markers a {
    height: 45px;
    line-height: 45px;
    padding-left: 60px;
  }
  #interactive-map-markers a:before {
    font-size: 22px;
    width: 60px;
    height: 45px;
    line-height: 45px;
  }
  #interactive-map-markers a span {
    margin-left: -60px;
    padding: 0 30px;
  }
}
/**
 * Map rollovers
 ******************************************/
#interactive-map-rollovers img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#interactive-map-rollovers .active {
  display: block;
}
/* ============================================================= */
/* TABS */
/* ============================================================= */
#interactive-map-tabs {
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  /* Backgrounds */
  /* Mobile */
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#interactive-map-tabs .tabs-select {
  margin: 0;
}
#interactive-map-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#interactive-map-tabs li {
  float: left;
  width: 14.28571429%;
}
#interactive-map-tabs li:last-child {
  float: right;
}
#interactive-map-tabs li:last-child a {
  border-right: 1px solid #bbb;
}
#interactive-map-tabs li.active a {
  border: 0;
}
#interactive-map-tabs li.active + li a {
  border-left: 0;
}
#interactive-map-tabs li.active a {
  cursor: default;
}
#interactive-map-tabs a {
  border-left: 1px solid #bbb;
  display: block;
  padding: 20px 5px;
  text-decoration: none;
}
#interactive-map-tabs a span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
#interactive-map-tabs .section-7.active a {
  background: #ffe5b6;
  color: #333;
}
#interactive-map-tabs .section-6.active a {
  background: #3e4be8;
  color: #fff;
}
#interactive-map-tabs .section-5.active a {
  background: #201f2d;
  color: #fff;
}
#interactive-map-tabs .section-4.active a {
  background: #f7f26b;
  color: #333;
}
#interactive-map-tabs .section-3.active a {
  background: #5e32d3;
  color: #fff;
}
#interactive-map-tabs .section-2.active a {
  background: #7d706d;
  color: #fff;
}
#interactive-map-tabs .section-1.active a {
  background: #c33557;
  color: #fff;
}
@media (max-width: 767px) {
  #interactive-map-tabs {
    color: #fff;
    background-color: #333;
    margin: 0 10px;
    padding: 20px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  #interactive-map-tabs {
    font-family: "BentonSans-Medium";
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  #interactive-map-tabs {
    font-size: 10px;
  }
  #interactive-map-tabs a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  #interactive-map-tabs {
    font-size: 12px;
  }
  #interactive-map-tabs a {
    padding: 30px 20px;
  }
}
/* ============================================================= */
/* CONTENT */
/* ============================================================= */
#interactive-map-content {
  /* Backgrounds */
  /* Tablet */
  /* Desktop */
}
#interactive-map-content,
#interactive-map-content a {
  color: #fff;
}
#interactive-map-content .section-7 {
  background: #ffe5b6;
  color: #333;
}
#interactive-map-content .section-7 a {
  color: #333;
}
#interactive-map-content .section-6 {
  background: #3e4be8;
  color: #fff;
}
#interactive-map-content .section-6 a {
  color: #fff;
}
#interactive-map-content .section-5 {
  background: #201f2d;
  color: #fff;
}
#interactive-map-content .section-5 a {
  color: #fff;
}
#interactive-map-content .section-4 {
  background: #f7f26b;
  color: #333;
}
#interactive-map-content .section-4 a {
  color: #333;
}
#interactive-map-content .section-3 {
  background: #5e32d3;
  color: #fff;
}
#interactive-map-content .section-3 a {
  color: #fff;
}
#interactive-map-content .section-2 {
  background: #7d706d;
  color: #fff;
}
#interactive-map-content .section-2 a {
  color: #fff;
}
#interactive-map-content .section-1 {
  background: #c33557;
  color: #fff;
}
#interactive-map-content .section-1 a {
  color: #fff;
}
#interactive-map-content .tab-pane {
  padding: 20px 10px;
}
#interactive-map-content h2 {
  margin-top: 0;
}
#interactive-map-content h3:first-child {
  margin-top: 0;
}
#interactive-map-content figure {
  display: block;
  margin: 5px 0 15px;
  text-align: center;
}
#interactive-map-content .btn-row {
  margin-top: 15px;
}
#interactive-map-content .btn-main:hover,
#interactive-map-content .btn-main:focus {
  color: #fff;
}
@media (min-width: 768px) {
  #interactive-map-content .tab-pane {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #interactive-map-content .tab-pane {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* ===================================================================================
 * File : jobs.less
 * Description : jobs apllication page styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* JOBS APPLICATION FORM */
/* ============================================================= */
#mdp-candidature-form {
  /* Tablet */
  /* Desktop */
}
#mdp-candidature-form .form-group .help-block {
  clear: both;
  margin: 0;
  padding: 5px 10px 10px;
}
#mdp-candidature-form .form-radios {
  margin-top: 0;
}
#mdp-candidature-form .form-radios .radio {
  display: inline-block;
}
#mdp-candidature-form .form-radios .radio + .radio {
  margin-left: 10px;
}
@media (min-width: 768px) {
  #mdp-candidature-form .form-group label {
    padding-top: 7px;
  }
  #mdp-candidature-form .form-group .help-block {
    margin-left: 33.33333333%;
  }
  #mdp-candidature-form .form-item-date-of-birth .form-type-select {
    margin-bottom: 0;
    display: inline-block;
    width: 120px;
  }
  #mdp-candidature-form .form-item-date-of-birth .form-type-select + .form-type-select {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #mdp-candidature-form .form-group .help-block {
    margin-left: 25%;
  }
}
/* ===================================================================================
 * File : footer.less
 * Description : Footer styles
 * Authors : Hamza Iqbal - hiqbal[at]actualys.com
 *			 Mikaël Guillin - mguillin[at]actualys.com
 * Copyright: Actualys
/* =================================================================================== */
/* ============================================================= */
/* FOOTER SHOP */
/* ============================================================= */
#footer-shop {
  background: #f2f2f2;
  font-size: 10px;
  line-height: 1.2;
  padding: 20px 0;
  text-align: left;
  font-family: "BentonSans-Medium";
  text-transform: uppercase;
  /* Mobile portrait */
  /* Tablet */
  /* Tablet and mobile */
  /* Desktop */
}
#footer-shop .row {
  text-align: center;
  margin-bottom: 20px;
}
#footer-shop .secure-payment {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
#footer-shop .payments-icons {
  margin: 10px auto;
}
#footer-shop .payment-icon {
  display: inline-block;
  max-width: 120px;
  margin: 0 1%;
}
#footer-shop .payment-icon img {
  margin: 10px 0;
  image-rendering: auto;
}
#footer-shop div.text {
  margin: 10px;
}
#footer-shop p {
  text-transform: none;
  max-width: 200px;
  font-family: "BentonSans-Regular", Helvetica, Arial, sans-serif;
}
#footer-shop a {
  font-size: 12px;
  text-transform: none;
}
#footer-shop .delivery {
  padding-left: 55px;
}
#footer-shop .secured {
  padding-left: 40px;
}
#footer-shop .terms-conditions {
  padding-left: 35px;
}
#footer-shop .contact {
  padding-left: 40px;
}
#footer-shop .delivery,
#footer-shop .secured {
  margin-bottom: 20px;
}
#footer-shop .delivery img {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
}
#footer-shop .secured img {
  margin: 0 10px 0 0;
  vertical-align: top;
  width: 70px;
}
#footer-shop .contact a {
  display: inline-block;
}
#footer-shop .link-main {
  text-transform: uppercase;
}

@media (max-width: 479px) {
  #footer-shop .contact a {
    margin-left: -40px;
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  #footer-shop {
    line-height: 1.4;
    padding: 40px 0;
  }
  #footer-shop .row .col {
    width: 19%;
    padding: 0;
    margin-right: 1%;
    float: left;
  }
}
@media (max-width: 991px) {
  #footer-shop .link-main {
    font-size: 10px;
    padding-right: 20px;
  }
  #footer-shop .link-main:after {
    font-size: 13px;
    margin-top: -6.5px;
  }
}
@media (min-width: 992px) {
  #footer-shop {
    font-size: 13px;
    padding: 40px 0;
  }
  #footer-shop p {
    margin: 0 auto;
    width: 250px;
  }
  #footer-shop p:before {
    font-size: 40px;
  }
  #footer-shop .delivery {
    padding-left: 100px;
  }
  #footer-shop .secured {
    padding-left: 55px;
  }
  #footer-shop .terms-conditions {
    padding-left: 45px;
  }
  #footer-shop .contact {
    padding-left: 50px;
  }
  #footer-shop .delivery img {
    width: auto;
  }
  #footer-shop .contact a {
    margin-top: 4px;
  }
}
/* ============================================================= */
/* NEWSLETTER */
/* ============================================================= */
#footer-newsletter {
  color: #fff;
  text-align: center;
  /* Tablet */
  /* Desktop */
  /* Large desktop */
}
#footer-newsletter .block {
  background-color: #333;
  padding: 20px 0;
}
#footer-newsletter #block-mdp-newsletter-registerart {
  background-color: #C33557;
}
#footer-newsletter .form-group {
  margin-bottom: 0;
}
#footer-newsletter .control-label {
  font-family: "BentonSans-Regular";
  margin-bottom: 10px;
  width: 80%;
}
#footer-newsletter .input-group {
  display: block;
}
#footer-newsletter .form-control,
#footer-newsletter .btn-main {
  float: none;
  display: block;
  width: 100%;
}
#footer-newsletter .form-control {
  border-color: #fff;
  margin: 0 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer-newsletter {
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
  #footer-newsletter .control-label {
    margin: 8px 0 0;
    width: auto;
  }
  #footer-newsletter .input-group {
    background-color: #fff;
    overflow: hidden;
  }
  #footer-newsletter .form-control {
    float: left;
    margin: 0;
    text-align: left;
    width: 200px;
  }
  #footer-newsletter .form-control,
  #footer-newsletter .btn-main {
    display: inline-block;
  }
  #footer-newsletter .btn-main {
    float: right;
    min-width: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  #footer-newsletter {
    font-size: 17px;
  }
  #footer-newsletter .form-control {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  #footer-newsletter .form-control {
    width: 275px;
  }
}
/* ============================================================= */
/* FOOTER */
/* ============================================================= */
#footer {
  font-size: 13px;
  padding: 0 0 20px;
  text-align: left;
  /* Address */
  /* Other links */
  /* Mobile */
  /* Tablet */
  /* Tablet only */
  /* Desktop */
}
#footer a {
  text-decoration: none;
}
#footer a:hover,
#footer a:focus {
  text-decoration: underline;
}
#footer h2.section-title {
  font-size: 18px;
  margin-bottom: 20px;
}
#footer h2:not(.section-title) {
  font-size: 13px;
  margin: 0 0 5px;
}
#footer h2:not(.section-title):after {
  display: none;
}
#footer .btn-main:hover,
#footer .btn-main:focus {
  text-decoration: none;
}
#footer address {
  border: #dadada solid;
  border-width: 1px 0;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
}
#footer address span,
#footer address strong {
  display: block;
}
#footer .other-links {
  font-size: 11px;
  border-top: 1px solid #dadada;
  margin: 20px 0 0;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #footer .other-links li {
    display: block;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #footer {
    font-size: 12px;
  }
  #footer address {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #footer address span {
    display: inline;
  }
  #footer address span:before {
    content: '•';
    margin: 0 5px 0 3px;
  }
  #footer address strong {
    display: block;
    margin: 5px 0 0;
  }
  #footer .secondary-links {
    font-family: "BentonSans-Regular";
  }
  #footer .other-links {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .btn-main {
    font-size: 11px;
    padding-right: 30px;
  }
  #footer .btn-main:before {
    right: 10px;
  }
}
@media (min-width: 992px) {
  #footer {
    padding-bottom: 40px;
  }
  #footer address {
    font-size: 13px;
  }
  #footer address span:before {
    margin: 0 10px 0 8px;
  }
  #footer .other-links {
    font-size: 13px;
    margin-top: 50px;
  }
}
/* ============================================================= */
/* SITEMAP */
/* ============================================================= */
.footer-menu {
  margin-bottom: 40px;
  /* Secondary links */
  /* Tablet */
  /* Desktop */
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul a {
  display: block;
  padding: 3px 0;
}
.footer-menu ul a:hover {
  background: 0;
}
.footer-menu .secondary-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "BentonSans-Medium";
}
.footer-menu .collapse-toggle:before,
.footer-menu .collapse-toggle.collapsed:before {
  position: absolute;
  top: 20px;
  right: 10px;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 13px;
}
@media (max-width: 768px) {
  .footer-menu .block-menu {
    border-bottom: 1px solid #C3C3C3;
  }
  .footer-menu .collapse-toggle {
    cursor: pointer;
    padding: 15px 10px 5px;
    position: relative;
  }
  .footer-menu .col-1 .block-menu {
    border-top: 1px solid #C3C3C3;
  }
  .footer-menu ul li {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .footer-menu ul li + li {
    margin-top: 3px;
  }
  .footer-menu ul a {
    display: inline-block;
    padding: 0;
  }
  .footer-menu .secondary-links {
    font-family: "BentonSans-Regular";
    border-left: 1px solid #dadada;
    padding-left: 20px;
  }
  .footer-menu .col {
    float: left;
    width: 19%;
    margin-right: 1%;
  }
  .footer-menu .col {
    float: left;
    width: 19%;
    margin-right: 1%;
  }
  .footer-menu .collapse-toggle {
    pointer-events: none;
    cursor: default
  }
  .footer-menu .collapse {
    display: block;
  }
  .footer-menu .collapse-toggle:before,
  .footer-menu .collapse-toggle.collapsed:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-menu ul li + li {
    margin-top: 5px;
  }
  .footer-menu .secondary-links {
    font-size: 14px;
  }
}
/* ============================================================= */
/* SOCIAL LINKS */
/* ============================================================= */
#footer-social {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
#footer-social li {
  display: inline-block;
  margin: 0 5px;
}
#footer-social a {
  display: inline-block;
}
#footer-social a:before {
  font-size: 35px;
}
#footer-social a:hover,
#footer-social a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  #footer-social {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer-social li {
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer-social a:before {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .row-product:nth-child(n+7){
    display:none;
  }
}

/* ============================================================= */
/* COOKIES PREFERENCES */
/* ============================================================= */
#mdp-system-cookies-preferences-form .description {
  padding: 0 30px 20px;
  text-align: center;
}
#mdp-system-cookies-preferences-form .vertical-tabs,
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list,
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li {
  border: none;
}
#mdp-system-cookies-preferences-form .vertical-tabs {
  margin-left: 300px;
}
#mdp-system-cookies-preferences-form .vertical-tabs fieldset.vertical-tabs-pane {
  padding: 0 20px 0 0;
  text-align: center;
}
#mdp-system-cookies-preferences-form .vertical-tabs fieldset.vertical-tabs-pane .panel-body h2 {
  display: none;
}
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list {
  margin-left: -300px;
}
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li {
  background: #161616;
  color: #FFFFFF;
  text-transform: uppercase;
  display: table;
  width: 270px;
  border-right: 1px solid #E8E8E8;
}
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li:hover,
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li:focus,
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li.selected {
  background: #A69B67;
}
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li:hover a,
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li:focus a,
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li.selected a {
  color: #000000;
  outline: none;
}
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li a:hover strong,
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li a:focus strong,
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li.selected a strong {
  text-decoration: none;
}
#mdp-system-cookies-preferences-form .vertical-tabs ul.vertical-tabs-list li a {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  color: #FFFFFF;
  padding: 15px;
}
#mdp-system-cookies-preferences-form .btn-default {
  border: 2px solid #999999;
  color: #999999;
  padding: 5px;
  width: 120px;
  text-transform: uppercase;
  margin-right: 10px;
}
#mdp-system-cookies-preferences-form .btn-default:hover,
#mdp-system-cookies-preferences-form .btn-default:focus {
  background: #999999;
  color: #FFFFFF;
}
#mdp-system-cookies-preferences-form .btn-default:active,
#mdp-system-cookies-preferences-form .btn-default.active {
  background: #C43255;
  border-color: #C43255;
  color: #FFFFFF;
  box-shadow: none;
}

#mdp-system-cookies-preferences-form fieldset.cookie-service legend,
#mdp-system-cookies-preferences-form fieldset.cookie-service legend div,
#mdp-system-cookies-preferences-form fieldset.cookie-service .panel-body {
  float: left;
  display: inline;
}
#mdp-system-cookies-preferences-form fieldset.cookie-service legend {
  width: 40%;
  text-align: right;
  padding: 7px;
  padding-left: 0;
}
#mdp-system-cookies-preferences-form fieldset.cookie-service legend .panel-title {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  text-align: right;
  width: 100%;
  padding-right: 10px;
}
#mdp-system-cookies-preferences-form fieldset.cookie-service legend .panel-title,
#mdp-system-cookies-preferences-form fieldset.cookie-service .btn {
  font-size: 14px;
}
@media (max-width: 767px) {
  #mdp-system-cookies-preferences-form .vertical-tabs {
    margin-left: 0;
  }
  #mdp-system-cookies-preferences-form ul.vertical-tabs-list.ul-select {
    border-radius: 7px;
    cursor: pointer;
    padding: 0;
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #mdp-system-cookies-preferences-form ul.vertical-tabs-list.ul-select li {
    display: none;
    padding: 0.5em;
    background: none;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #F1F1F1;
  }
  #mdp-system-cookies-preferences-form ul.vertical-tabs-list.ul-select li a {
    color: #111;
    text-align: left;
    padding: 0.5em 1em;
  }
  #mdp-system-cookies-preferences-form ul.vertical-tabs-list.ul-select li.selected {
    background: none;
  }
  #mdp-system-cookies-preferences-form ul.ul-select li.active {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    color: #111;
    display: table;
    position: relative;
  }
  #mdp-system-cookies-preferences-form .vertical-tabs fieldset.vertical-tabs-pane {
    width: 90%;
    padding: 0;
    margin: 5px auto 0 !important;
  }
  #mdp-system-cookies-preferences-form fieldset.cookie-service {
    margin-top: 15px;
    margin-left: 10px;
  }
  #mdp-system-cookies-preferences-form fieldset.cookie-service legend {
    width: 100%;
  }
  #mdp-system-cookies-preferences-form fieldset.cookie-service legend,
  #mdp-system-cookies-preferences-form fieldset.cookie-service legend div.panel-title {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
  #mdp-system-cookies-preferences-form #ul-arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #mdp-system-cookies-preferences-form ul.ul-select.active {
  }
  #mdp-system-cookies-preferences-form ul.ul-select.active li {
    border: none;
    display: table;
    margin: 2px 0;
  }
  #mdp-system-cookies-preferences-form ul.ul-select.active li:hover {
    background: #F1F1F1;
  }
  #mdp-system-cookies-preferences-form ul.ul-select.active li.active {
    background: #E8E8E8;
  }
  #mdp-system-cookies-preferences-form ul.ul-select.active li.active:hover {
    background: #F1F1F1;
  }

  #mdp-system-cookies-preferences-form #selected-ul-select {
    color: #111;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
  }
  #mdp-system-cookies-preferences-form #selected-ul-select.active {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    color: #999999;
    padding: 0.5em 1em;
    position: relative;
  }
}
