.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 {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  -o-object-fit: cover;
  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 {
    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 {
    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: 26px;
  display: block;
  color: #6d6d6d;
  padding: 0;
  margin: 0px;
  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:hover,
a:focus {
  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;
}
.center {
  text-align: center;
}
.fleft {
  float: left;
  width: 100%;
}
.sep {
  display: block;
  margin: auto;
  width: 1px;
  height: 60px;
  background: #a39161;
}
.fsize12 {
  font-size: 12px;
}
.margin-top-70 {
  margin-top: 70px;
  float: left;
  width: 100%;
}
.txt-center {
  text-align: center;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
select,
textarea {
  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: none;
  text-align: center;
  margin-right: 3%;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  opacity: 1;
  color: #a39161 !important;
}
select {
  border-radius: 0px;
  outline: none;
  -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;
}
input[type="submit"],
input[type="button"],
button.button {
  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: bold;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

/* Header menu */
@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;
}
.header-menu a {
  padding: 10px 12px;
  color: #8c8c8c;
  line-height: 23px;
}
.header-menu ul li:first-child a {
  padding-left: 0;
}
.header-menu a:hover,
.header-menu a:focus,
.header-menu a.active {
  color: #004411;
  background-color: transparent;
}
.header-menu ul {
  margin: 0px;
  padding: 0px;
}
.header-menu ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: relative;
}
.header-menu ul li:first-child a:after {
  display: none;
}

#wrapper {
  padding: 6px 0 0;
  text-align: center;
}
.bg-grey {
  background: #f5f5f5;
}
.bg-white,
.bg_white {
  background: #fff;
}
.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: none;
  border: none;
  box-shadow: none !important;
  outline: none !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;
}
.mod-login .dropdown-toggle {
  padding: 6px 18px;
}
.mod-login a {
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px #a39161 solid;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  color: #a39161;
  font-weight: 600;
  padding: 4px 18px;
  font-family: "Raleway", sans-serif;
  outline: none;
}
.mod-login a:hover {
  color: #b29e72;
  background: transparent;
  border: 1px #b29e72 solid;
}
.mod-login a:active,
.mod-login a.active,
.mod-login a:focus {
  background: #a39161;
  color: #fff;
  outline: none;
}
.dropdown-toggle .fa {
  -webkit-transform: translate(2px, -3px);
  -ms-transform: translate(2px, -3px);
  -o-transform: translate(2px, -3px);
  transform: translate(2px, -3px);
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  color: #b29e72;
}
.block-header [class*="p-"] {
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
  float: right;
}
.block-header .p-collection {
  border-right: 0px solid #cecece;
  border-left: 1px solid #cecece;
  float: right;
}
.block-header .p-login {
  border-right: 0px solid #cecece;
  border-left: 0px solid #cecece;
  float: right;
  margin-left: 20px;
}
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;
}
div.mod-login ul {
  margin: 1px 0 0;
  padding: 5px 0;
  list-style: none;
  max-width: 60px;
  min-width: 60px;
}
.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: none;
  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: none;
}
.dropdown-menu > li > a {
  padding-bottom: 6px;
  padding-top: 6px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a39161;
  outline: 0;
}

.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:hover span:after,
.mod-collection .dropdown:focus span:after,
.mod-collection .dropdown:active 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: 0px;
  margin-left: 5px;
  -webkit-transition: initial;
  -moz-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.navbar-nav > li .search:hover,
.navbar-nav > li .search:focus,
.navbar-nav > li .search:active {
  padding: 24px 0;
  background: url("../images/icons/icon-search-h.svg") no-repeat center center;
  width: 23px;
  height: 23px;
  font-size: 0px;
  margin-left: 5px;
}
.navbar-nav > li .search:after {
  display: none;
}

#navbar .navbar-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

h1.title-module {
  margin: 25px 0 35px;
  font-size: 55px;
  color: #a39161;
  font-weight: bold;
  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 */
#icons-fixed {
  position: fixed;
  right: 0px;
  top: 36%;
  z-index: 999;
}
#icons-fixed ul {
  margin: 0px;
  padding: 0px;
}
#icons-fixed ul li {
  margin: 0px;
  padding: 0px;
  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: 0px;
}

#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: 0;
    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 */
#slider {
  min-height: 100vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  float: none;
  background-position: center top !important;
  position: relative;
}

@media (max-width: 1025px) {
  #slider.has-media {
    min-height: calc(100vh - 54px);
  }
}

#slider.slider-fixe {
  min-height: 780px;
}
@media (max-width: 769px) {
  #slider.slider-fixe {
    min-height: 100vh;
  }
}
#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.page-forms .content {
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
#slider .header-infos {
  font-family: "Raleway", sans-serif;
  color: #ccb583;
  font-size: 18px;
  line-height: 28px;
  display: block;
  text-transform: uppercase;
}

#slider.article-magazine h1 {
  font-size: 50px;
  line-height: 56px;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  #slider .content {
    max-width: 100%;
    width: 100%;
  }
  #slider.article-magazine h1 {
    font-size: 40px !important;
    line-height: 42px !important;
    max-width: 90%;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  #slider .content {
    max-width: 90% !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: 0px;
  left: 0px;
}
#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;
}

.btn-bas a.btn:hover {
  background: #fff;
}

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:hover,
a.btn.style2:focus,
a.btn.style2:active {
  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: #ffffff;
  -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:hover,
a.btn.style3:focus,
a.btn.style3:active {
  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-conf,
a.btn.btn-conf:hover,
a.btn.btn-conf:focus,
a.btn.btn-conf:active,
a.btn.btn-conf2,
a.btn.btn-conf2:hover,
a.btn.btn-conf2:focus,
a.btn.btn-conf2:active,
a.btn.btn-retailers,
a.btn.btn-retailers:hover,
a.btn.btn-retailers:focus,
a.btn.btn-retailers:active {
  background-size: 30px 30px !important;
  background-position: 33px !important;
  padding-left: 73px !important;
}

a.btn.btn-conf2,
a.btn.btn-conf:hover,
a.btn.btn-conf:focus,
a.btn.btn-conf:active {
  background: transparent url("../images/icons/picto-conf2.svg") no-repeat;
}

a.btn.btn-conf,
a.btn.btn-conf2:hover,
a.btn.btn-conf2:focus,
a.btn.btn-conf2:active {
  background: #a39161 url("../images/icons/picto-conf.svg") no-repeat;
}

#slider a.btn-conf {
  color: #ffffff;
  background: #a39161 url(../images/icons/picto-conf.svg) no-repeat;
}

#slider a.btn-conf:hover,
#slider a.btn-conf:focus {
  background: #9b8855 url(../images/icons/picto-conf.svg) no-repeat;
}

a.btn.btn-retailers {
  background: transparent url("../images/icons/icon-revendeurs-h.svg") no-repeat;
}

a.btn.btn-retailers:hover,
a.btn.btn-retailers:focus,
a.btn.btn-retailers:active {
  background: #fff url("../images/icons/icon-revendeurs.svg") no-repeat;
}

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:hover,
a.btn.btn-pdf:focus,
a.btn.btn-pdf:active {
  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: #ffffff;
  -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.btn-contactb {
  background: #a39161 url("../images/icons/icon-contactb.svg") no-repeat;
  background-size: 28px 28px;
  background-position: 15px;
  padding-left: 50px;
  max-width: 200px !important;
}
a.btn.btn-contactb:hover,
a.btn.btn-contactb:focus,
a.btn.btn-contactb:active {
  background: #fff url("../images/icons/icon-contactb-h.svg") no-repeat;
  background-size: 28px 28px;
  background-position: 15px;
  padding-left: 50px;
  max-width: 200px !important;
}

a.btn.btn-rendezvous {
  background-color: #a39161;
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon-visit2.svg");
  background-size: 28px 28px;
  background-position: 15px;
  padding-left: 50px;
}
a.btn.btn-rendezvous:hover,
a.btn.btn-rendezvous:focus,
a.btn.btn-rendezvous:active {
  background-color: #9b8855;
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon-visit2.svg");
  background-size: 28px 28px;
  background-position: 15px;
  padding-left: 50px;
  color: #ffffff;
  -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.lire-video {
  background: transparent url("../images/icons/pictos_icon-player.svg")
    no-repeat 15px !important;
  background-size: 30px 30px !important;
  padding-left: 50px !important;
  padding-right: 25px !important;
}
a.btn.lire-video:hover,
a.btn.lire-video:focus,
a.btn.lire-video:active {
  background: #a39161 url("../images/icons/pictos_icon-playerh.svg") no-repeat
    15px !important;
  background-size: 30px 30px !important;
  padding-left: 50px !important;
  padding-right: 25px !important;
}
a.btn.btn-itineraire {
  background: #fff url("../images/icons/icon-nous-trouver2.svg") no-repeat 15px !important;
  background-size: 35px 35px !important;
  padding: 15px 15px 15px 60px !important;
  color: #a39161;
  border: 1px #a39161 solid;
}
a.btn.btn-itineraire:hover,
a.btn.btn-itineraire:focus,
a.btn.btn-itineraire:active {
  background: #a39161 url("../images/icons/icon-nous-trouver.svg") no-repeat
    15px !important;
  background-size: 35px 35px !important;
  border: 1px #a39161 solid;
  color: #fff;
}
a.btn.btn-prendre-rdv {
  background: #fff url("../images/icons/icon-visit.svg") no-repeat 15px !important;
  background-size: 35px 35px !important;
  padding: 15px 15px 15px 60px !important;
  color: #a39161;
  border: 1px #a39161 solid;
}
a.btn.btn-prendre-rdv:hover,
a.btn.btn-prendre-rdv:focus,
a.btn-prendre-rdv:active {
  background: #a39161 url("../images/icons/icon-visit2.svg") no-repeat 15px !important;
  background-size: 35px 35px !important;
  border: 1px #a39161 solid;
  color: #fff;
}
a.btn-audio {
  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: 0px solid transparent;
  border-radius: 0;
  display: inline-block;
  box-shadow: none !important;
  background: #fff url("../images/icons/icon-ambassadeurs-h.svg") no-repeat 15px !important;
  background-size: 35px 35px !important;
  padding: 12px 20px 12px 60px !important;
  color: #a39161;
  border: 1px #a39161 solid;
}
a.btn-audio:hover,
a.btn-audio:focus {
  background: #a39161 url("../images/icons/icon-ambassadeurs.svg") no-repeat
    15px !important;
  background-size: 35px 35px !important;
  padding: 12px 20px 12px 60px !important;
  color: #fff;
  border: 1px #a39161 solid;
}
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: 0px 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:hover,
a.btn-video:focus {
  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;
}

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

#slider .link-bottom {
  position: absolute;
  bottom: 100px;
  left: 0px;
  right: 0px;
  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;
}

/* Collection */
section#collections {
  margin-top: -73px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section#collections.margin50 {
  margin-top: 50px;
}

#description-product section#collections,
#galery-collections 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;
  top: 0px;
  right: 30px;
  z-index: 1;
  margin-left: -495px;
}
section#collections .style-home .div-img {
  max-width: 100%;
  width: 100%;
  background: transparent;
  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: transparent;
  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: 0px;
}
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 .style1 .div-img .slogan-img {
  position: absolute;
  top: 60px;
  left: 130px;
  text-align: left;
  max-width: 250px;
}
section#collections .style2 .div-img .slogan-img {
  position: absolute;
  top: 60px;
  right: 130px;
  text-align: right;
}
section#collections .div-img .slogan-img {
  position: absolute;
  top: 60px;
  right: 130px;
  text-align: right;
  z-index: 999;
}
section#collections .div-img .slogan-img h2 {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
section#collections .div-img .slogan-img .dore {
  display: block;
  color: #a59063;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

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: transparent;
  padding: 0px;
}
section#collections .style-bottom .contenu {
  border: 0px;
  padding: 0 0 20px 100px;
}
section#collections .style-bottom .contenu p {
  margin: 0 0 20px;
}
section#collections .style-bottom .style-bas {
  margin: 15px 0 0 -100px;
  padding-top: 40px;
}
section#collections .style-bottom .style-bas img {
  float: left;
  margin-right: 30px;
  margin-top: -40px;
}
section#collections .style-bottom .style-bas .texte {
  display: inline-block;
  max-width: 390px;
  margin-left: 25px;
  float: right;
  padding-top: 40px;
}
section#collections .style-bottom .style-bas h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

