@charset 'UTF-8';

.container-cover {
  position: relative;
}

.container-cover .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.container-cover .cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container-cover .cover.right img {
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container:before,
.container:after {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: ' ';
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: ' ';
}

.row:after {
  clear: both;
}

.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xxs-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.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;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
    td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
    td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12 {
    float: left;
  }

  .col-xxs-1 {
    width: 8.33333%;
  }

  .col-xxs-2 {
    width: 16.66667%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.33333%;
  }

  .col-xxs-5 {
    width: 41.66667%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.33333%;
  }

  .col-xxs-8 {
    width: 66.66667%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.33333%;
  }

  .col-xxs-11 {
    width: 91.66667%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-pull-0 {
    right: auto;
  }

  .col-xxs-pull-1 {
    right: 8.33333%;
  }

  .col-xxs-pull-2 {
    right: 16.66667%;
  }

  .col-xxs-pull-3 {
    right: 25%;
  }

  .col-xxs-pull-4 {
    right: 33.33333%;
  }

  .col-xxs-pull-5 {
    right: 41.66667%;
  }

  .col-xxs-pull-6 {
    right: 50%;
  }

  .col-xxs-pull-7 {
    right: 58.33333%;
  }

  .col-xxs-pull-8 {
    right: 66.66667%;
  }

  .col-xxs-pull-9 {
    right: 75%;
  }

  .col-xxs-pull-10 {
    right: 83.33333%;
  }

  .col-xxs-pull-11 {
    right: 91.66667%;
  }

  .col-xxs-pull-12 {
    right: 100%;
  }

  .col-xxs-push-0 {
    left: auto;
  }

  .col-xxs-push-1 {
    left: 8.33333%;
  }

  .col-xxs-push-2 {
    left: 16.66667%;
  }

  .col-xxs-push-3 {
    left: 25%;
  }

  .col-xxs-push-4 {
    left: 33.33333%;
  }

  .col-xxs-push-5 {
    left: 41.66667%;
  }

  .col-xxs-push-6 {
    left: 50%;
  }

  .col-xxs-push-7 {
    left: 58.33333%;
  }

  .col-xxs-push-8 {
    left: 66.66667%;
  }

  .col-xxs-push-9 {
    left: 75%;
  }

  .col-xxs-push-10 {
    left: 83.33333%;
  }

  .col-xxs-push-11 {
    left: 91.66667%;
  }

  .col-xxs-push-12 {
    left: 100%;
  }

  .col-xxs-offset-0 {
    margin-left: 0;
  }

  .col-xxs-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xxs-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xxs-offset-3 {
    margin-left: 25%;
  }

  .col-xxs-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xxs-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xxs-offset-6 {
    margin-left: 50%;
  }

  .col-xxs-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xxs-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xxs-offset-9 {
    margin-left: 75%;
  }

  .col-xxs-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xxs-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xxs-offset-12 {
    margin-left: 100%;
  }
}

.visible-xxs {
  display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}

@media (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }

  table.visible-xxs {
    display: table !important;
  }

  tr.visible-xxs {
    display: table-row !important;
  }

  th.visible-xxs,
    td.visible-xxs {
    display: table-cell !important;
  }
}

@media (max-width: 480px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

@media (max-width: 480px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}

@font-face {
  font-family: 'iconfont';

    src: url('../css/fonts/icons-font/iconfont.eot');
    src: url('../css/fonts/icons-font/iconfont.eot?#iefix') format('eot'), url('../css/fonts/icons-font/iconfont.woff2') format('woff2'), url('../css/fonts/icons-font/iconfont.woff') format('woff'), url('../css/fonts/icons-font/iconfont.ttf') format('truetype'), url('../css/fonts/icons-font/iconfont.svg#iconfont') format('svg');
}

.icon-next,
.icon-previous,
.icon-search-grey,
.icon-star,
.search-icon {
  font-family: 'iconfont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-next:before {
  content: '';
}

.icon-previous:before {
  content: '';
}

.icon-search-grey:before {
  content: '';
}

.icon-star:before {
  content: '';
}

/* CSS Document */
@font-face {
  font-family: 'gill_sansregular';
    font-weight: normal;
    font-style: normal; 

    src: url('fonts/gn-webfont.eot');
    src: url('fonts/gn-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gn-webfont.woff') format('woff'), url('fonts/gn-webfont.ttf') format('truetype'), url('fonts/gn-webfont.svg#gill_sansregular') format('svg');
}

@font-face {
  font-family: 'gill_sanslight';
    font-weight: normal;
    font-style: normal; 

    src: url('fonts/gill_sans_light-webfont.eot');
    src: url('fonts/gill_sans_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gill_sans_light-webfont.woff') format('woff'), url('fonts/gill_sans_light-webfont.ttf') format('truetype'), url('fonts/gill_sans_light-webfont.svg#gill_sanslight') format('svg');
}

@font-face {
  font-family: 'gill_sansItalic';

    src: url('fonts/gillsansstd-italic.eot');
    src: url('fonts/gillsansstd-italic.eot') format('embedded-opentype'), url('fonts/gillsansstd-italic.woff') format('woff'), url('fonts/gillsansstd-italic.ttf') format('truetype'), url('fonts/gillsansstd-italic.svg#GillSansStdItalic') format('svg');
}

@font-face {
  font-family: 'futura_condensedbold';
    font-weight: normal;
    font-style: normal; 

    src: url('fonts/futura_condensed_bold-webfont.eot');
    src: url('fonts/futura_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futura_condensed_bold-webfont.woff') format('woff'), url('fonts/futura_condensed_bold-webfont.ttf') format('truetype'), url('fonts/futura_condensed_bold-webfont.svg#futura_condensedbold') format('svg');
}

@font-face {
  font-family: 'futura_condensedregular';
    font-weight: normal;
    font-style: normal; 

    src: url('fonts/futura_condensed_regular-webfont.eot');
    src: url('fonts/futura_condensed_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futura_condensed_regular-webfont.woff') format('woff'), url('fonts/futura_condensed_regular-webfont.ttf') format('truetype'), url('fonts/futura_condensed_regular-webfont.svg#futura_condensedregular') format('svg');
}

* {
  font-family: Arial;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial;
  font-size: 12px;
  min-width: 0 !important;
  color: #808080;
}

body.front {
  background: #000;
}

img {
  border: 0;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

a.btn,
div.btn,
p.btn a,
span.btn {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  line-height: 18px;
  padding: 3px 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
  border: 1px solid;
  border-color: #ccc #ccc #e5e5e5 #e5e5e5;
  background: #fff;
}

a.btn:hover,
div.btn:hover,
p.btn a:hover,
span.btn:hover {
  color: #fff;
  background: #000;
}

a.btn-standard,
div.btn-standard,
p.btn-standard a,
span.btn-standard {
  font-family: 'gill_sansregular',arial;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  border-radius: 3px;
  background: #fff;
}

a.btn-standard:hover,
div.btn-standard:hover,
p.btn-standard a:hover,
span.btn-standard:hover {
  color: #fff;
  background: #000;
}

a.btn-black {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  padding: 3px 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  border: 1px solid;
  border-color: #1a1a1a #1a1a1a #404245 #404245;
  border-radius: 1px;
  background: #000;
}

a.btn-black:hover {
  color: #1a1a1a;
  border-top: 1px solid #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #fff;
  background: #fff;
}

.btn_black {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  padding: 3px 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background: #000;
  box-shadow: '1px 1px 0 rgba(255,255,255,0.1), inset 1px 1px 0 rgba(255,255,255,0.1)';
}

.btn_black:hover {
  color: #000;
  background: #fff;
}

.btn-close {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  text-indent: -9999em;
  background: transparent url('../images/interface/btn/close.png') center center no-repeat;
}

.btn-close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-close-small {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  text-indent: -9999em;
  background: transparent url('../images/interface/btn/close-small.png') center center no-repeat;
}

.btn-close-small:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: .7;
}

.btn-down {
  position: absolute;
  z-index: 90;
  bottom: 15px;
  left: 50%;
  display: block;
  width: 35px;
  height: 19px;
  margin-left: -18px;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background: transparent url('../images/interface/btn/btn-down.png') center center no-repeat;
}

.btn-down:hover {
  opacity: .7;
}

.loader,
.loader-slider {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url('../images/interface/bg/loading_blanc.gif') center 45% no-repeat;
}

.fleche-droite {
  position: absolute;
  z-index: 30;
  top: 48%;
  right: 20px;
  display: block;
  width: 19px;
  height: 35px;
  background: transparent url('../images/interface/btn/btn-next.png') center center no-repeat;
}

h1 {
  font-family: 'gill_sansregular',arial;
  font-size: 26px;
  font-weight: normal;
  color: #1a1a1a;
}

h3 {
  font-family: 'gill_sansregular',arial;
  font-weight: normal;
}

div.center {
  max-width: 980px;
  margin: auto;
}

.star-black {
  word-spacing: 20px;
  background: url('../images/interface/bg/star-black.png') no-repeat center center;
}

.star-white {
  word-spacing: 20px;
  background: url('../images/star_white.png') repeat-y 50% -7px;
}

.black-star-vertical ul,
.white-star-horizontal ul {
  list-style-type: none;
}

.black-star-vertical ul li,
.white-star-horizontal ul li {
  opacity: .3;
  filter: alpha(opacity=30);
}

.white-star-horizontal ul li {
  display: inline;
}

.black-star-vertical ul li.gogogo,
.white-star-horizontal ul li.gogogo {
  opacity: 1;
  filter: alpha(opacity=100);
}

.multicolumn {
  column-width: 450px;
  column-gap: 60px;
  -moz-column-width: 450px;
  -moz-column-gap: 60px;
  -webkit-column-width: 450px;
  -webkit-column-gap: 60px;
}

/*** Menu ****/
/*************/
#section-header .menu {
  text-align: center;
}

#section-header .menu li {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: 0;
}

#section-header .menu li.level-1 > span {
  pointer-events: none;
}

#section-header .menu li.level-1.children-1 .level-2 {
  max-width: 100%;
}

#section-header .menu li.level-1 .menu {
  font-size: 0;
}

#section-header .menu li.level-1.children-2 .level-2 {
  max-width: 50%;
}

#section-header .menu li.level-1 .menu {
  font-size: 0;
}

#section-header .menu li.level-1.children-3 .level-2 {
  max-width: 33.33333%;
}

#section-header .menu li.level-1 .menu {
  font-size: 0;
}

#section-header .menu li.level-1.children-4 .level-2 {
  max-width: 25%;
}

#section-header .menu li.level-1 .menu {
  font-size: 0;
}

#section-header .menu li.level-1.children-5 .level-2 {
  max-width: 20%;
}

#section-header .menu li.level-1 .menu {
  font-size: 0;
}

#section-header .menu li.level-1.children-6 .level-2 {
  max-width: 16.66667%;
}

#section-header .menu li.level-1 .menu {
  font-size: 0;
}

#section-header .menu li:hover {
  background: none;
}

#section-header .menu li:hover .container-submenu {
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
}

#section-header .menu li:hover .container-submenu .container-submenu-inside {
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  opacity: 1;
}

#section-header .menu li a,
#section-header .menu li span {
  cursor: pointer;
  text-decoration: none;
}

#section-header .menu li a span,
#section-header .menu li span span {
  font-family: 'gill_sansregular',arial;
  font-size: 14px;
  display: block;
  margin: 0 15px;
  text-transform: uppercase;
  color: #808080;
}

#section-header .menu li a.collections + .container-submenu .menu {
  background: #e6e6e6;
}

#section-header .menu li a.collections + .container-submenu .menu li {
  width: auto;
  margin: 0 2.5%;
  padding: 0;
  vertical-align: middle;
  border: 0;
  background: none;
}

#section-header .menu li a.collections + .container-submenu .menu li.first a {
  background: #9e9e9e;
}

#section-header .menu li a.collections + .container-submenu .menu li.first a span {
  color: #fff;
}

#section-header .menu li a.collections + .container-submenu .menu li a {
  padding: 0 15px;
  border-radius: 3px;
  background: #fff;
}

#section-header .menu li a.collections + .container-submenu .menu li a:hover {
  background: #000;
}

#section-header .menu li a.collections + .container-submenu .menu li a:hover span {
  color: #fff;
}

#section-header .menu li a.collections + .container-submenu .menu li a span {
  line-height: 35px;
  margin: 0 15px;
  padding: 0;
}

#section-header .menu li a.points-de-vente + .container-submenu .menu li {
  line-height: 15px;
  position: relative;
  padding: 10px 0;
}

#section-header .menu li a.points-de-vente + .container-submenu .menu li a {
  padding: 0 10px 0 50px;
}

#section-header .menu li a.points-de-vente + .container-submenu .menu li a.link-img {
  background: none;
}

#section-header .menu li a.points-de-vente + .container-submenu .menu li a img {
  position: absolute;
  top: 10px;
  left: 10px;
}

#section-header .menu .container-submenu {
  position: absolute;
  z-index: 500;
  right: 0;
  left: 0;
  display: block;
  overflow: hidden;
  height: 0;
  margin-top: -2px;
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  background: #fff;
}

#section-header .menu .container-submenu .container-submenu-inside {
  height: 100%;
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  opacity: 0;
  background: #fff;
}

#section-header .menu .container-submenu .container-submenu-inside .menu:hover li:hover a.link-img img,
#section-header .menu .container-submenu .container-submenu-inside .menu:hover li:hover span.link-img img {
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  opacity: 1;
}

#section-header .menu .container-submenu .container-submenu-inside .menu:hover li a.link-img img,
#section-header .menu .container-submenu .container-submenu-inside .menu:hover li span.link-img img {
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  opacity: .6;
}

#section-header .menu .container-submenu .container-submenu-inside li {
  padding: 0 1.5% 15px;
  vertical-align: bottom;
}

#section-header .menu .container-submenu .container-submenu-inside li:hover a span,
#section-header .menu .container-submenu .container-submenu-inside li:hover span span {
  -webkit-transition: color .5s linear;
  transition: color .5s linear;
  color: #000;
}

#section-header .menu .container-submenu .container-submenu-inside li:hover a.link-img img,
#section-header .menu .container-submenu .container-submenu-inside li:hover span.link-img img {
  opacity: 1;
}

#section-header .menu .container-submenu .container-submenu-inside li a,
#section-header .menu .container-submenu .container-submenu-inside li span {
  display: block;
}

#section-header .menu .container-submenu .container-submenu-inside li a span,
#section-header .menu .container-submenu .container-submenu-inside li span span {
  margin: 0;
  padding: 20px 15px;
  -webkit-transition: color 1.5s linear;
  transition: color 1.5s linear;
  color: #808080;
}

#section-header .menu .container-submenu .container-submenu-inside li a.link-img,
#section-header .menu .container-submenu .container-submenu-inside li span.link-img {
  background: #000;
}

#section-header .menu .container-submenu .container-submenu-inside li a.link-img span,
#section-header .menu .container-submenu .container-submenu-inside li span.link-img span {
  background: #fff;
}

#section-header .menu .container-submenu .container-submenu-inside li a.link-img img,
#section-header .menu .container-submenu .container-submenu-inside li span.link-img img {
  max-width: 100%;
  height: auto;
}

#section-header .menu .container-submenu .collections-list li {
  padding: 15px 0;
}

#section-header .menu .container-submenu .collections-list li a {
  display: block;
}

#section-header .menu .container-submenu .collections-list li .field_title {
  font-family: 'gill_sansregular';
  font-size: 12px;
  line-height: 1.2em;
  margin: 15px 0;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
}

body.mobile #section-header {
  height: 60px;
  background-color: #000;
}

body.mobile #section-header .logo {
  position: fixed;
  top: 0;
  left: 50%;
  width: 140px;
  margin-left: -70px;
}

body.mobile .menu-responsive {
  position: fixed;
  top: 0;
  left: 15px;
  margin-top: 15px;
  color: #fff;
  border: 0;
  background: none;
  box-shadow: none;
}

body.mobile .menu-responsive .icon-bar {
  display: block;
  width: 20px;
  height: 3px;
  opacity: .3;
  border-radius: 1px;
  background: #fff;
}

body.mobile .menu-responsive .icon-bar + .icon-bar {
  margin-top: 3px;
}

body.mobile .menu-responsive:focus {
  outline: none;
}

body.mobile #mobile-menu {
  display: none;
  margin-top: 60px;
}

body.mobile #mobile-menu li {
  background-color: #fff;
}

body.mobile #mobile-menu li a {
  font-family: gill_sansregular;
  font-size: 16px;
  display: block;
  margin: 0 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #7f7f7f;
  border-bottom: 1px solid lightgrey;
}

body.mobile #mobile-menu li a:hover {
  color: #000;
}

body.mobile #mobile-menu.open {
  display: block;
}

body.mobile #secondary-menu li:not(:first-child) {
  display: none;
}

body.mobile #secondary-menu li:first-child {
  position: fixed;
  top: 0;
  right: 15px;
}

.contextual-links-region {
  height: auto;
}

/**** Nav slider *****/
.nav-slider {
  position: absolute;
  z-index: 20;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

.nav-slider li {
  display: inline-block;
  float: none;
  height: auto;
}

.nav-slider a {
  display: block;
  overflow: hidden;
  width: 14px;
  height: 14px;
  text-decoration: none;
  text-indent: -9999em;
  background: transparent url('../images/interface/btn/nav-star-white.png') center top no-repeat;
}

.nav-slider li.active a,
.nav-slider li:hover a {
  background-position: center bottom;
}

.mobile-landscape {
  overflow: hidden;
  width: 0;
  height: 0;
  background: #000 url('../images/mobile/mobile_retourner-jd.jpg') center center no-repeat;
}

/*************************************************************/
/************   HEADER   *************************************/
/*************************************************************/
#section-header {
  line-height: 60px;
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  border-bottom: 2px solid #1a1a1a;
  background-color: black;
}

#section-header nav {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

#section-header .logo {
  position: relative;
  top: 10px;
  display: block;
  color: transparent;
  background: url('../images/interface/logo.svg') no-repeat scroll center center transparent;
}

#secondary-menu {
  position: absolute;
  right: 0;
  width: 130px;
}

#secondary-menu li {
  position: relative;
}

#secondary-menu li .cart_macaron {
  line-height: 16px;
  position: absolute;
  right: 5px;
  bottom: -5px;
  display: block;
  width: 17px;
  height: 16px;
  text-align: center;
  color: #ddd;
  border-radius: 19px;
  background: #cc2929;
}

@media (max-width: 1024px) {
  #secondary-menu {
    display: none;
  }
}

.head {
  position: relative;
  bottom: -55px;
  float: right;
}

.head > ul li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

.head > ul a,
.head > ul span.nolink {
  display: block;
  overflow: hidden;
  width: 22px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  text-indent: -200px;
    /* Icon recherche */
}

.logged-in .navigation {
  max-width: 1120px !important;
}

.logged-in .navigation #secondary-menu {
  top: 8px;
  width: 170px;
}

.logged-in .head > ul a,
.logged-in .head > ul span.nolink {
  width: 35px;
  height: 35px;
}

.logged-in.mobile {
  background-position-y: 8px;
}

.logged-in .account-icon {
  background: url('../img/account-connected.svg') no-repeat;
  background-position-y: -6px;
}

.search-icon {
  color:#fff !important;
  font-family: 'iconfont';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-indent: 0 !important;
  text-transform: none;
   opacity: .5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-icon:before {
  content: '';
}

.search-icon:before {
  margin-right: 20px;
  margin-left: 2px;
}

.search-icon:hover {
  opacity: 1;
}

/* Icon share */
.forma44 {
  background: url('../img/header-icons.gif') 22px 0;
}

.forma44.active,
.forma44:hover {
  background-position: 22px -20px;
}

/* Icon favorite */
.basket {
  opacity: .5;
  background: url('../img/panier.png') no-repeat;
}

.basket:hover {
  opacity: 1;
}

/* Icon account */
.account-icon {
  opacity: .5;
  background: url('../img/account.svg') no-repeat;
}

.account-icon:hover {
  opacity: 1;
}

/*** CART COUNTER ***/
.main-menu span.cart_macaron {
  line-height: 16px;
  position: absolute;
  top: 20px;
  display: block;
  width: 17px;
  height: 16px;
  margin-left: 65px;
  text-align: center;
  color: #ddd;
  border-radius: 19px;
  background: #cc2929;
}

/* Icon shuffle */
.shuffle {
  position: relative;
  top: 2px;
  opacity: .5;
  background: url('../img/shuffle.png') no-repeat;
}

.shuffle:hover {
  opacity: 1;
}

.submenu-overlay {
  position: fixed;
  z-index: 100;
  top: 122px;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .5);
}

.submenu > div {
  position: fixed;
  z-index: 200;
  top: 122px;
  width: 100%;
  opacity: 0;
  background: #fff;
}

.submenu > div.active {
  opacity: 1;
}

.submenu > div.hidden {
  z-index: -10;
}

/******	SHARE PANEL	******/
.head ul li span.nolink.forma44 {
  display: none;
}

.share-panel-wrapper {
  width: 100%;
  height: 96px;
  background: none repeat scroll 0 0 #fff;
}

.share-text {
  float: left;
  width: 373px;
  height: 96px;
}

.share-panel {
  font-family: 'gill_sansregular';
  max-width: 920px;
  height: 96px;
  margin: 0 auto;
  padding: 0 10px 0 30px;
  text-transform: uppercase;
}

.share-panel .title-submenu {
  font-size: 18px;
  padding: 16px 0 7px;
  color: #808080;
}

.share-panel h3 {
  font-size: 18px;
  padding: 16px 0 7px;
  color: #808080;
}

.share-panel p {
  font-size: 10px;
  line-height: 15px;
  color: #000;
}

/******	SEARCH PANEL	*******/
.search-panel-shadow p {
  font-size: 10px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.search-panel-wrapper,
account-panel-wrapper {
  width: 100%;
}

.search-panel-wrapper:firstchild,
account-panel-wrapper:firstchild {
  width: 920px;
  height: 312px;
  margin: 0 auto;
  padding: 20px 0;
  text-transform: uppercase;
}

.search-panel-wrapper .search-top .form-text,
account-panel-wrapper .search-top .form-text {
  width: 485px;
  margin-right: 10px;
}

.search-panel-wrapper .container-inline.form-wrapper .form-submit,
account-panel-wrapper .container-inline.form-wrapper .form-submit {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  width: 190px;
  padding: 3px 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
  border: 1px solid #ccc;
  border-radius: 1px;
  background: #fff;
  box-shadow: none;
  text-shadow: none;
}

.search-panel-wrapper .container-inline.form-wrapper .form-submit:hover,
account-panel-wrapper .container-inline.form-wrapper .form-submit:hover {
  color: #fff;
  background: #000;
}

.search-panel-bottom {
  min-width: 900px;
  max-width: 945px;
  margin: 0 auto;
  padding: 25px 20px;
}

.search-panel-bottom .title-submenu {
  font-family: 'gill_sansregular',arial;
  font-size: 18px;
  font-weight: normal;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #808080;
}

.search-panel-bottom .exposed_form {
  padding-top: 10px;
}

.search-panel-bottom .views-exposed-widgets {
  margin: 0;
}

.search-panel-bottom .views-exposed-form .views-exposed-widget {
  width: 23%;
  max-width: 222px;
  margin: 1% 2% 0 0;
  padding: 0;
}

.search-panel-bottom #edit-ref {
  font-size: 10px;
  font-weight: bold;
  line-height: 24px;
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  text-indent: 8px;
  text-transform: uppercase;
  color: #4c4c4c;
  border: 1px solid;
  border-color: #ccc #ccc #e5e5e5 #e5e5e5;
  background: #b3b3b3;
}

.search-panel-bottom .select {
  font-size: 10px;
  font-weight: bold;
  line-height: 24px;
  display: block;
  width: 100%;
  max-width: 178px;
  height: 24px;
  padding-right: 18px;
  cursor: pointer;
  color: #4c4c4c;
}

.search-panel-bottom select.styled {
  width: 220px;
  height: 24px;
  cursor: pointer;
  border: none;
}

.search-panel-bottom input[type='submit'] {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  display: block;
  height: 26px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
  border: 1px solid;
  border-color: #ccc #ccc #e5e5e5 #e5e5e5;
  border-radius: 1px;
  background: #fff;
  box-shadow: none;
  text-shadow: none;
}

.search-panel-bottom input[type='submit']:hover {
  color: #fff;
  background: #000;
}

#search_page .views-exposed-form .views-exposed-widget .form-submit {
  width: 180px !important;
}

.form-item.form-type-textfield.form-item-keys label {
  font-family: 'gill_sansregular',arial;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-right: 10px;
  text-transform: uppercase;
  color: #808080;
}

