html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*
//================================================================
//							                Scrollbar
//================================================================
*/

::-webkit-scrollbar {
  width: 15px;
  height: 10px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background-color: rgb(230, 230, 230);
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 6px inset;
}

body {
  margin: 0;
}
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
small {
  font-size: 80%;
}
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
button,
input,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

/*
//================================================================
//							             Leaflet Maps
//================================================================
*/

#map {
  height: 680px;
  z-index: 0;
}

/*
//================================================================
//							                Button
//================================================================
*/

button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

/*
//================================================================
//							                Input
//================================================================
*/

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
//================================================================
//							                Table
//================================================================
*/

table {
  border-spacing: 0;
  border-collapse: collapse;
}
td {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*
//================================================================
//							                Link
//================================================================
*/

a {
  color: #a39161;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #a39161;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*
//================================================================
//							                Image
//================================================================
*/

img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 12px;
}
.small,
small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1390px) {
  .navbar-inverse .container {
    width: 1255px;
  }
}
@media (min-width: 1250px) {
  section#collections .container {
    width: 1220px;
  }
  .container {
    width: 1250px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 769px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
}
table {
  background-color: transparent;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr > td.active {
  background-color: #f5f5f5;
}
.table > tbody > tr.success > td,
.table > tbody > tr > td.success {
  background-color: #dff0d8;
}
.table > tbody > tr.warning > td,
.table > tbody > tr > td.warning {
  background-color: #fcf8e3;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
}
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm {
  height: auto;
}
.btn {
  display: inline-block;
  padding: 18px 30px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.42857143;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
  background: #a39161;
  color: #fff;
  text-align: center;
  box-shadow: none !important;
}
.btn2 {
  display: inline-block;
  padding: 12px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.42857143;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #a39161;
  border-radius: 0;
  background: #fff;
  color: #a39161;
  text-align: center;
  box-shadow: none !important;
}
.btn2.active,
.btn2.focus,
.btn2:active,
.btn2:focus,
.btn2:hover {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #041;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
  color: #777;
  text-decoration: none;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
  width: 100%;
  float: none !important;
  max-height: initial !important;
  border: 0 !important;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 0.9375em;
  margin: 0;
  padding: 10px 0;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a39161;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/*
//================================================================
//							                Navbar
//================================================================
*/

.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn .caret {
  margin-left: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-family: Georgia;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 769px) {
  .nav > li > a {
    padding: 10px 6px;
  }
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid silver;
  margin-bottom: 35px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
  position: relative;
}
.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 0 solid transparent;
  border-radius: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #8c8c8c;
  padding: 10px 20px 13px 20px;
  text-transform: uppercase;
}
.nav-tabs > li:first-child a {
  padding: 10px 16px 13px 0;
}
.nav-tabs > li:last-child a {
  padding: 10px 0 13px 18px;
}
.nav-tabs > li > a:hover {
  color: #041;
  background-color: transparent;
  border-bottom: 0 solid #a39161;
  background: 0 0 !important;
  border: 0;
  border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #041;
  cursor: default;
  background-color: transparent;
  border-bottom: 0 solid #a39161;
}
.nav-tabs > li.active:after,
.nav-tabs > li.active > a:focus:after,
.nav-tabs > li.active > a:hover:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  bottom: -1px;
  background: #a39161;
  height: 3px;
  width: 100px;
  left: 0;
  right: 0;
}
.nav-tabs > li > a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  bottom: -1px;
  background: #a39161;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.nav-tabs > li > a:focus:after,
.nav-tabs > li > a:hover:after {
  width: 100px;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 769px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
  padding: 0;
}
.navbar-collapse.in .navbar-nav {
  margin: 0;
}
.navbar-collapse.in .navbar-nav > li > a {
  padding: 10px 0;
}
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 769px) {
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 769px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  min-height: 70px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 1100px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 769px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #fff;
  border-color: #fff;
}
.navbar-inverse .navbar-text {
  color: #8c8c8c;
}
.navbar-inverse .navbar-nav > li > a {
  color: #8c8c8c;
}
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #041;
  background-color: transparent;
  outline: 0;
}
.navbar-inverse .navbar-nav > li.active > a:after,
.navbar-inverse .navbar-nav > li > a:focus:after,
.navbar-inverse .navbar-nav > li > a:hover:after {
  width: 46px;
}
.navbar-inverse .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: #ab8768;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block !important;
}
.navbar-inverse .navbar-nav > li > a.active,
.navbar-inverse .navbar-nav > li > a.active:focus,
.navbar-inverse .navbar-nav > li > a.active:hover {
  color: #041;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a.active:after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 46px;
  height: 2px;
  background: #ab8768;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #041;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover {
  color: #444;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.carousel {
  position: relative;
}
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block {
  display: none !important;
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-inverse {
  color: #fff;
}
.fa-search:before {
  content: "\f002";
}
.fa-user:before {
  content: "\f007";
}
.fa-close:before,
.fa-remove:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-home:before {
  content: "\f015";
}
.fa-download:before {
  content: "\f019";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-list:before {
  content: "\f03a";
}
.fa-image:before {
  content: "\f03e";
}
.fa-plus:before {
  content: "\f067";
}
.fa-warning:before {
  content: "\f071";
}
.fa-comment:before {
  content: "\f075";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-toggle-down:before {
  content: "\f150";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before {
  content: "\f153";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-toggle-left:before {
  content: "\f191";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-medium:before {
  content: "\f23a";
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.home #slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/home-video-shadow.webp) no-repeat center bottom;
  background-size: 100% auto;
}
.home #slider {
  background: url(../images/video-placeholder.webp) no-repeat center;
  background-size: cover;
}
.home #slider video {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  object-fit: cover;
  will-change: transform;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .home #slider {
    min-height: calc(100vh - 54px);
    background-size: auto 100% !important;
    background-position: 15% center !important;
  }
  .home #slider video {
    opacity: 1;
    width: auto;
    height: 100%;
    left: -20%;
    -o-object-fit: initial;
    object-fit: initial;
  }
  .home #slider .content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    right: 0;
    top: 120px;
    margin: auto;
  }
  .home #slider:before {
    background-size: 100% 40%;
  }
}
@media (max-width: 768px) {
  .home #slider {
    min-height: calc(100vh - 54px);
    background-size: auto 100% !important;
    background-position: 15% center !important;
  }
  .home #slider video {
    opacity: 1;
    width: auto;
    height: 100%;
    left: -20%;
    -o-object-fit: initial;
    object-fit: initial;
  }
  .home #slider:before {
    background-size: 100% 40%;
  }
}
@media (max-width: 500px) {
  .home #slider {
    min-height: calc(100vh - 54px);
    background-position: 25% 75px !important;
    background-size: auto calc(100% - 75px) !important;
  }
}
@media (max-width: 414px) {
  .home #slider video {
    width: auto;
    height: 80%;
    left: -20%;
    -o-object-fit: initial;
    object-fit: initial;
  }
} /*@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.home #slider video{width:auto;height:auto;min-width:100%;min-height:100%;bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%)!important}}*/
body {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 3rem; /* 21.11.23 FD - 26px */
  display: block;
  color: #6d6d6d;
  padding: 0;
  margin: 0;
  background: #f5f5f5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.noscroll,
html.noscroll {
  position: relative;
  height: 100%;
  overflow: hidden;
}
a {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  color: #a39161;
  text-decoration: none !important;
}
p {
  margin: 0 0 12px;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #b29e72;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 200 !important;
  color: #282828;
}
h1 {
  font-size: 35px;
  line-height: 45px;
}
h2 {
  font-size: 28px;
  line-height: 40px;
}
h3 {
  font-size: 26px;
  line-height: 32px;
}
h4 {
  font-size: 24px;
  line-height: 30px;
}
.margin-top-70 {
  margin-top: 70px;
  float: left;
  width: 100%;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input[type="email"],
input[type="password"],
input[type="text"],
input[type="url"],
select {
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 1px #a39161 solid;
  height: 53px;
  max-width: 60%;
  width: 100%;
  display: inline-block;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #a39161;
  text-transform: uppercase;
  outline: 0;
  text-align: center;
  margin-right: 3%;
}
input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
select {
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff url(../images/icons/flech-select.svg) no-repeat 95% 10px;
  background-size: 6px 5px;
}
button.button,
input[type="button"],
input[type="submit"] {
  background-color: #a39161;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  height: 53px;
  max-width: 36%;
  width: 100%;
  display: inline-block;
  padding: 6px 12px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  outline: 0;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
@media (min-width: 769px) {
  nav.navbar-inverse .col-sm-3.div-logo {
    width: 15%;
  }
  nav.navbar-inverse .col-sm-9 {
    width: 85%;
  }
}
.header-logo {
  padding: 10px 0;
  position: relative;
  z-index: 9999;
}
.navbar-header .block-header {
  padding: 16px 0;
}
.header-menu {
  padding: 0;
  font-family: Georgia;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  float: left;
  display: flex;
  align-items: center;
}
.header-menu a {
  padding: 2px 12px;
  color: #8c8c8c;
  line-height: 23px;
}
.header-menu ul li:first-child a {
  padding-left: 0;
}
.header-menu a.active,
.header-menu a:focus,
.header-menu a:hover {
  color: #041;
  background-color: transparent;
}
.header-menu ul {
  margin: 0;
  padding: 0;
}
.header-menu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.header-menu ul li:first-child a:after {
  display: none;
}
.dropdown-toggle {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 0;
  background: 0 0;
  border: none;
  box-shadow: none !important;
  outline: 0 !important;
  color: #a39161;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  padding: 2px 16px;
}
.dropdown-toggle .fa {
  -webkit-transform: translate(2px, -3px);
  -ms-transform: translate(2px, -3px);
  -o-transform: translate(2px, -3px);
  transform: translate(2px, -3px);
}
.dropdown-toggle:focus,
.dropdown-toggle:hover {
  color: #b29e72;
}
.block-header [class*="p-"] {
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
  float: right;
}
.block-header .p-collection {
  border-right: 0 solid #cecece;
  border-left: 1px solid #cecece;
  float: right;
}
div.mod-languages ul {
  margin: 1px 0 0;
  padding: 5px 0;
  list-style: none;
  max-width: 60px;
  min-width: 60px;
}
div.mod-collection ul {
  margin: 1px 0 0;
  padding: 5px 0;
  list-style: none;
  max-width: 183px;
  min-width: 183px;
}
.p-language .btn .fa:first-child {
  margin-right: 5px;
}
.p-language .btn .fa:last-child {
  margin-left: 5px;
}
div.mod-languages ul.drop li {
  display: inline;
  margin-left: 0;
  margin-right: 0;
}
.block-header .dropdown-menu > li > a {
  color: #8c8c8c;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 0;
  background: 0 0;
  border: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.block-header .dropdown-menu > li > a:hover {
  color: #a39161;
  background: 0 0;
}
.dropdown-menu > li > a {
  padding-bottom: 6px;
  padding-top: 6px;
}
.mod-collection {
  padding: 0;
}
.mod-collection .dropdown span {
  padding: 0 0 0 28px;
}
.mod-collection .dropdown span:after {
  content: "";
  background: url(../images/icons/picto-home.png) no-repeat center left;
  display: inline-block;
  position: absolute;
  left: 18px;
  margin: 0;
  width: 16px;
  height: 16px;
  top: 5px;
}
.mod-collection .dropdown:active span:after,
.mod-collection .dropdown:focus span:after,
.mod-collection .dropdown:hover span:after {
  content: "";
  background: url(../images/icons/picto-home-h.png) no-repeat center left;
  display: inline-block;
  position: absolute;
  left: 18px;
  margin: 0;
  width: 16px;
  height: 16px;
}
.navbar-nav > li .search {
  padding: 24px 0;
  background: url(../images/icons/icon-search.svg) no-repeat center center;
  width: 23px;
  height: 23px;
  font-size: 0;
  margin-left: 5px;
  -webkit-transition: initial;
  -moz-transition: initial;
  -o-transition: initial;
  transition: initial;
}
.navbar-nav > li .search:active,
.navbar-nav > li .search:focus,
.navbar-nav > li .search:hover {
  padding: 24px 0;
  background: url(../images/icons/icon-search-h.svg) no-repeat center center;
  width: 23px;
  height: 23px;
  font-size: 0;
  margin-left: 5px;
}
.navbar-nav > li .search:after {
  display: none;
}
h1.title-module {
  margin: 25px 0 35px;
  font-size: 55px;
  color: #a39161;
  font-weight: 700;
  position: relative;
  line-height: 2;
}
h1.title-module:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 86.5px;
  height: 10px;
  background: #a39161;
}
h2.title-module {
  margin: 25px 0 65px;
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 36px;
  text-transform: initial;
}
h2.title-module:after {
  content: "";
  display: block;
  margin: 25px auto 0;
  width: 86.5px;
  height: 10px;
  background: #fff;
}
#icons-fixed {
  position: fixed;
  right: 0;
  top: 36%;
  z-index: 999;
  width: 55px;
}
#icons-fixed ul {
  margin: 0;
  padding: 0;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
}
#icons-fixed ul li {
  margin: 0;
  padding: 0;
  width: 56px;
  height: 54px;
  text-align: center;
  display: block;
  position: relative;
}
#icons-fixed ul li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #c8bda0;
  border-bottom: 1px #c8bda0 solid;
  z-index: 1;
  display: none;
}
#icons-fixed ul li:last-child {
  border-bottom: 0;
}
#icons-fixed ul li:last-child:after {
  opacity: 0;
}
#icons-fixed ul li.icon-haut a:hover {
  transform: none;
}
#icons-fixed ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #a39161;
  position: relative;
}
#icons-fixed ul li a .icon-content {
  width: 56px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#icons-fixed ul li a .icon-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#icons-fixed ul li a .text-content {
  height: 54px;
  position: absolute;
  top: 0;
  left: 48px;
  background: #a39161;
  min-width: 130px;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -moz-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
  display: none;
}
#icons-fixed ul li a .text-content span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  color: #fff;
  font-weight: 500 !important;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.3;
  padding-left: 12px;
  font-family: Raleway, sans-serif;
}
@media screen and (max-width: 1025px) {
  #icons-fixed ul li:not(.icon-haut) a .icon-content {
    top: -20px;
  }
  #icons-fixed ul li a .text-content {
    height: auto;
    left: 0;
    display: block;
    position: relative;
    min-width: auto;
    width: 100%;
  }
  #icons-fixed ul li a .text-content span {
    bottom: 0px;
    top: 10px;
    transform: none;
    left: 3px;
    right: 3px;
    text-align: center;
    padding: 0;
    font-size: 8px;
    line-height: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #icons-fixed ul li:after {
    display: block;
  }
  #icons-fixed ul li a {
    height: 54px;
    position: relative;
    display: table;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: transform 0.5s, background 0.5s;
    -moz-transition: transform 0.5s, background 0.5s;
    transition: transform 0.5s, background 0.5s;
    background-color: #a39161;
  }
  #icons-fixed ul li a .text-content {
    display: block;
  }
  #icons-fixed ul li a .icon-content {
    margin: inherit;
  }
  #icons-fixed ul li a:hover {
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    transform: translateX(-120px);
    background-color: #9b8855;
  }
  #icons-fixed ul li a:hover .text-content {
    background-color: #9b8855;
  }
}
#slider {
  min-height: 100vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  float: none;
  background-position: center top !important;
  position: relative;
}
#slider .content {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #ccb583;
  width: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#slider .header-infos {
  font-family: Raleway, sans-serif;
  color: #ccb583;
  font-size: 18px;
  line-height: 28px;
  display: block;
  text-transform: uppercase;
}

@media (min-width: 767px) and (max-width: 1200px) {
  #slider .content {
    max-width: 90% !important;
    margin: auto !important;
    width: 100%;
    padding: 0 20px;
  }
}
#slider h1 {
  color: #fff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 66px;
  font-weight: 400;
  margin-bottom: 5px;
}
#slider .mask {
  background: #141415;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#slider a.btn {
  margin: 42px 10px 0;
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
a.btn {
  -webkit-transition: 0.5s background-color;
  -moz-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
a.btn.style2 {
  background-color: #a39161;
  background-repeat: no-repeat;
  background-image: url(../images/icons/btn-chevron-bottom.png);
  background-size: 23px 12px;
  background-position: 25px;
  padding-left: 60px;
}
a.btn.style2:active,
a.btn.style2:focus,
a.btn.style2:hover {
  background-color: #9b8855;
  background-repeat: no-repeat;
  background-image: url(../images/icons/btn-chevron-bottom.png);
  background-size: 23px 12px;
  background-position: 25px;
  padding-left: 60px;
  color: #fff;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
a.btn.style3 {
  background: #a39161 url(../images/icons/picto-chevron-leftb.png) no-repeat;
  background-size: 10px 18px;
  background-position: 25px;
  padding-left: 50px;
}
a.btn.style3:active,
a.btn.style3:focus,
a.btn.style3:hover {
  background: #fff url(../images/icons/picto-chevron-leftb-h.png) no-repeat;
  background-size: 10px 18px;
  background-position: 25px;
  padding-left: 50px;
}
a.btn.btn-pdf {
  background-color: #a39161;
  background-repeat: no-repeat;
  background-image: url(../images/icons/picto-pdf1.svg);
  background-size: 30px 30px;
  background-position: 23px;
  padding-left: 60px;
}
a.btn.btn-pdf:active,
a.btn.btn-pdf:focus,
a.btn.btn-pdf:hover {
  background-color: #9b8855;
  background-repeat: no-repeat;
  background-image: url(../images/icons/picto-pdf1.svg);
  background-size: 30px 30px;
  background-position: 23px;
  padding-left: 60px;
  color: #fff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
a.btn.btn-pdf2 {
  background: transparent url(../images/icons/picto-pdf2.svg) no-repeat;
  background-size: 30px 30px;
  background-position: 25px center;
  color: #a39161;
  border: 1px #a39161 solid;
  padding: 13px 30px 13px 60px;
  font-weight: 500;
  font-family: Raleway, sans-serif;
}
a.btn-video {
  font-size: 14px;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.42857143;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  border-radius: 0;
  display: inline-block;
  box-shadow: none !important;
  background: #fff url(../images/icons/pictos_icon-player.svg) no-repeat 15px !important;
  background-size: 30px 30px !important;
  padding: 12px 20px 12px 60px !important;
  color: #a39161;
  border: 1px #a39161 solid;
}
a.btn-video:focus,
a.btn-video:hover {
  background: #a39161 url(../images/icons/pictos_icon-playerh.svg) no-repeat
    15px !important;
  background-size: 30px 30px !important;
  padding: 12px 20px 12px 60px !important;
  color: #fff;
  border: 1px #a39161 solid;
}
.sous-title {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 30px;
  line-height: 38px;
  color: #a39161;
}
#slider .sous-title {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  color: #ccb583 !important;
}

#slider .link-bottom {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#slider .link-bottom a {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 48px;
  background: url(../images/icons/picto-chevron-bottom.png) no-repeat center
    bottom;
  background-size: 15px 45px;
  padding-bottom: 65px;
  color: #ccb583;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#slider .link-bottom a:hover {
  background: url(../images/icons/picto-chevron-bottom-hover.png) no-repeat
    center bottom;
  background-size: 15px 45px;
  color: #cdc3a8;
}
section#collections {
  margin-top: -73px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section#collections.margin50 {
  margin-top: 50px;
}
#description-product section#collections {
  margin-top: 73px;
  position: relative;
  z-index: 1;
}
section#collections.ambassadeurs {
  margin-top: 85px;
}
#collections.template_4 {
  margin-top: 73px;
}
section#collections.with_intro {
  margin-top: 73px;
}
section#collections .style-home {
  position: relative;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