section#collections .style3 {
  margin-top: 35px;
}
section#collections .style3 .contenu {
  border: 0 #a39161 solid;
  padding: 0 0 40px;
  min-height: auto;
}
section#collections.ecolabel-single-product .style3 .div-text {
  background: transparent;
}
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: transparent;
}

@media (min-width: 769px) {
  .page-conseils section#collections .div-img {
    height: 440px;
  }
  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: 0px;
  }
}

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

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

@media screen and (max-width: 480px) {
  body.de section#collections h2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }
}
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 div.lire-plus span {
  color: #a39161;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  transition: transform 0.5s;
}
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: transparent;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 36px;
  font-weight: 500;
  margin: 32px 0 0;
  font-family: "Raleway", sans-serif;
}

section#collections .intro a.btn.btn-selecteur-matelas {
  text-align: justify;
  padding: 8px 15px !important;
  padding-left: 60px !important;
  line-height: 1;
  position: relative;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-image: url("../images/icons/picto-conf-gold.svg");
  max-width: 165px;
}

section#collections .intro a.btn.btn-selecteur-matelas:hover {
  background-image: url("../images/icons/picto-conf.svg");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
}

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: 0px;
}
section#collections.ambassadeurs .intro .lire-plus .btn {
  margin: 32px 10px 0px 0px;
}
section#collections .intro a.btn:hover,
section#collections .intro a.btn:active,
section#collections .intro a.btn:focus {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
section#collections .intro .lire-plus {
  -webkit-transition: 0.5s background;
  -moz-transition: 0.5s background;
  -o-transition: 0.5s background;
  transition: 0.5s background;
}
section#collections .intro .lire-plus.closed-intro {
  background: url("../images/icons/icon-close.svg") no-repeat !important;
  background-size: 20px 20px !important;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 20px;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  font-size: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
section#collections .intro .lire-moins {
  display: none;
}
@media (max-width: 992px) {
  section#collections .intro .closed-intro {
    background-size: 16px 16px !important;
    width: 16px !important;
    height: 16px !important;
    right: 5px;
    top: 5px;
  }
}

/* Témoignages */
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: 0px 2px 12px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0px 2px 12px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 2px 12px rgba(51, 51, 51, 0.2);
}
section#temoignages .items.with-picto {
  margin: 80px 0 0;
}
section#temoignages .items span.quote-left {
  background: url("../images/icons/picto-quote-left.png") no-repeat center
    center;
  position: absolute;
  top: -20px;
  left: 10%;
  width: 51px;
  height: 41px;
  display: inline-block;
}
section#temoignages .items span.quote-right {
  background: url("../images/icons/picto-quote-right.png") no-repeat center
    center;
  position: absolute;
  bottom: -20px;
  right: 10%;
  width: 51px;
  height: 41px;
  display: inline-block;
}
section#temoignages .items .item {
  padding: 20px 90px 15px;
}
section#temoignages .items.with-picto .item {
  padding: 60px 90px 15px;
}
section#temoignages .items .pictos {
  position: absolute;
  top: -60px;
}
section#temoignages .items .picto {
  width: 120px;
  height: 120px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  top: 0;
  z-index: 99;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section#temoignages .items .picto img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
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,
div.fancybox-temoignage a.btn {
  background: transparent;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 36px;
  font-weight: 500;
  margin: 20px 0 0;
  font-family: "Raleway", sans-serif;
}
div.fancybox-temoignage a.btn {
  width: auto;
}
section#temoignages a.btn:hover,
section#temoignages a.btn:active,
section#temoignages a.btn:focus,
div.fancybox-temoignage a.btn:hover,
div.fancybox-temoignage a.btn:active,
div.fancybox-temoignage a.btn:focus {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}

/* Styles owl-carousel */
.owl-dots {
  float: left;
  width: 100%;
  text-align: center;
  margin: 45px 0 15px;
}
.owl-dot {
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
}
.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;
}
.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;
}
.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%);
}
.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%);
}
.prev,
.next,
.prev-dore,
.next-dore {
  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;
}
@media screen and (max-width: 1024px) {
  .owl-dot.active span,
  .owl-dot:hover span,
  .owl-dot:focus span {
    margin: auto;
  }
}

.prev .svgWrite,
.next .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%;
}

.prev:hover .svgWrite,
.next:hover .svgWrite {
  fill: #a39161;
}

.prev-dore {
  background: transparent url("../images/icons/icon-slider-previous-off.svg")
    no-repeat center center;
  background-size: 100% 100%;
}
.next-dore {
  background: transparent url("../images/icons/icon-slider-next-off.svg")
    no-repeat center center;
  background-size: 100% 100%;
}

.prev-dore:hover {
  background: url("../images/icons/icon-slider-previous-on.svg") no-repeat
    center center;
  background-size: 100% 100%;
}
.next-dore:hover {
  background: url("../images/icons/icon-slider-next-on.svg") no-repeat center
    center;
  background-size: 100% 100%;
}

@media (max-width: 1220px) {
  .owl-nav .owl-next {
    right: 15px;
  }
  .owl-nav .owl-prev {
    left: 15px;
  }
}

@media (max-width: 769px) {
  .prev,
  .next {
    background-size: 12px 32px !important;
  }
}

/* Animation */
.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);
}

/* Feature bottom */
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: 0px;
  top: 0px;
}
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#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,
section#collections 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 .tire-top-bottm:after,
section.feature-bottom-1 .tire-top-bottm:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background: #a39161;
  z-index: 99;
}
section#feature-bottom .tire-top-bottm:before,
section.feature-bottom-1 .tire-top-bottm:before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background: #a39161;
  z-index: 99;
}
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:hover,
section#feature-bottom .feature-left a.btn:active,
section#feature-bottom .feature-left a.btn:focus,
section.feature-bottom-1 .feature-left a.btn:hover,
section.feature-bottom-1 .feature-left a.btn:active,
section.feature-bottom-1 .feature-left a.btn:focus {
  background: rgba(21, 20, 25, 0.5);
  border: 1px solid rgba(163, 145, 97, 1);
  color: #fff;
}
section#feature-bottom .feature-right a.btn:hover,
section#feature-bottom .feature-right a.btn:active,
section#feature-bottom .feature-right a.btn:focus,
section.feature-bottom-1 .feature-right a.btn:hover,
section.feature-bottom-1 .feature-right a.btn:active,
section.feature-bottom-1 .feature-right a.btn:focus {
  background: rgba(21, 20, 25, 0.5);
  border: 1px solid rgba(163, 145, 97, 1);
  color: #fff;
}

/* push*/
.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;
}
.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: #a39161; */
  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-right,
section#feature-bottom.feature-col4 .feature-left,
section.feature-bottom-1.feature-col4 .feature-right,
section.feature-bottom-1.feature-col4 .feature-left {
  width: 25%;
  padding: 0 10px;
  border: 5px #fff solid;
  border-bottom-width: 10px;
}

section#feature-bottom.feature-col3 .feature-right,
section#feature-bottom.feature-col3 .feature-left,
section.feature-bottom-1.feature-col3 .feature-right,
section.feature-bottom-1.feature-col3 .feature-left {
  width: 33.33%;
  padding: 0 10px;
  border: 5px #fff solid;
  border-bottom-width: 10px;
}

@media (min-width: 720px) {
  section#feature-bottom.feature-col4 .feature-right:first-child,
  section#feature-bottom.feature-col4 .feature-left:first-child,
  section.feature-bottom-1.feature-col4 .feature-right:first-child,
  section.feature-bottom-1.feature-col4 .feature-left:first-child,
  section#feature-bottom.feature-col3 .feature-right:first-child,
  section#feature-bottom.feature-col3 .feature-left:first-child,
  section.feature-bottom-1.feature-col3 .feature-right:first-child,
  section.feature-bottom-1.feature-col3 .feature-left:first-child {
    border-left-width: 10px;
  }
  section#feature-bottom.feature-col4 .feature-right:last-child,
  section#feature-bottom.feature-col4 .feature-left:last-child,
  section.feature-bottom-1.feature-col4 .feature-right:last-child,
  section.feature-bottom-1.feature-col4 .feature-left:last-child,
  section#feature-bottom.feature-col3 .feature-right:last-child,
  section#feature-bottom.feature-col3 .feature-left:last-child,
  section.feature-bottom-1.feature-col3 .feature-right:last-child,
  section.feature-bottom-1.feature-col3 .feature-left:last-child {
    border-right-width: 10px;
  }
}
@media (min-width: 900px) {
  section#feature-bottom.feature-col4 .feature-right,
  section#feature-bottom.feature-col4 .feature-left,
  section.feature-bottom-1.feature-col4 .feature-right,
  section.feature-bottom-1.feature-col4 .feature-left,
  section#feature-bottom.feature-col3 .feature-right,
  section#feature-bottom.feature-col3 .feature-left,
  section.feature-bottom-1.feature-col3 .feature-right,
  section.feature-bottom-1.feature-col3 .feature-left {
    padding: 0;
  }

  section#feature-bottom.feature-col3 .feature-right,
  section#feature-bottom.feature-col3 .feature-left,
  section.feature-bottom-1.feature-col3 .feature-right,
  section.feature-bottom-1.feature-col3 .feature-left {
    min-height: 600px;
  }

  section#feature-bottom.feature-col3 .feature-2colonnes .feature-right,
  section#feature-bottom.feature-col3 .feature-2colonnes .feature-left,
  section.feature-bottom-1.feature-col3 .feature-2colonnes .feature-right,
  section.feature-bottom-1.feature-col3 .feature-2colonnes .feature-left {
    min-height: 300px;
    border-left-width: 5px;
    border-right-width: 10px;
  }
  section#feature-bottom.feature-col3
    .feature-2colonnes
    .feature-right:first-child,
  section#feature-bottom.feature-col3
    .feature-2colonnes
    .feature-left:first-child,
  section.feature-bottom-1.feature-col3
    .feature-2colonnes
    .feature-right:first-child,
  section.feature-bottom-1.feature-col3
    .feature-2colonnes
    .feature-left:first-child {
    border-bottom-width: 5px;
  }
}
@media (max-width: 720px) {
  section#feature-bottom.feature-col4 .feature-right,
  section#feature-bottom.feature-col4 .feature-left,
  section.feature-bottom-1.feature-col4 .feature-right,
  section.feature-bottom-1.feature-col4 .feature-left,
  section#feature-bottom.feature-col3 .feature-right,
  section#feature-bottom.feature-col3 .feature-left,
  section.feature-bottom-1.feature-col3 .feature-right,
  section.feature-bottom-1.feature-col3 .feature-left {
    width: 100%;
    padding: 0 30px;
    border: 10px #fff solid;
    border-bottom-width: 5px;
    border-top-width: 5px;
  }
  section#feature-bottom.feature-col4 .feature-right:last-child,
  section#feature-bottom.feature-col4 .feature-left:last-child,
  section.feature-bottom-1.feature-col4 .feature-right:last-child,
  section.feature-bottom-1.feature-col4 .feature-left:last-child,
  section#feature-bottom.feature-col3 .feature-right:last-child,
  section#feature-bottom.feature-col3 .feature-left:last-child,
  section.feature-bottom-1.feature-col3 .feature-right:last-child,
  section.feature-bottom-1.feature-col3 .feature-left:last-child {
    border-bottom-width: 10px;
  }
}

@media (min-width: 720px) and (max-width: 930px) {
  section#feature-bottom.feature-col4 .feature-right,
  section#feature-bottom.feature-col4 .feature-left,
  section.feature-bottom-1.feature-col4 .feature-right,
  section.feature-bottom-1.feature-col4 .feature-left,
  section#feature-bottom.feature-col3 .feature-right,
  section#feature-bottom.feature-col3 .feature-left,
  section.feature-bottom-1.feature-col3 .feature-right,
  section.feature-bottom-1.feature-col3 .feature-left {
    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;
  }
}