.views-exposed-form .views-exposed-widget .form-submit {
  display: inline-block;
  width: 80%;
  margin: 0;
  vertical-align: top;
}

.views-exposed-form .rech-reset {
  display: inline-block;
  float: right;
  width: 28px;
  height: 26px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-indent: -999em;
  background: url('../images/interface/btn/refresh.jpg') 0 0 no-repeat;
}

.views-exposed-form .rech-reset:hover {
  background-position: left bottom;
}

/********** ACCOUNT PANEL ************/
.account-panel-shadow {
  top: 120px !important;
  text-align: center;
}

@media (max-width: 1024px) {
  .account-panel-shadow {
    top: 60px !important;
  }
}

.account-panel-shadow a {
  font-size: 14px;
  line-height: 4;
  margin: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #8b8b8b;
}

@media (max-width: 1024px) {
  .account-panel-shadow a {
    top: 60px !important;
    display: block;
  }
}

.mobile-account {
  position: absolute;
  top: 5px;
  right: 10px;
  display: none;
  cursor: pointer;
}

.mobile-account .account-icon {
  display: inline-block;
  width: 22px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
}

/******	COLLECTIONS PANEL ******/
.submenu > div .panel {
  opacity: 0;
}

.collections-panel-shadow {
  position: absolute;
  z-index: 49;
  top: 71px;
}

#collections-panel-wrapper {
  width: 100%;
  background: none repeat scroll 0 0 #fff;
}

.ateliers-panel,
.collections-panel,
.pdv-panel,
.rayonnement-panel,
.services-panel {
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
}

.ateliers-panel .submenu,
.collections-panel .submenu,
.pdv-panel .submenu,
.rayonnement-panel .submenu,
.services-panel .submenu {
  display: block;
  padding: 10px 0 30px;
}

.ateliers-panel .submenu.pdv-submenu,
.collections-panel .submenu.pdv-submenu,
.pdv-panel .submenu.pdv-submenu,
.rayonnement-panel .submenu.pdv-submenu,
.services-panel .submenu.pdv-submenu {
  padding: 50px 0;
}

.ateliers-panel .submenu.pdv-submenu a,
.collections-panel .submenu.pdv-submenu a,
.pdv-panel .submenu.pdv-submenu a,
.rayonnement-panel .submenu.pdv-submenu a,
.services-panel .submenu.pdv-submenu a {
  line-height: 90px;
}

.ateliers-panel .submenu li,
.collections-panel .submenu li,
.pdv-panel .submenu li,
.rayonnement-panel .submenu li,
.services-panel .submenu li {
  position: relative;
  display: inline-block;
  width: 309px;
  margin: 0 15px;
  text-align: center;
}

.ateliers-panel .submenu li a,
.ateliers-panel .submenu li a:hover,
.collections-panel .submenu li a,
.collections-panel .submenu li a:hover,
.pdv-panel .submenu li a,
.pdv-panel .submenu li a:hover,
.rayonnement-panel .submenu li a,
.rayonnement-panel .submenu li a:hover,
.services-panel .submenu li a,
.services-panel .submenu li a:hover {
  text-decoration: none;
}

.ateliers-panel .submenu li .title,
.collections-panel .submenu li .title,
.pdv-panel .submenu li .title,
.rayonnement-panel .submenu li .title,
.services-panel .submenu li .title {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  color: #000;
}

.ateliers-panel .submenu li .title.inactive,
.collections-panel .submenu li .title.inactive,
.pdv-panel .submenu li .title.inactive,
.rayonnement-panel .submenu li .title.inactive,
.services-panel .submenu li .title.inactive {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .5;
}

.ateliers-panel .submenu li .title .icon-loc,
.collections-panel .submenu li .title .icon-loc,
.pdv-panel .submenu li .title .icon-loc,
.rayonnement-panel .submenu li .title .icon-loc,
.services-panel .submenu li .title .icon-loc {
  margin-right: 10px;
}

.ateliers-panel .submenu li .title:hover,
.collections-panel .submenu li .title:hover,
.pdv-panel .submenu li .title:hover,
.rayonnement-panel .submenu li .title:hover,
.services-panel .submenu li .title:hover {
  text-decoration: none;
}

.ateliers-panel .submenu li .submenu-overlay,
.collections-panel .submenu li .submenu-overlay,
.pdv-panel .submenu li .submenu-overlay,
.rayonnement-panel .submenu li .submenu-overlay,
.services-panel .submenu li .submenu-overlay {
  position: absolute;
  z-index: 200;
  top: 50px;
  width: 280px;
  height: 220px !important;
  margin: 0 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background-color: #000;
}

.ateliers-panel .submenu li .submenu-overlay.inactive,
.collections-panel .submenu li .submenu-overlay.inactive,
.pdv-panel .submenu li .submenu-overlay.inactive,
.rayonnement-panel .submenu li .submenu-overlay.inactive,
.services-panel .submenu li .submenu-overlay.inactive {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .3;
}

.ateliers-panel .views-header,
.collections-panel .views-header,
.pdv-panel .views-header,
.rayonnement-panel .views-header,
.services-panel .views-header {
  display: none;
}

.collections-panel a.inactive {
  opacity: .5;
}

ul.collections-list {
  display: block;
  margin: auto;
  text-align: center;
}

ul.collections-list > li {
  position: relative;
  display: inline-block;
  width: 118px;
  height: auto;
  margin-right: 0;
  padding: 30px 5px;
  text-align: center;
  vertical-align: top;
}

ul.collections-list > li:hover * {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 1;
}

ul.collections-list > li:hover .overlay {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 1;
  filter: alpha(opacity=100);
}

ul.collections-list > li.hovered-collection {
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
  opacity: 1;
}

ul.collections-list > li.blurred-collection {
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
  opacity: .4;
}

ul.collections-list > li .overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: 0 0 no-repeat;
  filter: alpha(opacity=0);
}

ul.collections-list > li .overlay a {
  display: block;
  width: 100%;
  height: 100%;
}

ul.collections-list > li a {
  text-decoration: none;
}

ul.collections-list > li p.title {
  font-family: 'gill_sansregular';
  font-size: 12px;
  line-height: 15px;
  position: relative;
  z-index: 5;
  left: -2px;
  height: 25px;
  padding-bottom: 8px;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

ul.collections-list > li img {
  position: relative;
  z-index: 5;
}

.menu-317:hover .collections-panel-shadow {
  top: 0;
  -webkit-transition: top 1s linear;
  transition: top 1s linear;
}

#collections-buttons-wrapper {
  line-height: 53px;
  display: inline-block;
  width: 100%;
  height: 55px;
  background: none repeat scroll 0 0 #e6e6e6;
}

.collections-buttons {
  height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.collections-buttons .button {
  margin: 0 2px;
}

.collections-buttons .btn {
  line-height: 30px;
  display: inline-block;
  width: 200px;
  height: 30px;
  margin: 0 15px;
  border-radius: 3px;
}

.collections-buttons .btn.btn-accessoires {
  color: #fff;
  background-color: #9e9e9e;
}

.collections-buttons .btn.btn-accessoires:hover {
  background-color: #000;
}

/*************************************************************/
/**************  FOOTER  *************************************/
/*************************************************************/
footer {
  font-size: 14px;
  position: fixed;
  z-index: 400;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #e6e6e6;
}

footer div.footer_wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 40px;
  margin: auto;
}

footer div.footer_wrapper .footer-menu ul,
footer div.footer_wrapper ul.language-switcher-locale-url {
  float: left;
}

footer div.footer_wrapper .language-menu-trigger {
  font-family: 'futura_condensedregular', arial;
  font-size: 14px;
  font-weight: normal;
  line-height: 45px;
  position: relative;
  z-index: 1002;
  top: 0;
  display: block;
  float: left;
  height: 38px;
  padding: 0 35px 0 10px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
  border: 1px solid transparent;
  border-top: none;
  background: url('../images/interface/bg/arrow-footer.png') no-repeat scroll -60px 0 transparent;
}

footer div.footer_wrapper .language-menu-trigger:hover {
  color: #1a1a1a;
  background-position: 0 0;
}

footer div.footer_wrapper .language-menu-trigger.open {
  color: #1a1a1a;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #fff;
  background-position: -60px -40px;
}

footer div.footer_wrapper ul.language-switcher-locale-url {
  position: absolute;
  z-index: 1001;
  bottom: 40px;
  left: 1px;
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #e6e6e6;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 5px 8px 20px 0 rgba(0, 0, 0, .2);
}

footer div.footer_wrapper ul.language-switcher-locale-url li {
  line-height: 24px;
  display: block;
  height: 24px;
  padding: 0;
}

footer div.footer_wrapper ul.language-switcher-locale-url li a {
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  display: block;
  width: 132px;
  padding: 0 14px;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  text-decoration: none;
  text-transform: uppercase;
  color: #4c4c4c;
}

footer div.footer_wrapper ul.language-switcher-locale-url li a:hover {
  color: #fff;
  background: #1a1a1a;
}

footer div.footer_wrapper ul.language-switcher-locale-url.hidden {
  display: none !important;
}

footer div.footer_wrapper ul.language-switcher-locale-url.show {
  display: block !important;
}

footer div.footer_wrapper .footer-menu {
  position: relative;
  float: left;
}

footer div.footer_wrapper .triman {
  line-height: 1.5em;
  position: absolute;
  right: 0;
  bottom: 37px;
  display: none;
  max-width: 280px;
  padding: 15px 20px;
  color: #999;
  background: #fff;
  box-shadow: 5px 8px 20px 0 rgba(0, 0, 0, .2);
}

footer div.footer_wrapper .triman a {
  text-decoration: underline;
  color: #808080;
}

footer div.footer_wrapper .triman p {
  font-size: 12px;
  margin: 0;
}

footer div.footer_wrapper .triman .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 11px;
  height: 11px;
}

footer div.footer_wrapper #triman {
  z-index: 100;
  padding: 0;
  background: none;
}

footer div.footer_wrapper #triman a {
  display: block;
  width: 57px;
  height: 40px;
  text-indent: -999em;
  background: url('../images/interface/icons/icon-triman.png') center center no-repeat;
}

footer div.footer_wrapper #triman a.open {
  background-color: #fff;
}

.footer-menu ul {
  display: block;
  height: 37px;
  margin: 0 auto;
  text-transform: uppercase;
}

.footer-menu ul > li {
  line-height: 37px;
  position: relative;
  float: left;
  height: 37px;
  padding: 3px 9px 0;
  list-style: none;
  color: #808080;
  background: url('../img/footer-menu-separator.gif') no-repeat 0 45%;
}

.footer-menu ul > li:first-child {
  background: none;
}

.footer-menu ul > li > p {
  font-family: 'futura_condensedregular',arial;
  font-weight: bold;
  float: right;
  width: 100px;
  text-align: right;
}

.footer-menu ul > li a,
.footer-menu ul > li span {
  font-family: 'futura_condensedregular',arial;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  color: #808080;
}

.footer-menu ul > li a:hover,
.footer-menu ul > li span:hover {
  color: #1a1a1a;
}

.footer-menu ul > li .footer-phone-icon {
  position: relative;
  top: 4px;
}

.footer-menu ul > li .footer-phone-icon:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.selected-language {
  display: block;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: url('../img/select-arrow.png') no-repeat scroll right center transparent;
}

.languages-list {
  position: absolute;
  z-index: 1001;
  bottom: 40px;
  margin: 0;
  padding: 5px 0 0;
  background: none repeat scroll 0 0 #e5e5e5;
}

.languages-list.hidden {
  display: none;
}

.languages-list li {
  line-height: 24px;
  display: block;
  width: 30px;
  height: 24px;
  margin: 0 8px;
  padding: 0;
}

.languages-list li a {
  display: block;
  padding: 0 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  color: #808080;
}

.languages-list.shown {
  display: visible !important;
}

.social-menu {
  line-height: 18px;
  float: right;
}

.social-menu p.footer-follow-us {
  font-family: 'futura_condensedregular';
  font-size: 14px;
  line-height: 40px;
  display: block;
  float: left;
  text-transform: uppercase;
  color: #808080;
}

.social-menu .social-icons {
  display: block;
  float: left;
  margin-left: 5px;
}

.social-menu .social-icons:after {
  display: block;
  float: none;
  clear: both;
  content: ' ';
}

.social-menu .social-icons li {
  display: block;
  float: left;
  padding: 13px 5px;
}

.social-menu .social-icons li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 14px;
  height: 14px;
  text-indent: -10000px;
  background: transparent url('../images/interface/icons/icon-rs-footer.png') 0 0 no-repeat;
}

.social-menu .social-icons li a.btn-fb {
  background-position: 0 -3px;
}

.social-menu .social-icons li a.btn-fb:hover {
  background-position: 0 -33px;
}

.social-menu .social-icons li a.btn-twitter {
  width: 18px;
  height: 15px;
  background-position: -24px -2px;
}

.social-menu .social-icons li a.btn-twitter:hover {
  background-position: -24px -32px;
}

.social-menu .social-icons li a.btn-youtube {
  width: 16px;
  height: 19px;
  margin-top: -2px;
  background-position: -50px -0;
}

.social-menu .social-icons li a.btn-youtube:hover {
  background-position: -50px -30px;
}

.social-menu .social-icons li a.btn-pin {
  background-position: -74px -3px;
}

.social-menu .social-icons li a.btn-pin:hover {
  background-position: -74px -33px;
}

.social-menu .social-icons li a.btn-rss {
  background-position: -98px -3px;
}

.social-menu .social-icons li a.btn-rss:hover {
  background-position: -98px -33px;
}

.social-menu .social-icons li a.btn-weibo {
  width: 21px;
  height: 18px;
  margin-top: -1px;
  background-position: -122px -1px;
}

.social-menu .social-icons li a.btn-weibo:hover {
  background-position: -122px -31px;
}

.social-menu .social-icons li a.btn-instagram {
  height: 20px;
  background-position: -153px -2px;
}

.social-menu .social-icons li a.btn-instagram:hover {
  background-position: -152px -32px;
}

/*************************************************************/
/*********   CONTENT    **************************************/
/*************************************************************/
#content_wraper,
section {
    /* @RCL 2015 03 12
	padding-top: 122px;
	padding-bottom: 40px;
	@RCL FIX 2015 03 12 */
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 40px;
}

div.h_wrap {
  position: relative;
  overflow: hidden;
}

body.page-history * {
  box-sizing: content-box;
}

body.page-history #content_wraper div.h_wrap {
  position: relative;
}

#content_wraper .h_wrap .v_wrap,
section .h_wrap .v_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.zTop {
  z-index: 500;
}

/****************   SLIDER HOME ************************************/
.scroll-footer {
  position: fixed;
  z-index: 1000;
  bottom: 39px;
  left: 50%;
  display: block;
  width: 60px;
  height: 30px;
  margin-left: -30px;
  background: transparent url('../images/interface/bg/bg-scroll-footer.png') center top no-repeat;
}

.scroll-footer span {
  z-index: 100;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  background: transparent url('../images/interface/btn/footer-scroll.gif') center bottom no-repeat;
}

/****************   SLIDER FRONT NEWS ************************************/
.container-slider-front-news {
  padding-bottom: 40px;
}

.container-slider-front-news .slider-front-news {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.container-slider-front-news .slider-front-news:after {
  display: block;
  float: none;
  clear: both;
  content: ' ';
}

.container-slider-front-news .slider-front-news li {
  float: left;
  width: 32%;
}

.container-slider-front-news .slider-front-news li .views-row {
  text-align: center;
}

.container-slider-front-news .slider-front-news li .views-row.first {
  padding-left: 0;
}

.container-slider-front-news .slider-front-news li .views-row .views-field-created {
  font-size: 10px;
  padding: 15px 0;
  text-transform: uppercase;
  color: #d1d1d1;
}

.container-slider-front-news .slider-front-news li .views-row .views-field-title {
  padding: 0 10px;
}

.container-slider-front-news .slider-front-news li .views-row .views-field-title a {
  font-family: 'gill_sansregular',arial;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.container-slider-front-news .slider-front-news li .views-row img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.container-slider-front-news .slider-front-news li + li {
  margin-left: 2%;
}

body.page-collections .slider-navigation-wrapper-white .slider-navigation-container,
body.panel_collection #content_wraper .watch-images,
body.panel_collection section .watch-images {
  right: -1000%;
    /* overflow: hidden; */
}

.moving-title .slider-navigation {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.moving-title .slider-navigation li {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.moving-title .slider-navigation li.show-watch-info {
  width: 850px;
}

/*	ARROWS	*/
.arrow-panel {
  position: absolute;
  z-index: 10;
  width: 44px;
  height: 42px;
  margin-left: 458px;
  padding-top: 18px;
}

.arrow-panel a {
  position: relative;
  z-index: 15;
  display: block;
  float: left;
  width: 13px;
  height: 13px;
    /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	opacity: 0.3;*/
  cursor: pointer;
  background-image: url('../img/arrows.gif');
  background-repeat: no-repeat;
}

.arrow-panel:hover a {
  opacity: .3;
  background-image: url('../img/arrows-fixe.gif');
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.arrow-panel a:hover {
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  opacity: 1;
  background-image: url('../img/arrows-fixe.gif');
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.arrow-panel .arrow-top {
  clear: both;
  margin-right: 15px;
  margin-bottom: 2px;
  margin-left: 15px;
  background-position: -15px 0;
}

.arrow-panel:hover .arrow-top {
  background-position: -13px 0;
}

.arrow-panel .arrow-left {
  margin-right: 2px;
  background-position: 0 -15px;
}

.arrow-panel:hover .arrow-left {
  background-position: 0 -13px;
}

.arrow-panel .arrow-bottom {
  margin-right: 2px;
  background-position: -15px -15px;
}

.arrow-panel:hover .arrow-bottom {
  background-position: -13px -13px;
}

.arrow-panel .arrow-right {
  background-position: -30px -15px;
}

.arrow-panel:hover .arrow-right {
  background-position: 0 0;
}

/*	ARROWS GREY	*/
.arrow-panel-grey {
  position: absolute;
  z-index: 10;
    /* padding-top: 28px; */
  bottom: 0;
  width: 44px;
  height: 42px;
  margin-left: 50%;
}

.arrow-panel-grey a {
  position: relative;
  z-index: 15;
  display: block;
  float: left;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background-image: url('../images/interface/btn/arrow-dark.gif');
  background-repeat: no-repeat;
}

.arrow-panel-grey:hover a {
  background-image: url('../images/interface/btn/arrow-dark-fixe.png');
}

.arrow-panel-grey .arrow-top {
  clear: both;
  margin-right: 15px;
  margin-bottom: 2px;
  margin-left: 15px;
  background-position: -15px 0;
}

.arrow-panel-grey .arrow-top:hover {
  background-position: -15px -40px;
}

.arrow-panel-grey .arrow-left {
  margin-right: 2px;
  background-position: 0 -15px;
}

.arrow-panel-grey .arrow-left:hover {
  background-position: 0 -55px;
}

.arrow-panel-grey .arrow-bottom {
  margin-right: 2px;
  background-position: -15px -15px;
}

.arrow-panel-grey .arrow-bottom:hover {
  background-position: -15px -55px;
}

.arrow-panel-grey .arrow-right {
  background-position: -30px -15px;
}

.arrow-panel-grey .arrow-right:hover {
  background-position: -30px -55px;
}

/************************************************************
*********	COLLECTION	*************************************
*************************************************************/
.panel_collection #content_wraper .bx-wrapper .bx-prev {
  left: 0;
}

.panel_collection #content_wraper .bx-wrapper .bx-next {
  right: 0;
}

.panel_collection #content_wraper .bx-wrapper img {
  max-width: none;
}

.panel_collection #content_wraper .info {
  max-width: 890px;
  margin: 0 auto;
  padding: 20px 0 1px;
  text-align: center;
}

.panel_collection #content_wraper .info h1 {
  text-align: left;
}

.panel_collection #content_wraper .info .content-desc {
  position: relative;
  clear: both;
  margin-top: 10px;
}

.panel_collection #content_wraper .info .content-desc .description {
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  width: 85%;
  margin-right: 50px;
  text-align: justify;
  color: #4c4c4c;
}

.panel_collection #content_wraper .info .content-desc .button {
  position: absolute;
  top: 0;
  right: 0;
}

.panel_collection #content_wraper .list-collection li .container-watch {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.panel_collection #content_wraper .list-collection li .container-watch:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 1px;
  height: 1px;
  content: '';
  background: #000;
}

.panel_collection #content_wraper .list-collection li .container-watch .watch-photos {
  display: inline-block;
}

.panel_collection #content_wraper .list-collection li h2.preview-title {
  font-family: gill_sansregular;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  margin: 0;
  padding: 18px 15%;
  text-align: center;
  text-transform: uppercase;
  color: #808080;
}

.contextual-links-region {
  position: static !important;
  height: 100%;
}