section#collections .style-home .div-text {
  max-width: 495px;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
}
section#collections .style-home .div-img {
  max-width: 100%;
  width: 100%;
  background: 0 0;
  float: left;
  padding-top: 32px;
  overflow: hidden;
}
section#collections .div-text {
  max-width: 525px;
  min-height: auto;
  width: 100%;
  background: #fff;
  float: left;
  position: relative;
  z-index: 99;
  padding: 30px;
}
section#collections .div-img {
  max-width: 793px;
  width: 100%;
  background: 0 0;
  float: left;
  padding-top: 32px;
  position: relative;
  overflow: visible;
}
section#collections .style1,
section#collections .style2,
section#collections .style3 {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
section#collections .style1.margin_bottom_0,
section#collections .style2.margin_bottom_0,
section#collections .style3.margin_bottom_0 {
  margin-bottom: 0;
}
section#collections .style1 .div-img {
  margin-left: -100px;
}
section#collections .style2 .div-text {
  margin-left: -100px;
}
section#collections .contenu {
  border: 1px #a39161 solid;
  padding: 35px 50px 40px;
  min-height: auto;
  position: relative;
}
body.category-53 section#collections .div-text,
body.category-56 section#collections .div-text,
body.category-62 section#collections .div-text,
body.category-63 section#collections .div-text {
  min-height: 380px;
}
body.category-53 section#collections .div-text .contenu,
body.category-56 section#collections .div-text .contenu,
body.category-62 section#collections .div-text .contenu,
body.category-63 section#collections .div-text .contenu {
  min-height: 320px;
}
section#collections .style2 .div-img {
  position: relative;
}
section#collections.ambassadeurs .div-text {
  min-height: auto !important;
}
section#collections.ambassadeurs .contenu {
  min-height: auto !important;
}
section#collections .style-bottom .div-img {
  margin-left: 30px;
  margin-top: -80px;
  padding-top: 0;
  max-width: 595px;
}
@media (max-width: 1250px) and (min-width: 769px) {
  section#collections .style-bottom .div-img {
    margin-top: 0;
  }
}
section#collections .style-bottom .div-text {
  max-width: 595px;
  background: 0 0;
  padding: 0;
}
section#collections .style-bottom .contenu {
  border: 0;
  padding: 0 0 20px 100px;
}
section#collections .style-bottom .contenu p {
  margin: 0 0 20px;
}
section#collections .style3 {
  margin-top: 35px;
}
section#collections .style3 .contenu {
  border: 0 #a39161 solid;
  padding: 0 0 40px;
  min-height: auto;
}
section#collections .style3 .div-text {
  max-width: 50%;
  min-height: auto;
  width: 100%;
  background: #f5f5f5;
}
section#collections .style3 .div-img {
  max-width: 50%;
  width: 100%;
  background: 0 0;
}
@media (min-width: 769px) {
  section#collections .style-bottom .div-img {
    height: 730px;
  }
  section#collections .style-bottom.fixed .div-img {
    height: auto;
  }
  section#collections .style-bottom .div-img .img-container {
    height: 100%;
  }
  section#collections .style-bottom .div-img.box-video {
    height: 320px;
  }
  section#collections .style-bottom .div-img img {
    height: 100%;
    max-width: none;
  }
  section#collections .style3 .div-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}

section#collections h2 {
  color: #282828;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  padding-top: 8px;
}

section#collections .title {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #a39161;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
section#collections .title:after {
  content: "";
  display: block;
  background: #a39161;
  height: 1px;
  width: 60px;
  margin-top: 6px;
}
section#collections .sous-title {
  color: #282828;
  font-size: 28px;
  line-height: 34px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  display: block;
  margin: 35px 0 10px;
}
section#collections span.header,
section#slider-bottom span.header {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 15px;
  line-height: 21px;
  display: block;
  color: #a39161;
}
section#collections .intro .intro-top {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  transition: max-height 1s;
}
section#collections .intro.opened .intro-top {
  max-height: 1500px;
}
section#collections .intro,
section#collections .intro p {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: #6d6d6d;
}
section#collections .intro a.btn {
  background: 0 0;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 36px;
  font-weight: 500;
  margin: 32px 0 0;
  font-family: Raleway, sans-serif;
}
section#collections .intro .btn-prod-color a.btn {
  padding: 12px 19px;
  margin-right: 4px;
}
.de section#collections .intro .btn-prod-color a.btn {
  padding: 12px 8px;
  margin-right: 4px;
}
section#collections .intro .btn-prod-color a.btn:last-child {
  margin-right: 0;
}
section#collections .intro a.btn:active,
section#collections .intro a.btn:focus,
section#collections .intro a.btn:hover {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
section#temoignages {
  padding: 90px 0;
  background: #f5f5f5;
}
section#temoignages .container {
  max-width: 960px;
  text-align: center;
}
section#temoignages h3 {
  font-size: 28px;
  margin-bottom: 5px;
}
section#temoignages .sous-title {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: #a39161;
}
section#temoignages .items {
  margin: 55px 0 30px;
  position: relative;
  -webkit-box-shadow: 0 2px 12px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 2px 12px rgba(51, 51, 51, 0.2);
  box-shadow: 0 2px 12px rgba(51, 51, 51, 0.2);
}
section#temoignages .items .item {
  padding: 20px 90px 15px;
}
section#temoignages .items .name {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #a39161;
}
section#temoignages .items .name:after {
  content: "";
  background: #a39161;
  display: block;
  max-width: 60px;
  height: 1px;
  margin: 5px auto 0;
}
section#temoignages .items .description {
  margin: 25px 0 60px;
  padding: 0 50px;
}
section#temoignages .items .description,
section#temoignages .items .description p {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 28px;
  line-height: 38px;
  display: block;
  color: #6d6d6d;
}
section#temoignages .items .link a {
  text-transform: uppercase;
  color: #a39161;
  font-weight: 400;
  font-family: Raleway, sans-serif;
}
section#temoignages a.btn {
  background: 0 0;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 36px;
  font-weight: 500;
  margin: 20px 0 0;
  font-family: Raleway, sans-serif;
}
section#temoignages a.btn:active,
section#temoignages a.btn:focus,
section#temoignages a.btn:hover {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
.owl-dots {
  float: left;
  width: 100%;
  text-align: center;
  margin: 45px 0 15px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.next,
.prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.5s background;
  -moz-transition: 0.5s background;
  -o-transition: 0.5s background;
  transition: 0.5s background;
}
.next .svgWrite,
.prev .svgWrite {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #cdc3a8;
  -webkit-transition: fill 0.6s;
  -moz-transition: fill 0.6s;
  -ms-transition: fill 0.6s;
  -o-transition: fill 0.6s;
  transition: fill 0.6s;
  width: 100%;
  height: 100%;
}
.next:hover .svgWrite,
.prev:hover .svgWrite {
  fill: #a39161;
}
@media (max-width: 1220px) {
  .owl-nav .owl-next {
    right: 15px;
  }
  .owl-nav .owl-prev {
    left: 15px;
  }
}
@media (max-width: 769px) {
  .next,
  .prev {
    background-size: 12px 32px !important;
  }
}
.show-on-view {
  opacity: 0;
  -webkit-transform: translateY(40px) translateZ(0);
  -moz-transform: translateY(40px) translateZ(0);
  -ms-transform: translateY(40px) translateZ(0);
  -o-transform: translateY(40px) translateZ(0);
  transform: translateY(40px) translateZ(0);
  -webkit-transition: transform 0.6s, opacity 0.6s;
  -moz-transition: transform 0.6s, opacity 0.6s;
  -ms-transition: transform 0.6s, opacity 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.show-on-view.is-passed {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
section#feature-bottom .feature-left,
section.feature-bottom-1 .feature-right {
  background-position: center center !important;
  background-size: cover !important;
  width: 50%;
  float: left;
  min-height: 455px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#feature-bottom .mask,
section.feature-bottom-1 .mask {
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section#feature-bottom .content,
section.feature-bottom-1 .content {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 0 20px;
}
section#feature-bottom .feature-left .mask,
section.feature-bottom-1 .feature-left .mask {
  background-color: #141415;
}
section#feature-bottom .feature-right .mask,
section.feature-bottom-1 .feature-right .mask {
  background-color: #141415;
}
section#feature-bottom .title,
section.feature-bottom-1 .title {
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  display: block;
}
section#feature-bottom .sous-title,
section.feature-bottom-1 .sous-title {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}
section#collections section.feature-bottom-1 .feature-right .title:after,
section#feature-bottom .feature-left .title.style2:after,
section#feature-bottom .feature-left .title:after,
section#feature-bottom .feature-right .title:after,
section.feature-bottom-1 .feature-left .title.style2:after,
section.feature-bottom-1 .feature-left .title:after,
section.feature-bottom-1 .feature-right .title:after {
  content: "";
  background: #ccb582;
  display: block;
  width: 40px;
  height: 2px;
  margin: 18px auto;
}
section#feature-bottom .feature-left .title.title-style2:after,
section#feature-bottom .feature-right .title.title-style2:after,
section.feature-bottom-1 .feature-left .title.title-style2:after,
section.feature-bottom-1 .feature-right .title.title-style2:after {
  content: "";
  background: #ccb582;
  width: 40px;
  height: 2px;
  margin: 18px auto 5px;
}
section#feature-bottom .feature-left .sous-title,
section.feature-bottom-1 .feature-left .sous-title {
  color: #a39161;
}
section#feature-bottom .feature-right .sous-title,
section.feature-bottom-1 .feature-right .sous-title {
  color: #a39161;
}
section#feature-bottom a.btn,
section.feature-bottom-1 a.btn {
  color: #fff;
  padding: 12px 36px;
  font-weight: 500;
  margin: 35px 0 0;
  font-family: Raleway, sans-serif;
}
section#feature-bottom .feature-left a.btn,
section.feature-bottom-1 .feature-left a.btn {
  background: rgba(21, 20, 25, 0.2);
  border: 1px solid rgba(163, 145, 97, 0.7);
}
section#feature-bottom .feature-right a.btn,
section.feature-bottom-1 .feature-right a.btn {
  background: rgba(21, 20, 25, 0.2);
  border: 1px solid rgba(163, 145, 97, 0.7);
}
section#feature-bottom .feature-left a.btn:active,
section#feature-bottom .feature-left a.btn:focus,
section#feature-bottom .feature-left a.btn:hover,
section.feature-bottom-1 .feature-left a.btn:active,
section.feature-bottom-1 .feature-left a.btn:focus,
section.feature-bottom-1 .feature-left a.btn:hover {
  background: rgba(21, 20, 25, 0.5);
  border: 1px solid rgba(163, 145, 97, 1);
  color: #fff;
}
section#feature-bottom .feature-right a.btn:active,
section#feature-bottom .feature-right a.btn:focus,
section#feature-bottom .feature-right a.btn:hover,
section.feature-bottom-1 .feature-right a.btn:active,
section.feature-bottom-1 .feature-right a.btn:focus,
section.feature-bottom-1 .feature-right a.btn:hover {
  background: rgba(21, 20, 25, 0.5);
  border: 1px solid rgba(163, 145, 97, 1);
  color: #fff;
}
.blc-push section#feature-bottom .title,
.blc-push section#feature-bottom .title a,
.blc-push section.feature-bottom-1 .title,
.blc-push section.feature-bottom-1 .title a,
section#collections .blc-push section#feature-bottom .title,
section#collections .blc-push section#feature-bottom .title a,
section#collections .blc-push section.feature-bottom-1 .title,
section#collections .blc-push section.feature-bottom-1 .title a {
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  display: block;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  width: 100%;
}
.blc-push section#feature-bottom .sous-title,
.blc-push section.feature-bottom-1 .sous-title,
section#collections .blc-push section#feature-bottom .sous-title,
section#collections .blc-push section.feature-bottom-1 .sous-title {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  display: block;
  max-width: 500px;
  color: #ccb583;
  margin: 0 auto;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.blc-push section#feature-bottom .feature-left .title:after,
.blc-push section.feature-bottom-1 .feature-left .title:after,
section#collections .blc-push section#feature-bottom .feature-left .title:after,
section#collections
  .blc-push
  section.feature-bottom-1
  .feature-left
  .title:after {
  content: "";
  background: #ccb582;
  display: block;
  width: 40px;
  height: 2px;
  margin: 18px auto;
}
.blc-push section#feature-bottom .feature-left .sous-title,
.blc-push section.feature-bottom-1 .feature-left .sous-title,
section#collections .blc-push section#feature-bottom .feature-left .sous-title,
section#collections
  .blc-push
  section.feature-bottom-1
  .feature-left
  .sous-title {
  color: #ccb583;
}
section#feature-bottom.feature-col4 .feature-left,
section#feature-bottom.feature-col4 .feature-right,
section.feature-bottom-1.feature-col4 .feature-left,
section.feature-bottom-1.feature-col4 .feature-right {
  width: 25%;
  padding: 0 10px;
  border: 5px #fff solid;
  border-bottom-width: 10px;
}
section#feature-bottom.feature-col3 .feature-left,
section#feature-bottom.feature-col3 .feature-right,
section.feature-bottom-1.feature-col3 .feature-left,
section.feature-bottom-1.feature-col3 .feature-right {
  width: 33.33%;
  padding: 0 10px;
  border: 5px #fff solid;
  border-bottom-width: 10px;
}
@media (min-width: 720px) {
  section#feature-bottom.feature-col3 .feature-left:first-child,
  section#feature-bottom.feature-col3 .feature-right:first-child,
  section#feature-bottom.feature-col4 .feature-left:first-child,
  section#feature-bottom.feature-col4 .feature-right:first-child,
  section.feature-bottom-1.feature-col3 .feature-left:first-child,
  section.feature-bottom-1.feature-col3 .feature-right:first-child,
  section.feature-bottom-1.feature-col4 .feature-left:first-child,
  section.feature-bottom-1.feature-col4 .feature-right:first-child {
    border-left-width: 10px;
  }
  section#feature-bottom.feature-col3 .feature-left:last-child,
  section#feature-bottom.feature-col3 .feature-right:last-child,
  section#feature-bottom.feature-col4 .feature-left:last-child,
  section#feature-bottom.feature-col4 .feature-right:last-child,
  section.feature-bottom-1.feature-col3 .feature-left:last-child,
  section.feature-bottom-1.feature-col3 .feature-right:last-child,
  section.feature-bottom-1.feature-col4 .feature-left:last-child,
  section.feature-bottom-1.feature-col4 .feature-right:last-child {
    border-right-width: 10px;
  }
}
@media (min-width: 900px) {
  section#feature-bottom.feature-col3 .feature-left,
  section#feature-bottom.feature-col3 .feature-right,
  section#feature-bottom.feature-col4 .feature-left,
  section#feature-bottom.feature-col4 .feature-right,
  section.feature-bottom-1.feature-col3 .feature-left,
  section.feature-bottom-1.feature-col3 .feature-right,
  section.feature-bottom-1.feature-col4 .feature-left,
  section.feature-bottom-1.feature-col4 .feature-right {
    padding: 0;
  }
  section#feature-bottom.feature-col3 .feature-left,
  section#feature-bottom.feature-col3 .feature-right,
  section.feature-bottom-1.feature-col3 .feature-left,
  section.feature-bottom-1.feature-col3 .feature-right {
    min-height: 600px;
  }
}
@media (max-width: 720px) {
  section#feature-bottom.feature-col3 .feature-left,
  section#feature-bottom.feature-col3 .feature-right,
  section#feature-bottom.feature-col4 .feature-left,
  section#feature-bottom.feature-col4 .feature-right,
  section.feature-bottom-1.feature-col3 .feature-left,
  section.feature-bottom-1.feature-col3 .feature-right,
  section.feature-bottom-1.feature-col4 .feature-left,
  section.feature-bottom-1.feature-col4 .feature-right {
    width: 100%;
    padding: 0 30px;
    border: 10px #fff solid;
    border-bottom-width: 5px;
    border-top-width: 5px;
  }
  section#feature-bottom.feature-col3 .feature-left:last-child,
  section#feature-bottom.feature-col3 .feature-right:last-child,
  section#feature-bottom.feature-col4 .feature-left:last-child,
  section#feature-bottom.feature-col4 .feature-right:last-child,
  section.feature-bottom-1.feature-col3 .feature-left:last-child,
  section.feature-bottom-1.feature-col3 .feature-right:last-child,
  section.feature-bottom-1.feature-col4 .feature-left:last-child,
  section.feature-bottom-1.feature-col4 .feature-right:last-child {
    border-bottom-width: 10px;
  }
}
@media (min-width: 720px) and (max-width: 930px) {
  section#feature-bottom.feature-col3 .feature-left,
  section#feature-bottom.feature-col3 .feature-right,
  section#feature-bottom.feature-col4 .feature-left,
  section#feature-bottom.feature-col4 .feature-right,
  section.feature-bottom-1.feature-col3 .feature-left,
  section.feature-bottom-1.feature-col3 .feature-right,
  section.feature-bottom-1.feature-col4 .feature-left,
  section.feature-bottom-1.feature-col4 .feature-right {
    width: 50% !important;
  }
  section.feature-bottom-1.feature-col4 .feature-right:nth-of-type(2) {
    border-right-width: 10px;
  }
  section.feature-bottom-1.feature-col4 .feature-right:nth-of-type(3) {
    border-left-width: 10px;
  }
}
.parallax-window {
  float: left;
  width: 100%;
  background: 0 0;
}
#bottom.parallax-window,
.bottom-1.parallax-window {
  overflow: hidden;
  min-height: 668px;
  position: relative;
}

.blc-push > * {
  overflow: hidden;
}
.blc-push #feature-bottom,
.blc-push .feature-bottom-1 {
  float: left;
  width: 100%;
}
section#bottom .logo-ecolabel,
section.bottom-1 .logo-ecolabel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  width: 126px;
  height: 126px;
}
section#feature-bottom .logo-ecolabel,
section.feature-bottom-1 .logo-ecolabel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  width: 64px;
  height: 64px;
}
section#bottom .mask,
section.bottom-1 .mask {
  background-color: #141415;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section#bottom .content,
section.bottom-1 .content {
  text-align: center;
  max-width: 1250px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#bottom .title,
section.bottom-1 .title {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  display: block;
  width: 100%;
}
section#bottom .title a,
section.bottom-1 .title a {
  color: #fff;
}
section#bottom .title:after,
section.bottom-1 .title:after {
  content: "";
  background: #a39161;
  display: block;
  max-width: 40px;
  height: 2px;
  margin: 12px auto 15px;
}
section#bottom .sous-title,
section.bottom-1 .sous-title {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  display: block;
  margin: auto;
  max-width: 620px;
  color: #ccb583;
}
section#bottom a.btn,
section.bottom-1 a.btn {
  color: #fff;
  padding: 15px 30px;
  font-weight: 500;
  margin: 35px 0 0;
  font-family: Raleway, sans-serif;
}
section#bottom a.btn,
section.bottom-1 a.btn {
  background: rgba(21, 20, 25, 0.2);
  border: 1px solid rgba(163, 145, 97, 0.7);
}
section#bottom a.btn:active,
section#bottom a.btn:focus,
section#bottom a.btn:hover,
section.bottom-1 a.btn:active,
section.bottom-1 a.btn:focus,
section.bottom-1 a.btn:hover {
  background: rgba(21, 20, 25, 0.5);
  border: 1px solid rgba(163, 145, 97, 1);
  color: #fff;
}
#infos-contact.parallax-window {
  min-height: 216px;
  position: relative;
}
section#infos-contact.bandeau1 {
  background: url(../images/bandeau-detail-produit.webp) no-repeat center center;
  background-size: cover;
  min-height: 216px;
  float: left;
  width: 100%;
  position: relative;
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#infos-contact.bandeau2 {
  background: url(../images/bandeau-page.webp) no-repeat center center;
  background-size: cover;
  min-height: 216px;
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#infos-contact.bandeau2 section#infos-contact.bandeau1 {
  background: 0 0 !important;
}
#infos-contact .mask {
  background: #141415;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#infos-contact .left,
#infos-contact .right {
  text-align: center;
}
#infos-contact span.head {
  position: relative;
}
#infos-contact span.head:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a39161;
}
#infos-contact span.head:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a39161;
}
#infos-contact .link {
  margin: 20px 0 0;
}
#infos-contact .link a {
  background: url(../images/icons/angle-right.svg) no-repeat center right;
  background-size: 25px 25px;
  color: #fff;
  padding: 0 40px 0 0;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
}
#infos-contact .col-sm-3.left .link a {
  padding: 0 40px 0 0;
  font-size: 17px;
}
#infos-contact .link a:focus,
#infos-contact .link a:hover {
  color: #a39161;
}
#infos-contact span.head {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 36px;
}
#infos-contact span.head.icon-entretien {
  background: url(../images/icons/icon-entretien.svg) no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .entretien:focus span.head.icon-entretien,