.zone-bas {
  padding: 55px 0 40px;
  margin: 50px 0 0;
  float: left;
  width: 100%;
}
.zone-bas.no-margin {
  margin: 0;
}
.zone-bas .header-titles h2 {
  font-size: 40px !important;
  line-height: 50px;
}
@media (max-width: 769px) {
  .zone-bas {
    padding: 25px 15px;
    margin: 0;
  }
}

/* Bottom parallax */
.parallax-window {
  float: left;
  width: 100%;
  background: transparent;
}
#bottom.parallax-window,
.bottom-1.parallax-window {
  overflow: hidden;
  min-height: 668px;
  position: relative;
}
#bottom.parallax-window.border10,
.bottom-1.parallax-window.border10 {
  border: 10px #ffffff solid;
}
@media (max-width: 1024px) {
  #bottom.parallax-window,
  .bottom-1.parallax-window {
    overflow: hidden;
  }
}

.blc-push > * {
  overflow: hidden;
}

.blc-push .feature-bottom-1,
.blc-push #feature-bottom {
  float: left;
  width: 100%;
}

section#bottom .logo-ecolabel,
section.bottom-1 .logo-ecolabel {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 99;
  width: 126px;
  height: 126px;
}

section#feature-bottom .logo-ecolabel,
section.feature-bottom-1 .logo-ecolabel {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  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;
}
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:hover,
section#bottom a.btn:active,
section#bottom a.btn:focus,
section.bottom-1 a.btn:hover,
section.bottom-1 a.btn:active,
section.bottom-1 a.btn:focus {
  background: rgba(21, 20, 25, 0.5);
  border: 1px solid rgba(163, 145, 97, 1);
  color: #fff;
}

/* Infos contact bottom */
#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: none !important;
}

#infos-contact .mask {
  background: #141415;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#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 .four-pictos .col-sm-3.left .link a {
  padding: 0 40px 0 0;
}
#infos-contact .link a:hover,
#infos-contact .link a:focus {
  color: #a39161;
}
#infos-contact span.head {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 36px;
}

#infos-contact span.head.icon-agenda {
  background: url("../images/icons/icon-visit2.svg") no-repeat center center;
  background-size: 50px 50px;
}

#infos-contact span.head.icon-garantie-pdf {
  background: url("../images/icons/icon-garantie.svg") no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .garantie:hover span.head.icon-garantie-pdf,
#infos-contact .garantie:focus span.head.icon-garantie-pdf {
  background: url("../images/icons/icon-garantie-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 .garantie:hover .link a,
#infos-contact .garantie:hover .link a {
  color: #a39161;
}

#infos-contact span.head.icon-entretien {
  background: url("../images/icons/icon-entretien.svg") no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .entretien:hover span.head.icon-entretien,
#infos-contact .entretien:focus 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,
#infos-contact .entretien:hover .link a {
  color: #a39161;
}

#infos-contact .agenda:hover span.head.icon-agenda,
#infos-contact .agenda:focus span.head.icon-agenda {
  background: url("../images/icons/icon-visit.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 .agenda:hover .link a,
#infos-contact .agenda: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:hover span.head.icon-local,
#infos-contact .local:focus 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,
#infos-contact .local:hover .link a {
  color: #a39161;
}

#infos-contact span.head.icon-config {
  background: url("../images/icons/picto-conf.svg") no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .config:hover span.head.icon-config,
#infos-contact .config:focus span.head.icon-config {
  background: url("../images/icons/picto-conf-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 .config:hover .link a,
#infos-contact .config:hover .link a {
  color: #a39161;
}

#infos-contact span.head.icon-revend {
  background: url("../images/icons/icon-revendeurs.svg") no-repeat center center;
  background-size: 50px 50px;
}
#infos-contact .revend:hover span.head.icon-revend,
#infos-contact .revend:focus span.head.icon-revend {
  background: url("../images/icons/icon-revendeurs-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 .revend:hover .link a,
#infos-contact .revend: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:hover span.head.icon-dormir,
#infos-contact .dormir:focus 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,
#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:hover span.head.icon-ambassadeurs,
#infos-contact .ambassadeurs:focus 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,
#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:hover span.head.icon-latelier,
#infos-contact .latelier:focus 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,
#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:hover span.head.icon-nous-ecrire,
#infos-contact .nous-ecrire:focus 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,
#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:hover span.head.icon-contact,
#infos-contact .contact:focus 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,
#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:hover span.head.icon-temoignages,
#infos-contact .temoignages:focus 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,
#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:hover span.head.icon-magazine,
#infos-contact .magazine:focus 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,
#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:hover span.head.icon-catalogue-pdf,
#infos-contact .catalogue-pdf:focus 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,
#infos-contact .catalogue-pdf:hover .link a {
  color: #a39161;
}

/* Section video */
#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: 0px;
  left: 0px;
}
#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.section-video a.btn,
.bottom-1 .link-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:hover,
#bottom.section-video a.btn:active,
#bottom.section-video a.btn:focus,
.bottom-1.section-video a.btn:hover,
.bottom-1.section-video a.btn:active,
.bottom-1.section-video a.btn:focus,
.bottom-1 .link-video a.btn:hover,
.bottom-1 .link-video a.btn:active,
.bottom-1 .link-video a.btn:focus {
  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;
}

/* Section center page produit */
#section-center {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: #ffffff;
  width: 100%;
  float: left;
  background-position: center top !important;
  position: relative;
  padding: 90px 0 320px;
  overflow: hidden;
}

#section-center .container {
  position: relative;
}
#section-center .header-center {
  text-align: center;
  position: relative;
  padding: 0 15px;
  margin-bottom: 100px;
}
#section-center .header-center .img-top {
  position: absolute;
  bottom: -50%;
  right: 0;
  z-index: -1;
}
#section-center .bottom-img {
  position: relative;
  float: left;
  width: 100%;
}
#section-center .bottom-img .img-bottom {
  position: absolute;
  left: 0;
  z-index: -1;
}
#section-center .elite-beds-composants .bottom-img .img-bottom {
  z-index: 0;
}
#section-center .header-center h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  color: #282828;
  margin-top: 35px;
  margin-bottom: 10px;
}
#section-center .header-center .sous-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
#section-center .header-center a.btn {
  background: transparent;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 36px;
  font-weight: 500;
  margin: 30px 0 0;
  font-family: "Raleway", sans-serif;
}
#section-center .header-center a.btn:hover,
#section-center .header-center a.btn:active,
#section-center .header-center a.btn:focus {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
#section-center .content-center .block-left,
#section-center .content-center .block-right {
  max-width: 595px;
  width: 100%;
  float: left;
  position: relative;
}
#section-center .content-center .block-right {
  top: 120px;
}
#section-center .content-center .block-left {
  margin-right: 30px;
}
#section-center .content-center .bg-grey {
  padding: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#section-center .content-center .description {
  border: 1px #a39161 solid;
  padding: 40px 50px;
  position: relative;
  background: #fff;
  float: left;
  width: 100%;
}
#section-center .content-center h2 {
  font-size: 24px;
  font-weight: 400;
}
#section-center .content-center .owl-carousel {
  margin: 15px 0 0;
}
#section-center .content-center .owl-dots {
  margin: -40px 0 0;
  position: relative;
  z-index: 99;
}
#section-center .content-center ul.col-foure {
  margin: 25px 0 0;
  padding: 0px;
}

#section-center .content-center ul.col-foure li img {
  max-width: none;
  height: 100%;
}
#section-center .content-center ul.col-foure li:nth-child(4n + 2) {
  margin-right: 3.5px;
  margin-left: 6.5px;
}
#section-center .content-center ul.col-foure li:nth-child(4n + 3) {
  margin-right: 6.5px;
  margin-left: 3.5px;
}
#section-center .content-center .schema {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
#section-center .content-center .schema .infos-schema {
  background: url("../images/img-schema.jpg") no-repeat center 45px;
  width: 70px;
  height: 505px;
  margin: auto;
  position: relative;
}
#section-center .content-center .schema h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 400;
}
#section-center .content-center .schema .infos-schema ul {
  margin: 0px;
  padding: 0px;
}
#section-center .content-center .schema .infos-schema ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}
#section-center .content-center .schema .infos-schema ul li strong {
  color: #a39161;
}
#section-center .content-center .schema .infos-schema ul.left {
  text-align: right;
  position: absolute;
  right: 115px;
  white-space: nowrap;
}
#section-center .content-center .schema .infos-schema ul.right {
  text-align: left;
  position: absolute;
  left: 115px;
  bottom: 0px;
  white-space: nowrap;
}
#section-center .content-center .schema .infos-schema ul.left li:after {
  content: "";
  background: url("../images/icons/picto-epingle-left.png") no-repeat center
    right;
  background-size: 36px 7px;
  width: 36px;
  height: 7px;
  display: block;
  position: absolute;
  right: -55px;
  top: 6px;
}
#section-center .content-center .schema .infos-schema ul.right li.first {
  margin-bottom: 50px;
}
#section-center .content-center .schema .infos-schema ul.right li:after {
  content: "";
  background: url("../images/icons/picto-epingle-right.png") no-repeat center
    right;
  background-size: 36px 7px;
  width: 36px;
  height: 7px;
  display: block;
  position: absolute;
  left: -55px;
  top: 6px;
}
#section-center .content-center .schema .infos-schema .title {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #282828;
  position: absolute;
  white-space: nowrap;
  margin-top: 6px;
}
#section-center .link-bottom {
  position: relative;
  top: 140px;
  margin-top: 50px;
}

/* Slider bottom */
#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: 0px;
  padding: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slider-bottom .title-header:before,
#slider-bottom .title-header:after {
  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: 0px;
  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;
}
#slider-bottom .owl-dot span {
  background: #cfcfcf;
}
#slider-bottom .owl-dot.active,
#slider-bottom .owl-dot:hover,
#slider-bottom .owl-dot:focus {
  border: 1px #fff solid;
}
#slider-bottom .owl-dot.active span,
#slider-bottom .owl-dot:hover span,
#slider-bottom .owl-dot:focus span {
  background: #fff;
  border: 1px #fff solid;
}

/* Infos bottom */
#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: 0px;
  padding: 0px;
  margin: 0 auto 9px;
}
#infos-bottom .menu-tabs ul li {
  display: inline-block;
  float: none;
}

.padding_bottom_0 #infos-bottom {
  padding-bottom: 20px !important;
}

.padding_top_0 #infos-bottom {
  padding-top: 20px !important;
}

.menu-tabs .nav-tabs > li:first-child a {
  padding: 10px 18px 13px 0px;
}
.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: 0px;
  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: 0px;
}

#infos-bottom .content .item h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 42px;
}
#infos-bottom .content a.btn {
  background: transparent;
  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:hover,
#infos-bottom .content a.btn:active,
#infos-bottom .content a.btn:focus {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
#infos-bottom .owl-nav .owl-prev {
  left: -50px;
}
#infos-bottom .owl-nav .owl-next {
  right: -50px;
}