/******************	WATCHES	*******************************/
.panel_collection #content_wraper .watch-images,
.panel_collection section .watch-images {
  position: absolute;
  top: 150px;
  right: 15px;
  bottom: 20%;
  left: 15px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.panel_collection #content_wraper .watch-images div.watch,
.panel_collection section .watch-images div.watch {
  float: left;
  width: 315px;
  height: 100%;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.panel_collection #content_wraper .watch,
.panel_collection section .watch {
  position: relative;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain !important;
}

.panel_collection #content_wraper .watch-images.opacity div.watch,
.panel_collection section .watch-images.opacity div.watch {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  text-align: left;
  opacity: .3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.panel_collection #content_wraper .watch-images.opacity div.watch:hover,
.panel_collection section .watch-images.opacity div.watch:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.panel_collection #content_wraper .watch-images div.title,
.panel_collection section .watch-images div.title {
  position: absolute;
  bottom: -10px;
  text-align: center;
}

.panel_collection #content_wraper .watch-images div.watch.show-watch-info,
.panel_collection section .watch-images div.watch.show-watch-info {
  width: 850px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  background-position: 0 50%;
}

.panel_collection #content_wraper .watch-images div.watch.show-watch-info + div.watch,
.panel_collection section .watch-images div.watch.show-watch-info + div.watch {
  right: 0;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.panel_collection #content_wraper .watch-images div.watch.show-watch-info + div.watch,
.panel_collection section .watch-images div.watch.show-watch-info + div.watch {
  right: -50px;
}

/*	WATCH INFO	*/
.panel_collection #content_wraper .watch-images div.watch div.watch-information,
.panel_collection section .watch-images div.watch div.watch-information {
  margin-left: 300px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.panel_collection #content_wraper .watch-images div.watch.show-watch-info div.watch-information,
.panel_collection section .watch-images div.watch.show-watch-info div.watch-information {
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.panel_collection #content_wraper .watch-images div.watch.show-watch-info div.watch-information .scrolable,
.panel_collection section .watch-images div.watch.show-watch-info div.watch-information .scrolable {
  position: absolute;
  top: 40px;
  bottom: 0;
  margin-top: 20px;
}

.scrolable {
  height: 200px;
}

.panel_collection #content_wraper .watch-images div.watch.show-watch-info div.watch-information .watch-btn,
.panel_collection section .watch-images div.watch.show-watch-info div.watch-information .watch-btn {
  display: block;
  float: left;
  width: 200px;
  margin: 0 5px 5px 0;
  background-repeat: no-repeat;
}

.panel_collection #content_wraper .watch-images div.watch.show-watch-info div.watch-information div.zoom,
.panel_collection section .watch-images div.watch.show-watch-info div.watch-information div.zoom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  cursor: -moz-zoom-in;
  background: url('../img/icons/zoom.png') left bottom no-repeat;
}

.watch-btn.favoris.btn {
  width: 200px;
  box-shadow: none;
}

li.active .container-watch .btn-watch {
  display: block;
}

.container-watch .btn-watch {
  position: absolute;
  z-index: 100;
  top: 65%;
  left: 0;
  display: none;
  cursor: pointer;
}

.container-watch .btn-watch .btn-zoom {
  width: 21px;
  height: 21px;
  text-indent: -999em;
  background: url('../img/icons/zoom.png') left bottom no-repeat;
}

.container-watch .btn-watch .btn-view-watches .back {
  background: url('../images/mobile/back.png') center top no-repeat;
}

.container-watch .btn-watch .btn-view-watches .front {
  display: none;
  background: url('../images/mobile/front.png') center top no-repeat;
}

.container-watch .btn-watch .btn-view-watches {
  display: block;
  width: 24px;
  height: 32px;
  margin: 15px 0;
  padding: 0;
  border: none;
  background: none;
}

.container-watch .btn-watch .btn-view-watches:hover {
  background: none;
}

.container-watch .btn-watch .btn-view-watches span {
  display: block;
  width: 24px;
  height: 32px;
  text-indent: -999em;
}

div.watch-information div.back_image,
div.watch-information div.zoom div {
  display: none;
}

.watch .watch-btn.partage {
  background-image: url('../img/icons/share.png');
  background-position: 17px 3px;
}

.watch:hover.watch-btn.partage {
  background-position: 17px -23px;
}

.product_information.scrolable {
  position: absolute;
  top: 20px !important;
  bottom: 0;
  height: 90px;
  margin-top: 20px;
}

.product_attributes .content {
  text-align: left;
}

.product_attributes .content .field-label {
  font-family: 'gill_sansregular';
  font-size: 11px;
  font-weight: bold;
  float: left;
  clear: left;
  width: 165px;
  color: #000;
}

.product_attributes .content .field {
  font-family: 'gill_sansregular';
  font-size: 12px;
  font-weight: normal;
  float: left;
  width: 315px;
  margin-bottom: 10px;
  text-transform: none;
  color: #808080;
}

.panel_collection #content_wraper .watch-images div.watch.show-watch-info div.watch-information .watch-btn.favoris,
.panel_collection section .watch-images div.watch.show-watch-info div.watch-information .watch-btn {
  width: 222px;
  padding: 0;
  border: 0;
  background: none;
}

.watch .watch-btn.favoris form.commerce-add-to-cart input.form-submit {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  font-weight: normal;
  width: 220px;
  height: 19px;
  margin: 0 5px 5px 0;
  padding: 3px 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
  border: none;
  border-radius: 3px;
  background: #fff url('../img/icons/favorit.png') 19px 2px no-repeat;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 1px 1px 0 rgba(0, 0, 0, .1) inset;
}

.watch .watch-btn.favoris form.commerce-add-to-cart input:hover.form-submit {
  color: #fff;
  background: #000 url('../img/icons/favorit.png') 19px -23px no-repeat;
}

.panel_collection #content_wraper .watch-images .watch h2,
.panel_collection section .watch-images .watch h2 {
  font-family: 'gill_sansregular',arial;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  color: #1a1a1a;
}

.panel_collection #content_wraper .watch-images .watch .watch-buttons,
.panel_collection section .watch-images .watch .watch-buttons {
  margin: 10px 0;
  text-align: left;
}

.panel_collection #content_wraper .watch-images .watch .description,
.panel_collection section .watch-images .watch .description {
  font-family: Arial,arial;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
  color: #808080;
}

.slider-navigation .watch-tabs div {
  position: relative;
}

.slider-navigation .watch-tabs div.img-side.back-button,
.slider-navigation .watch-tabs div.img-side.front-button {
  width: 75px !important;
}

.slider-navigation .watch-tabs div.img-attributes.back-button,
.slider-navigation .watch-tabs div.img-attributes.front-button {
  width: 105px !important;
}

.slider-navigation .watch-tabs div.img-attributes.back-button,
.slider-navigation .watch-tabs div.img-side.back-button {
  z-index: 48;
  right: 230px;
}

.slider-navigation .watch-tabs div.img-attributes.front-button,
.slider-navigation .watch-tabs div.img-side.front-button {
  z-index: 49;
}

.watch-information .premierplan {
  position: relative;
  z-index: 100;
  opacity: 1;
  background: #fff;
}

.watch-information .secondplan {
  position: relative;
  z-index: 90;
  opacity: 0;
  background: #fff;
}

/*	VARIATIONS	*/
.panel_collection #content_wraper .watch-images .watch .variations,
.panel_collection section .watch-images .watch .variations {
  position: absolute;
  bottom: 0;
  bottom: 0;
  clear: both;
  min-height: 100px;
}

.variations h4 {
  font-family: Arial, Tahome;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.variations .variation-images {
  position: absolute;
  top: 20px;
  bottom: 0;
  width: 100%;
}

.variations .variation-images .variation {
  position: relative;
  float: left;
  width: 70px;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain !important;
}

/*	ATTRIBUTES	*/
/*	WATCH NAVIGATION	*/
.slider-navigation .watch-tabs {
  position: absolute;
  top: -50px;
  margin-left: 15px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.slider-navigation .show-watch-info .watch-tabs {
  top: 0;
}

.slider-navigation .watch-tabs div {
  line-height: 16px;
  float: left;
  margin-right: 5px;
}

/*	COLLECTION CONTENT	*/
.v_image {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain !important;
}

.page-history .v_image {
  bottom: 35%;
}

.v_background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.h_description {
  position: absolute;
  top: 65%;
  bottom: 0;
  left: 50%;
  width: 980px;
  margin-left: -490px;
  text-align: justify;
  color: #fff;
}

.slide-text.v_description .column {
  font-family: 'gill_sansregular';
  font-size: 22px;
  line-height: 1.3;
  text-transform: none;
}

.h_description .-field_display_content_ {
  line-height: 1.8;
  text-transform: none;
}

.v_description .-field_display_content_ {
  line-height: 1.3;
  text-transform: none;
}

.h_block_5 .-field_display_content_ {
  line-height: 2;
}

p.collections-discover-button {
  margin-top: 10px;
}

.h_description_end {
  font-family: 'gill_sansregular';
  font-size: 30px;
  position: absolute;
  top: 50%;
  bottom: 160px;
  width: 100%;
  margin-top: -25%;
  text-align: center;
}

.h_description .subtitle,
.subtitle,
.v_description .subtitle {
  font-family: Arial, arial;
  font-size: 10px;
  text-transform: uppercase;
  color: #4c4c4c;
}

.h_description h4,
.v_description h4 {
  font-family: 'gill_sansregular';
  font-size: 30px;
  font-weight: normal;
  margin: 10px 0;
  margin-bottom: 20px;
}

.h_description .multicolumn {
  font-family: Arial,arial;
  font-size: 12px;
  color: #999;
}

.v_description {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 50%;
  width: 500px;
  margin-left: -490px;
  text-align: justify;
  color: #fff;
}

.v_description .column {
  font-family: Arial,arial;
  font-size: 12px;
  margin-bottom: 10px;
  color: #999;
}

.h_wrap_last {
  position: relative;
}

.h_wrap_end {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding: 20px 0 40px;
  text-align: center;
  background-color: #fff;
}

.h_wrap_end .subtitle {
  margin-bottom: 10px;
}

.h_wrap_end .collection_end_buttons {
  position: relative;
  left: 50%;
  width: 80%;
  margin-top: 20px;
  margin-left: -40%;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.h_wrap_end .collection_end_buttons span.uparrow {
  background-image: url('../img/icons/uparrow.png');
  background-repeat: no-repeat;
  background-position: 0 4px;
}

.h_wrap_end .collection_end_buttons span.uparrow span.uparrow {
  padding: 0 20px;
  background-position: 100% 4px;
}

.h_wrap_end .collection_end_buttons a:hover span.uparrow {
  background-position: 0 -30px;
}

.h_wrap_end .collection_end_buttons a:hover span.uparrow span.uparrow {
  background-position: 100% -30px;
}

.h_wrap_end .collection_end_buttons a.uparrow {
  margin-right: 5px;
}

/************************************************************
*********	NEWS AREA	*************************************
*************************************************************/
.news-content-wrapper,
body.page-news #content_wraper,
body.page-news-list #content_wraper {
  left: 0;
  display: inline-block;
  background: #000;
}

body.page-news-list #content_wraper {
  background: #fff;
}

#content_news .news-area,
#content_news_home .news-area,
.header-news {
  clear: both;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
}

#content_news .news-area h2,
#content_news_home .news-area h2,
.header-news h2 {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#content_news .news-area h2 a,
#content_news_home .news-area h2 a,
.header-news h2 a {
  text-decoration: none;
  color: #fff;
}

#content_news .news-area .subtitle,
#content_news_home .news-area .subtitle,
.header-news .subtitle {
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #4c4c4c;
}

/************************************************************
*********	COLLECTIONS LIST	*************************************
*************************************************************/
.front .region2-col {
  background: #fff;
}

.collections-wrapper .h_wrap {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background: #fff;
}

.collections-wrapper .h_wrap .inside {
  max-width: 980px !important;
  margin: 0 auto !important;
}

.collections-area {
  max-width: 980px;
  margin: auto;
}

.collections-area .subtitle {
  font-family: 'gill_sansregular';
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #808080;
}

.collections-area h2 {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.item-list .collections-list:hover li {
  opacity: .6;
}

.item-list .collections-list:hover li:hover {
  opacity: 1;
}

.item-list .collections-list li {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.item-list .collections-list li .field_title {
  font-family: 'gill_sansregular';
  font-size: 12px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

/************************************************************
*********	NEWS PAGE	*************************************
*************************************************************/
.news-wrap {
  width: 980px;
  margin: auto;
}

.news-wrap .news-head {
  font-family: 'gill_sansregular';
}

.news-head {
  position: fixed;
  z-index: 500;
  right: 20px;
  left: 0;
  background: #000;
}

.news-head-center {
  width: 980px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.news-wall-container {
  position: relative;
  top: 190px;
  display: inline-block;
  padding: 0 0 30px;
}

.news-wrap .news-head h2 {
  font-family: 'gill_sansregular';
  font-size: 30px;
  font-weight: normal;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.news-wrap .news-head h4 {
  font-family: 'gill_sansregular';
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #808080;
}

.news-navigation {
  display: inline-block;
  width: 100%;
  height: auto;
}

.news-navigation a {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  text-decoration: none;
  color: #808080;
}

.news-navigation .news-dates.hovered a {
  -webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  text-decoration: none;
  color: #fff;
}

#news-dates {
  float: left;
  clear: both;
}

#news-display {
  position: relative;
  bottom: 20px;
  float: right;
  clear: both;
}

.news-display:last-child {
  position: relative !important;
  top: 1px !important;
}

.news-display {
  opacity: .5;
}

.news-display.active,
.news-display:hover {
  opacity: 1;
}

#news-dates,
#news-display {
  display: inline-block;
}

#news-dates .news-dates {
  margin-right: 20px;
}

.news-wrap {
  margin-bottom: 30px;
}

.news-wall {
  float: left;
  width: 307px;
}

.news-wall-middle {
  margin: 0 29px;
}

.news-wall-left .news-wall-image,
.news-wall-middle .news-wall-image,
.news-wall-right .news-wall-image {
  margin-bottom: 30px;
}

.news-wall-left .news-wall-image:last-child,
.news-wall-middle .news-wall-image:last-child,
.news-wall-right .news-wall-image:last-child {
  margin-bottom: 0;
}

.news-wall .news-wall-image .news-wall-text {
  line-height: 1.5;
  display: table-cell;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  vertical-align: middle;
  opacity: 0;
  background: #fff repeat scroll 0 0;
}

.news-wall .news-wall-image .news-wall-text:hover {
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  opacity: .9;
}

.news-wall .news-wall-image .news-wall-text p.news-wall-date {
  font-family: Arial;
  font-size: 10px;
  padding-bottom: 10px;
  color: #808080;
}

.news-wall .news-wall-image .news-wall-text p.news-wall-title {
  font-family: 'gill_sansregular';
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #000;
}

.news-wall .news-wall-image .news-wall-text p {
  font-family: 'gill_sansregular';
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.news-wall .news-wall-image .news-wall-text p.news-wall-more a {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 1px 1px 0 rgba(0, 0, 0, .1) inset;
}

.news-wall .news-wall-image .news-wall-text p.news-wall-more a:hover {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  background: none repeat scroll 0 0 #000;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 1px 1px 0 rgba(0, 0, 0, .1) inset;
}

/*News Wall Image Sizes*/
.news-wall-left .image-1,
.news-wall-left .image-1 .news-wall-text {
  width: 307px;
  height: 170px;
}

.news-wall-left .image-2,
.news-wall-left .image-2 .news-wall-text {
  width: 307px;
  height: 260px;
}

.news-wall-left .image-3,
.news-wall-left .image-3 .news-wall-text {
  width: 307px;
  height: 390px;
}

.news-wall-left .image-4,
.news-wall-left .image-4 .news-wall-text {
  width: 307px;
  height: 224px;
}

.news-wall-middle .image-5,
.news-wall-middle .image-5 .news-wall-text {
  width: 307px;
  height: 370px;
}

.news-wall-middle .image-6,
.news-wall-middle .image-6 .news-wall-text {
  width: 307px;
  height: 190px;
}

.news-wall-middle .image-7,
.news-wall-middle .image-7 .news-wall-text {
  width: 307px;
  height: 324px;
}

.news-wall-middle .image-8,
.news-wall-middle .image-8 .news-wall-text {
  width: 307px;
  height: 210px;
}

.news-wall-right .image-9,
.news-wall-right .image-9 .news-wall-text {
  width: 307px;
  height: 260px;
}

.news-wall-right .image-10,
.news-wall-right .image-10 .news-wall-text {
  width: 307px;
  height: 392px;
}

.news-wall-right .image-11,
.news-wall-right .image-11 .news-wall-text {
  width: 307px;
  height: 198px;
}

.news-wall-right .image-12,
.news-wall-right .image-12 .news-wall-text {
  width: 307px;
  height: 239px;
}

/* NEWS LIST */
/* NEWS DETAIL */
.node-type-news .view-news-page .view-header {
  background: none;
}

.block-news-list .header-news .subtitle {
  color: #999;
}

.block-news-list .header-news h2 {
  color: #1a1a1a;
  border-color: #c2c2c2;
}

.block-news-list ul {
  height: 550px;
}

.block-news-list li {
  display: block;
  float: left;
  width: 335px;
  padding-left: 25px;
  text-align: center;
}

.block-news-list li.views-row-first {
  width: 310px;
  padding: 0;
}

.block-news-list li .views-field-created {
  font-size: 10px;
  padding: 15px 0;
  text-transform: uppercase;
  color: #9a9a9a;
}

.block-news-list li .views-field-title a {
  font-family: gill_sansregular;
  font-size: 20px;
  line-height: 24px;
  padding: 25px 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #1a1a1a;
}

.node-news .news-detail-content {
  line-height: 24px;
  padding-bottom: 30px;
}

.node-news .news-detail-content img {
  max-width: 100%;
  height: auto !important;
}

.node-news .header {
  margin: 35px 0;
  border-bottom: 1px solid #ccc;
}

.node-news .video-news {
  margin: auto;
  text-align: center;
}

.node-news .created {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #4c4c4c;
}

.node-news h1.title {
  font-family: gill_sansregular;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  max-width: 600px;
  margin: auto;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
}

.node-news .content-share {
  margin-top: 36px;
  margin-bottom: 44px;
  border-top: 1px solid #ccc;
}

.node-news .content-share .share {
  position: relative;
  width: 230px;
  margin: -12px auto 0;
  text-align: center;
  background: #fff;
}

.node-news .content-share .share-icons {
  float: none;
  padding-top: 12px;
}

.node-news .content-share label {
  font-family: gill_sansregular;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #808080;
}

.node-news .column-left {
  float: left;
  width: 650px;
}

.node-news .column-left .fb-post {
  margin: 5px 0 20px;
}

.node-news .sidebar-right {
  float: left;
  width: 295px;
  margin-left: 25px;
  border-top: 1px solid #ccc;
}

.node-news .sidebar-right .view-most-recent-posts {
  padding: 10px 0;
}

.node-news .sidebar-right .view-most-recent-posts h2 {
  font-family: gill_sansregular;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #646464;
}

.node-news .sidebar-right .view-most-recent-posts li {
  line-height: 13px;
  clear: both;
  min-height: 100px;
  padding: 15px 0;
  color: #646464;
  border-bottom: 1px solid #ccc;
}

.node-news .sidebar-right .view-most-recent-posts li a {
  text-decoration: none;
  color: #646464;
}

.node-news .sidebar-right .view-most-recent-posts li img {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.node-news .grey-ribbon {
  margin-top: 20px;
  padding: 30px 20px;
  color: #fff;
  background: #656565;
}

.node-news .grey-ribbon .text-add-block {
  line-height: 1.5em;
  display: block;
  text-align: justify;
}

.node-news .grey-ribbon .visuel-add-block {
  display: block;
  text-align: center;
}

.node-news .grey-ribbon .visuel-add-block img {
  max-width: 100%;
}

.node-news .grey-ribbon .btn {
  display: block;
  width: 80%;
  margin: 30px auto 0;
}

.node-news .grey-ribbon table {
  border: none;
}

.node-news .grey-ribbon table td {
  text-align: left;
  border: none;
  background: transparent;
}

.node-news .container-newsletter {
  font-family: 'gill_sansregular';
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 22px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background: #ccc;
}

.node-news .container-newsletter .btn-black {
  display: block;
}

.node-news .container-slider-news {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 530px;
}

.node-news .container-slider-news ul li {
  display: block;
  float: left;
  overflow: hidden;
}

.node-news .container-slider-news ul li img {
  max-width: 100%;
}

.node-news .container-slider-news .flex-direction-nav a {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 20px;
  height: 35px;
  margin-top: -18px;
  text-indent: -9999em;
}

.node-news .container-slider-news .flex-direction-nav a.next {
  right: 15px;
  background: transparent url(../images/interface/btn/btn-next.png) center center no-repeat;
}

.node-news .container-slider-news .flex-direction-nav a.prev {
  left: 15px;
  background: transparent url(../images/interface/btn/btn-prev.png) center center no-repeat;
}

#content-news-detail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.history-menu-scroll {
  width: 100%;
  height: 25px;
  padding: 10px 20px 4px;
  color: #000;
  background: #fff;
}

.news-menu-scroll {
  line-height: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}

.news-menu-scroll .block-back {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  border-right: 1px solid #e6e6e6;
  background: #fff;
}

.history-menu-scroll {
  font-size: 20px;
  position: fixed;
  z-index: 9999;
  right: 17px;
  padding: 20px 20px 10px;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  text-align: center;
  opacity: 0;
}

.history-menu-scroll.visible {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  opacity: 1;
}

.activeyear {
  color: #000 !important;
}

.history-menu {
  width: 980px;
  margin: auto;
}

.history-menu,
.news-menu {
  display: block;
  height: 100%;
  list-style-type: none;
  cursor: url(../images/interface/btn/drag-cursor.png), move;
}

.news-menu.ui-draggable-dragging {
  cursor: url(../images/interface/btn/drag-cursor-active.png), move;
}

.history-menu li,
.news-menu li {
  line-height: 60px;
  display: block;
  float: left;
  height: 100%;
}

.history-menu li a.year,
.news-menu li a.date,
.news-menu li a.year {
  font-family: 'gill_sansregular';
  font-size: 20px;
  font-weight: normal;
  margin-right: 80px;
  -webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  color: #ccc;
}

.news-menu .backbtn {
  position: relative;
  top: -2px;
  margin-right: 25px;
}

.news-detail {
  background: #000;
}

.news-detail .view-content {
  height: 100%;
}

.news-detail-wrap {
  position: absolute;
  top: 61px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.news-menu li a.date.selected,
.news-menu li a.date:hover,
.news-menu li a.year:hover {
  -webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  color: #000;
}

.news-detail-pictures {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  cursor: url(../images/interface/btn/drag-cursor-vertical.png), move;
}

.news-detail-pictures.dragging {
  cursor: url(../images/interface/btn/drag-cursor-vertical-active.png), move;
}

.news-detail-pictures img {
  display: block;
  width: 100%;
  background: #000;
}

.news-detail-pictures-list {
  display: block;
  width: 100%;
  list-style-type: none;
}

#content_wraper.overflowhidden,
section.overflowhidden {
  overflow: hidden;
}

.news-detail-text {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 404px;
  margin-left: 44px;
}

.news-detail-text-head {
  padding-top: 25px;
}

.news-detail-date {
  font-family: Arial;
  font-size: 11px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #4c4c4c;
}

.news-detail-title {
  font-family: 'gill_sansregular';
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
  padding: 0 40px 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #262626;
}

.news-detail-text-content {
  overflow-y: auto;
  width: 395px;
  padding: 30px 25px 30px 5px;
}

.news-detail-text-content .jspVerticalBar {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

.news-detail-text-content:hover .jspVerticalBar {
  opacity: 1;
}

.news-detail-text-content .jspVerticalBar .jspDrag {
  background: #262626;
}

.news-detail-content {
  font-size: 12px;
  line-height: 22px;
  text-align: justify;
  text-transform: none;
  color: #999;
}

.news-detail-content h1 {
  font-family: 'gill_sansregular';
  font-weight: normal;
  margin: 0 0 15px;
  color: #fff;
}

.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4,
.news-detail-content h5 {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #808080;
}

.news-detail-content h3 {
  font-size: 13px;
}

.news-detail-content h4 {
  font-size: 12px;
}

.news-detail-content h5 {
  font-size: 10px;
}

.news-detail-content p {
  margin-bottom: 15px;
}

.news-detail-content a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #808080;
}

.news-detail-content a:hover {
  text-decoration: none;
}

.news-detail-content b,
.news-detail-content strong {
  color: #fff;
}

.news-detail-content table {
  max-width: 100% !important;
  border: none;
  background: none;
}

.news-detail-content table th {
  padding: 5px;
  color: #fff;
  border: none;
  background: none;
}

.news-detail-content table td {
  padding: 5px;
  border: 1px solid #262626;
}

.news-detail-content table td:hover {
  border: 1px solid #262626;
  background: none;
}

.news-detail-content table tr:hover td {
  background: none;
}

.news-detail-content ul {
  margin-bottom: 15px;
}

.news-detail-content ul li {
  padding-left: 34px;
  background: transparent url('../images/interface/bg/bg-li.jpg') 0 14px no-repeat;
}

/************************************************************
*********	STYLE WEBFORM	*********************************
*************************************************************/
.node-webform {
  height: 100%;
  background: #000;
}

.node-webform .content {
  height: 100%;
}

.node-webform .img-form {
  position: static;
  left: 50%;
  float: right;
  width: 50%;
  height: 100%;
}

.node-webform .img-form img {
  height: 100%;
}

.node-webform .form-actions {
  margin-top: 15px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #1a1a1a;
}

.node-webform select {
  width: 213px;
  height: 25px;
  padding: 5px 15px 5px 5px;
  color: #fff;
  border: 1px solid #1a1a1a;
  background: url('../images/interface/bg/bg-select-gray.png') 193px center no-repeat #000;
  background: #000\9;
}

.node-webform .form-wrap {
  position: absolute;
}

.node-webform .h_wrap {
  height: 100%;
}

.node-webform .star-black {
  display: block;
  height: 30px;
  background-image: url('../images/interface/bg/star-white.png');
}

.form-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  display: inline-block;
  float: left;
  width: 450px;
  height: 265px;
  margin-top: -232px;
  margin-left: -450px;
  color: #808080;
}

.form-wrap h2 {
  font-family: 'gill_sansregular';
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
}

h2 + .star-title {
  padding-bottom: 30px;
}

h2 + .star-title img {
  display: block;
  margin: 6px auto;
}

.form-wrap .disclaimer {
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  width: 290px;
  margin: 10px auto 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #999;
}

.form-wrap p {
  margin: 7px 0;
}

.form-wrap p.lowercase {
  text-transform: none;
}

.form-wrap input,
.form-wrap select {
  font-size: 10px;
  text-transform: uppercase;
}

.form-wrap input[type='submit'] {
  font-family: 'gill_sansregular';
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: -1px;
  width: 100px;
  height: 23px;
  margin-left: 5px;
  padding-bottom: 3px;
  vertical-align: center;
  color: #c4c4c4;
  border-radius: 3px;
  background: #000;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 1px 1px 0 rgba(0, 0, 0, .1) inset;
}

.form-wrap input[type='email'],
.form-wrap input[type='text'] {
  height: 25px;
  padding: 5px;
  color: #fff;
  border: none;
  border-radius: 1px;
  background: #333;
}

.form-wrap select.styled {
  width: 213px;
  height: 23px;
  padding: 3px;
  color: #fff;
  border: none;
  background: #000;
}

.form-wrap .select {
  width: 181px !important;
  height: 24px !important;
  color: #808080 !important;
  border-radius: 1px;
  background: url('../img/fleche-select.png') no-repeat 99% 8px, url('../img/black-square.png') repeat !important;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, .2), 1px 1px 0 rgba(255, 255, 255, .1) inset !important;
}

.form-wrap label.option {
  font-weight: normal;
  text-transform: none;
}

.form-wrap input[type='email']:focus,
.form-wrap input[type='text']:focus {
  color: #000;
  background: #fff;
  box-shadow: none;
}

.form-wrap .form-action .btn {
  padding-left: 35px;
  border: none;
  border-radius: 3px;
  background: url('../img/catalogue-button.png') center left no-repeat;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, .2), 1px 1px 0 rgba(255, 255, 255, .1) inset;
}

.form-wrap #edit-submit {
  height: 22px;
  color: #808080;
  border-top: 1px solid #191919;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #191919;
  border-radius: 3px;
  text-shadow: none;
}

.form-wrap #edit-submit:hover {
  color: #000;
  background: #fff;
}

.catalogue-form-wrap input[type='email']::-webkit-input-placeholder,
.form-wrap input[type='text']::-webkit-input-placeholder {
  color: #636363;
}

.catalogue-form-wrap input[type='email']::-moz-placeholder,
.form-wrap input[type='text']::-moz-placeholder {
  color: #636363;
}

.form-wrap input:-moz-placeholder {
  color: #636363;
}

/* Confirmation form */
.node-form.confirmation {
  height: 100%;
  color: #fff;
  background: #000;
}

.node-form.confirmation .img-form {
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
}

.node-form.confirmation .img-form img {
  height: 100%;
}

.node-form.confirmation .form-wrap {
  text-align: center;
}

.node-form.confirmation .star-black {
  display: block;
  height: 30px;
  background-image: url('../images/interface/bg/star-white.png');
}

.node-form.confirmation p {
  line-height: 20px;
  float: none;
  margin-top: 20px;
}

.node-form.confirmation .social-menu {
  width: auto;
}

.node-form.confirmation .social-icons {
  width: 160px;
  margin: auto;
}

.node-form.confirmation .social-icons li a {
  background-image: url('../images/interface/icons/icon-rs-footer-light.png');
}

/************************************************************
*********   news webform newsletter *************************
*************************************************************/
.node-type-webform {
  background: #000;
}

.new_webform .webform-inside {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

.new_webform .form-wrap {
  line-height: 1em;
  position: static;
  display: inline-block;
  float: none;
  width: 100%;
  max-width: 425px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.new_webform .form-wrap .disclaimer,
.new_webform .form-wrap h2 {
  line-height: 1em;
  text-align: inherit;
}

.new_webform .form-wrap .disclaimer {
  font-size: 15px;
  width: auto;
  margin: 10px 0 30px;
  color: #999;
}

.new_webform .form-wrap .form-item {
  margin: 10px 0;
}

.new_webform .form-wrap .form-item label {
  font-family: gill_sansregular;
  font-size: 19px;
  font-weight: normal;
  line-height: 1em;
  display: inline-block;
  width: 30%;
  margin: 0;
  vertical-align: middle;
  color: #fff;
}

.new_webform .form-wrap .form-item input {
  font-size: 12px;
  line-height: 42px;
  display: inline-block;
  width: 69%;
  height: 42px;
  vertical-align: middle;
  text-transform: none;
  color: #1a1a1a;
  border-radius: 3px;
  background: #cfcfcf;
}

.new_webform .form-wrap .form-item select {
  font-size: 12px;
  width: 69%;
  height: 42px;
  text-transform: uppercase;
  color: #1a1a1a;
  border-radius: 4px;
  background: url('../images/interface/bg/bg-select.png') right center no-repeat #cfcfcf;
}

.new_webform .form-wrap .form-actions {
  text-align: right;
  border-top: 0;
}

.new_webform .form-wrap .form-actions #edit-submit {
  font-size: 13px;
  line-height: 31px;
  width: auto;
  height: 32px;
  padding: 0 35px;
  color: #000;
  border: 0;
  background: #fff;
}

.new_webform .form-wrap .form-actions #edit-submit :hover {
  color: #fff;
  background: #000;
}

.node-webform footer.submitted {
  visibility: hidden;
}

.node-form.confirmation .new_webform .form-wrap {
  text-align: left;
}

.node-form.confirmation .new_webform .form-wrap h2 {
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 70px;
}

.node-form.confirmation .new_webform .form-wrap p {
  font-family: Gill_sansregular;
  font-size: 22px;
  margin-bottom: 50px;
}

.node-form.confirmation .new_webform .social-menu {
  float: none;
}

.node-form.confirmation .new_webform .social-menu .footer-follow-us {
  margin-bottom: 20px;
  color: #fff;
}

.node-form.confirmation .new_webform .social-menu .social-icons {
  float: none;
  width: auto;
  text-align: center;
}

.node-form.confirmation .new_webform .social-menu .social-icons li {
  display: inline-block;
  float: none;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background: url('../images/interface/icons/icon-rs-confirm-form.png') 0 0 no-repeat;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a.btn-twitter {
  background-position: -50px 0;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a.btn-youtube {
  background-position: -100px 0;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a.btn-pin {
  background-position: -150px 0;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a.btn-weibo {
  background-position: -200px 0;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a:hover {
  background-position: 0 -50px;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a.btn-twitter:hover {
  background-position: -50px -50px;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a.btn-youtube:hover {
  background-position: -100px -50px;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a.btn-pin:hover {
  background-position: -150px -50px;
}

.node-form.confirmation .new_webform .social-menu .social-icons li a.btn-weibo:hover {
  background-position: -200px -50px;
}

#content_newsletter {
  background: url('../images/fond/bg-newsletter.jpg') center center no-repeat;
}

#content_newsletter .form-required {
  display: none;
}

/************************************************************
*********	CATALOGUE PAGE	*************************************
*************************************************************/
.catalogue-menu {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  height: 25px;
  padding: 10px 0;
  color: #808080;
  background: #fff;
}

.catalogue-panel {
  width: 880px;
  margin: auto;
  padding: 0 60px;
}

.catalogue-menu p,
.catalogue-menu select {
  font-family: 'gill_sansregular' !important;
  display: inline;
}

.catalogue-select {
  float: right;
}

#content_catalogue {
    /*background: #000000 url(../images/fond/fond-catalogue.jpg) no-repeat center;/
	overflow:visible!important;
/*	height:auto!important;*/
    /*padding-bottom:40px;*/
}

.catalogue-form-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  float: left;
  width: 450px;
  height: 265px;
  margin-top: -232px;
  margin-left: -450px;
  color: #808080;
}

.catalogue-input-area {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.catalogue-form-wrap h2 {
  font-family: 'gill_sansregular';
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
    /*padding-bottom:70px;*/
    /*background:url(../img/trefle-blanc.gif) no-repeat 50% 40px, url(../img/trefle-blanc.gif) no-repeat 50% 70px;*/
}

.catalogue-form-wrap .star-title {
  padding-bottom: 30px;
}

.catalogue-form-wrap .star-title img {
  display: block;
  margin: auto;
}

.catalogue-form-wrap .disclaimer {
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  width: 290px;
  margin: 10px auto 30px;
  text-align: center;
  color: #999;
}

.catalogue-form-wrap .form-item {
  display: inline-block;
  margin: 4px 0;
}

.catalogue-form-wrap p.lowercase {
  text-transform: none;
}

.catalogue-form-wrap input,
.catalogue-form-wrap select {
  font-size: 10px;
  text-transform: uppercase;
}

.form-action {
  text-align: center;
}

.catalogue-form-wrap input[type='submit'] {
  font-family: 'gill_sansregular';
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: -1px;
  width: 100px;
  height: 23px;
  margin-left: 5px;
  padding-bottom: 3px;
  vertical-align: center;
  color: #c4c4c4;
  border-radius: 3px;
  background: #000;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1), 1px 1px 0 rgba(0, 0, 0, .1) inset;
}

.catalogue-form-wrap .form-1-buttons input {
  width: 437px;
}

.catalogue-form-wrap .form-2-buttons input {
  width: 213px;
  margin-right: 7px;
}

/**** ntrelat 20150401 : modification suite a l'integration de la page newsletter } **/
.catalogue-form-wrap .form-2-buttons
{
    font-size: 0;
}

.catalogue-form-wrap .form-2-buttons .form-item
{
    display: inline-block;
}

.catalogue-form-wrap .form-2-buttons .form-item + .form-item
{
    margin-left: 10px;
}

.catalogue-form-wrap .form-2-buttons input:last-child
{
    margin-right: 0;
}

.catalogue-form-wrap input[type='email'],
.catalogue-form-wrap input[type='text']
{
    height: 25px;
    padding: 5px; 

    color: #fff;
    border: none;
    border-radius: 1px;
    background: #333;
}

.catalogue-form-wrap select.styled
{
    width: 213px;
    height: 23px;
    padding: 3px;

    color: #fff;
    border: none; 
    background: #000;
}

.catalogue-form-wrap .select
{
    width: 181px !important;
    height: 24px !important;

    color: #808080 !important;
    border-radius: 1px; 
    background: url('../img/fleche-select.png') no-repeat 99% 8px, url('../img/black-square.png') repeat !important;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .2), 1px 1px 0 rgba(255, 255, 255, .1) inset !important;
}

.catalogue-form-wrap label.option
{
    font-weight: normal; 

    text-transform: none;
}

.catalogue-form-wrap input[type='email']:focus,
.catalogue-form-wrap input[type='text']:focus
{
    color: #000;
    background: #fff;
    box-shadow: none;
}

.catalogue-form-wrap .form-action .btn
{
    padding-left: 30px;
    /*	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.1) inset;*/

    border-top: 1px solid #191919;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #191919;
    border-radius: 3px; 
    background: url('../img/catalogue-button.png') 6px center no-repeat;
}

.catalogue-form-wrap #edit-submit
{
    height: 22px; 

    color: #808080;
    /*box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.1) inset;*/
    border-top: 1px solid #191919;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #191919;
    border-radius: 3px;
    text-shadow: none;
}

.catalogue-form-wrap #edit-submit:hover
{
    color: #000; 
    background: #fff;
}

.catalogue-form-wrap input[type='email']::-webkit-input-placeholder,
.catalogue-form-wrap input[type='text']::-webkit-input-placeholder
{
    color: #636363;
}

.catalogue-form-wrap input[type='email']::-moz-placeholder,
.catalogue-form-wrap input[type='text']::-moz-placeholder
{
    color: #636363;
}

.catalogue-form-wrap input:-moz-placeholder
{
    color: #636363;
}

/************************************************************
*********	SAV PAGE	*************************************
*************************************************************/
#content_sav.h_wrap
{
    overflow: visible;

    width: 100% !important;
    /*background : #000000 url(../images/fond/fond-sav.jpg) no-repeat center;*/
}

.sav-text .btn
{
    margin: 0 5px; 

    color: #c4c4c4;
    background: #000;
}

.sav-text
{
    float: right;

    width: 480px;
    margin-top: 7%; 
    margin-right: 15%;

    text-align: center;

    color: #c4c4c4;
}

.sav-text p
{
    font-family: Arial; 
    font-size: 12px;

    margin-bottom: 30px;
}

.sav-text select
{
    width: 50%;
    height: 30px;
    padding: 5px; 

    color: #fff;
    background: #000;
}

.sav-text .select
{
    color: #808080 !important;
    background: url('../img/fleche-select.png') no-repeat 99% 8px, url(../img/black-square.png) !important;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .2), 1px 1px 0 rgba(255, 255, 255, .1) inset;
}

.sav-text .sav-action
{
    padding-top: 30px;

    border-top: 1px solid rgba(255, 255, 255, .2);
}

.sav-text .btn.pdf
{
    padding-left: 20px; 

    background: url('../img/catalogue-button.png') center left no-repeat;
}

.sav-action .btn
{
    border-radius: 3px !important; 
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .2), 1px 1px 0 rgba(255, 255, 255, .1) inset !important;
}

.sav-text .btn.pdf:hover
{
    color: #c4c4c4; 
    background: url('../img/catalogue-button.png') center left no-repeat !important;
}

.sav-action .btn:hover
{
    color: #000;
    background: #fff;
}

.sav-text h2
{
    font-family: 'gill_sansregular';
    font-size: 30px;
    font-weight: normal;

    margin-bottom: 30px;
    padding-bottom: 60px;

    color: #fff;
    background: url('../img/etoile-blanche-small.png') no-repeat 50% 60px, url('../img/etoile-blanche-small.png') no-repeat 50% 90px;
}

#content_modele_manquant
{
    overflow: auto !important;

    width: 100%;
    height: 100% !important; 

    background: #000;
}

#content_modele_manquant h2
{
    font-family: 'gill_sansregular';
    font-size: 25px; 
    font-weight: normal;

    margin-bottom: 30px;

    text-align: center;

    color: #fff;
}

#content_modele_manquant p
{
    font-size: 14px;
    line-height: 2; 

    margin-bottom: 30px;

    text-align: justify;
    text-transform: none;

    color: #808080;
}

.manquants
{
    font-family: 'gill_sansregular'; 

    width: 980px;
    margin: auto;
    padding: 2% 0;
}

.manquants p
{
    font-size: 12px !important;
}

.manquants h2
{
    font-size: 30px !important;
}

.table-manquants
{
    width: 100%; 
    margin: auto;
}

.manquants table
{
    width: 100%;
    margin-top: 240px;
}

.manquants table,
td,
th,
tr
{
    text-align: center; 

    border: none;
}

.manquants td:active,
.manquants td:hover,
.manquants th:active,
.manquants th:hover,
.manquants tr:active,
.manquants tr:hover,
.manquants tr:hover td
{
    background: none;
}

.manquants table td,
.manquants table th
{
    width: 25%;
}

.manquants table th
{
    font-family: 'gill_sansregular';
    font-size: 18px;
    font-weight: normal; 

    padding-bottom: 20px;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: #000 !important;
}

.manquants table td
{
    padding: 10px;
}

.manquants table tr:nth-child(odd) td
{
    color: #fff;
}

.sav-heading
{
    position: fixed;
    z-index: 100;
    top: 106px;

    width: 980px;
    height: 258px; 
    padding-top: 30px;

    background: #000;
}

.manquants table tr:first-child
{
    position: fixed;
    z-index: 100;
    top: 359px;
}

.manquants table tr:first-child th
{
    width: 229px;
}

.manquants table tr:nth-child(2) td
{
    padding-top: 60px;
}

.manquants table tr:nth-child(even) td
{
    color: #808080;
}

/************************************************************
*********	SAV - Mode d'emploi	*****************************
*************************************************************/
#mode-demploi {
  height: 100%;
  text-align: center;
  background: #000;
}

#mode-demploi .inside {
  margin: 0;
}

#mode-demploi .img-container {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

#mode-demploi .img-container img {
  height: 100%;
}

#mode-demploi .panel-col-last {
  height: 100%;
}

#mode-demploi .panel-col-last .inside {
  position: relative;
  top: 50%;
  width: 530px;
  height: 300px;
  margin-top: -150px;
}

#mode-demploi h2 {
  font-family: 'gill_sansregular';
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#mode-demploi p {
  text-align: center;
  text-transform: uppercase;
}

#mode-demploi .list-notices {
  position: relative;
  width: 265px;
  margin: auto;
  text-align: left;
}