#infos-contact .entretien:hover span.head.icon-entretien {
  background: url(../images/icons/icon-entretien-h.svg) no-repeat center center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .entretien:hover .link a {
  color: #a39161;
}
#infos-contact span.head.icon-local {
  background: url(../images/icons/icon-nous-trouver.svg) no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .local:focus span.head.icon-local,
#infos-contact .local:hover span.head.icon-local {
  background: url(../images/icons/icon-nous-trouver-h.svg) no-repeat center
    center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .local:hover .link a {
  color: #a39161;
}
#infos-contact span.head.icon-dormir {
  background: url(../images/icons/icon-dormir.svg) no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .dormir:focus span.head.icon-dormir,
#infos-contact .dormir:hover span.head.icon-dormir {
  background: url(../images/icons/icon-dormir-h.svg) no-repeat center center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .dormir:hover .link a {
  color: #a39161;
}
#infos-contact span.head.icon-ambassadeurs {
  background: url(../images/icons/icon-ambassadeurs.svg) no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .ambassadeurs:focus span.head.icon-ambassadeurs,
#infos-contact .ambassadeurs:hover span.head.icon-ambassadeurs {
  background: url(../images/icons/icon-ambassadeurs-h.svg) no-repeat center
    center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .ambassadeurs:hover .link a {
  color: #a39161;
}
#infos-contact span.head.icon-latelier {
  background: url(../images/icons/icon-atelier.svg) no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .latelier:focus span.head.icon-latelier,
#infos-contact .latelier:hover span.head.icon-latelier {
  background: url(../images/icons/icon-atelier-h.svg) no-repeat center center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .latelier:hover .link a {
  color: #a39161;
}
#infos-contact span.head.icon-nous-ecrire {
  background: url(../images/icons/icon-ecrivez-nous.svg) no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .nous-ecrire:focus span.head.icon-nous-ecrire,
#infos-contact .nous-ecrire:hover span.head.icon-nous-ecrire {
  background: url(../images/icons/icon-ecrivez-nous-h.svg) no-repeat center
    center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .nous-ecrire:hover .link a {
  color: #a39161;
}
#infos-contact span.head.icon-contact {
  background: url(../images/icons/icon-contact.svg) no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .contact:focus span.head.icon-contact,
#infos-contact .contact:hover span.head.icon-contact {
  background: url(../images/icons/icon-contact-h.svg) no-repeat center center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .contact:hover .link a {
  color: #a39161;
}
#infos-contact span.head.icon-temoignages {
  background: url(../images/icons/icon-temoignages.svg) no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .temoignages:focus span.head.icon-temoignages,
#infos-contact .temoignages:hover span.head.icon-temoignages {
  background: url(../images/icons/icon-temoignages-h.svg) no-repeat center
    center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .temoignages:hover .link a {
  color: #a39161;
}
#infos-contact span.head.icon-magazine {
  background: url(../images/icons/icon-magazine.svg) no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .magazine:focus span.head.icon-magazine,
#infos-contact .magazine:hover span.head.icon-magazine {
  background: url(../images/icons/icon-magazine-h.svg) no-repeat center center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .magazine:hover .link a {
  color: #a39161;
}
#infos-contact span.head.icon-catalogue-pdf {
  background: url(../images/icons/icon-catalogue-pdf.svg) no-repeat center
    center;
  background-size: 50px 50px;
}
#infos-contact .catalogue-pdf:focus span.head.icon-catalogue-pdf,
#infos-contact .catalogue-pdf:hover span.head.icon-catalogue-pdf {
  background: url(../images/icons/icon-catalogue-pdf-h.svg) no-repeat center
    center;
  background-size: 50px 50px;
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
#infos-contact .catalogue-pdf:hover .link a {
  color: #a39161;
}
#bottom.section-video,
.bottom-1.section-video {
  min-height: 600px;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-video .mask {
  background: #141415;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#bottom.section-video .title,
.bottom-1.section-video .title {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1.5px;
  margin-top: 30px;
}
#bottom.section-video .link,
.bottom-1.section-video .link {
  margin-bottom: 40px;
}
#bottom.section-video a.btn,
.bottom-1 .link-video a.btn,
.bottom-1.section-video a.btn {
  background: rgba(21, 20, 25, 0.2) url(../images/icons/pictos_icon-playerh.svg)
    no-repeat 20px center;
  background-size: 30px 30px;
  width: auto;
  padding: 15px 30px 15px 65px !important;
}
#bottom.section-video a.btn:active,
#bottom.section-video a.btn:focus,
#bottom.section-video a.btn:hover,
.bottom-1 .link-video a.btn:active,
.bottom-1 .link-video a.btn:focus,
.bottom-1 .link-video a.btn:hover,
.bottom-1.section-video a.btn:active,
.bottom-1.section-video a.btn:focus,
.bottom-1.section-video a.btn:hover {
  background: rgba(21, 20, 25, 1) url(../images/icons/pictos_icon-playerh.svg)
    no-repeat 20px center;
  background-size: 30px 30px;
  border: 1px solid rgba(163, 145, 97, 1);
  color: #fff;
}
#slider-bottom {
  width: 100%;
  float: left;
  position: relative;
}
#slider-bottom .title-header {
  max-width: 365px;
  width: 100%;
  min-height: 95px;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider-bottom .title-header h2 {
  margin: 0;
  padding: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slider-bottom .title-header:after,
#slider-bottom .title-header:before {
  content: "";
  background: #a39161;
  width: 1px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#slider-bottom .title-header:before {
  top: -60px;
}
#slider-bottom .title-header:after {
  bottom: -60px;
}
#slider-bottom .text {
  position: absolute;
  bottom: 30px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  font-size: 18px;
  line-height: 30px;
}
#slider-bottom .text p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
#slider-bottom .owl-dots {
  position: relative;
  margin: -40px 0 0;
}
#slider-bottom .owl-nav .owl-prev {
  left: 40px;
}
#slider-bottom .owl-nav .owl-next {
  right: 40px;
}
#infos-bottom {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 100px 0 120px;
  overflow: hidden;
}
#infos-bottom .menu-tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  margin: 0 0 60px;
  text-align: center;
}
#infos-bottom .menu-tabs ul.nav-tabs {
  border: 0;
  padding: 0;
  margin: 0 auto 9px;
}
#infos-bottom .menu-tabs ul li {
  display: inline-block;
  float: none;
}
.menu-tabs .nav-tabs > li:first-child a {
  padding: 10px 18px 13px 0;
}
.menu-tabs .nav-tabs > li:last-child a {
  padding: 10px 0 13px 18px;
}
.menu-tabs .nav-tabs > li > a {
  padding: 10px 15px 13px 15px;
  cursor: pointer;
}
.menu-tabs .nav-tabs > li > a:after {
  bottom: -10px;
  display: none;
}
.menu-tabs .nav-tabs > li > a:focus:after,
.menu-tabs .nav-tabs > li > a:hover:after {
  width: 100%;
}
.menu-tabs .nav-tabs > li.active:after,
.menu-tabs .nav-tabs > li.active > a:focus:after,
.menu-tabs .nav-tabs > li.active > a:hover:after {
  bottom: 0 !important;
  width: 100%;
}
#infos-bottom .content {
  text-align: center;
  float: left;
  width: 100%;
}
#infos-bottom .content .item {
  text-align: center;
  max-width: 760px;
  margin: auto;
}
#infos-bottom .content .item .title {
  font-size: 16px;
  color: #a39161;
  line-height: 30px;
  border: 0;
  text-transform: none;
  font-family: TimesNewRomanItalic, sans-serif;
}
#infos-bottom .content .item .title:after {
  content: "";
  display: block;
  margin: 5px auto;
  background: #a39161;
  width: 60px;
  height: 2px;
}
#infos-bottom .content .item .text {
  color: #6d6d6d;
  margin-bottom: 0;
}
#infos-bottom .content .item h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 42px;
}
#infos-bottom .content a.btn {
  background: 0 0;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 42px;
  font-weight: 500;
  margin: 10px 0 0;
  font-family: Raleway, sans-serif;
}
#infos-bottom .content a.btn:active,
#infos-bottom .content a.btn:focus,
#infos-bottom .content a.btn:hover {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
#infos-bottom .owl-nav .owl-prev {
  left: -50px;
}
#infos-bottom .owl-nav .owl-next {
  right: -50px;
}

/*
//================================================================
//							                Footer
//================================================================
*/

footer {
  background: #fff;
  padding: 60px 0;
  float: left;
  width: 100%;
}
footer .socials {
  text-align: right;
  margin: 25px 0 0;
}
footer .socials ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
footer .socials ul li {
  padding: 0;
  display: inline-block !important;
  margin-right: 10px !important;
}
footer .socials a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
footer .big-menu {
  float: left;
  width: 100%;
  margin: 40px 0 0;
}
footer .big-menu .footer-top {
  padding: 0px 0px 65px 0px;
}

footer .big-menu .footer-top:after {
  content: "";
  display: block;
  clear: both;
}
footer .big-menu ul,
footer .big-menu ul li {
  display: block;
  margin: 0;
  padding: 0;
}
footer .big-menu .title,
footer .big-menu .title a {
  color: #282828;
  padding: 0;
  margin: 15px 0px 0px 0px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  width: 100%;
}

footer .big-menu .title:after {
  content: "";
  display: block;
  background: #a39161;
  width: 34px;
  height: 1px;
  margin: 2px 0 16px;
}

footer .big-menu h3.title {
  font-weight: 500 !important;
}
footer .big-menu a,
footer .big-menu li,
footer .big-menu p {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #8c8c8c;
}
footer .big-menu a .svgWrite {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  fill: #ccb583;
  -webkit-transition: fill 0.5s linear;
  -moz-transition: fill 0.5s linear;
  transition: fill 0.5s linear;
}
footer .big-menu a:hover .svgWrite {
  fill: #a39161;
}
footer .big-menu a.active,
footer .big-menu a:active,
footer .big-menu a:focus,
footer .big-menu a:hover {
  color: #041;
  outline: 0;
}
footer .big-menu hr {
  margin-top: 30px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #a39161;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 3fr;
  grid-gap: 5rem;
}

.footer-grid::before {
  display: none;
  content: none;
}

/*
//================================================================
//							                Newsletter
//================================================================
*/

.newsletter .privacyAndIcons {
  display: flex;
  align-items: center;
  margin: 120px 0px 0px 0px;
}

.privacyAndIcons p {
  margin: 0px;
}

.show-on-view-scale {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
#collections .style-home,
#collections .style1,
#collections .style2,
#collections .style3 {
  position: relative;
  z-index: 9;
}
#collections .div-img .img-container,
.collections .div-img .img-container {
  overflow: hidden;
}
#collections .div-img .img-container img,
.collections .div-img .img-container img {
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  transition: transform 0.7s;
}
#collections .div-img .img-container:hover img,
.collections .div-img .img-container:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
#infos-contact .head {
  opacity: 0;
  -webkit-transform: scale(0.7) translateZ(0);
  -moz-transform: scale(0.7) translateZ(0);
  transform: scale(0.7) translateZ(0);
  -webkit-transition: transform 0.8s, opacity 0.8s;
  -moz-transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}
#infos-contact .head.is-passed {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
#feature-bottom .feature-left,
#feature-bottom .feature-right,
.feature-bottom-1 .feature-left,
.feature-bottom-1 .feature-right {
  overflow: hidden;
}
#bottom .bg,
#feature-bottom .bg,
.bottom-1 .bg,
.feature-bottom-1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  transition: transform 0.7s;
}
#feature-bottom .feature-left:hover .bg,
#feature-bottom .feature-right:hover .bg,
.feature-bottom-1 .feature-left:hover .bg,
.feature-bottom-1 .feature-right:hover .bg {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
#filter-container {
  min-height: 56px;
  margin-bottom: 0;
}
#filter.fixed,
#filter2.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
}
div.fancybox-catalogue .fancybox-close {
  background: url(../images/icons/ui-close-square-on.svg) no-repeat center
    center;
  background-size: 58px;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
div.fancybox-catalogue div#data-catalogue,
div.fancybox-catalogue div#data-category,
div.fancybox-catalogue div#data-fiche-produit,
div.fancybox-catalogue div#data-general-catalogue,
div.fancybox-catalogue div#data-guide {
  padding: 35px 35px 25px;
}

/*
//================================================================
//							            Catalogue
//================================================================
*/
select.chose_pays_catalogues,
select.chose_pays_fiche {
  background: transparent url(../images/icons/ui-expand-open.svg) no-repeat 105%
    center;
  background-size: 48px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  font-weight: 400;
  padding: 0 30px 0 0;
  height: 45px;
  margin-right: 0;
  max-width: 395px;
  border: 0 #ccb583 solid;
  border-bottom: 1px #ccb583 solid;
}
#block-recevoir-catalogue .custom-selector .selector-header,
div.fancybox-catalogue .selector-header {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  font-weight: 400;
  padding: 20px 0 5px;
  border-bottom: 1px solid #ccb583;
  position: relative;
  cursor: pointer;
}
#block-recevoir-catalogue .custom-selector .selector-items,
div.fancybox-catalogue .custom-selector .selector-items {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
  display: none;
  cursor: pointer;
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
  font-weight: 400;
  text-transform: initial;
}
#block-recevoir-catalogue .custom-selector {
  margin-top: 25px;
}
#block-recevoir-catalogue .custom-selector + p {
  margin-top: 8px;
}
.custom-selector .selector-items .item.active,
.custom-selector .selector-items .item:hover {
  color: #a39161;
}
div.fancybox-catalogue .devis-catalogue {
  margin: 10px 0 0;
}
.custom-selector.opened .selector-header::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  -moz-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  -o-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}
.custom-selector.opened.to-top .selector-header::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.custom-selector.to-top .selector-header::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  -moz-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  -o-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}
.custom-selector .selector-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #ccb583;
  border-right: 2px solid #ccb583;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  transition: transform 0.5s;
}
div.fancybox-catalogue div#data-catalogue a.btn,
div.fancybox-catalogue div#data-category a.btn,
div.fancybox-catalogue div#data-fiche-produit a.btn,
div.fancybox-catalogue div#data-general-catalogue a.btn,
div.fancybox-catalogue div#data-guide a.btn {
  background: 0 0;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 5px !important;
  font-weight: 500;
  margin: 20px 0 0;
  font-family: Raleway, sans-serif;
  width: 100%;
}
div.fancybox-catalogue
  div#data-catalogue
  a.btn:active
  div.fancybox-catalogue
  div#data-guide
  a.btn:active,