/* Fotter */
footer {
  background: #ffffff;
  padding: 60px 0;
  float: left;
  width: 100%;
}
footer .menu-bref {
  margin: 25px 0 0;
  text-align: center;
}
footer .menu-bref h4 {
  font-size: 12px;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  color: #8c8c8c;
  font-weight: 500;
  font-family: "Georgia";
}
footer .menu-bref ul {
  margin: 0px;
  padding: 0px;
}
footer .menu-bref ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: relative;
}
footer .menu-bref ul li:first-child {
  color: #282828;
}
footer .menu-bref a {
  padding: 0px 10px;
}
footer .menu-bref ul li,
footer .menu-bref a {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 22px;
  font-family: "Georgia";
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}
footer .menu-bref a:before {
  content: "•";
  display: inline-block;
  position: absolute;
  right: -5px;
  color: #8c8c8c;
}
footer .menu-bref li:last-child a:before {
  display: none;
}
footer .menu-bref a:hover,
footer .menu-bref a:focus {
  color: #282828;
}
footer .socials {
  text-align: right;
  margin: 25px 0 0;
}
footer .socials ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
footer .socials ul li {
  padding: 0px;
  display: inline-block !important;
  margin-right: 10px !important;
}
footer .socials a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
footer .socials a.icon-linkedin {
  background: url("../images/icons/picto-linkedin.png") no-repeat center center;
  background-size: 24px 24px;
}
footer .socials a.icon-linkedin:hover,
footer .socials a.icon-linkedin:active {
  background: url("../images/icons/picto-linkedin-h.png") no-repeat center
    center;
  background-size: 24px 24px;
}
footer .socials a.icon-twitter {
  background: url("../images/icons/picto-twitter.png") no-repeat center center;
  background-size: 24px 24px;
}
footer .socials a.icon-twitter:hover,
footer .socials a.icon-twitter:active {
  background: url("../images/icons/picto-twitter-h.png") no-repeat center center;
  background-size: 24px 24px;
}
footer .socials a.icon-pinterest {
  background: url("../images/icons/picto-pinterest.png") no-repeat center center;
  background-size: 24px 24px;
}
footer .socials a.icon-pinterest:hover,
footer .socials a.icon-pinterest:active {
  background: url("../images/icons/picto-pinterest-h.png") no-repeat center
    center;
  background-size: 24px 24px;
}
footer .socials a.icon-facebook {
  background: url("../images/icons/picto-facebook.png") no-repeat center center;
  background-size: 24px 24px;
}
footer .socials a.icon-facebook:hover,
footer .socials a.icon-facebook:active {
  background: url("../images/icons/picto-facebook-h.png") no-repeat center
    center;
  background-size: 24px 24px;
}
footer .socials a.icon-gplus {
  background: url("../images/icons/picto-gplus.png") no-repeat center center;
  background-size: 24px 24px;
}
footer .socials a.icon-gplus:hover,
footer .socials a.icon-gplus:active {
  background: url("../images/icons/picto-gplus-h.png") no-repeat center center;
  background-size: 24px 24px;
}
footer .big-menu {
  float: left;
  width: 100%;
  margin: 40px 0 0;
}

footer .big-menu .footer-top {
  padding-bottom: 65px;
}

footer .big-menu .footer-top:after {
  content: "";
  display: block;
  clear: both;
}

footer .big-menu ul,
footer .big-menu ul li {
  display: block;
  margin: 0px;
  padding: 0px;
}
footer .big-menu .title,
footer .big-menu .title a {
  color: #282828;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
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 p,
footer .big-menu li {
  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:hover,
footer .big-menu a:focus,
footer .big-menu a:active,
footer .big-menu a.active {
  color: #004411;
  outline: none;
}
footer .big-menu hr {
  margin-top: 30px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #a39161;
}
footer .big-menu .newletter {
  max-width: 230px;
  position: relative;
}

.newletter input[type="text"],
.newletter input[type="email"] {
  max-width: 100%;
  width: 100%;
  text-align: left;
  height: 37px;
  border: 1px #e4d8bd solid;
  color: #8c8c8c;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-transform: initial;
  padding: 5px 20px;
}
.newletter input[type="text"]::-moz-placeholder,
.newletter input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #8c8c8c !important;
}
.newletter input[type="text"]::-webkit-input-placeholder,
.newletter input[type="email"]::-webkit-input-placeholder {
  opacity: 1;
  color: #8c8c8c !important;
}
.newletter input[type="text"]::-moz-placeholder,
.newletter input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #8c8c8c !important;
}
.newletter input[type="text"]:-ms-input-placeholder,
.newletter input[type="email"]:-ms-input-placeholder {
  opacity: 1;
  color: #8c8c8c !important;
}
.newletter input[type="text"]:-moz-placeholder,
.newletter input[type="email"]:-moz-placeholder {
  opacity: 1;
  color: #8c8c8c !important;
}
.newletter input[type="submit"],
.newletter input[type="button"],
.newletter button.button {
  background: #ccb583 url("../images/icons/picto-chevron-rightb.png") no-repeat
    center center;
  background-size: 10px 19px !important;
  width: 40px;
  height: 37px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
}
.newletter input[type="submit"]:hover,
.newletter input[type="button"]:hover,
.newletter button.button:hover {
  background: #b29e72 url("../images/icons/picto-chevron-rightb.png") no-repeat
    center center;
  background-size: 10px 19px !important;
}
.newletter input[type="submit"]:focus,
.newletter input[type="button"]:focus,
.newletter button.button:focus,
.newletter input[type="submit"]:active,
.newletter input[type="button"]:active,
.newletter button.button:active {
  background: #a39161 url("../images/icons/picto-chevron-rightb.png") no-repeat
    center center;
  background-size: 10px 19px !important;
}
footer .margintop50 {
  margin-top: 50px;
}
.paddingbottom90 {
  padding-bottom: 90px;
}

.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-temoignage .fancybox-skin {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff;
}
div.fancybox-temoignage:before {
  content: "";
  display: block;
  background: url(../images/icons/picto-quote-left.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 44px;
  height: 36px;
  margin: auto;
  z-index: 99;
}
div.fancybox-temoignage .fancybox-close {
  background: url(../images/icons/icon-close.svg) no-repeat center center;
  background-size: 100%;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
}
div.fancybox-temoignage .fancybox-inner {
  overflow: initial !important;
}
div.fancybox-temoignage .owl-nav .owl-next {
  right: -48px;
}
div.fancybox-temoignage .owl-nav .owl-prev {
  left: -48px;
}

div.fancybox-temoignage .owl-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.lightbox-temoignage {
  position: relative;
  position: relative;
  height: 100%;
  background: #fff;
}
.lightbox-temoignage .owl-carousel {
  position: initial;
}
.lightbox-temoignage .center {
  margin-bottom: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.lightbox-temoignage .header {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #a39161;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}
.lightbox-temoignage .header .date {
  margin-left: 10px;
  position: relative;
  padding-left: 12px;
}
.lightbox-temoignage .header .date:after {
  content: "";
  display: block;
  background: #d4ccb5;
  height: 12px;
  width: 2px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.lightbox-temoignage .content .title {
  color: #6d6d6d;
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  line-height: initial;
}
.lightbox-temoignage .header:after {
  content: "";
  display: block;
  background: #a39161;
  height: 1px;
  width: 40px;
  margin: 10px auto 0;
}
.lightbox-temoignage .content .title:after {
  content: "";
  display: block;
  background: #a39161;
  height: 1px;
  width: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  div.fancybox-temoignage .fancybox-close {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
  }
  .lightbox-temoignage .content .title {
    font-size: 16px;
    line-height: 24px;
  }
  .lightbox-temoignage .header {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

/*Lightbox catalogue*/
div.fancybox-catalogue .fancybox-skin {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff;
  color: #6d6d6d;
}
div.fancybox-catalogue .fancybox-inner {
  overflow: hidden !important;
  height: auto !important;
}
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-guide,
div.fancybox-catalogue div#data-general-catalogue,
div.fancybox-catalogue div#data-category,
div.fancybox-catalogue div#data-fiche-produit {
  padding: 35px 35px 25px;
}
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: 0px;
  max-width: 395px;
  border: 0px #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: 0px;
  width: 100%;
  display: none;
  cursor: pointer;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
  font-weight: normal;
  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-guide a.btn,
div.fancybox-catalogue div#data-general-catalogue a.btn,
div.fancybox-catalogue div#data-category a.btn,
div.fancybox-catalogue div#data-fiche-produit a.btn {
  background: transparent;
  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:hover,
div.fancybox-catalogue div#data-guide a.btn:hover,
div.fancybox-catalogue div#data-general-catalogue a.btn:hover,
div.fancybox-catalogue div#data-category a.btn:hover,
div.fancybox-catalogue div#data-fiche-produit a.btn:hover,
div.fancybox-catalogue div#data-catalogue a.btn:focus,
div.fancybox-catalogue div#data-guide a.btn:focus,
div.fancybox-catalogue div#data-general-catalogue a.btn:focus,
div.fancybox-catalogue div#data-category a.btn:focus,
div.fancybox-catalogue div#data-fiche-produit a.btn:focus,
div.fancybox-catalogue
  div#data-catalogue
  a.btn:active
  div.fancybox-catalogue
  div#data-guide
  a.btn:active,
div.fancybox-catalogue div#data-general-catalogue a.btn:active,
div.fancybox-catalogue div#data-category a.btn:active,
div.fancybox-catalogue div#data-fiche-produit a.btn:active {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
@media screen and (max-width: 480px) {
  div.fancybox-catalogue div#data-catalogue {
    padding: 35px 15px 25px;
  }
}

/* Styles générales */
.box-center table {
  width: 100%;
  border: 0px;
}
.box-center table tr td {
  padding: 0 30px 10px 0 !important;
  vertical-align: top;
}
.box-center table tr td:last-child {
  padding: 0 0 10px 0;
}

.box-center table.tab-col3 tr td {
  width: 265px;
}
.box-center table.tab-col3 tr td:first-child {
  padding: 0 0 10px 0;
}
.box-center table.tab-col3 tr td:nth-child(3n + 2) {
  padding-left: 85px;
  padding-right: 85px;
  width: 435px;
}
.box-center table.tab-image img {
  margin: 0px;
}
.box-center table.tab-encart {
  background: #f5f5f5;
  padding: 32px 35px;
  display: block;
}
.box-center table.tab-encart tr td:first-child {
  width: 270px;
  padding-right: 70px;
}
.box-center table.tab-encart tr td:first-child img {
  margin: 0px;
}
.box-center table.tab-encart .title {
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.box-center table.tab-encart .title:after {
  content: "";
  display: block;
  background: #a39161;
  height: 1px;
  width: 40px;
  margin-top: 10px;
}
.box-center table.tab-encart .link-bottom {
  position: initial;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 30px;
  padding-top: 6px;
  border-top: 1px #a39161 solid;
}
section.blog-container .more a {
  display: block;
}
.box-center table.tab-encart .link-bottom .more {
  width: auto;
  padding-right: 30px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #a39161;
  text-transform: uppercase;
  font-weight: 400;
  background: url(../images/icons/picto-chevron-right.png) no-repeat center
    right;
  display: inline-block;
  height: 15px;
  background-size: 8px 15px;
  float: right;
  margin-top: 6px;
}
.box-center table.tab-encart .link-bottom .more:hover,
.box-center table.tab-encart .link-bottom .more:focus {
  background: url("../images/icons/picto-chevron-right-h.png") no-repeat center
    right;
  display: inline-block;
  background-size: 8px 15px;
}

/* Responsive */
@media (min-width: 769px) {
  .lightbox-temoignage .item-temoignage {
    padding: 20px 85px;
  }
}
@media (max-width: 1145px) {
  .lightbox-temoignage .item-temoignage {
    padding: 15px 30px 15px 15px;
  }
  .lightbox-temoignage .owl-carousel .owl-stage-outer {
    height: 360px !important;
    overflow-y: auto;
  }
}
@media screen and (max-width: 480px) {
  .lightbox-temoignage .owl-carousel .owl-stage-outer {
    height: 230px !important;
  }
  .lightbox-temoignage .center {
    margin-bottom: 20px;
  }
  div.fancybox-temoignage .owl-dots {
    margin: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .navbar-inverse .container {
    width: 100%;
  }
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  select,
  textarea {
    max-width: 100%;
    margin-right: 0px;
    width: 100%;
  }
  input[type="submit"],
  input[type="button"],
  button.button {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width: 1025px) {
  #icons-fixed {
    right: 0px;
    left: 0px;
    top: auto;
    bottom: 0px;
    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: 0px;
    border-right: 0px;
  }
  #icons-fixed ul.col-two li {
    width: 50%;
  }
  #icons-fixed ul.col-three li {
    width: 33.33%;
  }
}
@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 ul li {
    border-right: 0px;
    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: 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: 768px) {
  #section-center {
    padding: 30px 0;
  }
  .sep {
    height: 30px;
  }
}
@media (min-width: 1400px) {
  #section-center .header-center .img-top {
    right: -10%;
  }
  #section-center .bottom-img .img-bottom {
    left: -12%;
  }
}
@media (max-width: 1025px) {
  #section-center .container.has-soie {
    padding-bottom: 300px;
  }
  #section-center .elite-beds-composants .bottom-img {
    height: 290px;
    position: absolute;
    bottom: 0;
    text-align: center;
  }
  #section-center .elite-beds-composants .bottom-img .img-bottom {
    left: 0px;
    right: 0px;
  }
}
@media (min-width: 1220px) {
  #slider-bottom {
    min-height: 600px;
  }
}
@media (max-width: 640px) {
  #slider-bottom .owl-carousel.owl-loaded .item img {
    height: 250px;
    object-fit: cover;
  }
  #slider-bottom .owl-carousel.owl-loaded .owl-nav {
    bottom: 50px;
    top: auto;
  }
  #slider-bottom .prev,
  #slider-bottom .next {
    background-size: 10px 20px !important;
  }
  #slider-bottom .prev {
    background: none !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: none !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 (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:before,
  #slider-bottom .title-header:after {
    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 (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: 0px;
    max-width: 50%;
  }
  section#collections .style-bottom .div-text {
    max-width: 50%;
  }
  section#collections .style-bottom .contenu {
    padding: 0 30px 10px 30px;
  }
}
@media (max-width: 1250px) {
  section#collections .style-bottom .style-bas img {
    max-width: 50%;
    float: left;
    padding-right: 20px;
  }
  section#collections .style-bottom .style-bas .texte {
    display: inline-block;
    max-width: 50%;
    margin-left: 0;
    padding-top: 0;
  }
}
@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;
  }
  #slider a.btn.btn-conf {
    background-position: 23px !important;
    padding-left: 60px !important;
  }
}
@media (max-width: 768px) {
  section#collections {
    margin-top: 0px;
  }
  section#collections.with_intro,
  section#collections.template-grids {
    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 .style-bottom .style-bas {
    margin: 0;
    padding: 10px 10px 0 0;
  }
  section#collections .style-bottom .style-bas p {
    padding: 0 0 0 15px;
  }
  section#collections .style-bottom .style-bas img {
    max-width: 50%;
    float: left;
    padding-right: 10px;
    margin: 0 10px 0 0;
  }
  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 .style1 .div-img .slogan-img {
    top: 20px;
    left: 20px;
  }
  section#collections .style2 .div-img .slogan-img {
    top: 20px;
    right: 20px;
  }
  section#collections .style1,
  section#collections .style2,
  section#collections .style3,
  section#collections .style-home {
    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;
  }

  section.template-grids .clearfix {
    -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.template-grids .clearfix .div-text,
  section#classique.template-grids .clearfix .div-text,
  section#ethno.template-grids .clearfix .div-text,
  section#design.template-grids .clearfix .div-text {
    order: 1;
  }

  section#collections.template-grids .clearfix .div-img,
  section#classique.template-grids .clearfix .div-img,
  section#ethno.template-grids .clearfix .div-img,
  section#design.template-grids .clearfix .div-img {
    order: 2;
  }
}
@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 .style1,
  section#collections .style2,
  section#collections .style3,
  section#collections .style-home {
    margin-bottom: 30px;
  }
}
@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 (max-width: 768px) {
  #infos-bottom .menu-tabs ul {
    margin: 0 0 -1px 0;
    padding: 0px;
  }
}
@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: 0px;
  }
}
@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.with-picto .item {
    padding: 60px 15px 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 (max-width: 1024px) {
  section#temoignages .container {
    max-width: 100%;
  }
  section#temoignages .items .description {
    padding: 0;
  }
  section#temoignages h3,
  section#temoignages .sous-title {
    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: 0px 2px 12px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0px 2px 12px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 2px 12px rgba(51, 51, 51, 0.2);
    position: relative;
  }
  section#temoignages .items .item:before,
  section#temoignages .items .item:after {
    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 .prev,
  section#temoignages .next {
    width: 25px;
    height: 25px;
    display: block;
  }

  section#temoignages .prev svg,
  section#temoignages .next svg {
    width: 100%;
  }

  section#temoignages .items span.quote-left,
  section#temoignages .items span.quote-right {
    background-size: 40px 33px !important;
    width: 40px;
    height: 33px;
    display: none;
  }
  section#temoignages .items span.quote-left {
    left: 38px;
  }
  section#temoignages .items span.quote-right {
    right: 38px;
  }
  section#temoignages .items .picto img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  section#infos-contact {
    padding: 20px 0;
  }
  #infos-contact .left,
  #infos-contact .right,
  #infos-contact .col-sm-12 {
    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 .socials,
  footer .socials ul,
  footer .logo-footer {
    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;
  }
  footer .margintop50 {
    margin-top: 0px;
  }
  .paddingbottom90 {
    padding-bottom: 30px;
  }
}