#mode-demploi .chosen-container-single .chosen-single {
  line-height: 24px;
  width: 257px;
  height: 24px;
  margin: auto;
  margin-top: 30px;
  padding: 0 0 0 8px;
  cursor: pointer;
  color: #808080;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  border-left: 1px solid #1a1a1a;
  border-radius: 3px !important;
  background: #000;
}

#mode-demploi .chosen-container-single .chosen-single span {
  font-size: 12px;
}

#mode-demploi .chosen-container {
  font-size: 12px;
}

#mode-demploi .chosen-container .chosen-drop {
  border-color: #353535;
  background: black;
}

#mode-demploi .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}

#mode-demploi .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: none;
}

#mode-demploi .views-field-field-notice {
  display: none;
}

#mode-demploi .views-field-name {
  cursor: pointer;
}

#mode-demploi .views-field-name:hover {
  color: #c4c4c4;
}

#mode-demploi .container-btn {
  margin-top: 30px;
  text-align: center;
}

#mode-demploi .container-btn hr {
  width: 500px;
  margin: 0 auto 30px;
  border: 0;
  border-top: 1px solid #262626;
}

#mode-demploi a.btn {
  color: #808080;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  border-left: 1px solid #1a1a1a;
  border-radius: 3px !important;
  background: #000;
}

#mode-demploi a.btn:hover {
  color: #c4c4c4;
}

#mode-demploi a.btn.pdf {
  padding-left: 20px;
  background: url('../img/catalogue-button.png') center left no-repeat #000;
}

/************************************************************
*********	MAPS PAGE	*************************************
*************************************************************/
.selection-area {
  text-align: center;
  background-color: #e6e6e6;
}

.dropdown-lists {
  padding: 10px;
  text-transform: none;
}

.dropdown-lists select {
  width: 15%;
  height: 30px;
  padding: 5px;
  color: #000;
  border: 1px solid #c4c4c4;
  background: #fff;
}

.selection-head {
  width: 100%;
  text-align: left;
  background: #fff;
}

.selection-panel {
  font-family: Arial;
  font-size: 14px;
  font-size: 10px;
  width: 940px;
  margin: auto;
  padding: 15px;
}

.selection-panel h2 {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal;
  color: #9f9f9f;
}

.selection-panel-right {
  text-transform: none;
}

.selection-panel img {
  margin-left: 10px;
}

.selection-panel-left {
  font-family: Arial;
  font-size: 10px;
  margin-right: 105px;
}

.selection-panel-left,
.selection-panel-right {
  display: inline-block;
}

.selection-panel-right img {
  height: 16px;
}

.frist_map .description-bubble-map,
.map .description-bubble-map,
.map_canvas .description-bubble-map {
  width: auto;
  height: auto;
}

/*.description-bubble-map {min-height: 180px;}*/
.description-bubble-map .leftcontent {
  float: left;
    /*display:inline-block;*/
  width: 200px;
  vertical-align: bottom;
}

.description-bubble-map .imagedesc {
  width: 185px;
  height: auto;
  margin-bottom: 10px;
  text-align: center;
}

.description-bubble-map .imagedesc img {
  width: auto;
  max-width: 180px;
  height: auto;
}

.description-bubble-map .timework {
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #999;
}

.description-bubble-map .work {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.description-bubble-map .rightcontent {
  float: none;
    /*float:left;*/
    /*display:inline-block;*/
  width: auto;
  margin-left: 200px;
}

.description-bubble-map .rightcontent h3,
.description-bubble-map .rightcontent h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: black;
}

.description-bubble-map .rightcontent h5 {
  font-family: Arial;
  font-size: 10px;
}

.description-bubble-map .rightcontent h3 {
  font-family: 'gill_sansregular';
  font-size: 18px;
}

.description-bubble-map .rightcontent .address {
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  text-transform: none;
  color: #999;
}

.description-bubble-map .contact {
  font-family: Arial;
  font-size: 11px;
  line-height: 18px;
  margin: 10px 0;
  color: #999;
}

.description-bubble-map .phone {
  font-family: Arial;
  font-weight: bold;
  color: black;
}

.description-bubble-map .contact a {
  text-decoration: none;
  color: #999;
}

.description-bubble-map .mail a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #999;
}

.description-bubble-map .rightcontent button {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  font-weight: normal;
  margin: 15px 0;
  padding: 5px;
  padding: 3px 10px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #808080;
  border: none;
    /*	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.1) inset;*/
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
}

.description-bubble-map .rightcontent .btn {
  display: block;
  float: left;
  margin-top: 15px;
}

.description-bubble-map .rightcontent button:hover {
  color: #fff;
  background: #000;
}

.page-sav h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.page-sav h2 {
  margin-bottom: 10px;
}

.page-sav .selection-panel-left {
  display: block;
  float: none;
  margin-top: 10px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.page-sav .dropdown-lists {
  width: 424px;
  margin: auto;
}

.page-sav .dropdown-lists option:hover {
  color: #fff;
  background: #000;
}

.page-sav .selection-area {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 110px;
}

.page-sav .selection-area {
  position: relative;
  top: 0;
  bottom: 0;
}

/************************************************************
*********   POINTS DE VENTE *************************************
*************************************************************/
.page-point-of-sales #section-header {
  position: static;
}

.page-point-of-sales #content_wraper {
  padding-top: 0;
}

.page-point-of-sales #views-exposed-form-points-of-sale-page-pos select.styled {
  text-transform: none;
}

.page-point-of-sales #views-exposed-form-points-of-sale-page-pos .select {
  text-transform: none;
}

/************************************************************
*********   NEW MAPS PAGE   *********************************
*************************************************************/
#map_pos {
  width: 100%;
  height: 100%;
}

.page-point-of-sales #content_wraper.contextual-links-region {
  position: absolute !important;
}

.map-loader {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url('../images/ajax-loader-fond.gif') center center no-repeat rgba(0, 0, 0, .7);
}

.cities-loader {
  width: 32px;
  height: 32px;
  margin: auto;
  background: url('../images/ajax-loader.gif') 0 0 no-repeat;
}

/* Liste points */
.views_map_pos .list-points {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 40px;
  width: 290px;
  padding: 10px 0;
  background: #4c4c4c;
  background: rgba(0, 0, 0, .7);
}

.views_map_pos .list-points ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.views_map_pos .list-points ul li {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 0 40px;
  padding: 20px 0;
  color: #fff;
  border-bottom: 1px solid #727272;
}