div.fancybox-catalogue div#data-catalogue a.btn:focus,
div.fancybox-catalogue div#data-catalogue a.btn:hover,
div.fancybox-catalogue div#data-category a.btn:active,
div.fancybox-catalogue div#data-category a.btn:focus,
div.fancybox-catalogue div#data-category a.btn:hover,
div.fancybox-catalogue div#data-fiche-produit a.btn:active,
div.fancybox-catalogue div#data-fiche-produit a.btn:focus,
div.fancybox-catalogue div#data-fiche-produit a.btn:hover,
div.fancybox-catalogue div#data-general-catalogue a.btn:active,
div.fancybox-catalogue div#data-general-catalogue a.btn:focus,
div.fancybox-catalogue div#data-general-catalogue a.btn:hover,
div.fancybox-catalogue div#data-guide a.btn:focus,
div.fancybox-catalogue div#data-guide a.btn:hover {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media Print
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td {
    background-color: #fff !important;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:1360
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 1360px) {
  section#temoignages {
    padding: 40px 0 20px;
  }
  section#temoignages .container {
    max-width: 85%;
  }
  section#temoignages .items .item {
    padding: 20px 20px 15px;
  }
  section#temoignages .items .description {
    margin: 25px 0 30px;
  }
  #infos-bottom .owl-nav .owl-prev {
    left: 15px;
  }
  #infos-bottom .owl-nav .owl-next {
    right: 15px;
  }
  section#temoignages .owl-nav .owl-prev {
    left: -8%;
  }
  section#temoignages .owl-nav .owl-next {
    right: -8%;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media min-width:1260
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (min-width: 1260px) {
  .search-content .filter-select.col-sm-2 {
    padding: 30px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:1250
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (min-width: 1100px) and (max-width: 1250px) {
  nav.navbar-inverse .col-sm-3 {
    width: 15%;
  }
  nav.navbar-inverse .col-sm-9 {
    width: 85%;
  }
  nav.navbar-inverse .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  nav.navbar-inverse .navbar-nav {
    float: right;
    margin: 0;
  }
}

@media (max-width: 1250px) {
  footer .section_bottom {
    padding: 100px 15px !important;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:1220
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (min-width: 1220px) {
  #slider-bottom {
    min-height: 600px;
  }
}

@media (max-width: 1220px) {
  .nav-tabs > li.active:after,
  .nav-tabs > li.active > a:focus:after,
  .nav-tabs > li.active > a:hover:after,
  .nav-tabs > li > a:focus:after,
  .nav-tabs > li > a:hover:after {
    width: 100%;
  }
  #infos-bottom .menu-tabs ul {
    width: 100%;
    float: left;
    margin: 0;
  }
  #infos-bottom .menu-tabs ul li {
    max-width: 50%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    min-height: 50px;
    padding: 10px 0 0 0;
    float: left;
  }
}

@media screen and (max-width: 1220px) {
  #infos-bottom .menu-tabs ul li {
    max-width: none;
    width: auto;
    float: none;
  }
  #infos-bottom .nav-tabs > li > a {
    padding: 10px 15px 13px 15px !important;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:1200
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@s
*/

@media (min-width: 1200px) {
  section#collections .style-bottom .div-img img {
    max-width: none;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:1100
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 1100px) {
  #infos-bottom {
    padding: 30px 15px 20px !important;
  }
  #infos-bottom .content .infos {
    padding: 0 !important;
  }
  #infos-bottom .content .infos .text {
    margin: auto;
    max-width: 100%;
  }
  #infos-bottom .content .item h3 {
    font-size: 22px;
    line-height: 32px;
  }
  #infos-bottom .menu-tabs {
    margin-left: -15px !important;
    margin-right: -15px !important;
    float: none;
    width: auto !important;
  }
  #infos-bottom .owl-nav .owl-prev {
    left: -15px !important;
  }
  #infos-bottom .owl-nav .owl-next {
    right: -15px !important;
  }
  #description-product #infos-bottom .container {
    padding: 0;
  }
  #description-product #infos-bottom .content .infos {
    padding: 0 !important;
  }
  #description-product #infos-bottom .content .infos .text {
    max-width: 100%;
  }
  #description-product #infos-bottom .menu-tabs {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  #description-product #infos-bottom .col-sm-12 {
    width: 100%;
    overflow: hidden;
  }
  #infos-bottom .content .owl-nav {
    top: 0;
  }
  #infos-bottom .content .owl-next,
  #infos-bottom .content .owl-prev {
    width: 33px;
    height: 33px;
    background-size: 33px 33px;
  }
  #infos-bottom .content .owl-prev {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  #infos-bottom .content .owl-next .next .svgWrite,
  #infos-bottom .content .owl-prev .prev .svgWrite {
    width: 25px;
    height: 25px;
  }
  #infos-bottom .content .owl-next {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  #infos-bottom .content .next,
  #infos-bottom .content .prev {
    background: 0 0;
  }
  #infos-bottom .content .owl-dots {
    margin: 10px 0 15px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:1080
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (min-width: 1080px) {
  form#form select {
    background: transparent url(../images/icons/ui-expand-open.svg) no-repeat
      103% center;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:1050
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 1050px) {
  #slider .sous-title {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1050px) {
  #slider .content {
    max-width: 100%;
    width: 100%;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:1025
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (min-width: 992px) and (max-width: 1250px) {
  .navbar-inverse .container {
    width: 100%;
  }
  .container {
    width: 100%;
  }
}

@media (max-width: 1025px) {
  #icons-fixed {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #a39161;
  }
  #icons-fixed ul li {
    width: 25%;
    float: left;
    height: 70px;
    display: inline-block;
    border-bottom: 0;
    border-right: 1px #c8bda0 solid;
    background: #a39161;
    padding: 5px 0;
  }
  #icons-fixed ul li:last-child {
    border-bottom: 0;
    border-right: 0;
  }
  #icons-fixed ul.col-two li {
    width: 50%;
  }
  #icons-fixed ul.col-three li {
    width: 33.33%;
  }
}

@media (min-width: 1025px) {
  section.block-intro .image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 1025px) {
  footer {
    padding: 10px 0 0;
  }
  footer .section_bottom {
    margin-top: 10px;
    padding: 30px 15px 100px;
  }
  footer .section_bottom .content {
    margin: 15px 0 0;
  }
  footer .section_bottom .col-sm-6.right {
    margin-top: 15px;
    margin-bottom: 25px;
    float: left;
  }
  footer .section_bottom .row:last-child .col-sm-6.left {
    text-align: left;
  }
  footer .section_bottom .row:last-child .col-sm-6.left p {
    font-size: 12px;
  }
  footer .section_bottom span.btn_espace {
    display: block;
    float: right;
    margin: 0;
  }
  footer .section_bottom span.btn_espace a {
    margin: 0;
    padding: 0 15px;
  }
  footer .big-menu .section_bottom .title:before {
    display: none;
  }

  footer .btns_bottom {
    float: left;
    width: 100%;
    margin: 20px 0px 20px 0px;
    position: relative;
  }

  footer .btns_bottom a.btn2 {
    padding: 12px 15px;
  }
  footer .section_bottom .col-sm-6.right.socials ul {
    text-align: right;
  }
}

@media screen and (max-width: 1025px) {
  #icons-fixed ul li a .text-content span.tel_selecteur {
    max-height: 10px;
    overflow: hidden;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:1024
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 100%;
  }
  section#collections .div-text {
    padding: 15px;
    min-height: auto !important;
  }
  section#collections .contenu {
    min-height: auto;
    padding: 15px;
  }
  section#collections .style3 .contenu {
    min-height: auto !important;
    padding: 0 !important;
  }
  section#collections .style3 .div-text {
    min-height: auto !important;
    padding: 0 30px !important;
  }
  section#collections span.header {
    line-height: 22px;
  }
  section#collections .style-home,
  section#collections .style1,
  section#collections .style2,
  section#collections .style3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  section#temoignages .container {
    max-width: 100%;
  }
  section#temoignages .items .description {
    padding: 0;
  }
  section#temoignages .sous-title,
  section#temoignages h3 {
    padding: 0 30px;
  }
  section#temoignages .items {
    margin: 55px 0 0 !important;
    box-shadow: none;
  }
  section#temoignages .owl-carousel .owl-item {
    padding: 20px 15px;
  }
  section#temoignages .items .item {
    -webkit-box-shadow: 0 2px 12px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0 2px 12px rgba(51, 51, 51, 0.2);
    box-shadow: 0 2px 12px rgba(51, 51, 51, 0.2);
    position: relative;
  }
  section#temoignages .items .item:after,
  section#temoignages .items .item:before {
    content: "";
    position: absolute;
    background-size: 40px 33px !important;
    width: 40px;
    height: 33px;
    z-index: 9;
  }
  section#temoignages .items .item:before {
    content: "";
    background: url(../images/icons/picto-quote-left.png) no-repeat center
      center;
    top: -20px;
    left: 38px;
  }
  section#temoignages .items .item:after {
    content: "";
    background: url(../images/icons/picto-quote-right.png) no-repeat center
      center;
    bottom: -20px;
    right: 38px;
  }
  section#temoignages .owl-nav {
    position: absolute;
    top: auto;
    width: 100%;
    margin: 50px auto 15px;
    max-width: 150px;
    left: 0;
    right: 0;
  }
  section#temoignages .items .description,
  section#temoignages .items .description p {
    font-size: 20px;
    line-height: 30px;
  }
  section#temoignages .owl-dots {
    margin: 30px 0 15px;
  }
  section#temoignages .owl-nav .owl-prev {
    bottom: auto;
    top: -5px;
  }
  section#temoignages .owl-nav .owl-next {
    bottom: auto;
    top: -5px;
  }
  section#temoignages .next,
  section#temoignages .prev {
    width: 25px;
    height: 25px;
    display: block;
  }
  section#temoignages .next svg,
  section#temoignages .prev svg {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  section.block-intro .image {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  section.block-intro {
    padding: 0 0 30px;
  }
  section.block-intro .image {
    padding: 20px 0;
  }
  section.block-intro .image {
    padding: 70px 0 20px;
    position: relative;
    top: 0;
    transform: none;
  }
}

@media (max-width: 1024px) {
  #bottom.parallax-window,
  .bottom-1.parallax-window {
    overflow: hidden;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:960
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media screen and (max-width: 960px) {
  #pathologies .image-container .text {
    display: none;
  }
  #pathologies .image-container .line {
    display: none;
  }
  #pathologies .image-container {
    margin: 0;
    margin-right: 5%;
    margin-left: auto;
  }
  #pathologies .slider-container {
    left: 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #pathologies .pathologies-container {
    display: block;
    overflow: hidden;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:950
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 950px) {
  footer .section_bottom.col-sm-12 .col-sm-6.left .title::after {
    margin: 0px auto !important;
  }
}

@media (max-width: 950px) {
  .title {
    width: 200px;
    margin: 0px auto !important;
  }

  .newsletter .privacyAndIcons {
    display: flex;
    align-items: center;
    margin: 70px auto 20px auto;
    justify-content: center;
  }
}

@media (max-width: 950px) {
  footer table.acymailing_form {
    margin: 30px 0px 0px 0px;
  }
}

@media (max-width: 950px) {
  footer .section_bottom .col-sm-6.left,
  footer .section_bottom .col-sm-6.right {
    width: 50%;
    float: left;
    margin: 0;
  }
  footer .btns_bottom {
    display: block;
    margin: 20px 0 30px;
  }
  footer .btns_bottom a.btn2 {
    padding: 12px 24px;
  }
  footer .section_bottom .row:last-child .col-sm-6.left,
  footer .section_bottom .row:last-child .col-sm-6.right {
    text-align: center;
    width: 100%;
    float: none;
  }
  footer .section_bottom span.btn_espace {
    float: none;
  }
  footer .section_bottom span.btn_espace a {
    margin-top: 5px;
  }
  footer .section_bottom .col-sm-6.right.socials {
    margin: 35px 0 0;
  }
  footer .section_bottom .col-sm-6.right.socials ul {
    text-align: center;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:790
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media screen and (max-width: 790px) {
  .header-menu {
    float: left;
    width: 100%;
    margin: 0 0 15px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:769
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (min-width: 769px) and (max-width: 1100px) {
  #infos-bottom .content {
    padding: 0 15px !important;
  }
}

@media (min-width: 769px) and (max-width: 1250px) {
  section#collections .style1 .div-img {
    margin-left: -5%;
  }
  section#collections .style2 .div-text {
    margin-left: -5%;
  }
  section#collections .div-img {
    max-width: 65%;
  }
  section#collections .div-text {
    max-width: 40%;
  }
  section#collections .style-bottom .div-img {
    margin-left: 0;
    max-width: 50%;
  }
  section#collections .style-bottom .div-text {
    max-width: 50%;
  }
  section#collections .style-bottom .contenu {
    padding: 0 30px 10px 30px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  section#collections .style1 {
    padding-left: 30px;
  }
  section#collections .style2 {
    padding-right: 30px;
  }
}

@media (min-width: 769px) {
  footer .big-menu .col-sm-3 .content {
    display: block !important;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:769
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 769px) {
  section#collections .div-text {
    padding: 30px !important;
  }
  section#collections .contenu {
    padding: 20px 30px 30px !important;
  }
}

@media (max-width: 769px) {
  #form-title {
    padding-top: 45px;
  }
}

@media screen and (max-width: 769px) {
  section#infos-contact .container {
    float: left;
    width: 100%;
  }
  section#infos-contact span.head {
    float: left;
    width: 60px;
    background-position: 0 center !important;
  }
  #infos-contact .link a {
    padding: 5px 40px 0 0 !important;
    display: block;
  }
  section#infos-contact span.head:after,
  section#infos-contact span.head:before {
    display: none;
  }
  #infos-contact .link {
    text-align: left;
  }
}

@media (max-width: 769px) {
  section#collections.template-hospitality .col-sm-12 {
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  ul.nav ul.sub-menu .col-sm-4 {
    margin: 10px 0 20px;
    padding: 0;
  }
  ul.nav ul.sub-menu .container .btns .btn {
    background-position: 10px center !important;
    padding: 13px 20px 13px 40px !important;
    font-size: 12px;
  }
}

@media (max-width: 769px) {
  form#form input[type="email"],
  form#form input[type="number"],
  form#form input[type="tel"],
  form#form input[type="text"] {
    max-width: 100%;
  }
}

@media (max-width: 769px) {
  form#form select {
    max-width: 100%;
  }
  form#form.form_contact .col-sm-12,
  form#form.form_contact .col-sm-6 {
    float: left;
    width: 100%;
  }
  form#form #filter-container.contact-filter section#filter {
    margin-top: 5px;
    padding-top: 7px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:768
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 768px) {
  footer .big-menu .footer-top {
    padding: 0px 0px 40px 0px;
  }

  footer .big-menu {
    margin: 0px 0px;
  }
}

@media (max-width: 768px) {
  #slider-bottom .title-header {
    min-height: 55px;
    top: -35px;
    max-width: 250px;
    width: auto;
  }
  #slider-bottom .title-header h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #slider-bottom .text p {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  #slider-bottom .title-header:after,
  #slider-bottom .title-header:before {
    height: 30px;
  }
  #slider-bottom .title-header:before {
    top: -30px;
  }
  #slider-bottom .title-header:after {
    bottom: -30px;
  }
  #slider-bottom .text {
    max-width: 100%;
    margin: auto;
    padding: 0 35px;
  }
  #slider-bottom .owl-nav .owl-prev {
    left: 15px;
  }
  #slider-bottom .owl-nav .owl-next {
    right: 15px;
  }
}

@media (max-width: 768px) {
  #bottom.section-video,
  .bottom-1.section-video {
    min-height: 480px;
  }
  #bottom.section-video .title,
  .bottom-1.section-video .title {
    margin-top: 20px;
    font-size: 26px;
    line-height: 36px;
  }
  #bottom.section-video .link,
  .bottom-1.section-video .link {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  section#collections {
    margin-top: 0;
  }
  section#collections.with_intro {
    margin-top: 20px !important;
  }
  #description-product section#collections {
    margin-top: 20px !important;
  }
  section#collections.ambassadeurs {
    margin-top: 40px !important;
  }
  section#collections .div-text {
    padding: 15px;
    min-height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    position: relative !important;
    right: 0 !important;
    order: 2;
    text-align: left;
  }
  section#collections .contenu {
    min-height: auto;
    padding: 15px !important;
  }
  section#collections .style3 .contenu {
    min-height: auto;
    padding: 0;
  }
  section#collections .div-img {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    order: 1;
    text-align: center;
  }
  section#collections .style-home,
  section#collections .style1,
  section#collections .style2,
  section#collections .style3 {
    margin-bottom: 20px;
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  section#collections span.header {
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #infos-bottom .menu-tabs ul {
    margin: 0 0 -1px 0;
    padding: 0;
  }
}

@media (max-width: 768px) {
  section#infos-contact {
    padding: 20px 0;
  }
  #infos-contact .col-sm-12,
  #infos-contact .left,
  #infos-contact .right {
    padding: 0;
  }
  #infos-contact .left,
  #infos-contact .right {
    margin: 0 10px 30px 10px;
  }
  #infos-contact .link {
    margin: 5px 0 0;
  }
  #infos-contact .link a {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  footer .logo-footer,
  footer .socials,
  footer .socials ul {
    text-align: center;
  }
  footer .socials {
    margin: 35px 0 0;
  }
  footer .col-sm-12 {
    float: left;
    width: 100%;
    display: none;
  }
  footer .big-menu hr {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 10px 0 60px;
  }
  footer .big-menu .col-sm-3,
  footer .big-menu .col-sm-4 {
    min-height: auto;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    float: left;
  }
  footer .big-menu .col-sm-3.opened,
  footer .big-menu .col-sm-4.opened {
    border-bottom: 1px #a3915f solid;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  footer .big-menu .col-sm-3.opened:last-child,
  footer .big-menu .col-sm-4.opened:last-child {
    border-bottom: 0 #a3915f solid;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  footer .big-menu .title {
    cursor: pointer;
    border-bottom: 1px #dedede solid;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
  }
  footer .big-menu .title_2 {
    padding-top: 15px;
  }
  footer .big-menu .title a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
  }
  footer .big-menu .title.opened {
    border-bottom: 0;
    padding-bottom: 10px;
  }
  footer .big-menu .title:after {
    display: none;
  }
  footer .big-menu .title.opened:after {
    display: block !important;
    margin-bottom: 10px;
  }
  footer .big-menu .title:before {
    content: "";
    background: url(../images/icons/picto-plus.svg) no-repeat center center;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
  }
  footer .big-menu .title_2:before {
    top: 24px;
  }
  footer .big-menu .title.opened:before {
    background: url(../images/icons/picto-minus.svg) no-repeat center center;
    background-size: 12px 12px;
  }
  footer .big-menu .f-right {
    position: absolute;
    top: 53px;
    right: 15px;
  }
  footer .big-menu .col-sm-3 .content {
    display: none;
  }
  footer .big-menu .col-sm-3 .content li {
    border-bottom: 1px #dedede solid;
    position: relative;
  }
  footer .big-menu .col-sm-3 .content li a {
    display: block;
    padding: 12px 0;
  }
  footer .big-menu .col-sm-3 .content li:after {
    content: "";
    background: url(../images/icons/angle-right.svg) no-repeat center right;
    background-size: 15px 20px;
    width: 15px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 18px;
  }
  footer .big-menu .col-sm-3 .content li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  #description-product .block-left.parent-container-img {
    padding: 0;
  }
  #description-product .block-left,
  #description-product .block-right {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  #slider .content {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
    top: 150px;
  }
  #slider .link-bottom {
    bottom: 80px;
  }
}