@media (min-width: 769px) {
  footer .big-menu .col-sm-3 .content {
    display: block !important;
  }
}
@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: 0px #a3915f solid;
    padding-bottom: 0px;
    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: 0px;
    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: 0px;
  }
  footer .big-menu .newletter {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .btn {
    margin: 10px 0 0;
    padding: 18px 15px !important;
  }
  a.btn.btn-pdf,
  #slider a.btn.btn-conf {
    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 (max-width: 768px) {
  #description-product .block-left.parent-container-img {
    padding: 0px;
  }
  #description-product .block-left,
  #description-product .block-right {
    padding: 15px;
  }
  #section-center .content-center .bg-grey {
    padding: 15px;
  }
  #section-center .content-center .description {
    padding: 30px;
  }
}
@media (max-width: 900px) {
  #section-center .content-center ul.col-foure li {
    margin: 10px 0 0 !important;
    width: 32.33%;
    float: none;
    height: auto;
  }
  #slider.article-magazine h1 {
    font-size: 36px !important;
    line-height: 38px !important;
    max-width: 90%;
  }
}
@media (max-width: 1240px) {
  #section-center {
    padding: 90px 0 150px;
  }
  #section-center .content-center .block-left,
  #section-center .content-center .block-right {
    max-width: 49%;
    width: 100%;
  }
  #section-center .content-center .block-left {
    margin-right: 2%;
  }
  #section-center .link-bottom {
    position: relative;
    top: 20px;
  }
  #section-center .content-center ul.col-foure li {
    margin: 10px 0 0 !important;
    width: 32%;
    float: none;
    height: auto;
  }
}
@media (max-width: 900px) {
  #section-center {
    padding: 50px 0 100px;
  }
  #section-center .link-bottom {
    top: 0px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
  }
  #section-center .content-center .block-left,
  #section-center .content-center .block-right {
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px;
    top: 0px;
  }
}
@media (max-width: 500px) {
  #section-center {
    padding: 50px 0;
  }
}
@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: 0px;
  }
  #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-prev,
  #infos-bottom .content .owl-next {
    width: 33px;
    height: 33px;
    background-size: 33px 33px;
  }
  #infos-bottom .content .owl-prev {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #infos-bottom .content .owl-prev .prev .svgWrite,
  #infos-bottom .content .owl-next .next .svgWrite {
    width: 25px;
    height: 25px;
  }

  #infos-bottom .content .owl-next {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #infos-bottom .content .prev,
  #infos-bottom .content .next {
    background: none;
  }
  #infos-bottom .content .owl-dots {
    margin: 10px 0 15px;
  }

  #infos-bottom .detail .paragraphe p {
    font-size: 16px;
    line-height: 26px;
  }
}

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

.selector-items li.item:first-child {
  display: none;
}

.section-compression h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #282828;
  line-height: 29px;
  position: relative;
  letter-spacing: 1px;
}
.section-compression h2:after {
  content: " ";
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: table-cell;
  width: 74px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 10px;
  color: #a39161;
}
.section-compression .container {
  background-color: #ededed;
  padding: 60px 10px;
  position: relative;
}
.section-compression .container .block-center:after {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid #dbdbdb;
  left: 15px;
  right: 0;
  top: 0;
}
.section-compression .container .block-center:before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid #dbdbdb;
  left: 0;
  top: 0;
}

.section-compression p {
  text-align: center;
}

#pathologies {
  padding: 90px 15px;
}

#pathologies .header {
  margin-bottom: 70px;
  text-align: center;
}

#pathologies .header .title {
  font-size: 32px;
  margin-bottom: 0;
}

#pathologies .header .subtitle {
  font-size: 18px;
  color: #a39161;
}

#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-prev,
#pathologies .slider .owl-next {
  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 .slider .desc {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

#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 .circle {
  position: absolute;
  z-index: -2;
  height: 100%;
  height: calc(100% - 40px);
  width: auto;
  top: 50%;
  max-width: none;
  -webkit-transform: translate(-38%, -50%);
  -moz-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
}

#pathologies .image-container .point {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  background: url(../../../images/HOME_ELITE/BIEN_DORMIR/PATHOLOGIES/circle-off.png)
    no-repeat center;
  background-size: 16px 16px;
  border-radius: 50%;
  cursor: pointer;
}

#pathologies .image-container .point.active {
  background-image: url(../../../images/HOME_ELITE/BIEN_DORMIR/PATHOLOGIES/circle-on.png);
  animation: shadow-anim 1s infinite;
}

#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 #004411;
  border-bottom: 1px solid #004411;
  -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.has-helper {
  border-left: 1px solid #a39161;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: skewX(30deg) translate(0, 8px);
  -moz-transform: skewX(30deg) translate(0, 8px);
  transform: skewX(30deg) translate(0, 8px);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

#pathologies .image-container .line.has-helper::after {
  left: -1px;
  top: 1px;
}

#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: #004411;
}

@keyframes shadow-anim {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.65);
  }
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}

/* 18/06-2018 */

@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 screen and (max-width: 630px) {
  #pathologies {
    padding: 30px 15px 60px;
  }

  #pathologies .pathologies-container {
    overflow: hidden;
  }

  #pathologies .header {
    margin-bottom: 30px;
  }

  #pathologies .slider .desc {
    font-size: 16px;
    line-height: 26px;
  }

  #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-prev,
  #pathologies .slider .owl-next {
    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: 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;
  }

  #infos-bottom.style-larg .nav-tabs > li > a {
    padding: 10px 6px 13px 6px !important;
  }
}

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

  #infos-bottom .content .infos {
    padding: 0 45px;
  }
}

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

section.section-compression {
  float: left;
  width: 100%;
}

.section-compression .container div.col-md-4 {
  padding: 0 50px;
  width: 33.33%;
  float: left;
}

@media screen and (max-width: 993px) {
  .section-compression .container div.col-md-4 {
    padding: 0 25px;
  }
}

@media (max-width: 769px) {
  .section-compression .container div.col-md-4 {
    width: 100%;
  }
  .section-compression .container {
    padding: 20px 10px;
  }
  .section-compression .container div.col-md-4 {
    padding: 25px 25px 15px;
  }
  .section-compression .container .block-center:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #dbdbdb;
    top: 0;
    width: 100%;
    left: 0;
    border: 0px !important;
  }
  .section-compression .container .block-center:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #dbdbdb;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    border: 0px !important;
  }
}

#infos-bottom.conseil-matela .content .item .title {
  color: #282828;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}

#infos-bottom.conseil-matela .content .item .text {
  color: #a39161;
  margin-bottom: 60px;
}

#infos-bottom.conseil-matela .content .item .title:after {
  background: transparent;
}

@media (max-width: 480px) {
  #infos-bottom.conseil-matela ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }
  #infos-bottom.conseil-matela ul li {
    margin-top: 10px;
    margin-bottom: 0 !important;
    flex: 1;
  }
  #infos-bottom.conseil-matela .nav-tabs > li > a {
    padding: 10px 5px 13px 5px !important;
    width: 100%;
    display: block;
  }
}

#infos-bottom .content .item .detail {
  margin-top: 30px;
  padding: 0;
  padding-top: 25px;
  position: relative;
}