.views_map_pos .list-points ul li h3 {
  font-family: 'gill_sansregular' !important;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.views_map_pos .list-points ul li a.detail {
  font-family: gill_sansregular;
  font-weight: normal;
  display: inline-block;
  min-width: 95px;
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  background: #000;
  box-shadow: inset -1px -1px 0 0 rgba(255, 255, 255, .4);
}

.views_map_pos .list-points ul li a.detail:hover {
  color: #000;
  background: #fff;
}

.views_map_pos .list-points .nav {
  position: absolute;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 35px;
  height: 20px;
  margin-left: -18px;
  text-indent: -99999em;
}

.views_map_pos .list-points .nav.nav-next {
  bottom: 22px;
  background: transparent url('../images/interface/btn/btn-down.png') center center no-repeat;
}

.views_map_pos .list-points .nav.nav-prev {
  top: 22px;
  background: transparent url('../images/interface/btn/btn-up.png') center center no-repeat;
}

/* Filters */
.views_map_pos .view-filters {
  position: absolute;
  top: 0;
  bottom: 40px;
  width: 290px;
  background: #e6e6e6;
}

.views_map_pos .view-filters .legend {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 0;
  background: #fff;
}

.views_map_pos .view-filters .legend .views-field {
  display: inline-block;
  padding: 5px 0 5px 55px;
}

.views_map_pos .view-filters .legend .row-legend-marker {
  font-size: 10px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #1a1a1a;
}

.views_map_pos .view-filters .legend .row-legend-marker.active {
  margin-left: -5px;
  padding: 8px 8px 8px 5px;
  background: #e6e6e6;
}

.views_map_pos .view-filters .legend .row-legend-marker.active:after {
  font-size: 10px;
  line-height: 1em;
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 3px;
  content: 'x';
  vertical-align: middle;
  color: #fff;
  background: #c3c3c3;
}

.views_map_pos .view-filters .legend img {
  width: auto;
  height: 18px !important;
}

.views_map_pos .view-filters .legend .views-row.views-row-last {
  display: none;
}

.views_map_pos .view-filters h1 {
  font-size: 18px;
  padding: 20px 40px;
  text-transform: uppercase;
  color: #808080;
  background: #fff;
}

.views_map_pos .view-filters p {
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0;
  padding: 0 40px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.views_map_pos .view-filters .views-exposed-widget {
  float: none;
  margin: 18px 0;
}

.views_map_pos .view-filters .chzn-container,
.views_map_pos .view-filters .chzn-container-single .chzn-search input,
.views_map_pos .view-filters .chzn-drop {
  width: 100% !important;
}

.views_map_pos .view-filters .chzn-container a {
  width: 96%;
}

.views_map_pos .view-filters .chzn-container-active .chzn-single,
.views_map_pos .view-filters .chzn-container-single .chzn-single {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  -webit-border-radius: 0;
}

.views_map_pos .view-filters form {
  padding: 15px 40px;
}

.views_map_pos .view-filters form .form-item {
  width: 200px;
}

.views_map_pos .view-filters form .views-submit-button {
  float: none;
  text-align: center;
}

.views_map_pos .view-filters form input[type='submit'] {
  font-family: gill_sansregular;
  font-size: 12px;
  font-weight: normal;
  width: auto;
  margin: auto;
  padding: 7px 15px;
  text-transform: uppercase;
  color: #808080;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  text-shadow: none;
}

.views_map_pos .view-filters #edit-tid-marker-wrapper {
  display: none;
}

/* Details points */
.views_map_pos .details-points {
  position: absolute;
  z-index: -100;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 290px;
}

.views_map_pos .details-points li {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.views_map_pos .details-points li .btn-close {
  font-size: 21px;
  line-height: 60px;
  position: absolute;
  left: -60px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  color: #808080;
  background: #2e2e2e;
}

.views_map_pos .details-points li .btn-close:hover {
  -webkit-transform: initial;
  transform: initial;
}

.views_map_pos .details-points li .details {
  font-family: arial;
  font-size: 13px;
  line-height: 1.5em;
  padding: 60px 20px;
  color: #999;
}

.views_map_pos .details-points li .details h3 {
  font-family: gill_sansregular;
  font-size: 18px;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0 10px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.views_map_pos .details-points li .details strong {
  text-transform: uppercase;
  color: #1a1a1a;
}

.views_map_pos .details-points li .details a {
  text-decoration: none;
  color: #999;
}

.views_map_pos .details-points li .details a:focus {
  text-decoration: underline;
}

.views_map_pos .details-points li .details .coord {
  margin: 10px 0;
}

.views_map_pos .details-points li .details .working-hours {
  margin: 20px 0;
}

.views_map_pos .details-points li .details .working-hours strong {
  display: block;
}

.views_map_pos .details-points li .details .btn {
  display: block;
  width: 80%;
  margin: auto;
}

.views_map_pos .details-points li .details .btn:focus {
  color: #fff;
  background: #000;
}

/***** Maps page mobile ***/
.pos-mobile {
  width: 100%;
  min-width: 0;
  height: 100%;
}

.pos-mobile footer,
.pos-mobile header {
  z-index: 500;
}

.pos-mobile .page {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.pos-mobile #content_wraper {
  z-index: 10;
  bottom: 0;
  overflow-y: visible;
  min-width: 0;
  height: 100%;
  padding-bottom: 60px;
}

.pos-mobile .views_map_pos .view-filters {
  position: relative;
  z-index: 10;
  width: 100%;
}

.pos-mobile .views_map_pos .view-filters h1 {
  padding: 11px 15px;
  text-align: center;
}

.pos-mobile .views_map_pos .view-filters .views-exposed-form {
  width: 210px;
  margin: auto;
}

.pos-mobile .views_map_pos .view-filters .views-exposed-widget {
  margin: 5px 0;
}

.views_map_pos .view-filters form {
  padding: 5px 40px;
}

.pos-mobile #content_wraper .view-filters .intro {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 15px;
  background: #fff;
}

.pos-mobile .views_map_pos .details-points {
  width: 100%;
  height: 100%;
}

.pos-mobile .views_map_pos .details-points li {
  display: block;
  height: 100%;
  padding-top: 70px;
}

.pos-mobile .views_map_pos .details-points li .btn-close {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: 0;
  left: 20px;
  float: left;
  width: 25px;
  height: 25px;
  margin: 10px 0;
  color: #fff;
  border-radius: 15px;
  background: #c2c2c2;
}

.pos-mobile .views_map_pos .details-points li .details {
  padding-top: 0;
}

.pos-mobile .views_map_pos .details-points li .details img {
  display: block;
  clear: both;
  max-width: 100%;
  margin: auto;
}

.pos-mobile .views_map_pos .details-points li .details h3 {
  clear: both;
}

.pos-mobile .views_map_pos .block-contact {
  font-size: 0;
  padding: 30px 0 15px;
  text-align: center;
}

.pos-mobile .views_map_pos .block-contact .btn-mobile {
  width: 48%;
  margin: 0 1%;
}

.pos-mobile .views_map_pos .btn-mobile {
  font-family: gill_sansregular;
  font-size: 14px;
  line-height: 29px;
  display: inline-block;
  height: 29px;
  margin: 5px 15px;
  text-transform: uppercase;
  color: #fefefe;
  border-radius: 8px;
  background: #c2c2c2;
}

.pos-mobile .views_map_pos .btn-mobile span {
  display: block;
  padding-right: 10px;
  padding-left: 35px;
  color: #fff;
}

.pos-mobile .views_map_pos .btn-mobile.mail span {
  background: url('../images/interface/btn/btn-mail.png') 10px center no-repeat;
  background-size: 22px 16px;
}

.pos-mobile .views_map_pos .btn-mobile.phone span {
  background: url('../images/interface/btn/btn-phone.png') 10px center no-repeat;
  background-size: 18px 18px;
}

.pos-mobile .views_map_pos .btn-mobile.map {
  position: absolute;
  z-index: 50;
  right: 0;
  width: 75px;
  text-decoration: none;
}

.pos-mobile .views_map_pos .btn-mobile.map.hidden {
  display: none;
}

.pos-mobile .views_map_pos .btn-mobile.map span {
  padding-left: 35px;
  background: url('../images/interface/btn/btn-map.png') 10px center no-repeat;
  background-size: 10px 16px;
}

.pos-mobile .views_map_pos .btn-mobile + .btn-mobile {
  float: right;
}

.pos-mobile #content_wraper #map_pos {
  position: absolute !important;
  z-index: 1;
  top: 0 !important;
  left: 0 !important;
}

.pos-mobile #content_wraper .geofieldBaiduMap {
  position: absolute !important;
  z-index: 1;
}

.pos-mobile #content_wraper .map-container {
  visibility: hidden;
}

.pos-mobile .views_map_pos .list-points {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  padding: 0;
  background: #fff;
}

.pos-mobile .views_map_pos .list-points ul {
  margin: 0;
  padding: 0;
}

.pos-mobile .views_map_pos .list-points ul li {
  margin: 0 10px;
  padding: 5px 10px;
  color: #1a1a1a;
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}

.pos-mobile .views_map_pos .list-points ul li:after {
  display: block;
  clear: both;
  content: '';
}

.pos-mobile .views_map_pos .list-points ul li a.detail {
  float: right;
  color: #808080;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .2);
}

.pos-mobile .views_map_pos .list-points ul li h3 {
  font-size: 14px;
  line-height: 1.2em;
  float: left;
  width: 60%;
  margin: 15px 0;
}

.pos-mobile .views_map_pos .list-points ul li .body {
  display: none;
}

.pos-mobile .overlay-mobile {
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.pos-mobile .map-container .header-map {
  position: absolute;
  z-index: 80;
  top: 60px;
  width: 100%;
  background: #fff;
}

.pos-mobile .map-container .header-map h1 {
  font-size: 18px;
  padding: 25px 15px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #808080;
  background: #fff;
}

.pos-mobile .btn-back-map {
  font-family: gill_sansregular;
  font-weight: normal;
  position: absolute;
  right: 0;
  margin: 20px 15px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .2);
}

.pos-mobile .chzn-search {
  display: none;
}

.pos-mobile .chzn-drop {
  z-index: 1000;
}

.pos-tablet .chzn-search {
  display: none;
}

.pos-mobile footer {
  position: fixed;
  bottom: 0;
}

/************************************************************
*********	VIDEOS PAGE	*************************************
*************************************************************/
.video-content {
  display: inline-block;
  width: 100%;
  height: auto;
  background: #000;
}

.video {
  text-align: center;
}

#video_footer_wrapper {
  position: fixed;
  z-index: 40;
  width: 100%;
  text-transform: uppercase;
  background: #000;
}

#video_footer_wrapper.hidden {
  bottom: -50px;
  -webkit-transition: bottom 1s ease-out;
  -moz-transition: bottom 1s ease-out;
  -o-transition: bottom 1s ease-out;
}

#video_footer_wrapper.shown {
  bottom: 40px;
  -webkit-transition: bottom 1s ease-out;
  -moz-transition: bottom 1s ease-out;
  -o-transition: bottom 1s ease-out;
}

#video_playlist {
  width: 100%;
  height: 70px;
  margin-top: 20px;
  background: #333;
}

.video-center {
  width: 980px;
  margin: auto;
}

.last-video {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #808080;
}

.last-video h2 {
  font-size: 14px;
  color: #808080;
}

.last-video p {
  font-family: 'gill_sansregular';
  font-size: 25px;
  font-weight: normal;
  color: #fff;
}

.video-menu {
  padding-top: 20px;
  list-style-type: none;
}

.video-menu li {
  display: inline-block;
  margin: 0 10px;
}

.video-menu li a {
  font-family: 'gill_sansregular';
  font-weight: normal;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  text-decoration: none;
  color: #808080;
}

.video-menu li a:hover {
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  color: #fff;
}

.video-menu li.videos-right {
  float: right;
}

#video_playlist {
  padding: 10px 0 10px 190px;
}

/************************************************************
*********	SEARCH PAGE	*************************************
*************************************************************/
#search_page .search-panel-shadow {
  position: fixed;
  z-index: 100;
  left: 50%;
  margin-left: -498px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  background: rgba(255, 255, 255, .9);
}

.search-panel-center h2 {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal;
  color: 808080;
}

.search-panel-center p {
  font-family: Arial;
  font-size: 10px;
}

#search_results {
  position: relative;
  z-index: 50;
  width: 980px;
  margin: auto;
  margin-top: 170px;
  padding-top: 20px;
}

#search_results .product_search_results_list {
  list-style-type: none;
}

.product_search_results_list .product-search-result-item {
  display: block;
  float: left;
  width: 326px;
  margin: 0 0 20px;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
}

.product_search_results_list .product-search-result-item img {
  display: block;
  margin: 0 auto 10px;
}

.product_search_results_list .product-search-result-item a {
  font-family: 'gill_sansregular';
  font-size: 12px;
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding-bottom: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
  background: url('../images/interface/bg/black-dot.jpg') no-repeat scroll bottom left transparent;
}

.product_search_results_list:hover .product-search-result-item a {
  opacity: .3;
}

.product_search_results_list:hover .product-search-result-item:hover a {
  opacity: 1;
}

.product_search_results_list .product-search-result-item .prod_title {
  font-family: 'gill_sansregular';
  font-size: 12px;
  margin-bottom: 10px;
  color: #808080;
}

.product_search_results_list .product-search-result-item .prod_case,
.product_search_results_list .product-search-result-item .prod_complication,
.product_search_results_list .product-search-result-item .prod_diameter,
.product_search_results_list .product-search-result-item .prod_numerus,
.product_search_results_list .product-search-result-item .prod_ref {
  display: none;
}

.product_search_results_list .product-search-result-item p {
  font-family: 'gill_sansregular';
  font-size: 14px;
  position: relative;
  left: -9px;
  display: block;
  width: 100%;
  text-align: center;
  color: #808080;
}

.product_search_results_list .blurred-result {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  opacity: .4;
}

.product_search_results_list .hovered-result {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  opacity: 1;
}

.text-search-page-wrapper {
  background: #000;
}

#search_text_page {
  background: #000;
}

#search_text_page .search-panel {
  position: fixed;
  z-index: 100;
  top: 158px;
  right: 20px;
  left: 0;
  background: #000;
}

#search_text_page .search-panel h2 {
  font-size: 14px;
  display: inline;
  margin-right: 10px;
  color: #fff;
}

#search_text_page .search-panel-center {
  padding-bottom: 0;
  border-bottom: none;
}

#search_text_page .search-form {
  font-family: 'gill_sansregular';
  font-size: 14px;
  position: fixed;
  z-index: 100;
  top: 71px;
  right: 0;
  left: 50%;
  width: 940px;
  margin: auto;
  margin-left: -498px;
  padding: 23px 20px;
  color: #fff;
  border-bottom: 1px solid #262626;
  background: rgba(0, 0, 0, .9);
}

#search_text_page .search-form label {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal !important;
  position: relative;
  margin-right: 10px;
  color: #fff;
}

#search_text_page .search-form input[type='text'] {
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  width: 450px;
  height: 25px;
  margin-top: -1px;
  margin-right: 10px;
  padding: 0 5px;
  text-transform: uppercase;
  color: #808080;
  border: 1px solid #333;
  border-radius: 1px;
  background: #1a1a1a;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
}

#search_text_page .form-submit {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #404245;
  border-bottom: 1px solid #404245;
  border-left: 1px solid #1a1a1a;
  border-radius: 1px;
  background: #000;
  box-shadow: none;
  text-shadow: none;
}

#search_text_page .form-submit:hover {
  color: #1a1a1a;
  border-top: 1px solid #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #fff;
  background: #fff;
}

#search_text_page .search-panel {
  z-index: 100;
  top: 145px;
  width: 980px;
  padding: 23px 0;
  border-bottom: 1px solid #262626;
  background: rgba(0, 0, 0, .9);
}

#search_text_page .search-panel-center {
  font-size: 12px;
  padding: 0;
}

.text-search-result-item {
  vertical-align: top;
  border-top: 1px solid #c4c4c4;
}

.text-search-result-item:nth-child(1),
.text-search-result-item:nth-child(2),
.text-search-result-item:nth-child(3) {
  border: none;
}

#search_text_page #search_panel_first_line,
#search_text_page #search_panel_second_line {
  padding: 25px 0 35px;
  border-bottom: 1px solid #333;
}

#search_text_page #search_panel_second_line {
  font-family: arial !important;
  font-size: 12px;
  font-weight: bold;
  float: right;
  padding: 0;
  text-transform: uppercase;
  color: #c4c4c4;
  color: #808080;
  border: none;
}

#search_text_page #search_panel_second_line select {
  width: 320px;
  height: 30px;
  padding: 5px;
  color: #fff;
  border: 1px solid #333;
  background: #000;
}

#search_panel_second_line a.search-filter {
  font-size: 10px;
  font-weight: bold;
  margin-left: 8px;
  padding: 5px 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  color: #808080;
  background: #e6e6e6;
}

#search_panel_second_line a.search-filter span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #1a1a1a;
}

#search_panel_second_line a.search-filter.active,
#search_panel_second_line a.search-filter:hover {
  background: #1a1a1a;
}

#search_panel_second_line a.search-filter.active span,
#search_panel_second_line a.search-filter:hover span {
  color: #fff;
}

#text_search_results_list {
  list-style-type: none;
}

#text_search_results_list li {
  display: block;
  float: left;
  width: 33%;
  height: 180px;
  margin: 0 0 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #262626;
  background: transparent url('../images/interface/bg/white-dot.jpg') bottom left no-repeat;
}

#text_search_results_list li .search-result-category {
  font-family: arial;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #808080;
}

#text_search_results_list .search-result-category a {
  text-decoration: none;
  color: #5e5e5e;
}

#text_search_results_list .search-result-category a:hover {
  color: #fff;
}

#text_search_results_list .search-result-entry-title a {
  font-family: 'gill_sansregular';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}

#text_search_results_list .search-result-entry-title a:hover {
  color: #5e5e5e;
}

#text_search_results_list .search-result-entry-content strong {
  color: #e3b762;
}

#text_search_results_list li .search-result-entry-title {
  font-family: 'gill_sansregular';
  font-weight: normal;
  height: 48px;
  margin-bottom: 30px;
  padding: 0 30px;
  text-align: center;
  color: #fff;
}

#text_search_results_list .search-result-entry-content {
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 10px;
  text-align: justify;
  text-transform: none;
  color: #999;
}

/************************************************************
*********	FAVORITES PAGE	*************************************
*************************************************************/
#favorites_page {
  background: #fff;
}

#favorites_page #favorites {
  line-height: 2;
}

#favorites_page #favorites .cart-empty-page {
  padding: 12px;
}

#favorites_page_header {
  position: fixed;
  z-index: 200;
  top: 120px;
  left: 50%;
  width: 980px;
  margin-left: -498px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  background: rgba(255, 255, 255, .9);
}

#favorites_page_header_center a.btn {
  line-height: 18px;
  padding-left: 25px;
  background: #fff url('../img/catalogue-button.png') 4px center no-repeat;
}

#favorites_page_header_center a.btn:hover {
  background: url('../img/catalogue-button.png') center left no-repeat, #000;
}

#favorites_page_header_center {
  padding: 20px;
}

#favorites_page_header_center h2 {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #808080;
}

#favorites_page_header_center p {
  font-family: Arial;
  font-size: 10px;
  display: inline;
  text-transform: uppercase;
  color: #1a1a1a;
}

#favorites_page_header_center a.btn {
  position: relative;
  top: -15px;
  float: right;
}

.clear_list {
  float: right;
  margin-top: -10px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.panel-collection-favorite {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
  background: #fff;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .8);
}

.panel-collection-favorite .top-panel {
  position: relative;
  margin-bottom: 25px;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.panel-collection-favorite .top-panel .subtitle {
  color: #808080;
}

.panel-collection-favorite .top-panel h3 {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal;
  margin-top: 12px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.panel-collection-favorite .top-panel .btn-close-small {
  position: absolute;
  top: 30px;
  right: 6px;
}

#favorites {
  position: relative;
  width: 980px;
  margin: auto;
  padding-top: 78px;
}

#favorites .favorites_list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#favorites .favorites_list li {
  font-size: 12px;
  display: block;
  float: left;
  width: 33%;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

#favorites .favorites_list li .delete-line-item {
  position: absolute;
  top: 390px;
  left: 40px;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-indent: -99999em;
  opacity: .7;
  border: none;
  background: transparent url('../images/interface/btn/close-small.png') center center no-repeat;
  box-shadow: none;
  text-shadow: none;
}

#favorites .favorites_list li .delete-line-item:hover {
  opacity: 1;
}

#favorites .favorites_list li .views-label-edit-delete {
  font-family: Arial;
  font-size: 10px;
  line-height: 13px;
  position: absolute;
  top: 368px;
  left: 23px;
  display: none;
  padding: 0 4px;
  text-transform: uppercase;
  color: #808080;
  border: 1px solid #ccc;
  box-shadow: 1px 0 5px 0 #ccc;
}

#favorites .favorites_list li .content-favorite {
  position: relative;
  margin-bottom: -1px;
  padding-bottom: 24px;
  background: transparent url('../images/interface/bg/black-dot.jpg') bottom left no-repeat;
}

#favorites .favorites_list li .btn-add {
  display: block;
  padding-top: 440px;
  padding-bottom: 35px;
  text-align: center;
  text-decoration: none;
  background: transparent url('../images/interface/btn/watch-add-favorite.png') 63% 30px no-repeat;
}

#favorites .favorites_list li h2 {
  font-family: 'gill_sansregular';
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  height: 32px;
  margin-bottom: 4px;
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
  color: #808080;
}

#favorites .favorites_list li p.reference {
  font-size: 10px;
  text-transform: uppercase;
  color: #1a1a1a;
}

#favorites .favorites_list li.add-favorites-item {
  vertical-align: top;
}

.favorites_list li {
  vertical-align: top;
}

.add-favorites-item p {
  font-family: 'gill_sansregular';
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 30px;
  left: -7px !important;
}

#favorites .favorites_list li p .btn {
  font-weight: normal;
}

#add_favorites_panel {
  position: fixed;
  z-index: 500;
  bottom: -400px;
  width: 100%;
  -webkit-transition: bottom 1s ease-out;
  -moz-transition: bottom 1s ease-out;
  -o-transition: bottom 1s ease-out;
  background: #fff;
  box-shadow: 0 20px 50px 30px rgba(0, 0, 0, .7);
}

#add_favorites_panel.shown {
  bottom: 0;
  -webkit-transition: bottom 1s ease-out;
  -moz-transition: bottom 1s ease-out;
  -o-transition: bottom 1s ease-out;
}

#add_favorites_panel_header {
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #c4c4c4;
}

#add_favorites_panel_header h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #8f8f8f;
}

#add_favorites_panel_header h2 {
  font-family: 'gill_sansregular';
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #000;
}

.close_favorites_panel {
  font-size: 30px;
  float: right;
}

.close_favorites_panel a {
  text-decoration: none;
  color: #c4c4c4;
}

/*History last slide*/
#content_wraper.history-last-slide-content,
section.history-last-slide-content {
  top: 61px;
}

#history-return-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

#history-return-buttons.shown {
  bottom: 40;
}

.history-return-buttons-center {
  width: 980px;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.dos h1,
.face h1 {
  font-family: 'gill_sansregular' !important;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  top: 10%;
  width: 600px;
  text-align: center;
}

.face h1 {
  color: #fff !important;
}

.dos p,
.face p {
  position: absolute;
  bottom: 10%;
  width: 750px;
  text-align: center;
  text-transform: none;
}

/************************************************************
************   Page 404 *************************************
*************************************************************/
.page-404 {
  background: #bdbdbd;
}

.page-404.basic-404 #content_wraper {
  text-align: center;
}

.page-404 #content_wraper .bg-404 {
  text-align: center;
}

.page-404 #content_wraper .top-container {
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 30px;
  background: url('../img/bg-404.jpg') center 120px no-repeat #fff;
}

.page-404 #content_wraper .menu {
  width: 660px;
  margin: 20px auto 0;
  padding: 0;
}

.page-404 #content_wraper .menu li:first-child .column-menu:first-child + .menu li {
  text-align: left;
}

.page-404 #content_wraper .menu .menu {
  position: static;
  display: block;
  width: auto;
  margin: 0;
  background: none;
}

.page-404 #content_wraper .menu .menu:after,
.page-404 #content_wraper .menu .menu:before {
  display: none;
}

.page-404 #content_wraper .menu .menu li {
  font-size: 14px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #444;
  border: 0;
}

.page-404 #content_wraper .menu .menu li:hover {
  background: none;
}

.page-404 #content_wraper .menu .menu li a {
  font-family: 'gill_sansregular',arial;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
}

.page-404 #content_wraper .menu .menu .menu li {
  line-height: 33px;
  text-align: center;
  text-transform: none;
}

.page-404 #content_wraper .menu li {
  display: inline-block;
  width: 200px;
  height: auto;
  vertical-align: top;
  background: none;
}

.page-404 #content_wraper .menu li > .column-menu {
  display: none;
}

.page-404 #content_wraper #content_wraper h1,
.page-404 #content_wraper h1,
.page-404 .context-404-erreur #content_wraper h1,
.page-404 .context-404-erreur h1 {
  font-size: 101px;
}

.page-404 #content_wraper .main-text,
.page-404 .context-404-erreur .main-text {
  font-size: 20px;
  line-height: 30px;
  width: 340px;
  margin: auto;
  text-transform: uppercase;
  color: #1a1a1a;
}

.page-404 #content_wraper .sub-text,
.page-404 .context-404-erreur .sub-text {
  font-size: 12px;
  line-height: 22px;
  width: 260px;
  margin: 35px auto;
  text-transform: uppercase;
  color: #999;
}

/************************************************************
*********	DRUPAL ADAPTATION	*************************************
*************************************************************/
.select_custom {
  position: relative;
  float: left;
  width: 192px;
  margin: 0 10px;
}

.select_custom .header-list {
  font: 12px/21px arial,sans-serif;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
  width: 158px;
  height: 21px;
  padding: 0 24px 0 8px;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #ccc;
  background: url('../img/fleche-select.png') no-repeat 99% 8px #fff;
}

.select_custom .list_container {
  position: absolute;
  z-index: 400;
  left: 0;
  display: none;
  width: 190px;
  max-height: 210px;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-top: 0;
}

.select_custom ul {
  display: block;
  width: 180px;
}

.select_custom ul li {
  font-size: 10px;
  display: block;
  width: 180px;
  padding: 10px 5px;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  color: #4c4c4c;
  background: #fff;
}

.select_custom ul li:hover {
  color: #fff;
  background: #1a1a1a;
}

.select_custom .jspVerticalBar {
  margin-right: 6px;
}

/************************************************************
*********	DRUPAL ADAPTATION	*************************************
*************************************************************/
.footer-menu .footer-menu {
  position: fixed;
  z-index: 51;
  bottom: 49px;
  left: 50%;
  width: 174px;
  height: auto;
  margin-left: -104px;
  padding: 0 17px;
  background: url('../img/baloon.png') repeat-y -208px 0;
}

.footer-menu .footer-menu {
  display: none;
}

.footer-menu .footer-menu li a:hover {
  color: #999;
}

.expanded:hover > ul {
  display: block;
}

.expanded li.leaf {
  font-size: 12px;
  line-height: normal;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 5px;
  padding: 3px 0;
  text-align: center;
  border: 1px solid #808080;
}

.expanded li.leaf a {
  display: block;
  width: 100%;
}

.expanded li.leaf:hover {
  background: #000;
}

.footer-menu .footer-menu:before {
  position: absolute;
  display: block;
  width: 208px;
  height: 13px;
  margin-top: -13px;
  margin-left: -17px;
  content: ' ';
  color: #fff;
  background: url('../img/baloon.png') repeat-y 0 0;
}

.footer-menu .footer-menu:after {
  position: absolute;
  display: block;
  width: 208px;
  height: 29px;
  margin-top: 0;
  margin-left: -17px;
  content: ' ';
  color: #fff;
  background: url('../img/baloon.png') repeat-y 0 -13px;
}

.footer-menu .footer-menu li {
  font-size: 12px;
  line-height: 18px;
  display: block;
  float: none;
  padding: 3px 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
  border-top: 1px solid #ccc;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #ccc;
  border-radius: 1px;
  background: #fff;
}