@media (max-width: 768px) {
  #description-product .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
  }
  #description-product .block-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 768px) {
  #infos-bottom .menu-tabs {
    margin: 0 0 30px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:767
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (min-width: 767px) and (max-width: 1024px) {
  section.block-intro .image {
    padding-left: 15px;
    padding-right: 15px;
  }
  #menu-mobile .etape1 .p-collection ul {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #menu-mobile ul,
  #menu-mobile ul.nav-home,
  #menu-mobile ul.nav2-home,
  #menu-mobile ul.nav3-home {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  section#temoignages {
    padding-left: 15px;
    padding-right: 15px;
  }
  #description-product .block-left,
  #description-product .block-right {
    padding-left: 30px;
    padding-right: 30px;
  }
  #description-product .block-right .description {
    padding-left: 30px;
    padding-right: 30px;
  }
  #description-product .block-left.parent-container-img {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  section#feature-bottom .content,
  section.feature-bottom-1 .content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #infos-contact .col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  section#temoignages-header {
    padding: 0 15px;
  }
  section.temoignages-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .section_bottom {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  footer .footer-top {
    padding: 0 15px;
  }
  footer .btn_espace a {
    margin-left: 0 !important;
    margin-top: 5px;
  }
}

@media (min-width: 767px) {
  footer .big-menu .col-sm-3 .content {
    margin-bottom: 35px;
  }
}
@media (max-width: 766px) {
  .footer-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 5rem;
    padding: 0px 20px;
  }

  .privacyGroup {
    flex-direction: column;
  }

  .newsletter .privacyAndIcons {
    justify-content: space-between;
  }

  .privacyCopyrights {
    flex-direction: column;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:720
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 720px) {
  section#feature-bottom .feature-left,
  section#feature-bottom .feature-right,
  section.feature-bottom-1 .feature-left,
  section.feature-bottom-1 .feature-right {
    width: 100%;
    padding: 0 15px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:640
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 640px) {
  #slider h1 {
    font-size: 45px;
    line-height: 50px;
  }
  #slider a.btn {
    margin: 10px auto 0;
    display: block;
  }
  #slider .link-bottom {
    bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  #slider .content {
    top: 125px;
  }
  #slider h1 {
    font-size: 42px !important;
    line-height: 46px !important;
  }
  #slider .header-infos,
  #slider .sous-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  #slider a.btn {
    display: table;
    width: auto;
    padding-left: 50px !important;
    margin-top: 24px;
  }
  #slider .link-bottom {
    bottom: 60px;
  }
  #header-product h1 {
    font-size: 36px;
    line-height: 46px;
  }
  #header-product .sous-title {
    font-size: 20px;
    line-height: 24px;
  }
  section#collections .intro p {
    margin-bottom: 0;
  }
  section#collections .intro a.btn {
    margin-top: 30px;
    width: auto;
    padding: 12px 30px !important;
  }
  section#collections .style-bottom .div-text,
  section#collections .style3 .div-text {
    padding: 20px 15px !important;
  }
  section#collections .style-bottom .contenu,
  section#collections .style3 .contenu {
    padding: 20px 0 30px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  #slider:not(.header-selectur) .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    min-height: calc(100vh - 70px);
    margin-top: 70px;
    padding: 50px 0 160px;
  }

  #slider:not(.header-selectur) .content {
    position: absolute;
    top: 220px;
    bottom: 240px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    position: relative;
    margin: 0;
    top: 0;
    display: block;
    bottom: 0;
  }

  #slider:not(.header-selectur) .content h1 {
    font-size: 44px !important;
    line-height: 46px !important;
  }

  #slider:not(.header-selectur) .content .sous-title {
    padding: 0 34px;
  }

  #slider:not(.header-selectur) .content p a.btn {
    margin-top: 32px;
  }

  #slider:not(.header-selectur) .content .button-to-selector {
    margin-top: 26px !important;
  }

  #slider:not(.header-selectur) .content .button-to-selector a {
    display: inline-block;
  }

  #slider:not(.header-selectur) .content .button-to-selector a p {
    font-size: 14px !important;
    line-height: 26px !important;
    color: #f5f5f5 !important;
    text-transform: uppercase !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 400 !important;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:630
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media screen and (max-width: 630px) {
  #pathologies {
    padding: 30px 15px 60px;
  }
  #pathologies .pathologies-container {
    overflow: hidden;
  }
  #pathologies .header {
    margin-bottom: 30px;
  }
  #pathologies .image-container {
    margin-right: auto;
    margin: auto;
    display: none;
  }
  #pathologies .slider-container {
    position: relative;
    z-index: 2;
    left: 0;
    top: 100%;
    width: 100%;
    transform: none;
    transition: top 0.5s;
  }
  #pathologies .slider .owl-dots {
    margin: 2px 0 15px;
  }
  #pathologies .slider .owl-nav {
    max-width: 290px;
    width: 100%;
  }
  #pathologies .slider .owl-next,
  #pathologies .slider .owl-prev {
    width: 33px;
    height: 33px;
    background-size: 33px 33px;
  }
  #pathologies .slider .owl-prev {
    position: absolute;
    left: 0;
  }
  #pathologies .slider .owl-next {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 630px) {
  #infos-bottom .menu-tabs ul li {
    max-width: 33.333333%;
  }
  #infos-bottom .content .infos {
    padding: 0 45px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:620
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 640px) {
  #slider-bottom .next,
  #slider-bottom .prev {
    background-size: 10px 20px !important;
  }
  #slider-bottom .prev {
    background: 0 0 !important;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #slider-bottom .next {
    background: 0 0 !important;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 640px) {
  .header-title-collection {
    padding: 50px 15px 30px !important;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:576
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 576px) {
  .events-slider .owl-nav svg {
    fill: #a39161 !important;
  }
}

@media (min-width: 576px) {
  .events-slider .item {
    min-width: 360px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:514
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 514px) {
  footer .btns_bottom a.btn2:first-child {
    margin: 0px 0px 20px 0px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:500
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media (max-width: 500px) {
  .btn {
    margin: 10px 0 0;
    padding: 18px 15px !important;
  }
  a.btn.btn-pdf {
    background-position: 10px !important;
    padding: 18px 15px 18px 40px !important;
  }
  .block-header .dropdown-toggle {
    margin: 0;
    padding: 5px 15px !important;
  }
  a.btn.btn-pdf.display-guide {
    width: auto;
    padding: 18px 15px 18px 40px !important;
    margin: 0 -15px;
    background-position: 10px !important;
  }
  section#feature-bottom a.btn,
  section.feature-bottom-1 a.btn {
    padding: 15px 30px !important;
  }
}

@media screen and (max-width: 500px) {
  #infos-bottom .menu-tabs ul li {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  footer .section_bottom .col-sm-6.left,
  footer .section_bottom .col-sm-6.right {
    width: 100%;
  }
}

@media (max-width: 500px) {
  form#form.form_contact h2:after,
  form#form.form_contact h2:before {
    top: 10px;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:480
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media screen and (max-width: 480px) {
  div.fancybox-catalogue div#data-catalogue {
    padding: 35px 15px 25px;
  }
}

@media screen and (max-width: 480px) {
  input[type="email"],
  input[type="password"],
  input[type="text"],
  input[type="url"],
  select {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
  button.button,
  input[type="button"],
  input[type="submit"] {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }
}

@media (max-width: 480px) {
  #infos-bottom .menu-tabs ul li {
    max-width: 50%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 12px;
    line-height: 20px;
  }
  #infos-bottom .menu-tabs ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  #slider h1 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}

@media screen and (max-width: 480px) {
  #infos-bottom .menu-tabs ul {
    justify-content: space-between !important;
  }
}

@media screen and (max-width: 480px) {
  body.de section#collections h2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                @Media min-width max-width:375
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media only screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  #icons-fixed {
    padding-bottom: 0px;
  }
  #icons-fixed ul li {
    border-right: 0;
    padding-bottom: 25px;
    height: 80px;
  }
  #icons-fixed ul li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 80px;
    background-color: #c8bda0;
    width: 1px;
    right: 0;
    z-index: 1;
  }
  #icons-fixed ul li:last-child:before {
    display: none;
  }
}

/*
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//                       @Media max-width:345
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@media screen and (max-width: 345px) {
  #slider h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}

/*
//================================================================
//							           Pathologies
//================================================================
*/
.selector-items li.item:first-child {
  display: none;
}
#pathologies {
  padding: 90px 15px;
}
#pathologies .header {
  margin-bottom: 70px;
  text-align: center;
}
#pathologies .header .title {
  font-size: 32px;
  margin-bottom: 0;
}
#pathologies .pathologies-container {
  position: relative;
  display: table;
  margin: auto;
}
#pathologies .slider-container {
  position: absolute;
  width: 280px;
  left: -50px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
#pathologies .slider-container .image {
  width: 190px;
  height: 190px;
  margin: auto;
  border: 4px solid #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  background-image: url(../../../images/HOME_ELITE/BIEN_DORMIR/PATHOLOGIES/pathologies-femme.png);
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: background-position 0.4s;
  -moz-transition: background-position 0.4s;
  transition: background-position 0.4s;
}
#pathologies .slider .owl-nav {
  position: relative;
  display: table;
  width: auto;
  margin: auto;
  margin-top: 5px;
}
#pathologies .slider .owl-next,
#pathologies .slider .owl-prev {
  position: static;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/icons/angle-right.svg) no-repeat center;
  background-size: 25px 25px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  margin: 0 3px;
}
#pathologies .slider .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#pathologies .slider img {
  max-width: 230px;
  margin: auto;
}
#pathologies .slider .title {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
#pathologies .slider .title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #a39161;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
#pathologies .image-container {
  display: table;
  position: relative;
  margin: auto;
  max-width: 290px;
}
#pathologies .image-container .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#pathologies .image-container .body {
  position: relative;
  z-index: -1;
  width: 100%;
}
#pathologies .image-container .line {
  position: absolute;
  right: 0;
  border-bottom: 1px solid #a39161;
  -webkit-transform: translate(8px, 8px);
  -moz-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
}
#pathologies .image-container .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 1px solid #041;
  border-bottom: 1px solid #041;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  transition: transform 0.6s;
}
#pathologies .image-container .line.active::after {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
#pathologies .image-container .text {
  position: absolute;
  right: -10px;
  font-size: 13px;
  font-weight: 500 !important;
  color: #8c8c8c;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
  cursor: pointer;
  line-height: 16px;
}
#pathologies .image-container .text.active {
  color: #041;
}
@keyframes shadow-anim {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.65);
  }
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}

/*
//================================================================
//							         Collections
//================================================================
*/
section#collections .intro .select-infos {
  position: relative;
  z-index: 99;
  margin: 20px 0 0;
}
section#collections .intro .select-infos .title-infos {
  text-transform: uppercase;
  color: #a39161;
  font-weight: 400;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  position: relative;
  border-bottom: 1px #bfbfbf solid;
  padding-bottom: 5px;
  cursor: pointer;
  display: block;
  z-index: 9999;
  background: #fff;
}
section#collections .intro .select-infos .title-infos:before {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  color: #a39161;
  display: inline-block;
  font: normal normal normal 26px/1 FontAwesome;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
section#collections .intro .select-infos.opened .title-infos:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.block-intro {
  height: auto;
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #fff;
}
section.block-intro .container {
  max-width: 1255px;
  position: relative;
}
section.block-intro .image {
  text-align: center;
  display: block;
  min-height: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #infos-bottom .menu-tabs ul {
    margin: 0 auto -2px;
  }
  #description-product .block-right .description .nav-tabs li {
    max-width: 25% !important;
    width: 100% !important;
    text-align: center !important;
    display: inline-block;
  }
}

.header-title-collection {
  padding: 95px 15px 20px;
  text-align: center;
  float: left;
  width: 100%;
}
.header-title-collection h2 {
  margin-bottom: 10px;
  font-size: 36px !important;
  line-height: 36px !important;
}
.header-title-collection .sous-title {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #a39161 !important;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

#form-title {
  text-align: center;
  padding-top: 90px;
  padding: 90px 15px 0;
  float: left;
  width: 100%;
}

#form-title h2,
#form-title p {
  max-width: 990px;
  margin: auto;
}
#form-title p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #a39161;
}
.parent-container-img {
  background-color: transparent !important;
}
#infos-bottom .menu-tabs .nav-tabs li:after {
  bottom: -10px !important;
}
#infos-bottom .menu-tabs .nav-tabs li a:after {
  display: none !important;
}

/*
//================================================================
//							             Nav
//================================================================
*/
nav .burger-menu {
  position: fixed;
  top: 23px;
  right: 70px;
  width: 23px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: none;
  z-index: 99999999;
}
nav .burger-menu.active .small-line,
nav .burger-menu.active .small-line::after,
nav .burger-menu.active .small-line::before {
  transition: opacity 0s 0.4s, width 0s 0.4s, bottom 0.4s, transform 0.4s 0.4s;
}
nav .burger-menu.active .small-line {
  bottom: 7px;
  transform: rotate(45deg);
}
nav .burger-menu.active .small-line::before {
  bottom: 0;
  width: 100%;
  transform: rotate(90deg);
}
nav .burger-menu.active .small-line::after {
  opacity: 0;
  bottom: 0;
}
nav .burger-menu .small-line,
nav .burger-menu .small-line::after,
nav .burger-menu .small-line::before {
  transition: opacity 0s 0.4s, bottom 0.4s 0.4s, width 0s 0.4s, transform 0.4s;
}
nav .burger-menu .small-line {
  position: absolute;
  width: 23px;
  height: 2px;
  bottom: 0;
  right: 0;
  background: #a39161;
}
nav .burger-menu .small-line::after,
nav .burger-menu .small-line::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  right: 0;
  background: #a39161;
}
nav .burger-menu .small-line::before {
  bottom: 14px;
  width: 12px;
  left: 0;
}
nav .burger-menu .small-line::after {
  bottom: 7px;
}
nav#menu-mobile {
  display: none;
}

.search-top {
  display: none;
}

ul.nav ul.sub-menu {
  margin: auto;
  padding: 0;
}
ul.nav ul.sub-menu ul {
  margin: 20px 0 0;
  padding: 0;
}
ul.nav ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
ul.nav ul.sub-menu li.title span {
  color: #282828;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
}
ul.nav ul.sub-menu li.title span:after {
  content: "";
  display: block;
  background: #a39161;
  width: 34px;
  height: 1px;
  margin: 2px 0 16px;
}
ul.nav ul.sub-menu li a {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #6d6d6d;
}
ul.nav ul.sub-menu li a.active,
ul.nav ul.sub-menu li a:focus,
ul.nav ul.sub-menu li a:hover {
  color: #041;
}
ul.nav ul.sub-menu .container .btns {
  float: left;
  width: 100%;
  margin: auto;
  text-align: center;
}
.navbar-nav > li:hover ul.sub-menu {
  visibility: visible !important;
  opacity: 1;
}

#menu-desktop .mod-collection .dropdown-toggle {
  width: 100%;
  text-align: left;
  padding: 0 30px 0 45px;
}
#menu-desktop .dropdown-toggle .fa.fa-caret-down {
  color: #a39161 !important;
}
#menu-desktop .dropdown-toggle .fa {
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  -o-transform: translate(2px, 0);
  transform: translate(2px, 0);
}
#menu-desktop .mod-collection .dropdown-toggle .fa.fa-caret-down {
  position: absolute;
  right: 15px;
  top: 8px;
}
#menu-desktop .p-language {
  border-right: 0;
}
#menu-desktop .mod-collection .dropdown span {
  padding: 0;
}
#menu-desktop ul.nav ul.sub-menu li.title span {
  color: #041;
}
#menu-desktop ul.nav ul.sub-menu li.title span:after {
  background-color: #a59063;
}
#menu-desktop .header-menu .menu-parent ul li:first-child a {
  padding: 0 20px;
}
#menu-desktop .header-menu .menu-parent:after {
  content: url(../images/peice.png);
  display: inline-block;
  position: absolute;
  left: -3px;
  top: -2px;
  color: #8c8c8c;
}
#menu-desktop .header-menu .menu-parent .dropdown-toggle {
  font-family: Georgia;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #8c8c8c;
}
#menu-desktop .header-menu .menu-parent ul.dropdown-menu {
  padding: 10px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s 0.3s linear;
  -moz-transition: all 0.2s 0.3s linear;
  -ms-transition: all 0.2s 0.3s linear;
  -o-transition: all 0.2s 0.3s linear;
  transition: all 0.2s 0.3s linear;
}
#menu-desktop .header-menu .dropdown.menu-parent:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
}
#menu-desktop .header-menu .menu-parent ul.dropdown-menu li {
  display: block;
}
#menu-desktop .header-menu .menu-parent:hover .dropdown-toggle,
#menu-desktop .header-menu li.active .menu-parent .dropdown-toggle {
  color: #041;
}
#menu-desktop .header-menu .menu-parent ul li a {
  padding: 0 20px;
  text-transform: none;
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6d6d6d;
  float: none;
}
#menu-desktop .header-menu .menu-parent ul li a:after {
  display: none;
}
#menu-desktop .header-menu .menu-parent ul li a:active,
#menu-desktop .header-menu .menu-parent ul li a:focus,
#menu-desktop .header-menu .menu-parent ul li a:hover,
#menu-desktop .header-menu .menu-parent ul li.active a {
  color: #041;
}
#menu-desktop .mod-collection {
  padding: 0;
  width: 100%;
}
#menu-desktop .mod-collection span.title2 {
  display: none;
}
#menu-desktop .mod-collection .open span.title1 {
  display: none;
}
#menu-desktop .mod-collection .open span.title2 {
  display: inline-block;
}
#menu-desktop .mod-collection .open span.title2 label {
  display: inline-block;
  opacity: 0.6;
  color: #8c8c8c;
  margin: 0;
  font-family: Raleway;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
}
#menu-desktop .mod-collection ul {
  padding: 10px 0;
  max-width: 235px;
  min-width: 235px;
}
#menu-desktop ul.nav ul.sub-menu .container {
  background-color: #f4f3f4;
  position: relative;
  top: 42px;
}
#menu-desktop ul.nav ul.sub-menu {
  background: 0 0;
}
#menu-desktop ul.nav ul.sub-menu ul {
  margin: 5px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