#infos-bottom .content .item .detail .paragraphe {
  text-align: left;
  padding: 0 30px;
}

#infos-bottom .content .item .detail .paragraphe:first-of-type {
  padding-left: 0;
}

#infos-bottom .content .item .detail .paragraphe:last-of-type {
  padding-right: 0;
}

#infos-bottom .content .item .detail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  transform: translateY(-100%);
  height: 90px;
  margin: auto;
  background-color: #a39161;
  width: 1px;
}

@media (max-width: 800px) {
  #infos-bottom .content .item .detail:before {
    height: 65px;
  }
}

@media (max-width: 500px) {
  #infos-bottom .content .item .detail:before {
    height: 55px;
  }
}

#infos-bottom .content .item .detail:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: #a39161;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}

@media (max-width: 769px) {
  #infos-bottom .content .item .detail .paragraphe {
    padding: 0;
  }
}

/* 19-06-2018 */

#zone_pressure {
  position: relative;
}

#zone_pressure .slider {
  width: 100%;
}

#zone_pressure .slider .tabs {
  text-align: center;
  border-bottom: 1px solid #c0c0c0;
}

#zone_pressure .slider .tabs li {
  display: inline-block;
  cursor: pointer;
  padding: 15px;
  padding-top: 0;
  position: relative;
}
#zone_pressure .slider .tabs li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  bottom: 0;
  height: 3px;
  margin: auto;
  background-color: #a39161;
  transition: width 0.3s;
}
#zone_pressure .slider .tabs li:hover:after {
  width: 100%;
}

#zone_pressure .slider .tabs li.active:after {
  width: 100%;
}
#zone_pressure .slider .tabs li:before {
  content: "";
}
#zone_pressure .slider .tabs li a {
  color: #8c8c8c;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Raleway;
  font-weight: 500;
  transition: color 0.2s;
}
#zone_pressure .slider .tabs li:hover a {
  color: #004411;
}

#zone_pressure .slider .tabs li.active a {
  color: #004411;
}

#zone_pressure .slider .content .item .infos .image img {
  max-height: 350px;
  max-width: 350px;
  margin: auto;
}

#zone_pressure .slider .key {
  text-align: center;
}

#zone_pressure .slider .key .item {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

@media screen and (max-width: 530px) {
  #zone_pressure .slider .key .item {
    display: block;
    text-align: left;
  }
}

#zone_pressure .slider .key .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #a39163;
}

#zone_pressure .slider .key .item:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

#zone_pressure .slider .key .item.moyenne:before {
  border-color: #ccc0a3;
}
#zone_pressure .slider .key .item.moyenne:after {
  background: #ccc0a3;
}

#zone_pressure .slider .key .item.forte:before {
  border-color: #b7a884;
}
#zone_pressure .slider .key .item.forte:after {
  background: #b7a884;
}

#zone_pressure .slider .key .item.tres_forte:before {
  border-color: #a29061;
}
#zone_pressure .slider .key .item.tres_forte:after {
  background: #a29061;
}

#zone_pressure .slider .key .item:last-of-type {
  padding-right: 0px;
}

#zone_pressure .text h2 {
  margin-bottom: 15px;
}

.acord-bloc h2 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px !important;
}

span.desc_filter {
  font-size: 10px;
  text-transform: none;
  color: #8c8c8c;
}

section#filter ul li.active .desc_filter {
  color: #ffffff;
}

.buttom-description .btn2:nth-child(1) {
  float: left;
  margin: 0 !important;
}

.section_matiere .description img {
  width: auto;
  height: 80px;
}

section#collections .intro .select-infos,
.content-mesure .select-infos {
  position: relative;
  z-index: 99;
  margin: 20px 0 0;
}
section#collections .intro .select-infos .title-infos,
.content-mesure .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;
}
.content-mesure .select-infos .title-infos:before {
  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;
}

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

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);
}

.content-mesure .select-infos .title-infos:before {
  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;
}
.content-mesure .select-infos.opened .title-infos:before {
  -webkit-transform: translateY(0) rotate(225deg);
  -moz-transform: translateY(0) rotate(225deg);
  -ms-transform: translateY(0) rotate(225deg);
  -o-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);
}
section#collections .intro .select-infos .infos-texte,
.content-mesure .select-infos .infos-texte {
  margin-top: 15px;
  display: none;
  position: relative;
}
section#collections .intro .select-infos .infos-texte p,
section#collections .intro .select-infos .infos-texte,
.content-mesure .select-infos .infos-texte p,
.content-mesure .select-infos .infos-texte {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}
section#collections .intro .select-infos .infos-texte strong,
.content-mesure .select-infos .infos-texte strong {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
section#collections .intro .select-infos .infos-texte ul,
section#collections .intro .select-infos .infos-texte ol {
  padding: 0 0 0 14px;
  margin-left: 2px;
}
section#collections .intro .select-infos .infos-texte ul {
  padding: 0px;
  list-style: none;
}
section#collections .content-mesure .select-infos .infos-texte ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}
section#collections .intro .select-infos .infos-texte li {
  padding-left: 12px;
  text-indent: -15px;
}
section#collections .intro .select-infos .infos-texte li::before {
  content: "• ";
  color: #a39161;
  margin-right: 5px;
}
section#collections .content-mesure .select-infos .infos-texte ul li {
  margin: 0;
  width: 100%;
  padding: 8px 10px;
  display: block;
  text-align: center;
  position: relative;
}
section#collections
  .content-mesure
  .select-infos
  .infos-texte
  ul
  li:first-child {
  padding-top: 0;
}
section#collections
  .content-mesure
  .select-infos
  .infos-texte
  ul
  li:last-child {
  padding-bottom: 0;
}
section#collections .content-mesure .select-infos .infos-texte ul li::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px #dedede solid;
}
section#collections
  .content-mesure
  .select-infos
  .infos-texte
  ul
  li:last-child:after {
  display: none;
}
section#collections .content-mesure .select-infos .infos-texte ul li a {
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 16px;
  color: #8c8c8c;
  text-transform: none;
  line-height: 18px;
  position: initial;
  padding: 0;
  min-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: left;
}
section#collections .content-mesure .select-infos .infos-texte .img-prod {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin: 0;
  height: 45px;
  width: 52px;
  float: left;
}
section#collections .content-mesure .select-infos .infos-texte .title {
  padding-left: 20px;
  padding-bottom: 0;
  color: #252525;
  font-size: 14px;
  line-height: 16px;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  font-weight: 400;
  position: initial;
  display: block;
  min-height: auto;
}
section#collections .content-mesure .select-infos .infos-texte .title::after {
  display: none;
}

.mfp-counter {
  display: none !important;
}

#maincontent.nav-tabs li a {
  padding: 10px 18px 13px 18px;
}
#infos-bottom.style-larg .nav-tabs > li > a {
  padding: 10px 12px 13px 12px !important;
}
#description-product
  .block-right
  .description
  #maincontent.nav-tabs
  li:first-child
  a {
  padding: 10px 16px 13px 0px;
}
#description-product
  .block-right
  .description
  #maincontent.nav-tabs
  li:last-child
  a {
  padding: 10px 0 13px 18px;
}

.header-titles {
  text-align: center;
  float: left;
  width: 100%;
  padding: 20px 15px 0;
}
.header-titles:after {
  content: "";
  display: block;
  clear: both;
}
.header-titles h2 {
  margin-bottom: 10px;
  font-size: 36px !important;
  line-height: 36px !important;
}
.header-titles h3 {
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #a39161;
  text-transform: none;
}
.images-pieds {
  width: 100%;
  margin: auto;
  float: left;
}
.images-pieds:after {
  content: "";
  display: block;
  clear: both;
}
.images-pieds ul {
  display: block;
  margin: 0;
  padding: 0 10px 10px;
  list-style: none;
  float: left;
  width: 100%;
}
.images-pieds ul li {
  padding: 0 15px;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.images-pieds ul li .img {
  position: relative;
  margin: 0 0 15px;
  background: #fff;
  height: 170px;
  max-width: 170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.images-pieds ul li .img img {
  display: block;
  width: auto;
  height: auto;
}
.images-pieds .title1 {
  color: #282828;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  display: block;
  font-weight: 400;
}
.images-pieds .title2 {
  display: block;
  color: #6d6d6d;
  font-size: 13px;
  text-align: center;
  line-height: 17px;
  font-family: "TimesNewRomanItalic", sans-serif;
}
.images-pieds .lien_bottom {
  text-align: center;
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 30px 0 100px;
}
.images-pieds .owl-dots {
  margin: 15px 0;
}
.images-pieds .owl-nav {
  top: 65px;
}
.images-pieds .owl-nav .owl-next,
.images-pieds .owl-nav .owl-prev {
  top: 100%;
  transform: none;
}
.images-pieds .prev-dore,
.images-pieds .next-dore {
  width: 22px;
  height: 42px;
  background-size: 22px 42px;
}
@media screen and (min-width: 990px) {
  .images-pieds {
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .images-pieds {
    padding: 0 30px 10px;
  }
  .images-pieds ul {
    padding: 0 0 10px;
  }
  .images-pieds .owl-nav .owl-prev {
    left: -15px;
  }
  .images-pieds .owl-nav .owl-next {
    right: -15px;
  }
}
@media screen and (max-width: 590px) {
  .images-pieds ul {
    padding: 0 0 20px;
  }
  .images-pieds .lien_bottom {
    margin: 15px 0 50px;
  }
}

.padding50 {
  padding: 50px 15px 70px;
}

@media (max-width: 769px) {
  #slider.slider-fixe.slider-recherche {
    min-height: 400px;
  }
  #slider.slider-fixe.slider-recherche .content {
    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%);
  }

  section#collections .div-text {
    padding: 30px !important;
  }

  section#collections .contenu {
    padding: 20px 30px 30px !important;
  }
}

/* Mobile amelioration */
@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 screen and (max-width: 640px) {
  #slider .content {
    top: 125px;
  }

  #slider h1 {
    font-size: 42px !important;
    line-height: 46px !important;
  }

  #slider .sous-title,
  #slider .header-infos {
    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;
  }
  #slider.article-magazine h1 {
    font-size: 36px !important;
    line-height: 38px !important;
    max-width: 90%;
  }

  #header-product h1 {
    font-size: 32px;
    line-height: 42px;
  }

  #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 .intro .lire-plus span.lire-plus {
    display: inline-block;
  }

  section#collections.ambassadeurs .intro .lire-plus .btn {
    margin-top: 30px;
  }
  section#collections.archi-deco .intro .lire-plus .btn {
    margin-top: 30px;
  }

  section#collections .intro a.btn.lire-video {
    margin-right: 0 !important;
    background-position: 8px !important;
    padding-left: 40px !important;
    padding-right: 25px !important;
  }

  #section-center .header-center {
    margin-bottom: 30px;
    padding: 0 35px;
  }

  #section-center .header-center .sous-title  {
    line-height: 24px;
  }

  #section-center .header-center .img-top {
    bottom: -30px;
  }

  section#collections .style3 .div-text,
  section#collections .style-bottom .div-text {
    padding: 20px 15px !important;
  }
  section#collections .style3 .contenu,
  section#collections .style-bottom .contenu {
    padding: 20px 0px 30px 0px !important;
  }

  #section-center .link-bottom {
    top: 0px;
    margin: 0px;
    padding: 0 35px;
  }
}

@media screen and (max-width: 480px) {
  #slider.article-magazine h1 {
    font-size: 30px !important;
    line-height: 32px !important;
    max-width: 100%;
  }

  #slider h1 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}

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

/* texte intro */
section#texte-intro,
section.block-intro {
  height: auto;
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #ffffff;
}
section#texte-intro .container,
section.block-intro .container {
  max-width: 1005px;
  position: relative;
}
section#texte-intro .texte .title,
section.block-intro .texte .title,
section.block-intro .texte h2,
section#texte-intro .texte h2 {
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #a39161;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  text-transform: none;
}
section#texte-intro .texte .title:after,
section.block-intro .texte .title:after,
section#texte-intro .texte h2:after,
section.block-intro .texte h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 60px;
  height: 1px;
  background: #a39161;
  left: 0px;
}