.footer-menu .footer-menu li a {
  font-family: 'gill_sansregular',arial;
  font-size: 12px;
}

.footer-menu .footer-menu li:hover {
  background: #000;
    /*box-shadow: 1px 1px 0 rgba(0,0,0,0.2), inset 1px 1px 0 rgba(0,0,0,0.1);*/
}

.footer-menu .footer-menu li:hover a {
  color: #fff;
}

.expanded .footer-menu {
  position: absolute;
}

.commerce-line-item-actions {
  display: none;
}

/************************************************************
*********	HISTORY	*************************************
*************************************************************/
.h_wrap .h_background h3.history_title {
  font-family: 'gill_sansregular';
  font-size: 45px;
  position: relative;
  color: white;
}

.h_wrap .h_background .history_content_text {
  font-family: 'gill_sansregular';
  text-transform: none;
}

.h_description.onscroll .history_content_text,
.onscroll .h_description .history_content_text {
  position: absolute;
  bottom: 10%;
    /*
	width: 70%;
	margin-left: -35%;
	left: 50%;
	*/
}

.h_wrap .h_background .v_description .history_content_text {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: left;
}

.history_content_date {
  font-size: 18px !important;
  margin-bottom: 20px;
  color: #808080 !important;
}

.h_background .history_content_date {
  position: absolute;
  width: 100%;
}

.h_background .h_description .history_content_date {
  top: 5%;
}

.h_background .v_description .history_content_date {
  top: 20%;
}

.h_background .history_title {
  position: absolute;
  width: 100%;
}

.h_background .h_description .history_title {
  top: 10%;
}

.h_background .v_description .history_title {
  top: 25%;
}

body.page-history .black-star-vertical {
  position: absolute;
  top: 50%;
  left: 10%;
}

.history_block_1 .h_year_no .history_content,
.history_content_1 {
  display: inline-block;
  width: 400px;
  margin-top: 7%;
  margin-left: 20%;
}

.history_block_1 .h_year_no .history_title,
.history_title_1 {
  width: 400px;
  padding-bottom: 70px;
  background: url('../images/star_white.png') no-repeat 50% 110px, url('../images/star_white.png') no-repeat 50% 80px;
}

.history_block_1 .h_year_no .history_description,
.history_description_1 {
  text-align: center;
  color: #808080;
}

.history_title_2 {
  margin-top: 30%;
}

.history_content.onscroll,
.history_content_4 {
  position: relative;
  height: 100%;
  text-align: center;
}

.history_content_4 img {
  display: inline-block;
  height: 300px;
}

.history_title_4 {
  margin-bottom: 10px;
  color: #000 !important;
}

.history_content_6 {
  position: relative;
  margin-top: 3%;
  text-align: center;
}

.history_title_6 {
  margin-bottom: 30px;
}

.history_content_text_6 {
  color: #999;
}

.history_content_8,
.history_content_9 {
  position: absolute;
  top: 10%;
  left: 17%;
  width: 30%;
}

.history_content_8 h3.history_title_8,
.history_content_9 h3.history_title_9 {
  font-size: 25px !important;
  margin-bottom: 70px;
  color: #000;
}

.history_content_9 p {
  text-align: justify;
}

#content_page.nav {
  top: 63px;
}

#content_page {
  position: absolute;
  top: 0;
  bottom: 0;
  clear: both;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  min-width: 960px;
  text-transform: none;
}

/*** Page Histoire ***/
#nav-history {
  position: fixed;
  z-index: 100;
  top: 0;
  overflow: hidden;
  height: 63px;
  background: #fff;
}

#nav-history ul {
  position: relative;
  display: block;
  height: 62px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}

#nav-history ul li {
  font-size: 22px;
  line-height: 22px;
  position: relative;
  display: block;
  float: left;
  height: 22px;
  margin: 0;
  padding: 20px 25px;
  list-style: none;
  color: #ccc;
}

#nav-history ul li a {
  font-family: gill_sansregular;
  text-decoration: none;
  color: #ccc;
}

#nav-history ul li.active,
#nav-history ul li.active a {
  color: #000;
}

#nav-history ul li .point {
  position: absolute;
  z-index: 50;
  right: 0;
  bottom: -1px;
  width: 1px;
  height: 1px;
  background: #000;
}

#content-history {
  position: relative;
  z-index: 90;
  color: #fff;
  background: #000;
}

.btn-bottom {
  position: fixed;
  bottom: 60px;
  left: 50%;
  display: block;
  margin-left: -11px;
}

/*** Item General ***/
.item-history {
  position: relative;
  padding-top: 224px;
  background: #000;
    /*min-height: 496px;*/
}

.item-history .item-content {
  font-family: gill_sansregular;
  position: relative;
  height: 100%;
  margin: auto;
  text-align: center;
}

.item-history h5.year {
  font-size: 10px;
  font-weight: normal;
  padding-top: 4%;
  padding-bottom: 15px;
  color: #999;
}

.item-history h2.title {
  font-size: 30px;
  font-weight: normal;
  min-height: 34px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}

.item-history p {
  font-family: Arial;
  font-size: 12px;
  line-height: 25px;
  color: #4c4c4c;
}

.item-history .container-img {
  position: relative;
  padding-top: 2%;
}

.item-history .container-text,
.item-history .container-title {
  position: relative;
}

.item-history .container-img img {
  height: 100%;
}

.item-history .no-video-img {
  width: 100%;
}

.item-history.black09 {
  background: #090909;
}

.item-history.dark-grey {
  background: #0d0d0d;
}

.item-history.dark-grey h2.title {
  color: #fff;
}

.item-history.dark-grey p {
  color: #999;
}

.item-history.white {
  background: #fff;
}

.item-history.white h2.title {
  color: #1a1a1a;
}

.item-history.beige {
  background: #f2f2f2;
}

.item-history.beige p {
  color: #808080;
}

.item-history.beige h2.title {
  color: #1a1a1a;
}

.item-history .bg-topLeft {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
}

#content-history .last-item {
  position: absolute;
  bottom: -85px;
  display: none;
  width: 100%;
  height: 85px;
  background: #fff;
}

#content-history .last-item .history_end_buttons {
  width: 425px;
  margin: auto;
}

#content-history .last-item .history_end_buttons a {
  display: block;
  float: left;
  margin: 30px 10px;
}

#content-history .last-item .history_end_buttons span.uparrow {
  background: url('../img/icons/uparrow.png') 0 4px no-repeat;
}

#content-history .last-item .history_end_buttons a:hover span.uparrow {
  background-position: 100% -30px;
}

#content-history .last-item .history_end_buttons a:hover span.uparrow span.uparrow {
  background-position: 0 -30px;
}

#content-history .last-item .history_end_buttons span.uparrow span.uparrow {
  padding: 0 20px;
  background-position: 100% 4px;
}

/**** Video *****/
.video.item-history {
  overflow: hidden;
  width: 100%;
}

.video.item-history video {
  position: relative;
  top: 50%;
}

.video.item-history .year {
  font-size: 60px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  text-align: center;
}

.video.item-history .bottom-video {
  line-height: 50px;
  display: block;
  width: 60px;
  height: 60px;
  margin: 30px auto 0;
  text-align: center;
  vertical-align: middle;
  background: url('../img/bg-circle.png') 0 0 no-repeat;
}

.video.item-history .bottom-video img {
  vertical-align: middle;
}

/*** Slide Basic ***/
.item-history .item-content.slide .col-text {
  top: 50%;
  float: left;
}

.item-history .item-content.slide .col-text.col-right {
  position: relative;
  left: 50%;
  width: 50%;
}

.item-history .item-content.slide .col-text.col-left {
  position: relative;
  left: 50%;
}

.item-history .item-content.slide .col-img {
  position: absolute;
  top: 0;
  height: 100%;
}

.item-history .item-content.slide .col-img.col-right {
  left: 50%;
  width: 100%;
  text-align: left;
}

.item-history .item-content.slide .col-img.col-left {
  width: 48%;
}

.item-history .item-content.slide .container-slide-text {
  position: relative;
}

.item-history .item-content.slide .slide-text {
  position: absolute;
  left: 0;
  width: inherit;
  text-align: justify;
}

.item-history .item-content.slide .slide-text + .slide-text {
  display: none;
}

.item-history .item-content.slide .slide-title + .slide-title,
.item-history .item-content.slide .title + .title {
  display: none;
}

.item-history .item-content.slide .slide-text p + p {
  padding-top: 25px;
}

.item-history .item-content.slide-basic .container-slide-img {
  position: relative;
  overflow: hidden;
  height: 84%;
  margin: 3% 0;
}

.item-history .item-content.slide-basic .container-slide-img > div {
  position: relative;
  height: 100%;
}

.item-history .item-content.slide-basic .container-slide-img img {
  display: block;
  width: auto;
  height: 100%;
}

.item-history .item-content.slide-basic .container-slide-img img.center {
  margin: auto;
}

.item-history .item-content.slide-basic .slide-img {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

/*** slide FullImg ***/
.item-history .item-content.slide-fullImage .container-slide-img {
  overflow: hidden;
  height: 100%;
}

/*.item-history .item-content.slide-fullImage .container-slide-img img{height: 300%;}*/
/*** Nav Star ***/
.nav-star {
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 2%;
}

.nav-star li {
  display: block;
  width: 14px;
  height: 14px;
  margin: 5px;
  cursor: pointer;
  text-indent: -999em;
  background: url('../img/nav-star-white.png') left top no-repeat;
}

.item-history.white .nav-star li {
  background: url('../img/nav-star.png') left bottom no-repeat;
}

.nav-star li.active,
.nav-star li:hover {
  background-position: left bottom;
}

.item-history.white .nav-star li.active,
.item-history.white .nav-star li:hover {
  background-position: left top;
}

.nav-left {
  padding-left: 20px;
}

.nav-right {
  padding-right: 20px;
}

/*** Automate ***/
.automates {
  position: relative;
  overflow: hidden;
  height: inherit;
  background: #d9d9d9;
}

.automates p {
  color: #808080;
}

.automates h2.title {
  color: #1a1a1a;
}

.automates h5.year {
  padding-top: 0;
}

.automates .container {
  position: relative;
}

.automates .text + .text {
  display: none;
}

.automates .img-top {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.automates .img-bottom {
  position: absolute;
  bottom: -100%;
  width: 100%;
  text-align: center;
}

.automates .img-bottom img {
  height: 100%;
}

.automates .img-top img {
  height: 100%;
}

.automates .nav-star li {
  margin: 6px 2px;
  background: url('../img/nav-star.png') 0 bottom no-repeat;
}

.automates .nav-star li.active,
.automates .nav-star li:hover {
  background-position: left top;
}

/*** Drag ***/
.item-history-drag .photo {
  position: relative;
  width: 100%;
  height: 100%;
}

.item-history-drag .photo .container-draggable {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 62px;
  height: 100%;
  margin-left: -10%;
}

/*.item-history-drag .photo .line-separator { background: transparent url(../img/line-drag.jpg) top left no-repeat;position: absolute;right: 17px;bottom: -20%;display: block;width: 1px;height: 646px; }*/
.item-history-drag .photo .face {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.item-history-drag .photo .face .content-drag {
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.item-history-drag .photo .btn-drag-watch {
  position: absolute;
  z-index: 500;
  top: 50%;
  right: 0;
  display: block;
  width: 100px;
  height: 43px;
  margin-top: -21px;
  margin-right: -20px;
  text-indent: -999em;
  background: transparent url('../images/interface/btn/btn-drag.png') top left no-repeat;
}

.item-history-drag .photo .btn-drag-watch.active,
.item-history-drag .photo .btn-drag-watch:hover {
  cursor: url(../../images/interface/main.png), move;
  background-position: left bottom;
}

.item-history-drag .photo .content-drag {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.item-history-drag .photo .face {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 102%;
  height: 100%;
  margin-left: -10%;
  text-align: center;
}

.item-history-drag .photo .dos {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}

.item-history-drag .photo .dos .content-drag {
  right: 0;
}

.item-history-drag .photo .face .content-drag {
  left: 0;
  width: 100%;
}

.item-history-drag .photo .dos p,
.item-history-drag .photo .face p {
  position: relative;
  width: auto;
}

.item-history-drag .dark .content-drag {
  background: #000;
}

.item-history-drag .dark h2.title {
  color: #fff;
}

.item-history-drag .dark p {
  color: #999;
}

.item-history-drag .light .content-drag {
  background: #f2f2f2;
}

.item-history-drag .light h2.title {
  color: #1a1a1a;
}

/**** Intro *****/
/*#intro {position:relative;height: inherit;width: 100%; z-index:1000;background:#000000;}*/
#intro .container-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-top: 0;
}

#intro .container-img img {
  height: 100%;
}

#intro .container-text {
  position: relative;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 270px;
  margin-top: -135px;
  margin-left: -490px;
  text-align: center;
  color: #fff;
}

#intro .container-text h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
}

#intro .container-text .star {
  width: 14px;
  height: 14px;
  margin: 6px auto;
  background: url('../img/nav-star-white.png') 0 bottom no-repeat;
}

#intro .container-text .bottom {
  display: block;
  margin: 70px auto 0;
}

#intro .arrow-panel {
  position: fixed;
  bottom: 60px;
  left: 50%;
  display: block;
  margin-left: -22px;
}

/*** Item 1721 ***/
#item1721-1 .item-content {
  width: 860px;
}

#item1721-1 .item-content img {
  width: auto;
  height: 100%;
}

/*** Item 1738 ***/
#item1738-1 .item-content {
  width: 860px;
}

/*** Item 1758 ***/
#item1758-1 .item-content.slide-basic {
  margin: auto;
}

#item1758-1 .slide-basic .container-slide-text,
#item1758-1 .slide-basic .slide-title {
  width: 440px;
}

/*#item1758-1 .col-text {padding-top: 5%;}*/
/*** Item 1774 ***/
#item1774-1 .item-content.slide-basic {
  width: 980px;
  margin: auto;
}

#item1774-1 .slide .container-slide-text,
#item1774-1 .slide .slide-title {
  width: 540px;
}

#item1774-1 .col-text {
  padding-top: 0;
}

/*** Item 1784 ***/
#item1784-1 {
  background: url('../img/bg-montre.jpg') center 63px no-repeat #0d0d0d;
}

#item1784-1 .container-text {
  width: 520px;
  margin: auto;
  text-align: justify;
}

#item1784-1 .item-content {
  position: relative;
  left: 50%;
  overflow: auto;
  width: 660px;
  height: 100%;
  margin-left: -330px;
  padding-top: 0;
}

#item1784-1 .jspVerticalBar {
  right: 64px;
}

/*** Item 1788 ***/
#item1788-1 .item-content.slide {
  margin: auto;
}

#item1788-1 .slide .container-slide-text,
#item1788-1 .slide .slide-title {
  width: 540px;
}

/*#item1788-1 .col-text {padding-top: 5%;}*/
/*** Item 2000 ***/
#item2000-1 .container-img {
  padding: 0;
}

/*** Item 2010 ***/
#item2010-1 .slide-basic .container-slide-text,
#item2010-1 .slide-basic .slide-title {
  width: 410px;
}

#item2010-1 .item-content.slide-basic .container-slide-img {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#item2010-1 .item-content.slide-basic .container-slide-img > div {
  position: relative;
  top: 0;
}

/*** Item 2012 ***/
#item2012-1 .item-content {
  padding-top: 0;
}

/**** Fin page Histoire ****/
#box1,
#box3,
#box5 {
  z-index: 50;
}

#box2,
#box4,
#box6 {
  z-index: 40;
}

#box7 {
  z-index: 30;
}

.tabs {
  position: relative;
  z-index: 999;
  top: 50%;
  left: 10%;
  list-style: none;
}

.tabs_2 {
  position: static;
  z-index: 999;
  top: 50%;
  left: 10%;
  margin-top: 10px !important;
  list-style: none;
}

.tabs_3 {
  position: relative;
  top: 50%;
  left: 83%;
}

.tabs li,
.tabs_2 li {
  opacity: .4;
}

.tabs li.active,
.tabs_2 li.active {
  opacity: 1;
}

.tabs_2 li {
  display: inline;
}

.tabs.group:after,
.tabs_2:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}

#box1:target,
#box2:target,
#box3:target,
#box4:target,
#box5:target,
#box6:target,
#box7:target {
  z-index: 51;
}

.history_content_11 {
  margin-top: 24%;
  text-align: center;
}

.history_content_12 {
  margin-top: 1%;
  text-align: center;
}

.history_content_11 .history_title_11,
.history_title_12 {
  margin-bottom: 30px;
  color: #000 !important;
}

.history_content_14 .history_title_14,
.history_content_15 .history_title_15,
.history_content_16 .history_title_16 {
  font-size: 25px !important;
  margin-bottom: 70px;
}

.history_content_14 {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 30%;
  text-align: justify;
  color: #d9d9d9;
}

.history_content_15 {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 30%;
  text-align: justify;
  color: #d9d9d9;
}

.history_content_16 {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 30%;
  text-align: justify;
  color: #d9d9d9;
}

.history_content_18 {
  margin-top: 1%;
  text-align: center;
  color: #d9d9d9 !important;
}

.history_title_18 {
  margin-bottom: 20px;
}

/*	HISTORY SLIDES	*/
.h_wrap .h_year_content_1738 .h_description .history_content_date {
  position: absolute;
  bottom: 65%;
  width: 100%;
}

.h_wrap .h_year_content_1738 .h_description .history_title {
  position: absolute;
  top: 15%;
  width: 100%;
}

.h_wrap .h_year_content_1738 .h_description .history_content_text {
  position: absolute;
  bottom: 10%;
}

.h_wrap .h_year_content_1758 .v_description h3.history_title {
  font-size: 25px;
}

.h_wrap .h_year_content_1773 .v_wrap.v_bg_1 .history_content_text {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 70%;
  margin-left: -35%;
}

.h_wrap .h_year_content_1773 .v_wrap.v_bg_1 .history_title {
  font-weight: normal;
  position: absolute;
  top: 60%;
  color: #1a1a1a;
  text-size: 30px;
}

.h_wrap .h_year_content_1773 .v_wrap.v_bg_1 .history_content_date {
  position: absolute;
  top: 53%;
}

.h_wrap .h_year_content_1773 .v_wrap.v_bg_2 .history_content_text {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 70%;
  margin-left: -35%;
}

.h_wrap .h_year_content_1773 .v_wrap.v_bg_2 .history_title {
  font-weight: normal;
  position: absolute;
  top: 12%;
  color: #1a1a1a;
  text-size: 30px;
}

.h_wrap .h_year_content_1773 .v_wrap.v_bg_2 .history_content_date {
  position: absolute;
  top: 5%;
}

body.context-catalogue {
  font: .8em/21px arial,sans-serif;
}

.checkbox,
.radio {
  position: relative;
  top: 2px;
  display: block;
  float: left;
  clear: left;
  width: 19px;
  height: 16px;
  padding: 0 5px 0 0;
  background: url('../img/checkbox.png') no-repeat;
}

.select {
  font: 12px/21px arial,sans-serif;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  overflow: hidden;
  width: 158px;
  height: 21px;
  padding: 0 24px 0 8px;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  border-top: 1px solid #ccc;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #ccc;
  background: url('../img/fleche-select.png') no-repeat 99% 8px #fff;
}

select.styled {
  height: 21px;
  text-transform: uppercase;
}

/*=========================== NEW STYLE ===============================*/
/*########## WATCHES ########*/
.overlay-favorite {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: transparent url('../images/interface/bg/black-70.png') top left repeat;
}

.overlay-favorite .loader {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url('../images/interface/bg/loading.gif') center 45% no-repeat;
}

.overlay-favorite .box-msg {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 50%;
  display: none;
  width: 300px;
  margin-left: -185px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  box-shadow: 3px 3px 5px #444;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color =  '#444444');
  -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = \'#444444\')';
}

.overlay-favorite .box-msg .error {
  background: none;
}

.overlay-favorite .box-msg p {
  margin-bottom: 15px;
}

.overlay-favorite .box-msg a {
  font-family: Arial;
  line-height: 24px;
}

.overlay-favorite .box-msg a.btn-close-overlay {
  color: #fff;
  background: #808080;
}

.overlay-favorite .box-msg a.btn-close-overlay:hover {
  background: #1a1a1a;
}

#watches-list-container .navigation-watches {
  position: fixed;
}

.navigation-watches {
  position: absolute;
  z-index: 100;
  top: 44%;
  display: block;
  overflow: hidden;
  width: 19px;
  height: 35px;
  margin-top: -17px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center;
}

.navigation-watches.next {
  right: 10px;
  background-image: url('../images/interface/btn/btn-next.png');
}

.navigation-watches.prev {
  left: 10px;
  background-image: url('../images/interface/btn/btn-prev.png');
}

.navigation-watches.disabled {
  display: none !important;
}

.container-watches-list {
  overflow: hidden;
  width: 100%;
  background: transparent url('../images/interface/bg/loading_blanc.gif') center center no-repeat;
}

/** ZOOM **/
.zoom {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background: #fff;
}

.zoom.open {
  background-image: url('../images/interface/bg/loading_blanc.gif');
  background-repeat: no-repeat;
  background-position: center;
}

.zoom > div {
  cursor: none;
}

.zoom .zoom-circle {
  background-color: #fff;
}

.zoom img.img-zoom {
  width: auto;
  max-height: 100%;
  margin: auto;
}

.zoom header {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  cursor: auto;
  border: none;
  background: #e6e6e6;
}

.zoom header .center {
  position: relative;
  width: 890px;
  height: 100%;
  margin: auto;
  text-align: center;
}

.zoom header .center h2 {
  font-family: gill_sansregular;
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;
  margin: 0;
  text-transform: uppercase;
  color: #1a1a1a;
}

.zoom header .center .btn-close {
  position: absolute;
  top: 15px;
  right: 0;
}

/*######### ANIMATIONS SHADOWBOX #########*/
.overlay_animations {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: transparent url('../images/interface/bg/black-70.png') top left repeat;
}