#menu-desktop ul.nav > li.parent:hover .mask-menu {
  background: 0 0;
  opacity: 1;
}
#menu-desktop ul.nav ul.sub-menu .container:before {
  display: none;
}
#menu-desktop ul.nav ul.sub-menu .intro,
#menu-desktop ul.nav ul.sub-menu .intro p {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 18px;
}
#menu-desktop ul.nav ul.sub-menu .intro {
  margin: 0 0 35px;
}
#menu-desktop .menu-btn .btn {
  background: 0 0;
  font-family: Raleway, sans-serif;
  display: inline-block;
  outline: 0;
  height: 44px;
  padding: 14px 29px 9px;
  border: 1px solid #a39161;
  background-color: #f4f3f4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #a39161;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
#menu-desktop .menu-btn .btn:active,
#menu-desktop .menu-btn .btn:focus,
#menu-desktop .menu-btn .btn:hover {
  background-color: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
#menu-desktop ul.nav ul.sub-menu .container .col-sm-12 .col-sm-4:after,
body.de #menu-desktop ul.nav ul.sub-menu .container .col-sm-12 .col-sm-3:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  opacity: 0.1;
  background-color: #000;
}
#menu-desktop ul.nav ul.sub-menu .container .col-sm-12 .col-sm-4 {
  padding: 0 30px;
}
#menu-desktop ul.nav ul.sub-menu .container .col-sm-12 {
  position: relative;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
#menu-desktop ul.nav ul.sub-menu .container .col-sm-12 .col-sm-8 {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
#menu-desktop ul.nav ul.sub-menu li.title2 {
  flex: 1 0 50%;
  width: 50%;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
#menu-desktop ul.nav #menu-8 ul.sub-menu li:nth-child(3) a {
  width: 215px !important;
}
#menu-desktop ul.nav ul.sub-menu li.title2.height100 {
  flex: 1 0 100%;
}
#menu-desktop
  ul.nav
  ul.sub-menu
  li.title2:not(:nth-child(1)):not(:nth-child(3))::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  height: 1px;
  opacity: 0.1;
  background-color: #000;
  left: 10px;
}
#menu-desktop ul.nav ul.sub-menu li:nth-child(4) a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f4f3f4;
  top: -10px;
  left: -10px;
  z-index: 1;
}
#menu-desktop ul.nav ul.sub-menu li.height100 + li:not(.height100):after,
#menu-desktop ul.nav ul.sub-menu li.title2:last-child:after,
#menu-desktop ul.nav ul.sub-menu li.title2:nth-child(3):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  opacity: 0.1;
  background-color: #000;
}
#menu-desktop ul.nav ul.sub-menu li.height100 + li:not(.height100):before {
  bottom: 0;
  top: auto !important;
}
#menu-desktop ul.nav ul.sub-menu li.height100 + li.height100:before {
  display: none !important;
}
#menu-desktop
  ul.nav
  ul.sub-menu
  .container
  .col-sm-12.style3
  .col-sm-4:last-child
  li.title2 {
  height: 175px;
}
#menu-desktop ul.nav ul.sub-menu .style3 li.title2:last-child:after {
  display: none;
}
#menu-desktop ul.nav ul.sub-menu li.title2 a {
  color: #8c8c8c;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 5px 30px;
  line-height: 18px;
  letter-spacing: 1px;
}
#menu-desktop ul.nav ul.sub-menu li.title2 a span {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: none;
  max-height: 0;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#menu-desktop ul.nav ul.sub-menu li.title2.active a,
#menu-desktop ul.nav ul.sub-menu li.title2:hover a {
  color: #041;
}
#menu-desktop ul.nav ul.sub-menu li.title2.active span,
#menu-desktop ul.nav ul.sub-menu li.title2:hover span {
  color: #a39161;
}
#menu-desktop ul.nav ul.sub-menu li.title2.active span,
#menu-desktop ul.nav ul.sub-menu li.title2:hover span {
  display: block;
  max-height: 100px;
  opacity: 1;
  -webkit-transition: 0.5s opacity, max-height 1s;
  -moz-transition: 0.5s opacity, max-height 1s;
  transition: 0.5s opacity, max-height 1s;
}
#menu-desktop.navbar-inverse .navbar-nav > li > a:hover:after {
  display: none;
}
#menu-desktop.navbar-inverse .navbar-nav > li > a:active:after,
#menu-desktop.navbar-inverse .navbar-nav > li > a:focus:after {
  height: 14px;
  width: 2px;
  bottom: 0;
}

/*
//================================================================
//							           Menu Desktop
//================================================================
*/
#menu-desktop .header-menu .menu-parent:after {
  display: none !important;
}
#menu-desktop .dropdown-toggle {
  padding: 2px 10px !important;
}
#menu-desktop .position-search .search {
  padding: 0;
  background: url(../images/icons/icon-search.svg) no-repeat center center;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  font-size: 0;
  margin: 0 12px;
  -webkit-transition: initial;
  -moz-transition: initial;
  -o-transition: initial;
  transition: initial;
  display: inline-block;
  vertical-align: top;
}
#menu-desktop .position-search .search:active,
#menu-desktop .position-search .search:focus,
#menu-desktop .position-search .search:hover {
  padding: 0;
  background: url(../images/icons/icon-search.svg) no-repeat center center;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  font-size: 0;
  margin: 0 12px;
}
#menu-desktop .position-search .search:after {
  display: none;
}
#menu-desktop .block-header .p-collection {
  margin: 0 10px;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
#menu-desktop .p-language {
  border-left: 0;
}
#menu-desktop {
  z-index: 99999;
  border-bottom: 1px solid #eee;
}
#menu-desktop ul.nav.last-style ul.sub-menu {
  margin: -1px auto 0;
}
#menu-desktop ul.nav.last-style ul.sub-menu .intro,
#menu-desktop ul.nav.last-style ul.sub-menu .intro p {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
}
#menu-desktop ul.nav.last-style ul.sub-menu .intro {
  margin: 0 0 5px;
  min-height: 45px;
}
#menu-desktop .menu-btn .btn {
  padding: 12px 20px;
  line-height: 16px;
  height: auto;
}
body.de #menu-desktop .menu-btn .btn {
  padding: 12px 20px;
  height: auto;
}
#menu-desktop ul.nav.last-style ul.sub-menu li.title span:after {
  display: none;
}
#menu-desktop ul.nav.last-style ul.sub-menu .container .col-sm-12 .col-sm-8 {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  align-items: center;
}
#menu-desktop ul.nav.last-style ul.sub-menu ul {
  flex-direction: initial;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#menu-desktop
  ul.nav.last-style
  ul.sub-menu
  .container
  .col-sm-12
  .col-sm-8
  ul
  li,
body.de
  #menu-desktop
  ul.nav.last-style
  ul.sub-menu
  .container
  .col-sm-12
  .col-sm-9
  ul
  li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  position: relative;
  align-items: start;
  margin: 0;
  padding: 0 12px;
  float: left;
  text-align: center;
  justify-content: center;
}
body.it
  #menu-desktop
  ul.nav.last-style
  ul.sub-menu
  .container
  .col-sm-12
  .col-sm-8
  ul
  li {
  padding: 0 10px;
}
#menu-desktop ul.nav.last-style ul.sub-menu#menu-2 ul {
  margin: 0 25px;
}
body.de #menu-desktop ul.nav.last-style ul.sub-menu#menu-2 ul {
  margin: 0;
}
#menu-desktop
  ul.nav.last-style
  ul.sub-menu#menu-2
  .container
  .col-sm-12
  .col-sm-8
  ul
  li {
  padding: 0 25px;
}
#menu-desktop ul.nav.last-style ul.sub-menu li .icon_menu {
  width: 75px;
  margin: auto;
  text-align: center;
}
#menu-desktop ul.nav.last-style ul.sub-menu li .icon_menu img {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#menu-desktop ul.nav.last-style ul.sub-menu li a.active img,
#menu-desktop ul.nav.last-style ul.sub-menu li a:focus img,
#menu-desktop ul.nav.last-style ul.sub-menu li a:hover img,
#menu-desktop ul.nav.last-style ul.sub-menu li.active a img {
  filter: none;
  opacity: 1;
}
#menu-desktop ul.nav.last-style ul.sub-menu li a {
  font-family: Raleway, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #8c8c8c;
  font-weight: 500;
}
#menu-desktop ul.nav.last-style ul.sub-menu li a.active,
#menu-desktop ul.nav.last-style ul.sub-menu li a:focus,
#menu-desktop ul.nav.last-style ul.sub-menu li a:hover,
#menu-desktop ul.nav.last-style ul.sub-menu li.active a {
  color: #041;
}
#menu-desktop ul.nav.last-style ul.sub-menu li:nth-child(4) a:after {
  display: none !important;
}

#menu-mobile ul.nav-home .img-prod {
  height: 80px;
  width: 80px;
}

/*
//================================================================
//							           Nav Mobile
//================================================================
*/

#menu-mobile .header-logo {
  border-bottom: 2px #a59063 solid;
}
#menu-mobile .etape1 {
  padding: 0 0 120px;
  position: relative;
}
#menu-mobile .etape1,
#menu-mobile .etape2 {
  -webkit-overflow-scrolling: touch;
}
#menu-mobile .etape:not(.etape1) {
  display: none;
}
#menu-mobile .mod-collection {
  float: left !important;
  width: 100%;
  background: #fff;
  padding: 0;
  z-index: 999;
}
#menu-mobile .mod-collection .dropdown {
  text-align: center;
}
#menu-mobile .mod-collection .dropdown-toggle .fa {
  position: absolute;
  right: 15px;
  top: 23px;
}
#menu-mobile .mod-collection .dropdown span:after {
  left: 15px;
  top: 15px;
}
#menu-mobile .mod-collection .dropdown-toggle .title-home,
#menu-mobile .mod-collection .dropdown-toggle .title-home2 label {
  color: #282828;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  padding: 0 15px;
}
#menu-mobile .mod-collection .dropdown-toggle .title-home2 label {
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 1px;
  opacity: 0.5;
  color: #252525;
  font-weight: 500;
  margin: 0;
}
#menu-mobile .mod-collection .dropdown-toggle .title-home2 {
  display: none;
}
#menu-mobile .mod-collection .dropdown.open .dropdown-toggle .title-home {
  display: none;
}
#menu-mobile .mod-collection .dropdown.open .dropdown-toggle .title-home2 {
  display: block;
}
#menu-mobile .etape1 .p-collection ul {
  border-bottom: 2px #a59063 solid;
  left: 0;
  right: 0 !important;
  width: 100%;
  max-width: 100%;
  margin: 50px 0 0;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  box-shadow: none;
  padding: 0 15px 32px;
}
#menu-mobile .etape1 .dropdown-toggle.btn {
  padding: 0 10px 0 !important;
  margin: 0;
  position: fixed;
  width: 100%;
  left: 0;
  background: #fff;
  height: 50px;
  z-index: 999;
}
#menu-mobile .etape1 .p-collection ul li {
  border-bottom: 0;
  text-align: center;
}
#menu-mobile .etape1 .p-collection ul li a {
  color: #8c8c8c;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  position: relative;
  padding: 20px 0;
}
#menu-mobile .etape1 .p-collection ul li a:after {
  content: "";
  display: block;
  position: absolute;
  background: #d9d9d9;
  height: 1px;
  background-size: 15px 20px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
  transform: translateY(0);
}
#menu-mobile .etape1 .p-collection ul li:last-child a:after {
  display: none;
}
#menu-mobile .etape1 .p-collection ul li a.active,
#menu-mobile .etape1 .p-collection ul li a:active,
#menu-mobile .etape1 .p-collection ul li a:focus,
#menu-mobile .etape1 .p-collection ul li a:hover,
#menu-mobile .etape1 .p-collection ul li.active a {
  color: #041;
}
#menu-mobile ul.nav3-home,
#menu-mobile ul.nav3-home li {
  border-bottom: 0;
  padding-bottom: 0;
}
#menu-mobile .etape2 .header .img-top {
  background: #fff;
  height: 75px;
}
#menu-mobile .header .icon-close {
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  top: 22px;
}
#menu-mobile .header .icon-prev {
  top: 22px;
  background-size: 22px 30px !important;
  width: 22px;
  height: 30px;
}
#menu-mobile .etape2,
#menu-mobile .etape3 {
  padding-top: 45px;
  padding-bottom: 60px;
}
#menu-mobile .etape2 ul li {
  margin: 0 15px;
  width: auto;
}
#menu-mobile .etape2.etape-home ul li {
  margin: 0;
  width: 50%;
}
#menu-mobile ul:not(.nav-home) li {
  border-bottom: 1px #dedede solid;
}
#menu-mobile .etape2 ul li:last-child {
  border-bottom: 0;
}
#menu-mobile .etape2 ul li a:after {
  display: none;
}
#menu-mobile .style-prod ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
}
#menu-mobile .style-prod li {
  flex: 1;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  border-bottom: 0;
  border-top: 1px #dedede solid;
}
#menu-mobile .style-prod li:first-child {
  border-top: 0;
}
#menu-mobile .style-prod li.link-pdf {
  border-top: 0;
}
#menu-mobile .style-prod li.link-pdf a.btn {
  max-width: 240px;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #a39161;
  background: 0 0;
  border: 1px solid #a39161;
  min-height: 53px;
  margin: 0;
  padding: 14px 5px !important;
}
#menu-mobile .etape .header div.title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #041;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  top: 26px;
  text-transform: uppercase;
}
#menu-mobile ul li a:after {
  display: none;
}
#menu-mobile ul li:last-child {
  border-bottom: 0;
}
#menu-mobile ul li.parent a:after {
  content: "";
  display: block !important;
  background: url(../images/icons/angle-right.svg) no-repeat center right;
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu-mobile .etape1 ul.nav-home {
  padding: 40px 15px 30px;
}
#menu-mobile ul.nav-home .img-prod {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin: auto;
}
#menu-mobile ul.nav-home .icon-matelas {
  background-image: url(../images/icons-mobile/icon-matelas.svg);
  width: 80px;
  height: 80px;
}
#menu-mobile ul.nav-home .icon-surmatelas {
  background-image: url(../images/icons-mobile/icon-surmatelas.svg);
  width: 80px;
  height: 80px;
}
#menu-mobile ul.nav-home .icon-sommiers-et-boxsprings {
  background-image: url(../images/icons-mobile/icon-boxsprings.svg);
  width: 80px;
  height: 80px;
}
#menu-mobile ul.nav-home .icon-lit {
  background-image: url(../images/icons-mobile/icon-lits.svg);
  width: 80px;
  height: 80px;
}
#menu-mobile ul.nav-home .icon-duveterie {
  background-image: url(../images/icons-mobile/icon-literie-duveterie.svg);
  width: 80px;
  height: 80px;
}
#menu-mobile ul.nav-home .icon-linge-de-lit {
  background-image: url(../images/icons-mobile/icon-linge-lit.svg);
  width: 80px;
  height: 80px;
}
#menu-mobile ul.nav-home .icon-mobilier-dappoint {
  background-image: url(../images/icons-mobile/icon-mobilier-appoint.svg);
  width: 80px;
  height: 80px;
}
#menu-mobile .style-prod ul li {
  text-align: center;
}
#menu-mobile .style-prod ul li a {
  color: #282828;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
#menu-mobile .style-prod ul li a span.sous-title {
  display: block;
  color: #a59063;
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}

#menu-mobile .etape3 {
  position: absolute;
  top: 0;
  width: 100%;
  right: -200%;
  height: 100vh;
  background-color: #f5f5f5;
  overflow: auto;
  padding-top: 75px;
}
#menu-mobile .etape3 .header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}
#menu-mobile .etape3 .header .img-top {
  background: #fff;
  height: 75px;
  border-bottom: 2px #a59063 solid;
}
#menu-mobile .etape2.etape-home {
  padding: 75px 0 100px;
  overflow-x: hidden;
}
nav#menu-mobile.next-step3 {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}
nav#menu-mobile .div-logo {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  transition: transform 0.5s;
}
nav#menu-mobile .div-logo.show-on-step2 {
  z-index: 999999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
#menu-mobile .etape1 .dropdown .dropdown-toggle {
  z-index: 999999;
}
#menu-mobile .etape1 .dropdown .drop {
  z-index: 999;
  background-color: #fff;
}
#menu-mobile .etape1 .dropdown .drop.show-on-step2,
#menu-mobile .etape1 .dropdown .dropdown-toggle.show-on-step2 {
  position: fixed;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
#menu-mobile .nav2-home-collection {
  float: left;
  width: 100%;
  border-top: 2px #a59063 solid;
}
#menu-mobile .nav2-home-collection ul {
  margin: 20px 0 0 0;
  padding: 0 15px 30px;
  float: left;
  width: 100%;
}
#menu-mobile .nav2-home-collection ul.nav2-home {
  border-bottom: 2px #a59063 solid;
}
#menu-mobile .nav2-home-collection ul li {
  width: 100% !important;
}
#menu-mobile .etape2.etape-home .voir-plus {
  width: 100%;
  display: block;
  float: none;
  border-right: none;
  position: relative;
  padding: 20px 0;
}
#menu-mobile .voir-plus p:first-of-type {
  margin: 0;
  color: #041;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#menu-mobile .voir-plus p:last-of-type {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#menu-mobile .voir-plus .btn {
  float: none;
  background: 0 0;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  display: inline-block;
  outline: 0;
  min-height: auto;
  width: auto;
  padding: 15px 20px !important;
  border: 1px solid #a39161;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #a39161;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