section#texte-intro .image,
section.block-intro .image {
  text-align: center;
  display: block;
  min-height: auto;
}
section#texte-intro .image .img-rond,
section.block-intro .image .img-rond {
  width: 265px;
  height: 265px;
  background: #fff;
  border: 3px #fff solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin: auto;
  position: relative;
  background-position: 40% 30% !important;
  background-repeat: no-repeat !important;
  -webkit-box-shadow: 0px 0px 60px -5px rgba(40, 40, 40, 0.2);
  -moz-box-shadow: 0px 0px 60px -5px rgba(40, 40, 40, 0.2);
  box-shadow: 0px 0px 60px -5px rgba(40, 40, 40, 0.2);
}
section#texte-intro .image .img-rond:before,
section.block-intro .image .img-rond:before {
  content: "";
  background: url("../images/icons/icon-filet.png") no-repeat center center;
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  right: 4px;
  top: 4px;
}
section#texte-intro .image .img-rond:after,
section.block-intro .image .img-rond:after {
  content: "";
  background: url("../images/icons/icon-filet.png") no-repeat center center;
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: 4px;
}

section.intro-conseil {
  min-height: 720px !important;
}

@media (max-width: 1024px) {
  section#texte-intro .image,
  section.block-intro .image {
    width: 100%;
  }
  section#texte-intro .col-sm-7.texte,
  section.block-intro .col-sm-7.texte {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  section#texte-intro .image,
  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%);
  }
  section#texte-intro .col-sm-7.texte,
  section.block-intro .col-sm-7.texte {
    float: right;
  }
}
@media (max-width: 1024px) {
  section#texte-intro,
  section.block-intro {
    padding: 0 0 30px;
  }
  section#texte-intro .texte,
  section#texte-intro .image,
  section.block-intro .texte,
  section.block-intro .image {
    padding: 20px 0;
  }
  section#texte-intro .image,
  section.block-intro .image {
    padding: 70px 0 20px;
    position: relative;
    top: 0;
    transform: none;
  }
}

section.block-intro .elite_sign {
  position: relative;
}
section.block-intro .elite_sign img {
  width: 200px;
}
section.block-intro .elite_sign span {
  line-height: 32px;
  color: #a39161;
  font-size: 16px;
  font-family: "TimesNewRomanItalic", sans-serif;
  position: absolute;
  left: 80px;
  top: 52%;
}
/* end texte intro */

section#feature-bottom.with-border .feature-left,
section.feature-bottom-1.with-border .feature-right {
  border: 10px #fff solid;
}

@media (min-width: 720px) {
  section#feature-bottom.with-border .feature-left:first-child,
  section.feature-bottom-1.with-border .feature-left:first-child,
  section#feature-bottom.with-border .feature-right:first-child,
  section.feature-bottom-1.with-border .feature-right:first-child {
    border-right-width: 5px;
  }
  section#feature-bottom.with-border .feature-left:last-child,
  section.feature-bottom-1.with-border .feature-left:last-child,
  section#feature-bottom.with-border .feature-right:last-child,
  section.feature-bottom-1.with-border .feature-right:last-child {
    border-left-width: 5px;
  }
}

@media (max-width: 720px) {
  section#feature-bottom.with-border .feature-right,
  section#feature-bottom.with-border .feature-left,
  section.feature-bottom-1.with-border .feature-right,
  section.feature-bottom-1.with-border .feature-left {
    width: 100%;
    padding: 0 30px;
    border: 10px #fff solid;
    border-bottom-width: 5px;
    border-top-width: 5px;
  }
  section#feature-bottom.with-border .feature-right:last-child,
  section#feature-bottom.with-border .feature-left:last-child,
  section.feature-bottom-1.with-border .feature-right:last-child,
  section.feature-bottom-1.with-border .feature-left:last-child {
    border-bottom-width: 10px;
  }
}

@media (max-width: 1100px) {
  #infos-bottom .menu-tabs,
  #description-product .block-right .description {
    overflow: hidden;
  }
  #infos-bottom .menu-tabs ul,
  #description-product .block-right .description .nav-tabs {
    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;
  }
  #infos-bottom .menu-tabs ul li,
  #description-product .block-right .description .nav-tabs 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: 0px;
  }
  #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: 0px !important;
  }
  #infos-bottom .owl-nav .owl-prev {
    left: 0px;
  }
  #infos-bottom .owl-nav .owl-next {
    right: 0px;
  }
}

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

@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;
  }
}

/* Mobile amelioration */
@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: 0px 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;
  }
}

.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;
}
@media screen and (max-width: 640px) {
  .header-title-collection {
    padding: 50px 15px 30px !important;
  }
}

/* Textes centre */
section.center-2colonnes {
  padding: 30px 0;
  float: left;
  width: 100%;
}
section.center-2colonnes .header-titles {
  padding: 20px 0 35px;
}
section.center-2colonnes .zone-texte {
  padding: 40px 15px 20px 0;
}
section.center-2colonnes .zone-texte h3,
.col-sm-6.zone-texte h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 24px;
}
section.center-2colonnes .zone-texte p,
.col-sm-6.zone-texte p {
  margin: 0 0 20px;
}
section.center-2colonnes .zone-texte img,
.col-sm-6.zone-texte img {
  margin: 0 0 10px;
}
section.center-2colonnes .avantages {
  text-align: center;
}
section.center-2colonnes .avantages h2,
.col-sm-6.bg-white h2 {
  margin-top: 40px;
  text-align: center;
}
ul.images-avantages {
  margin: 20px 0 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}
ul.images-avantages li {
  margin: 0px;
  padding: 25px 15px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  float: left;
  max-width: 50%;
  width: 100%;
  min-height: 200px;
  border-top: 1px #dcdcdc solid;
  position: relative;
}
ul.images-avantages li:nth-child(2n + 1) {
  border-right: 1px #dcdcdc solid;
}
ul.images-avantages li:first-child,
ul.images-avantages li:nth-child(2) {
  border-top: 0px;
}
ul.images-avantages li img {
  margin: 0 auto 20px;
  display: block;
}
ul.images-avantages li a {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 20px;
}

ul.images-avantages li a[href="#"] {
  cursor: default;
}

section.center-2colonnes .col-sm-6.avantages h2 {
  margin-bottom: 15px;
}

@media (max-width: 769px) {
  section#collections.template-medical .zone-bas {
    padding: 25px 15px;
    margin: 50px 0 0;
  }
  section#collections.template-hospitality .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-6.bg-white {
    float: left;
    width: 100%;
    margin: 15px 0 0;
  }
}

.col-sm-6.zone-texte,
.col-sm-6.zone-texte.pull-right {
  padding: 40px 0px 15px;
}

@media (min-width: 769px) {
  section.center-2colonnes.style-service1,
  section.center-2colonnes.style-service2 {
    padding: 0;
    margin-top: -50px;
  }
  section.center-2colonnes.style-service1 .zone-texte,
  .col-sm-6.zone-texte {
    padding: 40px 85px 15px 0;
  }
  section.center-2colonnes.style-service2 .zone-texte,
  .col-sm-6.zone-texte.pull-right {
    padding: 40px 0 15px 85px;
  }
  section.center-2colonnes .col-sm-6.avantages {
    max-width: 565px;
    padding: 5px 35px 30px 35px;
  }
  section.center-2colonnes .zone-texte img:nth-of-type(1) {
    margin: 0 25px 10px 0;
  }
}
@media (min-width: 1200px) {
  ul.images-avantages li {
    padding: 15px;
  }
}
@media (max-width: 769px) {
  section.center-2colonnes {
    padding: 0;
  }
  section.center-2colonnes .col-sm-6 {
    padding: 0 0 20px;
  }
  section.center-2colonnes .col-sm-6.avantages {
    padding: 20px 0;
    width: 100%;
    float: left;
    margin: 0 0 30px;
  }
  ul.images-avantages {
    margin-bottom: 20px;
  }
  section.center-2colonnes .avantages h2 {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  ul.images-avantages li {
    min-height: 150px;
    max-width: 100%;
    border-bottom: 1px #dcdcdc solid !important;
    border-top: 0px;
  }
  ul.images-avantages li:last-child {
    border-bottom: 0px #dcdcdc solid !important;
  }
  ul.images-avantages li:nth-child(2n + 1) {
    border-right: 0 #dcdcdc solid;
  }
}
.avantages h2 {
  margin-top: 40px;
  text-align: center;
}

.module_credits {
  position: relative;
}
a.btn-credit {
  position: absolute;
  left: 0px;
  top: 270px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: left top 0;
  left: 0;
  padding: 6px 26px;
  margin-bottom: 0;
  border: 1px solid #a39161;
  border-radius: 0;
  background: transparent;
  color: #8c8c8c;
  text-align: center;
  box-shadow: none !important;
  z-index: 99;
}
a.btn-credit:hover,
a.btn-credit:focus {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
#credits {
  padding: 30px 15px 20px 35px;
}
#credits h2 {
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #a39161;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: none;
}
#credits h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #a39161;
  left: 0px;
}
@media (max-width: 520px) {
  .module_credits {
    margin-top: 0;
  }
  a.btn-credit {
    top: 0;
    transform: none;
    transform-origin: initial;
    left: 0;
    padding: 6px 15px;
    z-index: 99;
  }
}

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

/* Testimonials lightbox on mobile */
@media (max-width: 768px) {
  .fancybox-temoignage {
    width: auto !important;
    top: 25px !important;
    left: 15px !important;
    right: 15px;
    bottom: 15px;
  }

  .fancybox-temoignage .fancybox-close {
    width: 40px !important;
    height: 40px !important;
    top: 0 !important;
    right: 0 !important;
    background-image: url(../images/icons/ui-close-square-on.svg) !important;
    background-size: 100% 100% !important;
  }

  .fancybox-temoignage .fancybox-skin,
  .fancybox-temoignage .fancybox-outer,
  .fancybox-temoignage .fancybox-inner {
    width: 100% !important;
    height: 100% !important;
  }

  .fancybox-temoignage .fancybox-skin {
    padding: 20px 0 0 20px !important;
    overflow: hidden;
  }

  .fancybox-temoignage .lightbox-temoignage {
    margin: 0;
  }

  .lightbox-temoignage .center {
    display: none;
  }

  .fancybox-temoignage .owl-carousel .owl-stage-outer {
    height: 100% !important;
    overflow: hidden;
  }

  .fancybox-temoignage .owl-nav {
    top: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
    height: 60px;
    margin: auto;
    z-index: 1;
  }

  .fancybox-temoignage .owl-nav .owl-prev,
  .fancybox-temoignage .owl-nav .owl-next,
  .fancybox-temoignage .owl-nav .owl-prev .prev,
  .fancybox-temoignage .owl-nav .owl-next .next {
    width: 20px;
    height: 20px;
  }

  .fancybox-temoignage .owl-nav .owl-prev {
    left: -74px !important;
  }

  .fancybox-temoignage .owl-nav .owl-next {
    right: -74px !important;
  }

  .fancybox-temoignage .owl-dots {
    width: auto;
    height: 60px;
    bottom: 0;
    left: -20px;
    right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 50px 100px 50px #d9d9d8;
    box-shadow: 0 50px 100px 50px #d9d9d8;
  }

  .fancybox-temoignage .item-temoignage {
    padding: 15px 0;
  }

  .fancybox-temoignage .item-temoignage .header {
    padding-right: 20px;
  }

  .fancybox-temoignage .item-temoignage .content {
    font-size: 16px;
    color: #6d6d6d;
    height: calc(100vh - 200px);
    overflow: auto;
    position: relative;
    padding-right: 20px;
  }

  .fancybox-temoignage .item-temoignage .content .title {
    font-size: 20px;
    color: #333;
    line-height: 30px;
  }

  .fancybox-temoignage .item-temoignage .content .ps__rail-y {
    width: 6px;
    background-color: #dcdcdb;
    opacity: 1;
  }

  .fancybox-temoignage .item-temoignage .content .ps__rail-y .ps__thumb-y {
    width: 6px;
  }
}

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