.overlay_animations .sb_player {
  display: block;
  overflow: hidden;
  width: 400px;
  height: 400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

#sb_player_flash {
  display: block;
  overflow: hidden;
  width: 400px;
  height: 400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.overlay_animations .sb_player iframe {
  width: 100%;
  height: 100%;
}

.overlay_animations .btn-close-overlay {
  display: block;
  width: 100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

/*########## COLLECTION ########*/
.collection_wrap {
  position: relative;
  background: #000;
}

.collection_wrap .btn-down {
  display: none;
}

/** Draggable **/
.draggable-container {
  height: 100%;
}

.draggable-container {
  cursor: url(../images/interface/btn/drag-cursor.png), move;
}

.draggable-container.dragging {
  cursor: url(../images/interface/btn/drag-cursor-active.png), move;
}

.draggable-container .item-img {
  display: block;
  float: left;
  height: 100%;
  margin: 0;
  border: 0;
}

.draggable-container .item-img img {
  display: block;
}

.draggable-container .content-text {
  line-height: 1.8;
  float: left;
  width: 348px;
  height: 100%;
  padding: 0 73px;
  color: #999;
  background: #fff;
}

.draggable-container .content-text table {
  height: 100%;
  border: 0;
  background: none;
}

.draggable-container .content-text table td,
.draggable-container .content-text table td:hover {
  vertical-align: center;
  background: none;
}

.draggable-container .content-text .content {
  text-align: justify;
}

.draggable-container .content-text .content p {
  margin-bottom: 15px;
}

.draggable-container .content-text h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
  border-bottom: 1px solid #e5e5e5;
}

.draggable-container .content-text .subtitle {
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #4c4c4c;
}

/** Slider **/
.collection_wrap .slider-container {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.collection_wrap .slider-container .slider-content {
  position: absolute;
  top: 2%;
  bottom: 35%;
  width: 100%;
  text-align: center;
}

.collection_wrap .slider-container .slider-content .bg-slide {
  height: 100%;
}

.collection_wrap .slider-container .slider-content > ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.collection_wrap .slider-container .slider-content > ul > li {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
}

.collection_wrap .slider-container .slider-content > ul > li img {
  max-height: 87%;
  margin-top: 3%;
}

/** Slider fullscreen **/
.collection_wrap .slider-full-container {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection_wrap .slider-full-container .center {
  position: relative;
  height: 100%;
}

.collection_wrap .slider-full-container .slide-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.collection_wrap .slider-full-container .slide-full .full {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.collection_wrap .slider-full-container .slide-full .content-slide-full {
  position: absolute;
  top: 30%;
  left: 20px;
  width: 450px;
  padding-bottom: 30px;
}

.collection_wrap .slider-full-container .slide-full .content-slide-full .nav-slider {
  bottom: 0;
}

.collection_wrap .slider-full-container .slide-full .content-slide-full .subtitle {
  font-size: 10px;
  color: #4c4c4c;
}

.collection_wrap .slider-full-container .slide-full .content-slide-full h3 {
  font-family: gill_sansregular;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin: 20px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #313131;
}

.collection_wrap .slider-full-container .slide-full.slide-3 .content-slide-full h3 {
  color: #1a1a1a;
  border-bottom: 1px solid #cbcbcb;
}

.collection_wrap .slider-full-container .slide-full .content-slide-full .desc {
    /*font-size: 20px;*/
  line-height: 1.8;
  padding-bottom: 20px;
  color: #999;
  border-bottom: 1px solid #313131;
}

.page-collections-legend-geneva .collection_wrap .slider-full-container .slide-full.slide-3 .content-slide-full .desc {
  color: #4c4c4c;
  border-bottom: 1px solid #cbcbcb;
}

.page-collections-legend-geneva .collection_wrap .slider-full-container .slide-full.slide-3 .nav-slider a {
  background-image: url('../images/interface/btn/nav-star.png');
  background-position: bottom left;
}

.page-collections-legend-geneva .collection_wrap .slider-full-container .slide-full.slide-3 .nav-slider .active a,
.page-collections-legend-geneva .collection_wrap .slider-full-container .slide-full.slide-3 .nav-slider:hover a {
  background-position: top left;
}

/**** CLASSIC ****/
.collection_wrap .container-classic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection_wrap .container-classic .content-video {
  left: auto;
  width: 50%;
}

.collection_wrap .container-classic .content-video table {
  height: 100%;
  border: none;
  background: none;
}

.collection_wrap .container-classic .content-video table td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.collection_wrap .container-classic .content-video table td:hover {
  background: none;
}

.collection_wrap .container-classic .content-video video {
  position: static;
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}

.collection_wrap .container-classic .full {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.collection_wrap .container-classic .center {
  position: relative;
  height: 100%;
}

.collection_wrap .container-classic .h_description {
  position: absolute;
  top: 15%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 450px;
  margin: 0;
  padding-bottom: 30px;
  color: #999;
}

.collection_wrap .container-classic .h_description h4 {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #fff;
}

.page-collections-complication-la-chaux-de-fonds .collection_wrap.h_block_6 .container-classic .h_description h4 {
  color: #1a1a1a;
}

.page-collections-nouveautes .collection_wrap.h_block_3 .container-classic .h_description h4 {
  color: #1a1a1a;
}

.page-collections-nouveautes .collection_wrap.h_block_7 .container-classic .h_description h4 {
  color: #1a1a1a;
}

.page-collections-nouveautes .collection_wrap.h_block_9 .container-classic .h_description h4 {
  color: #1a1a1a;
}

.collection_wrap .container-classic.classic_right .h_description {
  right: 0;
  left: auto;
}

.collection_wrap .container-classic.classic_right .h_description h4 {
  text-align: right;
}

.collection_wrap .container-classic.classic_right .h_description .subtitle {
  text-align: right;
}

.collection_wrap .container-classic.classic_right .content-video {
  right: auto;
  left: 0;
  width: 50%;
}

.collection_wrap .container-classic.classic_right .full {
  right: auto;
  left: 0;
}

.collection_wrap .container-classic.classic_right .collections-discover-button {
  text-align: right;
}

/**** VIDEO *****/
.collection_wrap .content-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.collection_wrap .content-video h1 {
  font-size: 48px;
  font-weight: normal;
  position: absolute;
  z-index: 90;
  top: 50%;
  width: 100%;
  margin-top: -24px;
  text-align: center;
  color: #fff;
}

.collection_wrap .content-video h1 .star-black {
  background-image: url('../images/interface/bg/star-big-white.png');
}

.page-collections-les-ateliers-dart .collection_wrap .content-video h1 .star-black {
  word-spacing: 0;
  background: none;
}

.collection_wrap .content-video .bg-video {
    /*
	height: 100%;
    float: right;
    */
  position: relative;
  z-index: 1;
  width: 100%;
}

.collection_wrap .content-video video {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*########## NEWS ########*/
.context-home #content_wraper div.h_wrap.region1-col,
.front #content_wraper div.h_wrap.region1-col {
  height: auto;
}

.front #content_wraper div.h_wrap.region1-col {
  background: #a8a8a8;
}

/* ----------------------------- */
/*  ==     Mobile CSS             */
/* ----------------------------- */
@media (max-height: 580px) {
  .views_map_pos .view-filters .legend {
    display: none;
  }
}

@media (max-device-width: 1024px) {
    /****** MAPS *****/
  .page-point-of-sales .map-list {
    display: none;
  }
}

@media (max-width: 450px) {
  img {
    max-width: 100%;
  }
    /******* PAGE COLLECTIONS *******/
  .title-collections {
    font-family: gill_sansregular;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin: 0 15px 25px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
    border-bottom: 1px solid #ccc;
  }

  .list-collections .view-content {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 40px;
  }

  ul.collections-list {
    display: block;
    height: 100%;
  }

  ul.collections-list > li {
    font-family: gill_sansregular;
    font-size: 15px;
    display: inline-block;
    float: none;
    width: 150px;
    height: auto;
    margin: 0;
    padding: 0 10px;
    text-align: center !important;
    vertical-align: top;
    text-transform: uppercase;
    background: #fff;
  }

  ul.collections-list > li img {
    display: block;
    margin: auto;
  }

  #awesome_zoom {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #313131;
  }

  #awesome_zoom .big_pict {
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    height: 100%;
  }

  #awesome_zoom .big_pict img {
    max-width: none;
        /*width: 200%;*/
    height: auto;
  }

  #awesome_zoom .btn.btn-close-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: #000 url('../images/interface/btn/close2.png') center center no-repeat;
  }

  ul.collections-list > li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #1a1a1a;
  }

  .mobile-catalog .item-list {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 350px;
  }

  .mobile-catalog ul li {
    display: block;
    float: left;
    width: 200px;
    text-align: center;
  }

  .mobile-catalog ul li a {
    text-decoration: none;
  }

  .mobile-catalog ul li .field-name-field-family-watch {
    font-family: gill_sansregular;
    font-size: 16px;
    font-weight: normal;
    margin: 8px 4%;
    padding: 0 15px;
    text-transform: uppercase;
    color: #1a1a1a;
    border: none;
  }

  .mobile-catalog ul li img {
    width: auto;
    height: auto;
  }

  .mobile-catalog ul li .node-product-display {
    position: absolute;
    z-index: 10;
    top: 52px;
    right: 0;
    left: 0;
    display: none;
    width: 92%;
    margin: 0;
    padding: 0 4%;
    padding-top: 52px;
    text-align: left;
    border: 0;
    background: #fff;
  }

  .mobile-catalog ul li .node-product-display img {
    display: block;
    clear: both;
    width: auto !important;
    height: auto !important;
    margin: auto;
  }

  .mobile-catalog ul li .node-product-display header {
    display: none;
  }

  .mobile-catalog ul li .node-product-display h2 {
    font-family: gill_sansregular;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    position: fixed;
    top: 52px;
    right: 0;
    left: 0;
    display: inline-block;
    min-height: 32px;
    margin: 0 4% 25px;
    padding: 15px 35px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1a1a1a;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }

  .mobile-catalog ul li .node-product-display div.field {
    display: block;
    float: right;
    width: 70%;
    margin-bottom: 15px;
  }

  .mobile-catalog ul li .node-product-display .field-label {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 28%;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #1a1a1a;
  }

  .mobile-catalog ul li .node-product-display .field-name-body {
    float: none;
    width: 100%;
    margin: 15px 0;
  }

  .mobile-catalog ul li .node-product-display .service-links {
    display: none;
  }

  .mobile-catalog ul li .node-product-display .btn-back {
    position: fixed;
    z-index: 20;
    top: 75px;
    left: 4%;
    display: block;
    width: 8px;
    height: 17px;
    background: transparent url('../images/mobile/btn-back.png') center center no-repeat;
    background-size: cover;
  }

  .mobile-catalog ul li .node-product-display .container-variations {
    margin-top: 50px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  .mobile-catalog ul li .node-product-display .content-variations {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 108%;
    margin: 0 -4%;
  }

  .mobile-catalog ul li .node-product-display .container-variations h3 {
    font-family: gill_sansregular;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
  }

  .mobile-catalog ul li .node-product-display .variations {
    display: block;
  }

  .mobile-catalog ul li .node-product-display .variations li {
    display: inline-block;
    width: 110px;
    height: 100%;
  }

  .mobile-catalog ul li .node-product-display .btns {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .mobile-catalog ul li .node-product-display .btns .btn-mobile {
    display: inline-block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    text-indent: -99999em;
    background-size: contain !important;
  }

  .mobile-catalog ul li .node-product-display .btns .btn-mobile.hide {
    display: none;
  }

  .mobile-catalog ul li .node-product-display .btns .btn-photo-front {
    background: transparent url('../images/mobile/back.png') center center no-repeat;
  }

  .mobile-catalog ul li .node-product-display .btns .btn-photo-back {
    background: transparent url('../images/mobile/front.png') center center no-repeat;
  }

  .mobile-catalog ul li .node-product-display .btns .btn-photo-zoom {
    width: 20px;
    background: transparent url('../images/mobile/loupe.png') center center no-repeat;
  }

  .mobile-catalog ul li .node-product-display .btns .btn-video {
    background: transparent url('../images/mobile/video.png') center center no-repeat;
  }

  .mobile-catalog ul li .node-product-display .btns .btn-anim {
    background: transparent url('../images/mobile/anim.png') center center no-repeat;
  }

  .mobile-catalog ul li .node-product-display .btns .btn-share {
    background: transparent url('../images/mobile/share.png') center center no-repeat;
  }

  .mobile-catalog ul li .node-product-display .btns .btn-favorite {
    background: transparent url('../images/mobile/favorite.png') center center no-repeat;
  }

  .mobile-catalog ul li .node-product-display .photos {
    position: relative;
    padding-bottom: 40px;
  }

  .mobile-catalog ul li .node-product-display .photos img {
    width: 80%;
    max-width: 80%;
  }

  .mobile-catalog ul li .node-product-display .photos .back {
    position: absolute;
    top: 0;
    display: none;
  }

  .mobile-catalog ul li .node-product-display .footer-montre {
    position: relative;
    margin: 15px -4% 0;
    padding: 25px 0 10px;
    background: #e5e5e5;
  }

  .mobile-catalog ul li .node-product-display .footer-montre a {
    font-size: 12px;
    line-height: 25px;
    display: block;
    float: none;
    width: 200px;
    margin: auto auto 15px;
  }

  .mobile-catalog .overlay-loaded {
    position: fixed;
    z-index: 9999;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, .9) url('../images/interface/bg/loading_blanc.gif') center 45% no-repeat;
  }

  .mobile-catalog .loaded .overlay-loaded,
    .mobile-catalog .node-product-display.loaded .overlay-loaded {
    display: block;
  }
    /**** VIDEOS ****/
  #current_video_container {
    width: 100%;
  }

  #current_video {
    width: 100%;
    height: 300px;
  }

  .m23vid_content .interblock_mobile {
    display: block;
    width: auto;
    margin-right: 2em;
    margin-bottom: 10px;
    margin-left: 2em;
    padding: 1em 2em;
    text-align: center;
    border-bottom: 1px solid #333;
  }

  .m23vid_content .interblock_mobile h1 {
    font-family: gill_sansregular;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }

  .m23vid_content .mobile_selector {
    display: block;
    margin-top: 4em;
    margin-right: auto;
    margin-bottom: 4em;
    margin-left: auto;
    text-align: center;
  }

  .m23vid_content .mobile_selector .select {
    font: 12px/38px arial,sans-serif;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    overflow: hidden;
    width: 60%;
    height: 38px;
    padding: 0 0 0 2em;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: url('../img/fleche-select.png') no-repeat #444;
    background-position: 95% 50%;
  }

  .m23vid_content .mobile_selector select {
    width: 60%;
    height: 40px;
    padding-left: 2em;
    cursor: pointer;
    border: none;
  }

  .m23vid_content #my_awesome_container {
    position: relative;
    bottom: 0;
    width: auto;
    height: auto;
  }

  .m23vid_content #my_awesome_container .current_video_infos {
    display: none;
  }

  .m23vid_content #my_awesome_container .bar_videos_categories {
    display: none;
  }

  .m23vid_content #my_awesome_container .bandeau_videos {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #000;
  }

  .m23vid_content .bandeau_videos ul {
    height: auto;
  }

  .m23vid_content .bandeau_videos ul.hidden {
    display: block;
  }

  .m23vid_content .bandeau_videos .prev {
    display: none;
  }

  .m23vid_content .bandeau_videos .next {
    display: none;
  }

  .m23vid_content .bandeau_videos ul .compteur {
    display: none;
  }

  .m23vid_content .bandeau_videos ul li {
    float: none;
    width: auto;
    margin-right: 1.5em;
    margin-left: 1.5em;
    padding: 1.5em 0;
    border-bottom: 1px solid #333;
  }

  .m23vid_content .bandeau_videos ul li:hover {
    cursor: pointer;
  }

  .m23vid_content .bandeau_videos ul li .grisatre {
    display: none;
  }

  .m23vid_content .bandeau_videos ul li .playing {
    background: #3f3f3f;
  }

  .m23vid_content .bandeau_videos ul li img {
    display: block;
    float: left;
    width: 45%;
    height: auto;
    max-height: 100px;
    margin: 0;
  }

  .m23vid_content .bandeau_videos ul li .video_desc {
    float: right;
    width: 50%;
    max-height: 100px;
    padding: 0;
  }

  .m23vid_content .bandeau_videos ul li .video_desc .now_playing.playing {
    width: auto;
    margin-right: 0;
    padding-left: .3em;
  }

  .m23vid_content .bandeau_videos ul li .video_desc h4 {
    font-size: 1.15em;
  }
    /***** SEARCH ******/
  #search_results {
    z-index: 1;
    width: 100%;
    margin: 0;
    margin-top: 40px;
    padding: 0;
  }

  #search_page .search-panel-shadow {
    position: fixed;
    z-index: 10;
    top: 52px;
    left: 0;
    width: 100%;
    margin: 0;
    border: none;
    background: #fff;
  }

  #search_page .search-panel-shadow h2 {
    line-height: 34px;
    position: relative;
    height: 34px;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 6px 0;
  }

  #search_page .search-panel-shadow h2.active .btn-dropdown {
    background-image: url('../images/mobile/btn-up.png');
  }

  #search_page .search-panel-shadow h2 .btn-dropdown {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 12px;
    height: 7px;
    margin-top: -3px;
    background: transparent url('../images/mobile/btn-down.png') center center no-repeat;
    background-size: contain;
  }

  #search_page .search-panel-bottom .exposed_form {
    display: none;
  }
    /***** NEWS ******/
  .news-menu-scroll {
    display: none;
  }

  .news-detail-wrap {
    position: relative;
    top: 0 !important;
  }

  .news-detail-pictures {
    display: none;
  }

  news-detail-text-head {
    padding: 0;
  }

  .news-detail-text {
    position: static;
    top: 0 !important;
    width: 92%;
    margin: 0;
    padding: 0 4%;
  }

  .news-detail-text-content {
    width: 100%;
    height: 100% !important;
    padding: 30px 0;
  }

  .news-detail-title {
    font-size: 16px;
    line-height: 20px;
  }

  .node-news .center {
    width: 100%;
  }

  .node-news h2.title {
    font-size: 18px;
    line-height: 24px;
    width: auto;
    margin: 0 15px;
  }

  .node-news .column-left,
    .node-news .sidebar-right {
    float: none;
    width: 100%;
    margin: 0;
  }

  .node-news .column-left .fb-post,
    .node-news .sidebar-right .banner,
    .node-news .sidebar-right .grey-ribbon,
    .node-news .sidebar-right .view-most-recent-posts {
    display: none;
  }

  .node-news .container-newsletter {
    font-size: 12px;
    line-height: 30px;
    padding: 14px 0;
  }

  .node-news .container-newsletter img {
    display: none;
  }

  .node-news .container-slider-news {
    min-height: 150px;
  }

  .node-news .news-detail-content {
    width: auto;
    padding: 0 15px 10px;
  }

  .node-news .grey-ribbon {
    padding: 20px 0;
  }

  .node-news .grey-ribbon .text-add-block {
    float: none;
    width: auto;
    padding: 0 15px;
  }

  .node-news .grey-ribbon .visuel-add-block {
    float: none;
    width: auto;
    padding: 0 15px;
  }

  .header-news {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }

  .block-news-list {
    width: auto !important;
  }

  .block-news-list ul {
    height: auto;
  }

  .block-news-list li {
    display: block;
    float: none;
    width: auto !important;
    padding: 15px !important;
  }

  .block-news-list li .field-name-field-vignette-format-frontnews {
    width: 70%;
    margin: auto;
  }

  .block-news-list li .field-name-field-vignette-format-frontnews img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .block-news-list li .views-field-title a {
    font-size: 15px;
    line-height: 20px;
  }
}

/* ----------------------------- */
/*  ==     Panel Partenaire      */
/* ----------------------------- */
.panels-flexible-row.top.dark {
  padding: 0;
  background: #000;
}

.panels-flexible-row > .inside {
  position: relative;
  width: 980px;
  margin: auto;
}

.page-bbl .panels-flexible-row.top iframe {
  display: block;
  margin: auto;
}

.page-bbl .panel-flexible .panel-separator {
  margin: 0;
}

/** Page BBL - agenda **/
.page-bbl .view-empty {
  padding: 20px 0;
  color: #4c4c4c;
}

.page-bbl .tab-header {
  position: absolute;
  z-index: 0;
  z-index: 100;
  top: 2px;
  right: 0;
}

.page-bbl .tab-header li {
  display: inline-block;
  margin: 0 4px;
}

.page-bbl .tab-header li .btn.active {
  color: #fff;
  background: #000;
}

.page-bbl .tab-header li a {
  padding: 5px 10px;
}

.page-bbl .pane-title {
  font-family: gill_sansregular, arial;
  font-size: 25px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.page-bbl .bbl-left .inside p {
  font-family: Arial;
  font-size: 12px;
  line-height: 22px;
  text-align: justify;
  color: #4c4c4c;
}

.page-bbl .bbl-middle {
  padding: 30px 0;
}

.page-bbl .bbl-tab-contact {
  width: 66% !important;
}

.page-bbl .bbl-tab-content h2,
.page-bbl .view-header h2 {
  font-family: gill_sansregular, arial;
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  text-transform: uppercase;
  color: #1a1a1a;
}

.page-bbl .btn-agenda-calendar {
  display: inline-block;
  width: 35px;
  height: 24px;
  margin: 4px 5px;
  padding: 0;
  vertical-align: top;
  text-indent: -999em;
  background: url('../images/interface/icons/calendar.png') center top no-repeat;
}

.page-bbl .btn-agenda-calendar:hover {
  background-position: center -23px;
}

.page-bbl .news-bbl-list .bx-wrapper {
  margin: 0 !important;
}

.page-bbl .bbl-list .views-row {
  display: block;
  clear: both;
  padding: 15px 0;
}

.page-bbl .bbl-list .views-row + .views-row {
  border-top: 1px solid #e6e6e6;
}

.page-bbl .bbl-list .views-field-title {
  font-family: gill_sansregular, arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  color: #4c4c4c;
}

.page-bbl .bbl-list .views-field-title,
.page-bbl .bbl-list .views-field-title a {
  text-decoration: none;
  color: #4c4c4c;
}

.page-bbl .bbl-list .item-right {
  margin-left: 200px;
}

.page-bbl .news-bbl-list .news-date {
  float: left;
  margin-bottom: 5px;
}

.page-bbl .bbl-list .item-right .top {
  font-size: 16px;
  line-height: 22px;
  min-height: 81px;
  color: #4c4c4c;
}

.page-bbl .bbl-list.bbl-news .item-right .top {
  min-height: 85px;
  padding-top: 12px;
}

.page-bbl .bbl-list .item-right .top .title {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #4c4c4c;
}

.page-bbl .bbl-list .item-right .top .title a {
  text-decoration: none;
  color: #4c4c4c;
}

.page-bbl .bbl-list .item-right .top .caption {
  font-family: gill_sansItalic;
  font-size: 15px;
  font-weight: normal;
}

.page-bbl .bbl-list .item-right .top .body {
  font-size: 12px;
}

.page-bbl .news-bbl-list .item-right .top .date {
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #808080;
}

.page-bbl .news-bbl-list .bx-wrapper .bx-prev.disabled {
  display: none;
}

.page-bbl .agenda-list .field-date .day,
.page-bbl .bbl-news .field-date .day {
  font-size: 26px;
  display: block;
}

.page-bbl .agenda-list .field-date,
.page-bbl .bbl-news .field-date {
  font-family: gill_sansregular, Arial;
  font-size: 16px;
  float: left;
  width: 50px;
  height: 46px;
  margin-right: 1px;
  padding-top: 4px;
  text-align: center;
  color: #fff;
  background: #000;
}

.page-bbl .agenda-list .pager {
  display: none;
}

.page-bbl .bbl-list .views-field-field-bbl-agenda-thumbnail,
.page-bbl .bbl-list .views-field-field-bbl-news-thumbnail {
  float: left;
  cursor: pointer;
}

.page-bbl .view-calendar {
  position: absolute;
  z-index: 200;
  top: 0;
  left: -999em;
  opacity: 0;
}

.page-bbl .bbl-middle {
  min-height: 600px;
}

.page-bbl .bbl-left {
  position: relative;
  width: 35%;
  padding-right: 6%;
}

.page-bbl .bbl-tab-content.bbl-event {
  z-index: 10;
}

.page-bbl .bbl-tab-content {
  position: absolute;
  left: 41%;
  width: 59%;
  background: #fff;
}

.page-bbl .bbl-tab-content + .bbl-tab-content {
  opacity: 0;
  filter: alpha(opacity=0);
}

.page-bbl .bbl-tab-content.bbl-news {
  z-index: -10;
  filter: alpha(opacity=0);
}

.page-bbl .btn-press {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px 5px 25px;
  background: url('../images/interface/icons/pdf.png') 5px 0 no-repeat #fff;
}

.page-bbl .btn-press:hover {
  background: url('../images/interface/icons/pdf.png') 5px bottom no-repeat #000;
}

.page-bbl .ajax-overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url('../images/ajax-loader-bbl.gif') center center no-repeat rgba(255, 255, 255, .8);
}

.node-type-agenda-bbl .bbl-detail,
.node-type-news-bbl .bbl-detail {
  padding-top: 45px;
}

.node-bbl,
.node-type-agenda-bbl,
.node-type-news-bbl {
  padding-bottom: 35px;
  background: #d4d4d4;
}

.node-type-agenda-bbl .row,
.node-type-news-bbl .row {
  width: 940px;
  height: 100%;
  margin: auto;
}

.node-type-agenda-bbl .bottom,
.node-type-news-bbl .bottom {
  position: fixed;
  bottom: 40px;
  width: 100%;
  height: 80px;
  background: #fff;
}

.node-type-agenda-bbl .back-bbl,
.node-type-news-bbl .back-bbl {
  display: inline-block;
  float: right;
  margin: 25px 33px;
  padding: 3px 10px;
}

.node-type-agenda-bbl .btn-close,
.node-type-news-bbl .btn-close {
  display: none;
}

.node-type-news-bbl .bbl-detail .body {
  margin-bottom: 20px;
}

.node-type-agenda-bbl .bbl-detail,
.node-type-news-bbl .bbl-detail {
  padding-bottom: 80px;
}

.node-bbl .bottom {
  display: none;
}

.bbl-detail {
  font-family: gill_sansregular;
  position: relative;
  width: 940px;
  margin: auto;
  padding-top: 15px;
  color: #1a1a1a;
}

.bbl-detail .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: none;
  transition: none;
  background: url('../images/interface/btn/close-small--grey.png') center center no-repeat #2e2e2e;
}

.bbl-detail .btn-close:hover {
  -webkit-transform: none;
  transform: none;
}

.bbl-detail .header-bbl {
  font-family: gill_sanslight;
  font-size: 26px;
  margin-bottom: 12px;
  padding-left: 30px;
  text-transform: uppercase;
}

.bbl-detail .header-bbl > div {
  display: inline-block;
}

.bbl-detail .header-bbl .city {
  font-weight: bold;
}

.bbl-detail .col-left {
  position: relative;
  display: inline-block;
  width: 250px;
  margin: 0 50px 0 30px;
  vertical-align: top;
}

.bbl-detail .col-left .flexslider {
  width: auto;
  background: none;
}