#menu-mobile .voir-plus .btn:hover {
  background-color: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}

@media (max-width: 1100px) {
  #description-product .block-right .description,
  #infos-bottom .menu-tabs {
    overflow: hidden;
  }
  #description-product .block-right .description .nav-tabs,
  #infos-bottom .menu-tabs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    justify-content: space-between;
  }
  #infos-bottom .menu-tabs ul {
    justify-content: center !important;
  }
  #description-product .block-right .description .nav-tabs li,
  #infos-bottom .menu-tabs ul li {
    webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: inline-block;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  #description-product .block-right .description .nav-tabs li {
    max-width: none;
    width: auto;
    padding: 0 10px;
  }
  #infos-bottom .menu-tabs ul li {
    max-width: none;
    width: auto;
    padding: 0 10px;
  }
  #description-product .block-right .description .nav-tabs li:first-child {
    justify-content: left;
  }
  #description-product .block-right .description .nav-tabs li:last-child {
    justify-content: flex-end;
  }
  .menu-tabs .nav-tabs > li.active:after,
  .menu-tabs .nav-tabs > li.active > a:focus:after,
  .menu-tabs .nav-tabs > li.active > a:hover:after {
    bottom: 0 !important;
  }
  #description-product .block-right .description .nav-tabs > li.active:after,
  #description-product
    .block-right
    .description
    .nav-tabs
    > li.active
    > a:focus:after,
  #description-product
    .block-right
    .description
    .nav-tabs
    > li.active
    > a:hover:after {
    bottom: 0 !important;
  }
  #infos-bottom .owl-nav .owl-prev {
    left: 0;
  }
  #infos-bottom .owl-nav .owl-next {
    right: 0;
  }
}

@media screen and (max-width: 1100px) {
  nav#menu-desktop {
    display: none;
  }
  nav#menu-mobile {
    display: block;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  nav#menu-mobile.next-step {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  nav#menu-mobile .div-logo::after {
    display: block;
    content: "";
    position: absolute;
    background: #cecece;
    height: 40px;
    width: 1px;
    top: 16px;
    right: 108px;
    z-index: 9999999;
  }
  nav.navbar .col-sm-9 {
    display: none;
  }
  nav#menu-mobile .col-sm-3.div-logo {
    width: 100%;
    z-index: 999999;
  }
  nav.navbar .col-sm-9.menu-mobile {
    display: block;
    width: 100%;
    padding: 75px 0 50px;
  }
  nav.navbar .col-sm-9.menu-mobile .navbar-nav > li > a {
    padding: 8px 0;
  }
  nav.navbar .col-sm-9.menu-mobile .navbar-nav > li.search a {
    margin-left: 0;
    margin-top: 5px;
  }
  nav.navbar .col-sm-9.menu-mobile .navbar-nav {
    margin: 0;
    float: left;
    width: 100%;
  }
  nav.navbar .col-sm-9.menu-mobile .nav > li:last-child {
    display: none !important;
  }
  .header-logo {
    position: absolute;
    z-index: 999999;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px;
    border-bottom: 2px #a39161 solid;
  }
  .header-logo img {
    width: 90px;
  }
  nav .burger-menu {
    display: block;
  }
  .navbar-nav > li .search {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .open > .dropdown-menu {
    right: 0 !important;
    left: auto;
  }
}

@media screen and (max-width: 1100px) {
  .search-top {
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 999999999;
  }
  .search-top a {
    display: block;
  }
  .search-top .search {
    background: url(../images/icons/icon-search.svg) no-repeat center center;
    background-size: 35px 35px;
    width: 54px;
    height: 40px;
    font-size: 0;
    display: block;
    border-left: 1px #cecece solid;
  }
  .search-top .search:active,
  .search-top .search:focus,
  .search-top .search:hover {
    background: url(../images/icons/icon-search-h.svg) no-repeat center center;
    background-size: 35px 35px;
    width: 54px;
    height: 40px;
    font-size: 0;
    display: block;
  }
  .navbar-inverse .navbar-nav > li > a:after {
    display: none;
  }
  nav.navbar-inverse .col-sm-3 {
    width: 100%;
  }
  .navbar-header .block-header {
    float: left;
    width: 100%;
    text-align: center;
  }
  .menu-mobile {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: #f5f5f5;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 50px;
    padding-top: 70px;
  }
  .menu-mobile .navbar-header {
    float: left;
    width: 100%;
  }
  .menu-mobile .navbar-collapse.in .navbar-nav {
    float: left;
    width: 100%;
  }
  #menu-mobile .etape1 {
    padding: 35px 0 100px;
    width: 100%;
    height: 80vh;
    height: calc(100vh - 100px);
    overflow: auto;
  }
  #menu-mobile .etape1 ul {
    border-bottom: 2px #a39161 solid;
    padding: 0 15px 15px;
  }
  #menu-mobile .etape1 ul.nav-home {
    padding: 0 15px 30px;
  }
  .etape1 ul li:last-child {
    border-bottom: 0 #a39161 solid;
  }
  #menu-mobile .dropdown-menu > li > a {
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 12px;
    padding: 6px 0;
  }
  #menu-mobile .dropdown-menu > li > a:after {
    display: none;
  }
  #menu-mobile .dropdown-toggle.btn {
    padding: 0 10px 10px !important;
    margin: 6px 0 0 0;
  }
  #menu-mobile .mod-collection {
    right: 0;
  }
  #menu-mobile ul,
  #menu-mobile ul.nav-home,
  #menu-mobile ul.nav2-home,
  #menu-mobile ul.nav3-home {
    margin: 20px 0 0 0;
    padding: 0 20px 30px;
    float: left;
    width: 100%;
  }
  #menu-mobile ul.nav-home li {
    display: block;
    float: left;
    width: 50%;
    padding: 15px 5px 5px;
    margin: 0;
    text-align: center;
    position: relative;
  }
  #menu-mobile ul.nav-home li:last-child {
    border-bottom: 0;
  }
  #menu-mobile ul.nav-home li a {
    display: block;
    float: left;
    width: 100%;
    min-height: 120px;
    line-height: 18px;
    position: initial;
    padding: 0;
  }
  #menu-mobile ul.nav-home li a:after {
    display: none;
  }
  #menu-mobile ul li {
    margin: 0;
    padding: 0 0 0 10px;
    display: block;
  }
  #menu-mobile ul.nav2-home li:last-child {
    border-bottom: 0 !important;
  }
  #menu-mobile ul li .title,
  #menu-mobile ul li.title {
    display: block;
    min-height: auto;
    position: relative;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #252525;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
  }
  #menu-mobile ul li a {
    font-family: TimesNewRomanItalic, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    color: #8c8c8c;
    text-transform: none;
    display: block;
    position: relative;
  }
  #menu-mobile ul li a.active,
  #menu-mobile ul li a:active,
  #menu-mobile ul li a:focus,
  #menu-mobile ul li a:hover {
    color: #041;
  }
  #menu-mobile ul li a:active .title,
  #menu-mobile ul li a:focus .title,
  #menu-mobile ul li a:hover .title {
    color: #041;
  }
  #menu-mobile ul li .title:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background: #a39161;
    width: 0;
    height: 2px;
    margin: 0;
  }
  #menu-mobile ul li .title:active:after,
  #menu-mobile ul li .title:focus:after,
  #menu-mobile ul li .title:hover:after,
  #menu-mobile ul li.active .title:after {
    width: 46px;
  }
  #menu-mobile ul li .title:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background: #a39161;
    width: 0;
    height: 2px;
    margin: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  #menu-mobile ul li a:after {
    content: "";
    background: url(../images/icons/angle-right.svg) no-repeat center right;
    background-size: 15px 20px;
    width: 15px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #menu-mobile ul.nav-home li:nth-child(2n) {
    border-right: 1px #dedede solid;
  }
  #menu-mobile ul.nav-home li::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px #dedede solid;
  }
  #menu-mobile ul.nav-home li:last-child::after {
    display: none;
  }
  #menu-mobile ul.nav-home .title {
    color: #8c8c8c;
    font-family: Georgia;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
    position: initial;
  }
  #menu-mobile ul.nav-home a.active .title,
  #menu-mobile ul.nav-home a:focus .title,
  #menu-mobile ul.nav-home a:hover .title {
    color: #041;
    background-color: transparent;
  }
  #menu-mobile ul.nav-home .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background: #a39161;
    width: 0;
    height: 2px;
    margin: 0 auto;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  #menu-mobile ul.nav-home a.active .title:after,
  #menu-mobile ul.nav-home a:focus .title:after,
  #menu-mobile ul.nav-home a:hover .title:after {
    width: 46px;
  }
  #menu-mobile .etape2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 100px);
    background-color: #f5f5f5;
    overflow: auto;
    padding-top: 145px;
  }
  #menu-mobile .etape2.etape-langues {
    padding-top: 45px;
  }
  #menu-mobile .etape2 .header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    border-bottom: 1px rgba(109, 109, 109, 0.2) solid;
  }
  #menu-mobile .img-top {
    position: relative;
    height: 145px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
  }
  #menu-mobile .img-top .mask {
    background: rgba(20, 20, 21, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #menu-mobile .header .icon-prev {
    position: absolute;
    background: url(../images/icons/angle-right.svg) no-repeat center right;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    top: 25px;
    left: 15px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #menu-mobile .header .icon-close {
    position: absolute;
    background: url(../images/icons/icon-close.svg) no-repeat center right;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    top: 25px;
    right: 15px;
    cursor: pointer;
  }
  #menu-mobile .menu-tabs {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #menu-mobile .menu-tabs ul {
    margin: 0;
    padding: 0 15px;
    border: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #menu-mobile .menu-tabs ul li a:after {
    display: none;
  }
  #menu-mobile .menu-tabs ul li {
    border-bottom: 0;
    text-align: center;
    min-height: 55px;
  }
  #menu-mobile .menu-tabs ul li a {
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #bbb;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
  }
  #menu-mobile .menu-tabs ul li a:active,
  #menu-mobile .menu-tabs ul li a:focus,
  #menu-mobile .menu-tabs ul li a:hover,
  #menu-mobile .menu-tabs ul li.active a,
  #menu-mobile .menu-tabs ul li.active a:active,
  #menu-mobile .menu-tabs ul li.active a:focus,
  #menu-mobile .menu-tabs ul li.active a:hover {
    color: #fff;
  }
  #menu-mobile .menu-tabs ul li.active:after,
  #menu-mobile .menu-tabs ul li.active:focus:after,
  #menu-mobile .menu-tabs ul li.active:hover:after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    background: #a39161;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
  }
  #menu-mobile .menu-tabs .nav-tabs > li.active:after,
  #menu-mobile .menu-tabs .nav-tabs > li.active > a:focus:after,
  #menu-mobile .menu-tabs .nav-tabs > li.active > a:hover:after {
    bottom: 0;
  }
  #menu-mobile .menu-tabs .owl-nav {
    top: 25px;
  }
  #menu-mobile .menu-tabs .owl-nav .owl-prev {
    left: -15px;
    top: 0;
  }
  #menu-mobile .menu-tabs .owl-nav .owl-next {
    right: 15px;
    top: 0;
  }
  #menu-mobile .menu-tabs .owl-nav .prev {
    background: url(../images/icons/angle-right.svg) no-repeat center right;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #menu-mobile .menu-tabs .owl-nav .next {
    background: url(../images/icons/angle-right.svg) no-repeat center right;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    cursor: pointer;
  }
  #menu-mobile .etape-langues .img-top {
    height: 45px;
  }
  #menu-mobile .etape-langues ul {
    padding: 0 0 30px;
  }
  #menu-mobile .etape-langues ul li.title {
    margin: 0 0 15px;
    border-bottom: 2px #a39161 solid;
    padding: 0 15px 5px;
    width: auto;
  }
  #menu-mobile .etape-langues ul li {
    margin: 0 15px;
    width: auto;
  }
  #menu-mobile .etape-langues ul li a:after {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #menu-mobile .top-navs ul li .title,
  #menu-mobile .top-navs ul li.title {
    font-size: 18px;
  }
  #menu-mobile .etape1 .bottom-navs ul {
    border-bottom: 0;
  }
  #menu-mobile.newstyle .etape-langues ul {
    text-align: center;
    border-bottom: 1px #bababa solid;
    padding: 0;
    margin: 15px 0 0 0;
  }
  #menu-mobile.newstyle .etape-langues ul li {
    display: inline-block;
    border-bottom: 0;
    width: 50px;
    margin: 0;
  }
  #menu-mobile.newstyle .etape-langues ul li a {
    color: #8b8b8b;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
  }
  #menu-mobile.newstyle .etape-langues ul li a.active,
  #menu-mobile.newstyle .etape-langues ul li a:hover,
  #menu-mobile.newstyle .etape-langues ul li.active a {
    color: #041;
  }
  #menu-mobile.newstyle .etape-langues ul li a::before {
    content: "";
    height: 3px;
    width: 0;
    background-color: #a59063;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  #menu-mobile.newstyle .etape-langues ul li a.active::before,
  #menu-mobile.newstyle .etape-langues ul li a:hover::before,
  #menu-mobile.newstyle .etape-langues ul li.active a::before {
    width: 50px;
  }
  #menu-mobile.newstyle .etape2.etape-home .voir-plus {
    text-align: left;
  }
  #menu-mobile.newstyle .voir-plus p:last-of-type {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #menu-mobile.newstyle .voir-plus p:first-of-type {
    line-height: 22px;
    margin-bottom: 5px;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #282828;
  }
  #menu-mobile.newstyle .voir-plus .btn {
    color: #a59063;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
  #menu-mobile.newstyle .etape2,
  #menu-mobile.newstyle .etape2.etape-home {
    top: 75px;
    padding-top: 45px;
  }
  #menu-mobile.newstyle .etape2 ul li {
    margin: 0;
  }
  #menu-mobile.newstyle ul.nav-home li {
    padding: 8px 10px;
  }
  #menu-mobile.newstyle ul.nav-home li.voir-plus::after {
    display: none;
  }
  #menu-mobile.newstyle .etape2.etape-home ul li {
    margin: 0;
    width: 100%;
    border-right: 0;
  }
  #menu-mobile.newstyle ul.nav-home li:not(.voir-plus) a {
    min-height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: left;
  }
  #menu-mobile ul.nav-home .title {
    padding-left: 20px;
    color: #252525;
    font-size: 14px;
    line-height: 16px;
    font-family: Raleway, sans-serif;
    text-transform: none;
    font-weight: 400;
  }
  #menu-mobile.newstyle ul.nav-home .img-prod {
    float: left;
    height: 45px;
    width: 45px;
  }
  #menu-mobile.newstyle ul.nav-home .title:after {
    display: none;
  }
  #menu-mobile.newstyle .etape2 .header .img-top {
    height: 50px;
  }
  #menu-mobile.newstyle .header .icon-prev {
    top: 10px;
  }
  #menu-mobile.newstyle .header .icon-close {
    display: none;
  }
  #menu-mobile.newstyle .etape .header div.title {
    color: #041;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    top: 15px;
  }
}

@media (max-width: 1100px) {
  .search-content {
    height: 75px;
  }
  .style2 .search-content {
    margin-top: -40px;
  }
  .search-content .col-sm-2,
  .search-content .col-sm-8 {
    float: left;
  }
  .search-content .filter-select.col-sm-2 {
    width: 15%;
    padding: 0 !important;
    position: initial;
  }
  .search-content .botton.col-sm-2 {
    width: 20%;
    padding: 0;
  }
  .search-content .col-sm-8 {
    width: 65%;
  }
  .search-content .title-select {
    display: none;
  }
  .search-content .filter-select .selector-header {
    font-size: 0;
    padding: 0;
    height: 75px;
  }
  .custom-selector .selector-header::after {
    left: 95%;
    right: 0;
    margin: auto;
    top: 50% !important;
  }
  .search-content input[type="text"] {
    background: #fff;
    padding: 24px 50px 24px 15px;
    min-height: 75px;
    margin: 0;
    font-size: 16px;
  }
  .search-content input[type="submit"] {
    background: #a59063 url(../images/icons/icon-search-blanc.svg) no-repeat
      center center;
    background-size: 48px 48px;
    width: 100%;
    height: 75px;
    font-size: 0;
    display: block;
    font-size: 0;
  }
  .search-content .close-text {
    right: 15px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
  .search-content .filter-select ul {
    margin: 0;
    padding: 15px 15px 25px;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px rgba(109, 109, 109, 0.2) solid;
    height: calc(100vh - 75px);
    overflow: auto;
  }
  section.filter-header.style2 .search-content .filter-select ul {
    margin: 0 !important;
    padding: 15px 15px 25px;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px rgba(109, 109, 109, 0.2) solid;
    height: auto;
    overflow: auto;
    width: auto;
  }
  .autocomplete-suggestions {
    top: 75px !important;
    left: 0 !important;
    right: 0 !important;
    padding: 20px 0;
    max-width: 100% !important;
    position: fixed !important;
  }
  .autocomplete-suggestions .autocomplete-suggestion,
  .autocomplete-suggestions .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.filter-header.style2 .autocomplete-suggestions {
    top: 76px !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    left: 0 !important;
    right: -54% !important;
    max-width: none !important;
  }
}

@media screen and (min-width: 1100px) {
  ul.nav ul.sub-menu .container {
    position: relative;
    max-width: 1350px;
  }
  ul.nav ul.sub-menu .container:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    border-bottom: 1px silver solid;
  }
  ul.nav ul.sub-menu .container .col-sm-12 {
    max-width: 1210px;
    margin: auto;
    float: none;
    padding: 0;
  }
  ul.nav ul.sub-menu .container .col-sm-12:after {
    content: "";
    display: block;
    clear: both;
  }
  ul.nav ul.sub-menu .container .btns {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 25px;
  }
  ul.nav ul.sub-menu .container .btns .btn {
    background-color: #fff !important;
    margin: 0 8px;
  }
  .navbar-inverse .col-sm-9 {
    position: initial;
  }
  .navbar-nav > li {
    position: initial;
  }
  ul.nav > li.parent .mask-menu {
    display: none;
    content: "";
    position: fixed;
    height: 100vh;
    background: #000004;
    left: 0;
    top: 103px;
    width: 100%;
    opacity: 0.7;
    z-index: -1;
    transition: all 0.5s;
  }
  ul.nav ul.sub-menu {
    visibility: hidden;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    width: 100% !important;
    background: #fff;
    margin: 0 auto;
    padding: 40px 0 80px;
    opacity: 0;
    -webkit-transition: all 0.2s 0.3s linear;
    -moz-transition: all 0.2s 0.3s linear;
    -ms-transition: all 0.2s 0.3s linear;
    -o-transition: all 0.2s 0.3s linear;
    transition: all 0.2s 0.3s linear;
    display: block;
  }
  ul.nav > li.parent .mask-menu.forcehide,
  ul.nav > li.parent > ul.sub-menu.forcehide {
    display: none !important;
  }
  ul.nav > li.parent:hover ul.sub-menu {
    visibility: visible !important;
    opacity: 1;
  }
  ul.nav > li.parent:hover > a:hover {
    color: #041;
    background-color: transparent;
    outline: 0;
  }
  ul.nav > li.parent:hover > a:after {
    width: 46px;
  }
  ul.nav > li.parent:hover .mask-menu {
    visibility: visible !important;
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  ul.nav ul.sub-menu .col-sm-12,
  ul.nav ul.sub-menu .col-sm-4 {
    padding: 0;
  }
  ul.nav ul.sub-menu .col-sm-4 {
    margin: 10px 0 20px;
    padding: 0 10px;
  }
  ul.nav ul.sub-menu .container .btns {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1100px) {
  #menu-desktop ul.nav ul.sub-menu .container {
    position: relative;
    max-width: 1440px;
  }
  #menu-desktop ul.nav ul.sub-menu {
    padding: 7px 0 80px;
  }
  #menu-desktop ul.nav ul.sub-menu .container .col-sm-12 {
    max-width: 900px;
    margin: auto;
    float: none;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1100px) {
  #menu-desktop ul.nav.last-style ul.sub-menu .container {
    position: relative;
    max-width: 100%;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    width: 100%;
  }
  #menu-desktop ul.nav.last-style ul.sub-menu .container .col-sm-12 {
    max-width: 1255px;
    padding: 20px 0px 10px 0px;
  }
  #menu-desktop ul.nav.last-style ul.sub-menu .container .col-sm-12 .col-sm-4 {
    width: 28%;
  }
}