.slick-slider {
  width: 100%;
}

.slick-slider .slick-track {
  overflow: visible !important;
}

.slick-slider .nav-tabs,
.slick-slider .nav-tabs li {
  display: inline-block !important;
}

.slick-slider .nav-tabs li {
  line-height: 50px !important;
  outline: none;
}

.slick-slider .nav-tabs li a {
  outline: none;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 12px;
  font-size: 25px;
  color: #a39161;
}

.slick-slider .slick-arrow.slick-disabled {
  color: #ccc;
}

.slick-slider .slick-prev {
  left: -15px;
}

.slick-slider .slick-next {
  right: -15px;
}

/* tablette amelioration */
@media (min-width: 769px) and (max-width: 1200px) {
  section#collections .intro.intro-showroom table tr td {
    width: 100% !important;
    display: block !important;
  }
  section#collections .intro.intro-showroom table tr td:first-child {
    margin: 0 0 20px;
  }
}
@media (max-width: 520px) {
  section#collections .intro.intro-showroom table tr td {
    width: 100% !important;
    display: block !important;
  }
  section#collections .intro.intro-showroom table tr td:first-child {
    margin: 0 0 20px;
  }
}

@media (max-width: 1025px) {
  #section-center .header-center .img-top {
    position: initial;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  section#collections .style1 {
    padding-left: 30px;
  }
  section#collections .style2 {
    padding-right: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  section#texte-intro .texte,
  section#texte-intro .image,
  section.block-intro .texte,
  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.nav-home,
  #menu-mobile ul.nav2-home,
  #menu-mobile ul.nav3-home,
  #menu-mobile ul {
    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;
  }
  #section-center .content-center .description,
  #description-product .block-right .description {
    padding-left: 30px;
    padding-right: 30px;
  }
  #description-product .block-left.parent-container-img {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #section-center .content-center .bg-grey {
    padding-left: 30px;
    padding-right: 30px;
  }

  section.center-garantie .col-sm-6,
  section.center-garantie .col-sm-12 {
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  section.center-garantie #zone_pressure .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  section.formulaire .header {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  section.formulaire .col-sm-12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  section.formulaire .one-champ {
    padding-left: 30px;
  }

  section.formulaire .news {
    margin: 10px 20px 0 !important;
  }

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

  section.blog-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .section_bottom {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  section.section-compression {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  footer .footer-top {
    padding: 0 15px;
  }

  footer .btn_espace a {
    margin-left: 0px !important;
    margin-top: 5px;
  }
}

@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;
  }
}

#collections .intro .the-rest {
  display: none;
}

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

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

#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;
}

/* Info */

.light-box-parent {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s;
  -ms-transition: transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.light-box-parent.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.light-box-parent:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
}

#info-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px 60px;
  max-width: none;
  z-index: 9999;
}

.light-box-parent #info-success.light-box {
  padding: 0 0;
}

#info-success .content-info {
  position: relative;
}

#info-success.light-box .content-info {
  padding: 45px 70px;
}

#info-success .content-info > h2 {
  color: #282828;
  font-family: Raleway;
  font-weight: 500 !important;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 35px;
}

#info-success.light-box .content-info > h2 {
  color: #282828;
  font-family: Raleway;
  font-size: 28px;
  text-align: center;
}

#info-success .content-info > h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #a59063;
}

#info-success .content-info p {
  color: #a59063;
  font-family: Athelas;
  font-size: 20px;
  font-style: italic;
  line-height: normal;
  text-align: center;
  max-width: 460px;
  margin: auto;
  margin-bottom: 15px;
}

#info-success.light-box .content-info p.error-red {
  color: #db1b44 !important;
  margin-bottom: 15px;
}

#info-success.light-box .content-info .row-error p {
  color: #6b6b6b;
}

#info-success .content-info .has-btn {
  margin-top: 65px;
  text-align: center;
  max-width: 580px;
}

#info-success .content-info .has-btn p {
  color: #6d6d6d;
  font-family: Athelas;
  font-size: 16px;
  font-style: italic;
  line-height: normal;
  text-align: center;
  margin-bottom: 25px;
}

#info-success .content-info .has-btn .btn {
  margin-top: 25px;
  background: transparent;
  color: #a39161;
  border: 1px solid #a39161;
  background-image: url(../images/icons/picto-pdf2.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 45px;
  padding-right: 18px;
  -webkit-transition: 0.5s color;
  -moz-transition: 0.5s color;
  -o-transition: 0.5s color;
  transition: 0.5s color;
}

#info-success .content-info .has-btn .btn:hover {
  color: #004411;
}

#info-success .content-info .info-close {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffffff url(../images/icons/ui-close-square-on.svg) no-repeat
    center center;
  background-size: 58px;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 0px;
  opacity: 1;
  cursor: pointer;
}

@media (min-width: 1920px) {
  #section-center {
    background-size: cover !important;
  }
}

.park-infowindow {
  font-family: "TimesNewRomanItalic", serif;
  font-size: 16px;
  line-height: 24px;
  color: #6d6d6d;
}

.gm-style .gm-style-iw-c button {
  top: 0 !important;
  right: 0 !important;
}

.gm-style .gm-style-iw-c {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

#slider.header-selectur:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  z-index: -1;
  opacity: 0.55;
}

#slider.header-selectur .content {
  padding-top: 105px;
}

#slider.header-selectur h1 {
  font-size: 40px;
  font-weight: 300 !important;
  line-height: 47px;
  text-align: center;
}

#slider.header-selectur .sous-title p {
  color: #ccb583;
  font-size: 22px;
  font-style: italic;
  line-height: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 30px;
}

#slider.header-selectur .sous-title p:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  margin: auto;
  background-color: #ccb583;
}

#slider.header-selectur a.btn {
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 1px;
  line-height: 16px;
  background-image: none;
  padding: 18px 30px !important;
}

#slider.header-selectur .slugan-selecteur {
  max-width: 540px;
  color: #e8e8e8;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 8px;
}

@media screen and (max-width: 1100px) {
  #slider.header-selectur {
    min-height: 767px;
  }

  #slider.header-selectur .content {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 0;
  }
}

/* RSFORM Styles */
#form_rsform .container {
  max-width: 990px;
  width: 100%;
  padding: 160px 0 30px;
  max-width: 990px;
  width: 100%;
  margin: auto;
}
#form_rsform h2 {
  text-align: center;
  display: block;
  position: relative;
  padding: 0 30px;
  margin: 0 30px 50px;
  overflow: hidden;
}

#form_rsform h2:before {
  content: "";
  background: #8c8c8c;
  height: 1px;
  position: absolute;
  left: 70%;
  width: 100vh;
  top: 20px;
}

#form_rsform h2:after {
  content: "";
  background: #8c8c8c;
  height: 1px;
  position: absolute;
  right: 70%;
  width: 100vh;
  top: 20px;
}

#form_rsform .rsform-block {
  padding: 0 15px;
  margin: 0 0 30px;
  position: relative;
  z-index: 2;
  text-align: left;
  float: left;
  width: 100%;
}

#form_rsform .rsform-block .radio-inline {
  padding-left: 0;
}

#form_rsform .rsform-block:after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0.125rem;
  background: #f25a5a;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}

#form_rsform .rsform-block input[type="text"],
#form_rsform .rsform-block input[type="email"],
#form_rsform .rsform-block textarea,
#form_rsform .rsform-block input[type="password"],
#form_rsform .rsform-block input[type="tel"],
#form_rsform .rsform-block .rsform-input-box {
  color: #6d6d6d;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ccb583;
  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: 0px;
  text-transform: initial;
  max-width: 100%;
}

#form_rsform .rsform-block .col-sm-9.formControls,
#form_rsform .rsform-block .col-sm-9.formControls {
  width: 100%;
}

#form_rsform .rsform-block textarea {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
  height: 100%;
  min-height: 175px;
  max-height: 175px;
}

#form_rsform .rsform-block .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #ccb583;
}

#form_rsform .rsform-block label.control-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;
}

#form_rsform .rsform-block.has-bg {
  border-bottom: 0;
}

#form_rsform .rsform-block.has-focus label.control-label {
  color: #a39161 !important;
  -webkit-transform: scale(0.88) translateY(-2.5625rem);
  transform: scale(0.88) translateY(-2.5625rem);
}

#form_rsform .rsform-block .btn {
  background: transparent;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 25px !important;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  max-width: none;
  width: auto;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-size: 17px;
  display: block;
  margin: auto;
}

#form_rsform .btn:hover,
#form_rsform .btn:active,
#form_rsform .btn:focus {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}

#form_rsform .formRed {
  padding: 0 30px;
}

.breadcrumb-nav {
  position: relative;
  text-align: right;
  margin: 30px 0 65px;
}

.breadcrumb-nav li {
  display: inline-block;
  position: relative;
}

.breadcrumb-nav li a {
  color: #6d6d6d;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  display: inline-block;
}

.breadcrumb-nav li a:hover {
  color: #ccb583;
}

.breadcrumb-nav > li {
  padding-right: 25px;
  background: url(../images/icons/angle-right-grey.svg) no-repeat center right;
  background-size: auto 20px;
  margin-right: 5px;
}

.breadcrumb-nav > li:last-of-type {
  background-image: none;
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb-nav > li:last-of-type > a {
  color: #ccb583;
}

.breadcrumb-nav > li .fa {
  color: #ccb583;
  font-size: 12px;
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  -o-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.breadcrumb-nav ul.is_parent {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  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;
  -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;
  visibility: hidden;
  opacity: 0;
  text-align: left;
}

.breadcrumb-nav ul.is_parent li {
  padding: 0px 20px;
  display: block;
}

.breadcrumb-nav > li:hover ul.is_parent {
  opacity: 1;
  visibility: visible;
}



select.minimal  {
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTguOTEiIGhlaWdodD0iMTQuOTciIHZpZXdCb3g9IjAgMCAxOC45MSAxNC45NyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2EzOTE2MTsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJmbGVjaGUtZm9ybXVsYWlyZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxNTYuMTUsMTEzMC45NmgxNi42MmExLjExNSwxLjExNSwwLDAsMSwuOTguNTgsMS4wNCwxLjA0LDAsMCwxLS4wNSwxLjE4bC04LjI5LDEyLjcxYTEuMDMyLDEuMDMyLDAsMCwxLS45Ni41MiwxLjEyMiwxLjEyMiwwLDAsMS0uOTctMC41MmwtOC4yNi0xMi43MWExLjIxOSwxLjIxOSwwLDAsMS0uMjItMC42MSwwLjg2NCwwLjg2NCwwLDAsMSwuMTctMC41OEExLjExNCwxLjExNCwwLDAsMSwzMTU2LjE1LDExMzAuOTZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzE1NSAtMTEzMC45NykiLz4KPC9zdmc+") !important;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 0.65rem auto;
}




select.minimal:focus {
 background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC45MSAxNC45NyIgaGVpZ2h0PSIxNC45NyIgd2lkdGg9IjE4LjkxIj48ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAtMSAxOC45MSAxNC45NykiPjxkZWZzPjxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2EzOTE2MTsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJmbGVjaGUtZm9ybXVsYWlyZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMxNTYuMTUsMTEzMC45NmgxNi42MmExLjExNSwxLjExNSwwLDAsMSwuOTguNTgsMS4wNCwxLjA0LDAsMCwxLS4wNSwxLjE4bC04LjI5LDEyLjcxYTEuMDMyLDEuMDMyLDAsMCwxLS45Ni41MiwxLjEyMiwxLjEyMiwwLDAsMS0uOTctMC41MmwtOC4yNi0xMi43MWExLjIxOSwxLjIxOSwwLDAsMS0uMjItMC42MSwwLjg2NCwwLjg2NCwwLDAsMSwuMTctMC41OEExLjExNCwxLjExNCwwLDAsMSwzMTU2LjE1LDExMzAuOTZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzE1NSAtMTEzMC45NykiIC8+PC9nPjwvc3ZnPg==") !important;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