.bbl-detail .col-left .flex-direction-nav li a {
  width: 10px;
  height: 15px;
  background: url('../images/interface/btn/flexslider-nav--grey.png') 0 0 no-repeat;
}

.bbl-detail .col-left .flex-direction-nav li a.prev {
  left: -30px;
}

.bbl-detail .col-left .flex-direction-nav li a.next {
  right: -30px;
  background-position: right 0;
}

.bbl-detail .col-right {
  line-height: 22px;
  display: inline-block;
  width: 560px;
  vertical-align: top;
}

.bbl-detail .title {
  font-size: 18px;
  text-transform: uppercase;
}

.bbl-detail .caption {
  font-size: 16px;
  color: #4c4c4c;
}

.bbl-detail .body {
  font-size: 12px;
  text-align: justify;
}

.bbl-detail .body {
  font-family: arial;
  margin-top: 15px;
  color: #4c4c4c;
}

.bbl-detail .bloc-infos {
  margin: 35px 0;
  padding: 22px 24px;
  border: 1px solid #fff;
  background: #eaeaea;
}

.bbl-detail .bloc-infos .info-item {
  font-family: arial;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.bbl-detail .bloc-infos label {
  font-weight: bold;
  color: #1a1a1a;
}

.bbl-detail .bloc-infos .value {
  color: #999;
}

.bbl-detail.details-news .col-right .date {
  font-size: 10px;
  text-transform: uppercase;
  color: #808080;
}

.bbl-detail .share-icons {
  float: none;
  text-align: center;
}

.bbl-detail .share-icons label {
  font-family: futura_condensedregular;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #808080;
}

.share-icons label + ul {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.bbl-detail .share-icon-item {
  display: inline-block;
  margin-right: 10px;
}

.bbl-detail .share-icon-item a {
  display: block;
  text-indent: -999em;
  background-image: url('../images/interface/icons/icon-rs-footer.png');
}

.bbl-detail .facebook-share-icon a {
  width: 16px;
  height: 16px;
  background-position: 0 -3px;
}

.bbl-detail .facebook-share-icon a:hover {
  background-position: 0 -33px;
}

.bbl-detail .twitter-share-icon a {
  width: 18px;
  height: 15px;
  background-position: -24px -2px;
}

.bbl-detail .twitter-share-icon a:hover {
  background-position: -24px -32px;
}

/*.page-bbl .bbl-tab-content+.bbl-tab-content {display:none;}*/
.scroll-footer-bbl {
  position: fixed;
  z-index: 100;
  bottom: 39px;
  left: 50%;
  display: block;
  width: 60px;
  height: 30px;
  margin-left: -30px;
  background: transparent url('../images/interface/bg/bg-scroll-footer.png') center bottom no-repeat;
}

.scroll-footer-bbl span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  background: transparent url('../images/interface/btn/footer-scroll.gif') center 11px no-repeat;
}

.panel-landing .panel-pane.cols-2 {
  font-size: 0;
}

.panel-landing .panel-pane.cols-2 .block-inner {
  font-size: 0;
}

.panel-landing .panel-pane.cols-2 .block-inner > * {
  font-size: initial;
}

.panel-landing .panel-pane.cols-2.cols-2-centered .col-left {
  text-align: right;
}

.panel-landing .panel-pane.cols-2.cols-2-centered .col-right {
  text-align: left;
}

.panel-landing .panel-pane.cols-2 .col-left,
.panel-landing .panel-pane.cols-2 .col-right {
  font-size: initial;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.panel-landing .panel-pane.cols-2 .col-left img,
.panel-landing .panel-pane.cols-2 .col-right img {
  max-width: 100%;
}

.panel-landing .panel-pane.cols-2 .col-fright {
  float: right;
  width: 50%;
}

.panel-landing .panel-pane.cols-2 .col-fright img {
  max-width: 100%;
}

.panel-landing .panel-pane .block-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: auto;
  padding: 0 3%;
}

.panel-landing .panel-pane .block-inner h1 {
  font-family: gill_sanslight;
  font-size: 33px;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #a8a8a8;
}

.panel-landing .panel-pane .block-inner h2 {
  font-family: gill_sansregular;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
}

.panel-landing .panel-pane.dark-block {
  color: #fff;
  background: #000;
}

.panel-landing .panel-pane.dark-block.block-watch {
  background: url('../images/ahh/bg-watch.jpg') center top no-repeat #000;
}

.panel-landing .panel-pane.dark-block.block-watch .block-inner {
  max-width: 650px;
  margin: auto;
}

.panel-landing .panel-pane.dark-block.block-watch .block-inner .col-left {
  width: 40%;
  margin: 0 5%;
}

.panel-landing .panel-pane.dark-block.block-watch .block-inner .col-left img {
  max-width: 100%;
}

.panel-landing .panel-pane.dark-block p {
  color: #7f7f7f;
}

.panel-landing .panel-pane.block-centered {
  text-align: center;
}

.panel-landing .panel-pane .bg-corner {
  position: absolute;
  z-index: 0;
  width: 40%;
  height: 50%;
}

.panel-landing .panel-pane .bg-corner img {
  position: absolute;
  left: 0;
}

.panel-landing .panel-pane .bg-corner.bg-left-top {
  top: 0;
  left: 0;
}

.panel-landing .panel-pane .bg-corner.bg-right-bottom {
  right: 0;
  bottom: 0;
}

.panel-landing .panel-pane .bg-corner.bg-right-bottom img {
  bottom: 0;
}

.panel-landing .panel-pane .block-text {
  line-height: 1.8em;
  width: 90%;
  max-width: 520px;
  margin: auto;
}

.panel-landing .panel-pane .block-full-text p {
  text-align: center;
}

.panel-landing .panel-pane .star {
  display: block;
  width: 12px;
  height: 28px;
  margin: 15px auto 0;
  background-image: url('../images/interface/bg/star-white.png');
}

.panel-landing .panel-pane p {
  font-family: gill_sansregular;
  font-size: 16px;
  line-height: 1.4em;
  padding: 20px 0;
  color: #3e3e3e;
}

.panel-landing .panel-pane .full-image {
  width: 100%;
}

.panel-landing .panel-pane .btn-standard {
  padding: 10px 50px;
}

.panel-landing .panel-pane.marc-hayek .col-left {
  padding-top: 140px;
}

.newsletter-band {
  background-color: #1d1919;
}

.newsletter-band .newsletter-inside {
  font-size: 0;
  max-width: 730px;
  margin: auto;
  padding: 20px 15px;
}

.newsletter-band .newsletter-inside .uppercase {
  text-transform: uppercase;
}

.newsletter-band .newsletter-inside .col-left,
.newsletter-band .newsletter-inside .col-right {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}

.newsletter-band .newsletter-inside .col-left {
  width: 65%;
}

.newsletter-band .newsletter-inside .col-left h3 {
  font-family: gill_sanslight, arial;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
}

.newsletter-band .newsletter-inside .col-left p {
  font-family: gill_sansregular;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  padding: 20px 0;
  color: #999;
}

.newsletter-band .newsletter-inside .col-right {
  width: 35%;
}

.newsletter-band .newsletter-inside .col-right img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------- */
/*  ==     Tablet CSS             */
/* ----------------------------- */
@media (max-width: 900px) {
  .main-menu li a,
    .main-menu li span {
    font-size: 13px;
    padding: 0 7px;
  }

  .main-menu li a.menu-home-link {
    width: 100px;
    background-size: 90%;
  }
}

@media (max-width: 800px) {
  ul.collections-list > li {
    margin: 0 5%;
    padding: 10px 5px;
  }
}

@media (max-height: 600) and (orientation: landscape) {
  .watches-list li {
    max-height: 100%;
  }

  .watches-list li .watch-photos img {
    max-height: 100%;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .page-collections .h_wrap {
    display: none !important;
    height: 0 !important;
  }

  .page-collections .h_wrap.header-col {
    display: block !important;
    height: 100% !important;
  }

  .tablet .btn-close-submenu {
    position: absolute;
    top: 23px;
    right: 15px;
    display: block;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url('../images/interface/btn/close-small.png') center center no-repeat;
    background-size: contain;
  }

  .mobile-watch-information {
    position: absolute;
    z-index: 49;
    top: 70px;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #fff;
  }

  .mobile-watch-information .watches-list li .container-watch {
    position: static;
    width: 880px;
  }

  .mobile-watch-information .watches-list {
    position: static;
  }

  .mobile-watch-information .watches-list li {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
  }

  .mobile-watch-information .watches-list li .preview {
    float: left;
    width: 350px !important;
  }

  .mobile-watch-information .watches-list li .watch-photos {
    margin-top: 40px;
  }

  .mobile-watch-information .watches-list li .watch-information {
    position: relative;
    display: block;
    float: left;
    opacity: 1;
  }

  .mobile-watch-information .watches-list li .watch-information h2 {
        /*margin-top: 80px;*/
    padding-top: 60px;
  }

  .mobile-watch-information .watches-list li .watch-information .container-variations {
    position: relative;
    margin-top: 30px;
  }

  .mobile-watch-information .watches-list li .container-product-attributes {
    position: relative;
    top: 20px;
    display: block;
    clear: both;
    width: 100%;
    width: 100%;
    margin-top: 15px;
    padding: 30px 0;
    background: #ccc;
  }

  .mobile-watch-information .watches-list li .container-product-attributes .btn-attributes {
    font-family: gill_sansregular;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    z-index: 20;
    top: -20px;
    left: 20px;
    display: block;
    height: 20px;
    padding: 0 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a1a1a;
    color: #808080;
    background: #ccc;
  }

  .container-watch .btn-watch .btn-zoom {
    display: none !important;
  }

  .mobile-watch-information .watch-buttons .btn-technical-data {
    display: none !important;
  }

  .mobile-watch-information .watches-list li .container-product-attributes .btn-view-watches {
    line-height: 20px;
    position: absolute;
    top: -21px;
    left: 170px;
    display: block;
    height: 20px;
    padding: 0 14px;
    border-bottom: none;
  }

  .mobile-watch-information .watches-list li .container-product-attributes .btn-view-watches span {
    height: 20px;
  }

  .mobile-watch-information .watches-list li .container-product-attributes .btn-view-watches .hidden {
    display: none;
  }

  .mobile-watch-information .watches-list li .product-attributes {
    clear: both;
    width: 800px;
    margin: auto;
  }

  .mobile-watch-information .watches-list li .product-attributes .field {
    float: left;
    width: 78%;
    margin-bottom: 10px;
  }

  .mobile-watch-information .watches-list li .product-attributes .field-name-field-complication + .field-name-field-complication {
    margin-left: 22%;
  }

  .mobile-watch-information .watches-list li .product-attributes .field-label {
    font-size: 11px;
    font-weight: bold;
    display: block;
    float: left;
    clear: both;
    width: 20%;
    margin-bottom: 10px;
    padding-right: 2%;
    text-transform: uppercase;
    color: #1a1a1a;
  }

  .mobile-watch-information .btn-close-watch {
    position: absolute;
    top: 20px;
    left: 30px;
    display: block;
    width: 50px;
    height: 21px;
    background: transparent url('../images/mobile/btn-back.png') top left no-repeat;
  }
}

@media (max-width: 700px) {
  .panel-landing .panel-pane .block-inner h2 {
    font-size: 22px;
  }

  .panel-landing .panel-pane .block-inner p {
    font-size: 19px;
  }

  .panel-landing .panel-pane.cols-2 .col-left,
    .panel-landing .panel-pane.cols-2 .col-right {
    display: block;
    width: 100%;
    margin: auto;
  }

  .panel-landing .panel-pane.cols-2.cols-2-centered {
    text-align: center;
  }

  .panel-landing .panel-pane.cols-2.cols-2-centered .col-right {
    text-align: center;
  }

  .panel-landing .panel-pane.cols-2 .col-fright {
    float: none;
    width: 100%;
  }

  .panel-landing .panel-pane.cols-2 .col-fright.img {
    text-align: center;
  }

  .panel-landing .panel-pane.dark-block.block-watch .block-inner .col-left {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .panel-landing .panel-pane.dark-block.block-watch .block-inner .col-right {
    text-align: center;
  }

  .panel-landing .panel-pane .block-text {
    padding: 20px 0;
  }

  .panel-landing .panel-pane .marc-hayek .col-left {
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  .head {
    bottom: -10px;
  }

  #section-header .menu > li .container-submenu li {
    width: 33%;
  }

  #section-header .menu > li .container-submenu li a,
    #section-header .menu > li .container-submenu li span {
    font-size: 13px;
  }

  #section-header .menu > li .container-submenu li a img,
    #section-header .menu > li .container-submenu li span img {
    max-width: 100%;
    height: auto;
  }

  #section-header .menu > li a.collections + .container-submenu .collections-list li {
    width: auto;
    margin: 0;
    padding: 15px 0 10px;
  }

  #section-header .menu > li a.collections + .container-submenu .menu li {
    margin: 0 1.8%;
  }

  #section-header .menu > li a.collections + .container-submenu .menu li.first {
    min-width: 170px;
  }

  .panel-landing .panel-pane.marc-hayek .col-left {
    padding-top: 25px;
  }
}

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Taille a 100% des images dans le slider */
.flexslider ul li img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* Browser Resets */
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: none;
}

.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

#container-flexslider {
  width: 100%;
  max-width: 98%;
  margin: 1% auto;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  width: 960px;
  margin: 0;
  padding-bottom: 1%;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  max-width: 100%;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  border-radius: 5px;
  background: #fff;
  -o-border-radius: 5px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides > li {
  position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  position: relative;
  zoom: 1;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  zoom: 1;
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}

.flex-caption {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  margin: 0;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, .3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

/* Direction Nav */
.flex-direction-nav {
  height: 0;
}

.flex-direction-nav li a {
  position: absolute;
  top: 50%;
  display: block;
  width: 52px;
  height: 52px;
  margin: -13px 0 0;
  cursor: pointer;
  text-indent: -999em;
  background: url('img/bg_direction_nav.png') no-repeat;
}

.flex-direction-nav li .next {
  right: -21px;
  background-position: -52px 0;
}

.flex-direction-nav li .prev {
  left: -20px;
}

.flex-direction-nav li .disabled {
  cursor: default;
  opacity: .3;
  filter: alpha(opacity=30);
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
  margin: 0 0 0 5px;
  *display: inline;
}

.flex-control-nav li:first-child {
  margin: 0;
}

.flex-control-nav li a {
  display: block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  text-indent: -999em;
  background: url('img/bg_control_nav.png') no-repeat;
}

.flex-control-nav li a:hover {
  background-position: 0 -13px;
}

.flex-control-nav li a.active {
  cursor: default;
  background-position: 0 -26px;
}

/******************** Basic Page*********************************/
.page-basicpage .basic-content {
  width: 980px;
  margin: auto;
}

.page-basicpage .basic-content table {
  width: 980px !important;
}

.page-basicpage h2 {
  font-family: gill_sansregular;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  width: 600px;
  margin: auto;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
}

.page-basicpage h4 {
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #999;
}

.page-basicpage p {
  line-height: 24px;
}

.page-basicpage h1 {
  font-family: gill_sansregular;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  width: 600px;
  margin: auto;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

.page-basicpage.page-basic-black {
  background: black;
}

.page-basicpage.page-basic-black #content_wraper a,
.page-basicpage.page-basic-black #content_wraper h1 {
  color: white;
}

.page-basicpage.page-basic-black #content_wraper hr {
  margin-top: 15px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.page-basicpage.page-basic-black tr.even:hover td.active,
.page-basicpage.page-basic-black tr.odd:hover td.active,
.page-basicpage.page-basic-black tr:hover td {
  background: black !important;
}

.page-basicpage.page-basic-black #content_wraper a.btn-discover-dark {
  color: #666;
  border-top-color: #1a1a1a;
  border-right-color: #404245;
  border-bottom-color: #404245;
  border-left-color: #1a1a1a;
  background: #000;
}

.page-basicpage.page-basic-black #content_wraper a.btn-discover-dark:hover {
  color: #1a1a1a;
  border-top-color: #fff;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #fff;
  background: #fff;
}

/** Back button */
.back-btn {
  font-size: 14px;
  position: absolute;
  z-index: 100;
  top: -38px;
  left: 55px;
  text-decoration: none;
  text-transform: uppercase;
  color: #808080;
}

@media (max-width: 1024px) {
  .back-btn {
    position: relative;
    top: 25px;
    left: 30px;
  }
}

.back-btn:before {
  font-size: 8px;
  position: absolute;
  top: 4px;
  left: -15px;
  content: 'â—€';
}

.back-btn:focus {
  text-decoration: underline;
}

/*------------------------------------*    BEAUTIFUL ALERT JBC 201503
\*------------------------------------*/
#beautiful-alert {
  position: absolute;
  z-index: 15;
  top: 120px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
}

#beautiful-alert #box {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  min-width: 340px;
  min-height: 100px;
  margin: auto;
  text-transform: uppercase;
  background: white;
  box-shadow: 3px 3px 5px #444;
}

#beautiful-alert #box .message {
  padding: 20px;
}

#beautiful-alert #box .accept {
  position: absolute;
  right: 45%;
  bottom: 25px;
}

#beautiful-alert #box .accept a {
  padding: 5px 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  color: #7e8285;
  border-top: 1px solid #cccbd3;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #cccbd3;
}

#beautiful-alert #box .accept a:hover {
  color: white;
  background-color: #2d2d2d;
}

#beautiful-alert #box .deny {
  position: absolute;
  bottom: 25px;
  left: 60%;
}

#beautiful-alert #box .deny a {
  padding: 5px 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  color: white;
  border-top: 1px solid #cccbd3;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #cccbd3;
  background-color: #808080;
}

#beautiful-alert #box .deny a:hover {
  color: white;
  background-color: #2d2d2d;
}

/************************************************************
******** Jscrollpane style***********************************
*************************************************************/
/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/
.jspContainer {
  position: relative;
  overflow: hidden;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: transparent;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspHorizontalBar *,
.jspVerticalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar.jspCap {
  float: left;
}

.jspTrack {
  position: relative;
  background: transparent;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #bababa;
}

.jspHorizontalBar.jspDrag,
.jspHorizontalBar.jspTrack {
  float: left;
  height: 100%;
}

.jspArrow {
  display: block;
  cursor: pointer;
  text-indent: -20000px;
  background: #50506d;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar.jspArrow {
  height: 16px;
}

.jspHorizontalBar.jspArrow {
  float: left;
  width: 16px;
  height: 100%;
}

.jspVerticalBar.jspArrow:focus {
  outline: none;
}

.jspCorner {
  float: left;
  height: 100%;
  background: #eeeef4;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html.jspCorner {
  margin: -3px 0 0;
}

.mobile {
    /***** MENU ******/
    /*,.search-panel-shadow*/
    /*.navigation {position: relative;z-index: 200;background: #000;border-bottom: 2px solid #1A1A1A;}*/
  min-width: 0 !important;
    /***** HOME ****/
    /**** Collections ***/
}

.mobile .star-black {
  display: block;
  width: 6px;
  height: 15px;
  margin: 10px auto auto;
}

.mobile .collections-panel-shadow {
  display: none !important;
}

.mobile .btn-close-submenu {
  position: absolute;
  top: 17px;
  right: 15px;
  display: block;
  width: 15px;
  height: 15px;
  background: transparent url('../images/interface/btn/close-small.png') center center no-repeat;
  background-size: contain;
}

.mobile .submenu > div,
.mobile .submenu-overlay {
  position: fixed;
  top: 52px;
}

.mobile .share-panel-wrapper {
  height: auto;
}

.mobile .share-panel-wrapper .share-panel {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

.mobile .share-panel-wrapper .share-icons,
.mobile .share-panel-wrapper .share-text {
  float: none;
  width: auto;
  height: auto;
}

.mobile .share-panel-wrapper .share-icons {
  margin-bottom: 20px;
}

.mobile .share-icon-item {
  display: inline-block;
  float: none;
}

.mobile .search-panel-shadow .btn-close-submenu {
  top: 12px;
}

.mobile .search-panel-shadow .search-panel-bottom {
  width: 92%;
  min-width: 0;
  margin: 0 4%;
  padding: 0;
}

.mobile .search-panel-shadow .search-panel-bottom h2 {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.mobile .search-panel-shadow .search-panel-bottom p {
  display: none;
}

.mobile .search-panel-shadow .search-panel-bottom .exposed_form {
  margin: 0;
}

.mobile .search-panel-shadow .search-panel-bottom .views-exposed-form .rech-reset {
  display: none;
}

.mobile .search-panel-shadow .search-panel-bottom .views-exposed-form .views-exposed-widget {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
}

.mobile .search-panel-shadow .search-panel-bottom .views-exposed-form .views-exposed-widget .form-submit {
  margin: 15px auto auto;
}

.mobile .search-panel-shadow .search-panel-bottom #edit-ref {
  line-height: 26px;
  margin: auto;
}

.mobile .search-panel-shadow .search-panel-bottom .select {
  left: 50%;
  margin: auto auto auto -111px;
}

.mobile #header_wraper .block-inner,
.mobile header .block-inner {
  display: none;
}

.mobile .head > ul li a,
.mobile .head ul li span.nolink {
  margin: 14px 5px;
}

.mobile .menu-1053,
.mobile .menu-1054 {
  display: none;
}

.mobile #header_wraper,
.mobile #section-header,
.mobile header {
  line-height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 52px;
  border: none;
  background: transparent;
}

.mobile .mobile-menu li a {
  font-family: gill_sansregular;
  font-size: 14px;
  line-height: 40px;
  display: block;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #1a1a1a;
}

.mobile .head .basket {
  display: none;
}

.mobile .scroll-footer {
  display: none;
}

.mobile .promo-item.views-row-first.sticky .promo-inside {
  width: 100%;
}

.mobile .promo-item.views-row-first.sticky .promo-inside .promo-align .description {
  display: none;
}

.mobile #content_wraper {
  padding-top: 60px;
  padding-bottom: 0;
}

.mobile .slider-front-news li {
  width: 47%;
  margin: 0 0 0 2%;
  text-align: center;
}

.mobile .slider-front-news li + li + li {
  display: none;
}

.mobile .slider-front-news li .views-row .views-field-title a {
  font-size: 14px;
  line-height: 1.4em;
}

.mobile ul.collections-list > li {
  width: 42%;
  margin: 0 3%;
  padding: 2% 1% 16%;
}

.mobile.panel_collection #content_wraper .info {
  padding-top: 10px;
}

.mobile.panel_collection #content_wraper .info h1 {
  font-size: 16px;
  margin: 0 15px 10px;
  padding: 0 0 15px;
  text-align: center;
  color: #808080;
  border-bottom: 1px solid #ccc;
}

.mobile.panel_collection #content_wraper .info .content-desc {
  display: none;
}

.mobile.panel_collection #content_wraper .list-collection li h2.preview-title {
  font-size: 8px;
  line-height: 1.2em;
  padding: 10px 2%;
  color: #1a1a1a;
}

.mobile #mode-demploi .panel-col-first {
  display: none;
}

.mobile #mode-demploi .panel-col-last {
  width: 100%;
}

.mobile #mode-demploi .panel-col-last .inside {
  position: static;
  width: 100%;
  margin: 15px auto;
}

.mobile #mode-demploi .panel-col-last .selectbox-custom {
  line-height: 24px;
  width: 257px;
  height: 24px;
  margin: auto;
  margin-top: 30px;
  padding: 0 0 0 8px;
  color: gray;
  color: #808080;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  border-left: 1px solid #1a1a1a;
  border-radius: 3px !important;
  background: black url('../images/interface/bg/bg-select-gray.png') 235px center no-repeat;
}

.mobile #mode-demploi .container-btn hr {
  width: 100%;
}

.mobile footer {
  position: static;
}

.mobile footer .footer-menu {
  float: right !important;
}

.mobile footer .footer-menu li {
  display: none;
}

.mobile footer .footer-menu li#triman {
  display: block;
}

.mobile footer .social-menu {
  float: none;
  height: 40px;
  text-align: center;
}

.mobile footer .social-menu .social-icons {
  display: inline-block;
  float: none;
  height: 40px;
}

.mobile footer .social-menu .footer-follow-us {
  display: none;
}

#sliding-popup.sliding-popup-bottom {
  bottom: 40px !important;
}

#sliding-popup.sliding-popup-bottom .popup-content {
  position: static;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  body.mobile #secondary-menu li.menu-3062 {
    display: none;
  }

  .mobile-account {
    display: block;
  }
}

/* new media queries*/
@media screen and (max-width: 840px) {
  #content_newsletter {
    background: none;
  }

  .webform-inside {
    text-align: center;
  }

  .webform-inside .form-wrap {
    text-align: initial;
  }
}