@media (max-width: 1100px) {
  nav#menu-mobile .div-logo::after {
    display: none;
  }
  .search-top .search {
    border: none;
  }
}

footer {
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}
footer .big-menu hr {
  margin-top: 0;
}
footer .section_bottom {
  padding: 100px 0px;
  display: block;
  position: relative;
}
footer .section_bottom:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
footer .section_bottom .row {
  position: relative;
  z-index: 2;
}

footer .btns_bottom a.btn2 {
  background: 0 0;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  color: #a39161;
  font-size: 13px;
  font-weight: 500;
  /* max-width: 240px; */
  width: 100%;
}
footer .btns_bottom a.btn2:focus,
footer .btns_bottom a.btn2:hover {
  color: #fff;
  background: #a39161;
}
footer .btn_espace a {
  background: 0 0;
  max-width: 90px;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  padding: 2px 5px;
  color: #a39161;
  font-size: 14px;
  font-weight: 500;
  text-transform: initial;
  margin-left: 20px;
}
footer .btn_espace a.btn2:focus,
footer .btn_espace a.btn2:hover {
  color: #fff;
  background: #a39161;
}
footer .acysubbuttons .btn {
  position: relative;
  max-width: 115px;
  width: 100%;
  height: 50px;
  background: #a39161;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: 1px #a39161 solid;
}
footer .acysubbuttons .btn {
  min-width: auto;
  padding: 6px 25px !important;
  outline: 0 !important;
  max-width: none;
  width: auto;
}
footer .acysubbuttons .btn:focus,
footer .acysubbuttons .btn:hover {
  background: 0 0;
  color: #a39161;
}
footer form#form input[type="email"],
footer form#form input[type="text"] {
  max-width: 100%;
}
footer form#form .input-container {
  margin-top: 25px;
}
footer .newsletter .input-container {
  margin-top: 25px !important;
}
footer .socials {
  margin: 0;
}

/*
//================================================================
//							            Acymailing
//================================================================
*/

footer .acymailing_module_form .acymailing_introtext {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #8c8c8c;
}
footer table.acymailing_form {
  width: 100% !important;
}

footer form#form .acymailing_form .input-container {
  margin-top: 25px !important;
}
footer .acymailing_module_form td.acysubbuttons {
  padding-top: 15px;
  text-align: right;
}

@media (min-width: 1220px) {
  footer .section_bottom:before {
    left: -100%;
    right: -100%;
    left: -100vw;
    right: -100vw;
  }
}

@media (min-width: 1024px) and (max-width: 1078px) {
  footer .btns_bottom a.btn2 {
    margin-bottom: 10px;
  }
}

.newsletter .input-container,
form#form .input-container {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
.newsletter .input-label,
form#form .input-label {
  color: #282828;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  display: block;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0.125rem;
  cursor: text;
  z-index: -1;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, transform 0.4s;
  transition: color 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.newsletter input[type="email"],
.newsletter input[type="text"],
form#form input[type="email"],
form#form input[type="number"],
form#form input[type="tel"],
form#form input[type="text"] {
  width: 100%;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0 0 5px 0;
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  resize: none;
  background-color: transparent;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
  text-align: left;
  height: 30px;
  margin-right: 0;
  text-transform: initial;
  max-width: 395px;
}
form#form select {
  background: transparent url(../images/icons/ui-expand-open.svg) no-repeat 100%
    center;
  background-size: 48px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  font-weight: 400;
  padding: 0 30px 0 0;
  height: 45px;
  margin-right: 0;
  max-width: 395px;
  border: 0 #ccb583 solid;
  border-bottom: 1px #ccb583 solid;
  text-align: left;
}
.newsletter input[type="email"],
.newsletter input[type="text"],
form#form input[type="email"],
form#form input[type="number"],
form#form input[type="tel"],
form#form input[type="text"] {
  color: #6d6d6d;
  border-bottom-color: #ccb583;
}
.newsletter input[type="email"],
.newsletter input[type="text"] {
  max-width: 100% !important;
}
.newsletter .input-container.is-focused .input-label,
form#form .input-container.is-focused .input-label {
  color: #a39161 !important;
  -webkit-transform: scale(0.88) translateY(-2.5625rem);
  transform: scale(0.88) translateY(-2.5625rem);
}
.newsletter input[type="email"]:focus,
.newsletter input[type="text"]:focus,
form#form input[type="email"]:focus,
form#form input[type="number"]:focus,
form#form input[type="tel"]:focus,
form#form input[type="text"]:focus {
  border-bottom: 2px #a39161 solid !important;
}
form#form .btn {
  background: 0 0;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 25px !important;
  font-weight: 500;
  margin: 0;
  font-family: Raleway, sans-serif;
  max-width: none;
  width: auto;
}
form#form .btn:active,
form#form .btn:focus,
form#form .btn:hover {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
form#form .choix {
  float: left;
  margin-right: 50px;
}
form#form .choix label {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
  font-weight: 400;
  text-transform: initial;
}
form#form #filter-container {
  margin-bottom: 0;
}
form#form #filter-container section#filter {
  margin-bottom: 20px;
}
form#form.form_contact select {
  margin-top: 2.6rem;
}
.form_contact .header {
  margin: 0;
  text-align: center;
  overflow: hidden;
}
.form_contact h2 {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.form_contact h2:after {
  content: "";
  background: #8c8c8c;
  height: 1px;
  position: absolute;
  right: 100%;
  width: 100vh;
  top: 20px;
}
.form_contact h2:before {
  content: "";
  background: #8c8c8c;
  height: 1px;
  position: absolute;
  left: 100%;
  width: 100vh;
  top: 20px;
}
form#form.form_contact span.opened {
  background: transparent url(../images/icons/ui-less-circle-off.svg) no-repeat
    center center;
  background-size: 42px;
  display: block;
  margin: auto;
  width: 42px;
  height: 42px;
  cursor: pointer;
  margin-bottom: 5px;
}
form#form.form_contact .btn {
  margin-bottom: 15px;
}
.form_contact div.sous-title {
  margin: 0 0 40px;
}
form#form.form_contact div.sous-title.header2 {
  margin-bottom: 10px;
}
section#filter-container.contact-filter section#filter ul li,
section#filter-container.contact-filter section#filter ul li:first-child {
  border: 0;
}
section#filter-container.contact-filter section#filter ul li.active {
  background: 0 0;
  color: #282828 !important;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
section#filter-container.contact-filter section#filter ul li.active a {
  background: 0 0;
  color: #282828 !important;
}
section#filter-container.contact-filter label.prendre-contact {
  opacity: 0.4;
}

@media (min-width: 767px) and (max-width: 1025px) {
  form#form #filter-container.contact-filter section#filter {
    margin-top: 5px;
    padding-top: 7px;
  }
  form#form #filter-container.contact-filter section#filter ul li {
    padding: 0 8px;
  }
  form#form.form_contact .col-sm-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
  form#form.form_contact .col-sm-12 .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#block-recevoir-catalogue {
  padding: 0;
}
section.filter-header.style2 {
  padding-top: 0;
  margin-top: -50px;
}
.style2 .search-content {
  display: block !important;
  z-index: 99;
  margin-top: -50px;
  margin-bottom: 30px;
}
.style2 .search-content:after {
  content: "";
  background-color: #a59063;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.search-content {
  height: 103px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  display: none;
  -webkit-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
  -moz-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
  box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
}
.search-content .finder label {
  display: none;
}
.search-content .col-sm-2,
.search-content .col-sm-8 {
  padding: 0;
  position: relative;
}
.search-content .col-sm-8:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  opacity: 0.2;
  background-color: #6d6d6d;
}
section.filter-header.style2 .search-content .filter-select.col-sm-2 {
  padding: 30px 20px;
}
.search-content .filter-select.col-sm-2 {
  padding: 30px 20px;
}
.search-content .filter-select ul {
  list-style: none;
  margin: 28px -30px 0 -30px;
  padding: 15px 30px 25px;
  display: none;
  cursor: pointer;
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
  font-weight: 400;
  text-transform: initial;
  background-color: #fff;
}
section.filter-header.style2 .search-content .filter-select ul {
  margin: 27px -20px 0 -20px;
  padding: 15px 20px 25px;
  position: absolute;
  left: 20px;
  right: 20px;
  border-top: 1px #f5f5f5 solid;
}
.search-content .filter-select .selector-header {
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
.search-content .filter-select .selector-header::after {
  width: 12px;
  height: 12px;
  border: 0;
  background: url(../images/icons/mini_arrow_down.svg) no-repeat center center;
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  -o-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.custom-selector.opened .selector-header::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  -moz-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  -o-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}
.search-content .custom-selector .selector-items .item.active,
.search-content .custom-selector .selector-items .item:hover {
  color: #041;
}
.search-content .filter-select .selector-items li.item:first-child {
  display: block;
}
.search-content .close-text {
  position: absolute;
  background: url(../images/icons/icon-close.svg) no-repeat center right;
  right: 20px;
  cursor: pointer;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.search-content .close-text.opened {
  opacity: 1;
}
.search-content input[type="text"] {
  background: url(../images/icons/icon-search.svg) no-repeat 20px center;
  background-size: 60px 60px;
  max-width: 100%;
  padding: 10px 100px;
  min-height: 90px;
  margin: 6px 0;
  text-align: left;
  font-family: TimesNewRomanItalic, sans-serif;
  font-weight: 500;
  color: #282828;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  border: 0;
}
.search-content input[type="text"]::-moz-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="text"]::-webkit-input-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="text"]::-moz-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="text"]:-ms-input-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="text"]:-moz-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="submit"] {
  height: 103px;
  width: 100%;
  background-color: #a59063;
  max-width: 100%;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  margin: 0;
  transition: none;
}
.search-content .title-select {
  display: block;
  color: #a59063;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.search-content select {
  border: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05) !important;
  -moz-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05) !important;
  box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05) !important;
  top: 104px !important;
  max-width: 100%;
  padding: 20px 0;
  border: 0 !important;
  left: 70px !important;
  right: 1px;
  width: auto !important;
}
.autocomplete-suggestions .title {
  opacity: 0.4;
  color: #282828;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 5px 30px 8px;
}
.autocomplete-suggestions::after {
  content: "";
  display: block;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
section.filter-header.style2 .autocomplete-suggestions {
  top: 103px !important;
  top: 103px !important;
  left: 70px !important;
  max-width: 100%;
  width: auto !important;
  right: 1px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  color: #8b8b8b;
  font-family: TimesNewRomanItalic, sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding: 2px 30px;
  cursor: pointer;
}
.autocomplete-selected {
  background: #f5f5f5 !important;
}
.autocomplete-suggestions strong {
  font-weight: 500 !important;
}
section.filter-header.style2 .container {
  max-width: 1250px;
  width: 100%;
}

@media (min-width: 1100px) and (max-width: 1259px) {
  .search-content .col-sm-2 {
    width: 20%;
  }
  .search-content .filter-select.col-sm-2 {
    padding: 30px;
  }
  .search-content .col-sm-8 {
    width: 60%;
  }
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
select::-ms-expand {
  display: none;
}

/* Events slider */
#events-slider-container {
  padding: 40px 30px;
}

#events-slider-container .events-slider {
  position: relative;
}

#events-slider-container .section-title {
  line-height: 35px;
  font-weight: 300 !important;
  margin-bottom: 30px;
}

#events-slider-container .section-title::after {
  content: "";
  background: #a39161;
  display: block;
  max-width: 40px;
  height: 2px;
  margin-top: 20px;
}

.events-slider .item {
  width: 100%;
  height: 100%;
  max-width: 360px;
  padding: 40px 40px 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-slider .item.first {
  background-color: transparent;
  padding: 20px;
}

.events-slider .item .fill-vertically {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.events-slider .item .date {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #a39161;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
}

.events-slider .item .date::after {
  content: "";
  display: block;
  background: #a39161;
  height: 1px;
  width: 40px;
  margin-top: 10px;
}

.events-slider .item .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 400 !important;
  color: #333;
}

.events-slider .item:not(.first) .title::after {
  display: none;
}

.events-slider .item.first .title {
  font-size: 38px;
  line-height: 44px;
  font-weight: 300 !important;
}

.events-slider .item.first .title::after {
  content: "";
  display: block;
  background: #a39161;
  height: 1px;
  width: 40px;
  margin-top: 30px;
  margin-left: 0;
}

.events-slider .item p {
  font-size: 17px;
  background: url(../images/icons/icon-nous-trouver2.svg) no-repeat -5px 0;
  background-size: 32px auto;
  padding-left: 36px;
}

.events-slider .item .link-bottom {
  padding-top: 6px;
  border-top: 1px #a39161 solid;
  margin-top: 40px;
}

.events-slider .item .link-bottom .cat {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #a39161;
  text-transform: uppercase;
  font-weight: 400;
}

.events-slider .item .link-bottom .more {
  background: url("../images/icons/picto-chevron-right.png") no-repeat center
    right;
  display: inline-block;
  width: 8px;
  height: 15px;
  background-size: 8px 15px;
  float: right;
  font-size: 0px;
  margin-top: 6px;
}

.events-slider .item .btn {
  background: transparent;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 36px;
  font-weight: 500;
  margin: 32px 0 0;
  font-family: "Raleway", sans-serif;
}

.events-slider .item .btn:hover {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}

.events-slider .owl-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.events-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-slider .owl-nav {
  top: auto;
  bottom: -58px;
}

.events-slider .owl-nav > * {
  transition: all 0.3s;
}

.events-slider .owl-nav > *.disabled {
  opacity: 0;
  visibility: hidden;
}

.events-slider .owl-nav .owl-prev {
  left: 0;
}

.events-slider .owl-nav .owl-next {
  right: 0;
}
/* Styles owl-carousel */
#events-slider-container .owl-dots {
  float: left;
  width: 100%;
  text-align: center;
  margin: 45px 0 15px;
}
#events-slider-container .owl-dot {
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  cursor: pointer;
}
#events-slider-container .owl-dot span {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  display: inline-block;
  margin: 0 5px;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
#events-slider-container .owl-dot.active,
.owl-dot:hover,
.owl-dot:focus {
  background: transparent;
  width: 16px;
  height: 16px;
  border: 1px #a39161 solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
#events-slider-container .owl-dot.active span,
.owl-dot:hover span,
.owl-dot:focus span {
  background: #a39161;
  border: 1px #a39161 solid;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events-slider .item {
    display: block;
  }

  .events-slider .item .btn {
    position: absolute;
    bottom: 0;
  }

  .events-slider .item:not(.first) {
    position: relative;
    padding-bottom: 93px;
  }

  .events-slider .item .link-bottom {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
  }
}

#menu-desktop
  ul.nav.last-style
  ul.sub-menu
  .container
  .col-sm-12.link-to-selector {
  text-align: center;
  display: block;
  position: relative;
  padding: 20px 0;
  z-index: 0;
  max-width: 1200px;
}

#menu-desktop
  ul.nav.last-style
  ul.sub-menu
  .container
  .col-sm-12.link-to-selector:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid #bababa;
  height: 1px;
  z-index: -1;
}

#menu-desktop
  ul.nav.last-style
  ul.sub-menu
  .container
  .col-sm-12.link-to-selector
  a {
  color: #6d6d6d;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.86px;
  line-height: 18px;
  padding: 6px 50px !important;
  padding-left: 80px !important;
  text-transform: uppercase;
  background-color: #f4f3f4;
  display: inline-block;
  position: relative;
}

#menu-desktop
  ul.nav.last-style
  ul.sub-menu
  .container
  .col-sm-12.link-to-selector
  a:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  background-image: url(../selecteur-matelas/images/filters.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#slider:not(.header-selectur) .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding: 105px 0 145px;
}

#slider:not(.header-selectur) .content {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  display: block;
  bottom: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 414px) and (min-device-height: 812px) and (max-device-height: 896px) {
  #slider .link-bottom {
    bottom: 100px;
  }
}

/*
  Elite SA - 31.01.22
  Custom CSS
*/
#navbar .navbar-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.header-menu .menu-elitebedsch {
  position: relative;
  top: 1px;
}

.tuv {
  height: 60%;
  float: left;
  width: 60%;
  margin: 0px 13px 0px 0px;
}

@media only screen and (min-width: 450px) {
  .tuv {
    display: none;
  }
}
