/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@font-face {
  font-family: 'Freight';
  src: url('Freight-DispBook.eot');
  src: url('Freight-DispBook.eot?#iefix') format('embedded-opentype'),
    url('Freight-DispBook.woff2') format('woff2'),
    url('Freight-DispBook.woff') format('woff'),
    url('Freight-DispBook.ttf') format('truetype'),
    url('Freight-DispBook.svg#Freight-DispBook') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'My Everything Regular';
  font-style: normal;
  font-weight: normal;
  src: local('My Everything Regular'), url('MyEverything-VG876.woff') format('woff');
}

html {
  scroll-behavior: smooth;
}

button, input, select, textarea{
  outline:none !important;
}
/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
  background: #fff;
  color: #504f4e;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  line-height: 24px;
}
a {
  color: #b9927d;
  text-decoration: underline;
  -webkit-transition: all .4s;
  transition: all .4s;
  outline: none !important;
}
a:active, a:hover, a:focus {
  color: #b9927d;
  text-decoration: none;
}

.image-right {
  float: right;
  margin: 0 0 10px 15px;
}
.image-left {
  float: left;
  margin: 0 15px 10px 0;
}
/* -- */
button {
  outline: none !important;
}
.fullsite {
  overflow: hidden;
}
.footer-logo img {
  margin-left: 10px;
}
/* -------------------- 
les titres
-------------------- */ 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Freight';
  font-weight:400;
  text-transform:uppercase
}
h1, .h1{
  font-size: 35px;
  line-height:40px;
  color:#504f4e;
}

header.page-title h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: -14px;
  background: url(../../images/new-images2/after21.png);
  width: 300px;
  height: 70px;
  z-index: -1;
}

h2, .h2{
  line-height: 55px;
  color:#b9927d;
  font-family: 'My Everything Regular' !important;
  text-transform: inherit !important;
  font-size: 46px;
  letter-spacing: 5px;
}
h3, .h3{
  font-size: 23px;
  line-height:28px;
  padding-left:10px;
  position:relative;
}


h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: -14px;
  background: url(../../images/new-images2/after21.png);
  width: 300px;
  height: 70px;
  z-index: -1;
}


h4, .h4{
  font-size: 20px;
  line-height:25px;
  color:#b9927d;
}
h5, .h5{
  font-size: 18px;
  line-height:23px;
}
h6, .h6{
  font-size: 16px;
  line-height:23px;
  color:#b9927d;
}

hr {
  border-color: #c5b8a6;
}
/* -------------------- 
Intro
-------------------- */
.intro-page {
  background: #fff;
  float: left;
  width: 100%;
  height: 100vh;
  min-height: 646px;
  position: relative;
}
table.table-style.table-page tr td:last-child {
  width: 15%;
}
.IntroTemplate .intro-page .logo-intro {
  margin-top: 60px;
  text-align: center;
  width: 100%;
}
.intro-grid {
  display: grid;
  grid-template-rows: 1fr 1fr 155px;
  height: 100%;
}
.btns-intro {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,375px);
  grid-gap: 15px;
  text-align: center;
}
.btns-intro .part a h2 {
  color: #d18fa1;
  font-size: 50px;
  text-transform: none;
  font-weight: 300;
  margin: 0 0 15px;
  line-height: 60px;
}
.btns-intro .part a {
  font-size: 16px;
  color: #504f4e;
  text-decoration: none;
  border: 2px solid #d38ea3;
  display: block;
  padding: 22px 0;
  transition: all .4s;
}
.intro-page .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.btns-intro .part a:hover h2 {
  color: #fff;
}
.btns-intro .part a:hover {
  background: #b8927d;
  border-color: #b8927d;
  color: #fff;
}
.footer-intro {
  text-align: center;
  color: #504f4e;
  font-size: 15px;
  padding: 30px 0 30px;
  position: relative;
}
.footer-intro h2 {
  font-size: 25px;
  color: #d18fa1;
  position: relative;
  border-bottom: 1px solid #d18fa1;
  padding-bottom: 8px;
  margin: 0 0 30px;
}
.footer-intro h2:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background: #d18fa1;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
.footer-intro:before {
  content: "";
  position: absolute;
  width: 100vw;
  margin-left: calc(-50vw + 570px);
  height: 100%;
  left: 0;
  background: #f5e2d8;
  top: 0;
}
.footer-intro p {
  position: relative;
}
.footer-intro a, .googlemaps_v2 label.modal-label {
  color: #504f4e;
}
.footer-intro a:hover, .googlemaps_v2 label.modal-label:hover {
  text-decoration:none
}
/* -------------------- 
header
-------------------- */
.header-top {
  width: 100%;
  position: relative;
}
.networks_linking {
  float: left;
  display: flex;
}
.networks_linking a, #ContainerBlockSocial.addthis_toolbox .at300b {
  width: 26px !important;
  height: 26px !important;
  border-radius: 3px !important;
  background: #504f4e!important;
  color: #fff!important;
  line-height: 28px !important;
  font-size: 20px !important;
  padding: 0 !important;
  margin-left: 10px !important;
}
#ContainerBlockSocial.addthis_toolbox .at300b::before {
  font-family: 'FontAwesome';
  speak: none;
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
#ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone { 
  position: relative;}
#ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone #___plusone_0, #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone iframe 
{ position: absolute!important; 
  left: 0!important; 
  right: 0!important; 
  top: 3px!important; 
  opacity: 0;     
  z-index: 99;} 
#ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone::before {
  content: "\f0d5";
}
.networks_linking a:hover {
  background: #000 !important;
  color: #b9927d !important;
}
.header-top.top-nav {
  /* position: absolute; */
  width: 100%;
  z-index: 100;
  background: rgb(255 255 255 / 0.9);
}
section.topbar {
  color: #504f4e;
  padding: 13px 0 14px;
  position: relative;
  width: 100%;
  text-align: center;
  background: #f5e2d8;
}
section.topbar::after {
  content: '';
  display: block;
  clear: both;
}
section.topbar a {
  color: #504f4e;
  text-decoration: none;
  font-size: 15px;
}
section.topbar a:hover {
  color: #000;
}
/* --- */
section.topbar nav.topnav {
  position: relative;
  float: right;
  display: none;
}
section.topbar nav.topnav ul,
section.topbar nav.topnav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.topbar nav.topnav ul li {
  position: relative;
  float: left;
}
section.topbar nav.topnav ul li:first-child::before {
  content: none;
}
section.topbar nav.topnav ul li::before {
  content: '';
  display: block;
  width: 1px;
  background: #504f4e;
  position: absolute;
  left: -16px;
  height: 7px;
  top: 10px;
}
section.topbar nav.topnav ul li:last-child {
  margin-left: 30px;
}

section.topbar nav.topnav ul li a {
  display: block;
  padding-left: 21px;
  margin: 0;
  text-decoration: none !important;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
  background-repeat: no-repeat;
  background-position: left center;
}
section.topbar nav.topnav ul li:last-child a {
  background-image: url(../../images/new-images2/icon-user.png);
}
section.topbar nav.topnav ul li:first-child a {
  background-image: url(../../images/new-images2/icon-mail.png);
}
section.topbar nav.topnav ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

section.topbar nav.topnav ul li a#account {
  position: relative;
  padding-left: 24px;
}
section.topbar nav.topnav ul li a:hover {
  color: #b9927d;
}
section.topbar .toplogin {
  z-index: 110;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 2px;
  width: 250px;
  border: 2px solid #e5e5e5;
  background: rgba(255,255,255,.95);
  padding: 15px 20px 20px;
  color: #ccc;
  text-align: center;
  box-shadow: 0px 2px 8px 1px rgba(0,0,0,.1);
  transition: all .4s ease-out 1s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  font-size:14px;
}
section.topbar .toplogin.active {
  transition: all .4s;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
section.topbar .toplogin::after {
  content: '';
  position: absolute;
  right: 30px;
  top: -7px;
  border: 5px solid transparent;
  border-top: 0;
  border-bottom-color: #e5e5e5;
}
section.topbar .toplogin a {
  color: #b9927d;
}
section.topbar .toplogin a.registrate,
section.topbar .toplogin a.forgot {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
section.topbar .toplogin h2 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  color: #b9927d;
}
section.topbar .toplogin #user-login input.field {
  display: block;
  width: 100%;
  margin: 5px 0;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 30px;
  height: auto;
  color: #4a4a4a;
  transition: border-color .4s;
}
section.topbar .toplogin #user-login input.field:focus {
  border-color: #b9927d;
}
section.topbar .toplogin #user-login a.Send {
  display: block;
  width: 100%;
  border: none;
  background: #b9927d;
  color: #fff;
  font-size: 15px;
  font-weight:600;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  transition: color .4s;
}
section.topbar .toplogin #user-login a.Send span {
  display: none;
}
section.topbar .toplogin #user-login a.Send:hover {
  background: #000000;
  color: #fff;
}
section.topbar .toplogin #user-login .LoggedIn {
  text-align: right
}
section.topbar .toplogin #user-login .LoggedIn small {
  font-size: 13px;
}
/***********/
.top-bloc .logo {
  float: left;
  padding: 19px 0 20px;
  position: relative;
  z-index: 99;
}
.top-bloc .cta p {
  margin: 0;
}
span.phone-responsive {
  display: none;
}
.top-bloc .cta span.phone {
  color: #b9927d;
}
.top-bloc .cta {
  float: right;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Karla', sans-serif;
  color: #504f4e;
  text-align: right;
  line-height: 28px;
  font-weight: 400;
  margin-top: 34px;
  position: relative;
  transition: all .4s;
}
.top-bloc .cta > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.top-bloc .cta:hover {
  color: #b9927d;
}
/* ------------------- */
.btn-shop {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 11px;
  margin-left: 30px;
}
header.top {
  position: relative;
  z-index: 100;
  transition: background .4s, box-shadow .4s;
}
.is-sticky header.top {
  background: rgba(255, 255, 255, 1);
  box-shadow:0 2px 0 0px #b9927d;
}
header.top .header-wrapper {
  position: relative;
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  transition: all .3s;
}
.is-sticky header.top .header-wrapper {
  padding-top: 0;
}
header.top .logo {
  position: relative;
  -webkit-transform-origin: left top;
  -webkit-transition: all .6s;
  -webkit-transition-delay: .1s;
  transform-origin: left top;
  transition: all .6s;
  transition-delay: 0s;
  transition-delay: .1s;
  float: left;
  margin-right: 180px;
  padding: 15px 0;
}
header.top .logo img{
  max-width:100%;
}
header.top nav.main-nav{
  -webkit-transition: all .5s;
  transition: all .5s;
}
header.top nav.main-nav #nav-group #navigation {
  float: left;
}
header.top nav.main-nav #nav-group a.mobile-nav {
  float: left;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 5px;
  text-decoration: none;
  display: none;
}
header.top nav.main-nav #nav-group a.mobile-nav:hover{
  color:#b9927d;
}
header.top nav.main-nav #nav-group a.mobile-nav i.fa {
  margin-right: 10px;
}

#nav-group .search-button, #nav-group .caddy-button, .WishlistButton {
  float: left;
  padding: 4px 5px;
  font-size: 18px;
  position: relative;
  margin-left: 5px;
  background: #f5e2d8;
  width: 33px;
  height: 33px;
  text-align: center;
}
#nav-group .search-button {
}
#nav-group .search-button i.fa, #nav-group .caddy-button i.fa, .WishlistButton i.fa {
  color: #504f4e;
  font-weight: normal;
  transition: color .4s;
}
#nav-group .search-button i.fa:hover, #nav-group .caddy-button i.fa:hover, .WishlistButton i.fa:hover {
  color: #b48a74;
  cursor: pointer;
}
#nav-group .caddy-button {
  position: relative;
  padding-right: 0;
}
#nav-group .caddy-button i.fa {
  position: relative;
  z-index: 1;
}
#nav-group .caddy-button #CaddyCount {
  position: absolute;
  right: -13px;
  top: -12px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  pointer-events: none;
  font-weight: 400;
  background: #504f4e;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #fff;
}

/* ------ */
#mm-navigation .mm-panels > .mm-panel > .mm-listview {
  margin-top: 0;
  margin-bottom: 0;
}
#mm-navigation .mm-panels > .mm-panel > .mm-listview:first-child,
#mm-navigation .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
#mm-navigation .mm-listview {
  display: block!important;
}

#mm-navigation .mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
  background: #b9927d;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
#mm-navigation .mm-panel.mm-hasnavbar .mm-navbar a {
  color: white;
}
#mm-navigation .mm-listview > li:not(.mm-divider)::after{
  left: 0;
}
#mm-navigation .mm-listview > li > a, #mm-navigation .mm-listview > li > span {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
#mm-navigation .mm-listview li a:hover, #mm-navigation .mm-listview li.selected a {
  text-decoration: none;
  background: #b9927d;
  color: #fff;
}

#mm-navigation .mm-listview > li .mm-arrow::after, #mm-navigation .mm-listview > li .mm-next:hover:after, #mm-navigation .mm-btn::after, #mm-navigation .mm-btn::before {
  border-color: rgba(255,255,255,.7);
}
/* -------------------- 
search-popup 
-------------------- */
.search-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,.8);
  transition: top .6s;
}
.search-popup.active {
  top: 0;
  transition: top 1.0s;
}
.search-popup .search-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  cursor: pointer;
}
.search-popup .search-popup-close span {
  width: 65px;
  height: 65px;
  background: url(../../images/new-images2/icon-close.png) center no-repeat;
  display: block;
}
.search-popup .searchForm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-popup .searchForm label {
  display: none;
}
.search-popup .searchForm .container-Search {
  border-bottom: 1px solid #ccc;
}
.search-popup .searchForm .container-Search::after {
  content: '';
  display: block;
  clear: both;
}
.search-popup .searchForm input#tags {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 400px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  vertical-align: top;
  outline: none;
  float: left;
}
.search-popup .searchForm input#BtnSearch {
  font-size: 0;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.search-popup .searchForm::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  pointer-events: none;
  color: #fff;
  transition: color .4s;
}
/* -------------------- 
banner
-------------------- */
section.banner {
  position: relative;
  min-height: 600px;
}
section.banner.big {
  height:84vh;
  display: none;
}
section.banner #slideshow{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
section.banner #slideshow .next, section.banner #slideshow .prev {
  background: rgba(0,0,0,.5);
  width: 40px;
  height: 40px;
  text-align: center;
  top: auto;
  bottom:5px;
  margin: 0;
  transform: none;
  border-radius: 0;
  transition: background .4s;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  padding:0
}
section.banner #slideshow .next:hover,
section.banner #slideshow .prev:hover {
  background: rgba(0,0,0,.85);
}
section.banner #slideshow .next{
  right: 5px;
}
section.banner #slideshow .prev {
  left: auto;
  right: 50px;
}
div#slideshow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgb(0 0 0 / 0.1);
  z-index: 2
}
/* --- */
.wrapper-banner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.wrapper-banner .inner-banner{
  text-align:center;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  animation: slide-in .5s forwards;
  -webkit-animation: slide-in .5s forwards;
}
.wrapper-banner .cta {
  font-size: 65px;
  font-weight: 400;
  color: white;
  line-height: 70px;
  margin: 0;
  padding: 0;
  font-family: 'Freight';
  pointer-events: initial;
  text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.45);
  position: relative;
  text-transform: uppercase;
}
.wrapper-banner .cta a {
  font-size: 19px;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  font-weight: 400;
  background: #b9927d;
  font-family: 'Karla', sans-serif;
  display: table;
  margin: 28px auto 0;
  padding: 13px 31px;
  text-transform: none;
  line-height: 25px;
  transition: all .4s;
}
.wrapper-banner .cta a:hover {
  color: #b9927d;
  background: #fff;
}
.wrapper-banner .cta p {
  margin: 0;
}
@keyframes slide-in {
  100% {
    transform: translateX(0%); 
    opacity: 1;
  }
}
@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%); 
    opacity: 1;
  }
}
/* --------------------------------  
boxes banner
--------------------------------  */
section.boxes {
  position: relative;
  padding: 55px 0 75px;
  border-bottom:16px solid #f5e2d8;
}
section.boxes .boxes-grid {
}
section.boxes .boxes-grid div[class*="box"] {
  position: relative;
  padding-left: 50px;
  padding-bottom: 40px;
}
section.boxes .icon {
  position: absolute;
  left: 0;
  top:0;
}
section.boxes h4 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 19px;
  color: #504f4e;
  font-weight: 400;
  letter-spacing: 0.14em;
}
section.boxes a {
  color: #504f4e;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0;
  padding-bottom: 5px;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  font-weight: 400;
  padding: 5px 0 15px;
  text-transform: uppercase;
  transition: all .4s;
  border-bottom: 1px solid #504f4e;
}
section.boxes a::after {
  content: '';
  width: 100%;
  height: 5px;
  opacity: 0;
  z-index: -1;
  bottom: 22px;
  position: absolute;
  transition: all .4s;
  background: #f5e2d8;
  left: 0;
}
section.boxes a:hover::after {
  opacity: 1;
}
.slick-dots li {
  border: none !important;
}
.slick-dots li button:before {
  display:none;
}
.slick-dots li, .slick-dots li button {
  width: 9px !important;
  height: 9px !important;
}
.slick-dots li button {
  padding: 0 !important;
  background: #f5e2d8 !important;
  border-radius: 0% !important;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
  background: #b9927d !important;
}
.slick-dots {
  bottom: -45px !important;
}
.slick-initialized .slick-slide > div {
  margin: 0 20px;
}
.slick-dots li {
  margin: 0 5px !important;
}
section.boxes a:hover {
  border-color: #fff;
}

/* --------------------------------  
Content generale
--------------------------------  */
/* -home- */
.webshop-home #Shop #Breadcrumbs {
  display: none !important;
}
.webshop-content {
  padding: 50px 0;
}
.webshop-home{
  padding: 60px 0 0 !important;
}
.webshop-home #Shop div#ShopContent #article-content > h1#Title {
  font-size: 45px;
  padding: 0;
  margin: 0 0 42px 0;
  padding: 0 0 10px 0;
  line-height: inherit;
  line-height: 60px;
  letter-spacing: 0;
  color: #b9927d;

}
span.subtitle-shop {
  color: #898787;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.webshop-content:not(.webshop-home) #Shop div#ShopContent #article-content > h1#Title{
  display: none !important;
}
.webshop-home #Shop div#ShopContent #article-content > h1#Title::after {
  content: '';
  display: block;
  width: 95px;
  height: 5px;
  margin: 0;
  background: #b9927d;
  position: absolute;
  bottom: 0;
}
h1 span.subtitle {
  font-size: 25px;
  color: #b9927d;
  display: block;
  line-height: 50px;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: 'Freight';
  text-transform: uppercase;
}
.webshop-home .shop-home {
  padding-bottom: 50px;
  border-bottom: 1px solid #f5e2d8;
}
#Shop div#ShopContent #article-content .shop-home h1#Title {
  margin: 0px 0 30px !important;
  padding-left: 20px;
  position: relative;
  font-size: 25px;
  overflow: hidden;
  font-family: 'Karla', sans-serif;
  text-transform: none;
}
#Shop div#ShopContent #article-content .shop-home h1#Title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 11px;
  width: 7px;
  background: #f5e2d8;
}
.webshopTemplate.category.front .webshop-home #Shop div#ShopContent #Products {
  clear: both;
  width: 100vw;
  margin-left: calc(-50vw + 570px);
  background: #fff;
  padding: 20px 0 70px;
  margin-top: 40px;
  position: relative;
}
#Shop div#ShopContent #article-content h1#Title {
  margin: 0px 0 30px !important;
}
.webshop-home #Shop div#ShopContent #Products .bg-titre .container {
  z-index: 2;
  position: relative;
}
.webshop-content:not(.webshop-home) #Shop div#ShopContent #Products .container{
  width:100% !important;
  padding:0 !important;
}
.webshop-home #Shop div#ShopContent #Products h2 {
  position: relative;
  text-align: center;
  font-size: 25px;
  color: #504f4e;
  font-family: 'Karla', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 40px;
  padding-bottom: 22px;
  text-transform: none;
}
.webshop-home #Shop div#ShopContent #Products h2:after {
  content: "";
  left: 0;
  right: 0;
  width: 133px;
  height: 3px;
  margin: auto;
  background: #b9927d;
  position: absolute;
  bottom: 0;
}
body.webshopTemplate.lang-nl.checkout .webshop-content, body.webshopTemplate.lang-nl.category .webshop-content, body.webshopTemplate.lang-nl.product .webshop-content {
  padding-top: 100px;
}
.webshop-home #Shop div#ShopContent #Products h2 strong {
  font-size: 55px;
  color: #b9927d;
  display: inline-block;
  line-height: 50px;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: 'Freight';
  text-transform: uppercase;
}
.webshop-home #Shop div#ShopContent #Products .container> h1 small {
  font-size: 25px;
  color: #fff;
  font-family: "Roboto";
  display: block;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.webshop-home #Shop div#ShopContent #Products div#ProdNav {
  display: none !important;
}
/* --------------------------------  
contenu 
--------------------------------  */
section.section-content {
  padding: 50px 0;
  position: relative;
}
.webshop-home .shop-home h1#Title > span:not(.subtitle) {
  background: #fff;
  display: inline-block;
  font-size: 23px;
  color: #b9927d;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  padding: 10px 20px;
  line-height: 28px;
}
.image-home {
  float: right;
  margin: 0 0 30px 50px;
  max-width: 550px;
}
.webshop-home .shop-home .home-content * {
  color: #fff;
}
.webshop-home .shop-home .home-content {
  padding: 55px 55px;
}
.webshop-home .shop-home .home-content a {
  color: #000;
}
.webshop-home .shop-home .home-content a:hover {
  color: #fff;
}
.image-home img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
header.page-title {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  /* border-bottom: 2px solid #b9927d; */
}
header.page-title h1 {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 20px;
  letter-spacing: 3px;
}

article.content::after {
  content: '';
  display: block;
  clear: both;
}
article.content p {
  margin-bottom: 15px;
}
article.content ul {
  padding-left: 15px;
}
article.content ul li {
  list-style: none;
  background: url(../../images/new-images2/list-icon01.png) no-repeat 0 5px;
  padding-left: 20px;
}
article.content ul ul li {
  background-image: url(../../images/new-images2/list-icon02.png);
}
.table-style {
  position: relative;
  min-width: 780px;
}
.table-style th {
  background: #a97e68;
  color: #fff;
}
.table-style th, .table-style td p {
  margin: 0;
}
.table-style th,
.table-style td {
  border: 1px solid #696969;
  padding: 2px 5px;
}
article.content table.contact-table td {
  width: 33.3333%;
  text-align: center;
  vertical-align: top;
}
article.content table.contact-table td:first-child {
  text-align: left;
}
article.content table.contact-table td:last-child {
  text-align: right;
}
article.content table.contact-table td h3 {
  margin: 0 0 5px;
  padding: 0;
}
article.content img{
  max-width:100%;
}
/* --------------------------------  
box Home
--------------------------------  */

/**
* ----------------------------------------
* animation rotate-vert-center
* ----------------------------------------
*/
@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
/***************/
section.photo-spacer {
  position: relative;
  background: url(../../images/new-images2/home-spacer.jpg) no-repeat center fixed;
  clear: both;
  width: 100vw;
  margin-left: calc(-50vw + 570px);
  height: 370px;
}
/* --------------------------------  
boxes services
--------------------------------  */
section.services {
  position: relative;
  background: #fff;
  padding: 95px 0;
  margin: 0 auto;
}
section.services h4 {
  text-align: center;
  /*font-variant: small-caps;*/
  margin: 0 0 30px;
  font-size: 2.4em;
  line-height: 1em;
}
section.services h4::before,
section.services h4::after {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #fbaba7;
  width: 50px;
  vertical-align: middle;
}
section.services h4::before {
  margin-right: 20px;
}
section.services h4::after {
  margin-left: 20px;
}
section.services h4 ~ p {
  text-align: center;
  margin-bottom: 50px;
}
section.services .services-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 68px;
}
section.services .services-boxes > div[class*="box"] {
  position: relative;
  display: grid;
  grid-template-rows: 194px auto;
}
section.services .services-boxes div[class*="box"] .box-photo {
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  overflow: hidden;
  height: 100%;
}
section.services .services-boxes .box01 .box-photo {
  background-image: url(../../images/new-images2/img1.jpg);
}
section.services .services-boxes .box02 .box-photo {
  background-image: url(../../images/new-images2/img2.jpg);
}
section.services .services-boxes .box03 .box-photo {
  background-image: url(../../images/new-images2/img3.jpg);
}
section.services .services-boxes div[class*="box"] .box-content {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 70px;
}
section.services .services-boxes div[class*="box"] .box-content h5,
section.services .services-boxes div[class*="box"] .box-content p {
  margin: 0;
}
section.services .services-boxes div[class*="box"] .box-content h5 {
  line-height: 1em;
  font-size: 25px;
  color: #a97e68;
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: .14em;
}
section.services .services-boxes div[class*="box"] .box-content a {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section.services .services-boxes div[class*="box"] .box-content .btn-b {
  color: #504f4e;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0;
  padding-bottom: 5px;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  font-weight: 400;
  padding: 5px 0 15px;
  text-transform: uppercase;
  transition: all .4s;
  border-bottom: 1px solid #504f4e;
}
section.services .services-boxes div[class*="box"] .box-content .btn-b:before {
  content: '';
  width: 100%;
  height: 5px;
  opacity: 0;
  bottom: 22px;
  position: absolute;
  transition: all .4s;
  background: #f5e2d8;
  left: 0;
}
section.services .services-boxes div[class*="box"]:hover .box-content .btn-b {
  border-color: #fff;
}
section.services .services-boxes div[class*="box"]:hover .box-content .btn-b::before {
  opacity: 1;
}section.services .services-boxes div[class*="box"] .box-content .btn-b span {
  position: relative;
}

/***********/
.webshop-home #Shop div#ShopContent #article-content > h2.h1:after {
  content: "";
  left: 0;
  right: 0;
  width: 133px;
  height: 3px;
  margin: auto;
  background: #b9927d;
  position: absolute;
  bottom: 0;
}
.webshop-home #Shop div#ShopContent #article-content > h2.h1 {
  margin-top: 90px;
  font-size: 45px;
  line-height: 50px;
  color: #b9927d;
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 20px;
}
.webshop-home #Shop div#ShopContent #article-content #CatSubCats {
  border: none;
  width: 100vw;
  margin-left: calc(-50vw + 570px);
  padding: 0 120px;
  margin-bottom: 100px;
}
.webshop-home #Shop div#ShopContent #article-content #CatSubCats a[class^="level"] {
  padding-bottom: 80%;
  margin: 10px 15px;
  box-shadow: none;
}
.slick-prev:before, .slick-next:before {
  display:none;
}
.slick-prev, .slick-next {
  width: 24px !important;
  height: 39px !important;
}
.slick-prev {
  background: url(../../images/new-images2/prev.png) no-repeat center !important;
}
.slick-next {
  background: url(../../images/new-images2/next.png) no-repeat center !important;
}
/**************/
section.maps {
  position: relative;
  overflow: hidden;
  height: 393px;
}
section.maps .box_googlemapsv2 iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: -150px;
  bottom: -150px;
  height: calc(100% + 300px);
  filter: grayscale(1);
}
/* --------------------------------  
products
--------------------------------  */
.shop-link a {
  display: table;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-family: 'Publica Sans';
  background: #9cc545;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 20px 7px;
  line-height: 30px;
  transition: all .4s;
}
.shop-link a:hover {
  color: #fff;
  background: #101010;
}
/* --------------------------------  
footer
--------------------------------  */
footer.bottom {
  position: relative;
  background: #f5e2d8;
  padding: 54px 0;
}
footer.bottom .footer-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 1%;
  align-items: center;
}
.footer-logo {
  display: table;
  margin: 0 auto;
}
footer.bottom h4 {
  color: #a97e68;
  position: relative;
  padding: 0 0 13px 0;
  margin: 0 0 30px 0;
  font-size: 25px;
  line-height: 30px;
}
footer.bottom h4:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background: #a97e68;
  left: 0;
  bottom: 0;
}
.number-responsive {
  display: none;
}
footer.bottom a, footer.bottom .googlemaps_v2 label.modal-label {
  color: #504f4e;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration:underline;
}
footer.bottom .adr-f {
  padding-left: 30px;
  background: url(../../images/new-images2/map.png) no-repeat left 4px;
}
footer.bottom .info-f {
  padding-left: 30px;
  background: url(../../images/new-images2/tel.png) no-repeat left 4px;
}
footer.bottom .bloc-right {
  float: right;
}
footer.bottom a:hover, footer.bottom .googlemaps_v2 label.modal-label:hover{
  color: #000;
  text-decoration:none;
}
span.openingDay {
  display: inline-block;
  width: 50px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.openingLine:nth-child(2) span.openingTime:after, .openingLine:nth-child(3) span.openingTime:after, .openingLine:nth-child(4) span.openingTime:after {
  content: "(laatavond)";
}
/* -- -*/
#scrollUp {
  bottom: 30px;
  right: 10px;
  background: rgb(0 0 0 / 75%);
  color: #fff;
  width: 40px;
  line-height: 40px;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
}
#scrollUp:hover {
  background: rgb(0 0 0 / 1);
}

div.cc-Nexas {
  width: 100%;
}
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
  box-sizing: content-box;
}
div#_atssh {
  bottom: 0;
}
#footerSlideContainer {
  font-size: 15px;
}
/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
/*** ESSENTIAL STYLES ***/
#navigation .sf-menu, #navigation .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation .sf-menu::after {
  content: '';
  display: block;
  clear: both;
}
#navigation .sf-menu > li {
  float: left;
}
#navigation .sf-menu > li > ul {
  position: absolute;
  display: none;
  top: auto;
  left: 0;
  right: 0;
  z-index: 99;
}

#navigation .sf-menu li:hover > ul,
#navigation .sf-menu li.sfHover > ul {
  display: block;
}

#navigation .sf-menu a {
  display: block;
  position: relative;
}
#navigation .sf-menu ul ul {
  top: 0;
  left: 0;
}


/*** DEMO SKIN ***/
#navigation .sf-menu {
  float: left;
}
#navigation .sf-menu a {
  text-decoration: none;
}
#navigation .sf-menu > li {
  padding: 0 1px;
  background: url(../../images/new-images2/sep.png) no-repeat right center;
  margin: 9px 0 10px;
}
#navigation>div>.sf-menu:last-child > li:last-child {
  background: none;
}
#navigation .sf-menu > li > a {
  color: #504f4e;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  padding: 6px 39px;
  position: relative;
}
#navigation .sf-menu > li > a:hover, #navigation .sf-menu > li.sfHover > a, 
#navigation .sf-menu > li.active > a, #navigation .sf-menu > li.selected > a {
  background:#f5e2d8;
}
#navigation .sf-menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  width: 100%;
  height: 3px;
  background: #f5e2d8;
  margin: auto;
  opacity: 0;
  transition: all .4s;
}
#navigation .sf-menu > li > a#Contact {
  padding-right: 0;
}
#navigation .sf-menu > li > a:hover:before, #navigation .sf-menu > li.sfHover > a:before, 
#navigation .sf-menu > li.active > a:before, #navigation .sf-menu > li.selected > a:before {
  opacity:1;
}
#navigation .sf-menu > li > ul {
  background: #fff;
  box-shadow: 0px 2px 8px 1px rgba(0,0,0,.1);
  text-align: left;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 13px;
}
#navigation .sf-menu > li > ul > li {
  width: 33.33333%;
  padding: 5px 10px;
}
#navigation .sf-menu > li > ul > li > a {
  color: #444;
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #444;
  text-transform: uppercase;
  padding: 5px;
}
#navigation .sf-menu > li > ul > li > a:hover,
#navigation .sf-menu > li > ul > li.sfHover > a,
#navigation .sf-menu > li > ul > li.active > a {
  border-color: #b9927d;
  color: #b9927d;
}
#navigation .sf-menu > li > ul > li > ul {
  position: relative;
  display: block!important;
  height: auto!important;
}
#navigation .sf-menu > li > ul > li > ul li {
  /*border-top: 1px solid rgba(74,74,74,.5);*/
}
#navigation .sf-menu > li > ul > li > ul li:first-child {
  border-top: 0;
}
#navigation .sf-menu > li > ul > li > ul li a {
  font-weight: normal;
  font-size: 14px;
  padding: 2px 0;
  color: #515151;
  font-weight: 500;
}
#navigation .sf-menu > li > ul > li > ul li a:hover {
  color: #bdbdbd;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '\f0dd';
  font-family: 'FontAwesome';
  font-size: 14px;
  vertical-align: bottom;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 3px;
  line-height: 1;
  font-weight: 700;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  content: none;
}


a.fotogalerij-link {
  position: absolute;
  top: 48px;
  right: 0;
  font-size: 16px;
  text-decoration: none;
  background: #f4d9d6;
  color: black;
  padding: 10px 25px;
  font-weight: 800;
  text-transform: uppercase;
}


.front #ShopContent #Products{
  display:none;
}

/*--------------------------------------------------
## Resposnive
--------------------------------------------------*/
@media only screen and (max-width : 1199px) {


  .imgnone{
    display:none;
  }


  #navigation .sf-menu > li > a {
    padding: 6px 4px;
  }
  .btn-shop {
    margin-left: 5px;
  }
  .wrapper-banner .cta {
    font-size: 40px;
    line-height: 50px;
  }
  /* --*/
  .webshop-home {
    padding: 76px 0 0 !important;
  }
  .webshop-home #Shop div#ShopContent #Products, section.photo-spacer, .webshop-home #Shop div#ShopContent #article-content #CatSubCats {
    margin-left: calc(-50vw + 470px);
  }
  .webshop-home #Shop div#ShopContent #Products h1{
    font-size: 54px;
  }
  section.boxes h4 {
    letter-spacing: 0.1em;
  }
  .webshopTemplate.category.front .webshop-home #Shop div#ShopContent #Products {
    margin-left: calc(-50vw + 470px);
  }
  h1 span.subtitle {
    font-size: 42px;
    line-height: 47px;
  }
  /********/
  section.home-box .bx h3 {
    font-size: 28px;
  }
  .webshop-home #Shop div#ShopContent #article-content #CatSubCats {
    padding: 0 60px;
  }
  .footer-intro::before {
    margin-left: calc(-50vw + 470px);
  }
}
@media only screen and (max-width : 1024px) {
  html.search-active,
  html.search-active body {
    height: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width : 991px) {
  header.top nav.main-nav #nav-group #navigation {
    display: none;
  }
  header.top nav.main-nav #nav-group a.mobile-nav {
    display: block;
  }
  #nav-group .search-button, #nav-group .caddy-button{
    margin-top: 0px;
  }
  header.top nav.main-nav{
    display: table;
    margin: 0 auto;
  }

  .is-sticky header.top .header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  header.top nav.main-nav #nav-group a.mobile-nav{
    font-weight: 400;
    padding: 8px 10px;
    color: #000;
  }

  .search-popup .searchForm {
    width: 250px;
  }
  .search-popup .searchForm input#tags {
    width: 200px;
  }
  /* -- */
  section.banner.big {
    height: 90vh;
  }
  .wrapper-banner .cta {
    font-size: 31px;
    line-height: 35px;
  }
  .webshop-home .shop-home {
    grid-template-columns: repeat(1,1fr);
  }
  .webshop-home .shop-home .home-content {
    order: 1;
  }
  /* -- */
  .webshop-home {
    padding: 60px 0 0 !important;
  }
  h1 span.subtitle {
    font-size: 37px;
    line-height: 45px;
  }

  .webshop-home #Shop div#ShopContent #Products {
    margin-top: 60px;
    padding: 50px 0 50px;
  }
  .webshop-home #Shop div#ShopContent #Products .container > h1 small{
    font-size: 22px;
  }
  .webshop-home #Shop div#ShopContent #Products h1 {
    font-size: 48px;
  }
  .webshop-home #Shop div#ShopContent #Products, section.photo-spacer, .webshop-home #Shop div#ShopContent #article-content #CatSubCats {
    margin-left: calc(-50vw + 360px);
  }
  .image-home {
    float: none;
    margin: 0 auto 0px;
    display: table;
    order: 2;
    height: 350px;
  }
  .image-home img {
    max-width: 100%;
    height: auto;
  }
  /* -- */
  section.home-box {
    padding: 60px 0;
  }
  section.home-box .bx .photo::after{
    background-size: cover;
  }
  /* -- */
  section.googlebottom.big {
    height: 320px;
  }
  /* -- */
  footer.bottom {
    padding: 60px 0;
    font-size: 15px;
  }
  .footer-right {
    margin-top: 24px;
  }
  footer.bottom .footer-grid {
    grid-gap: 0;
    grid-template-columns: none;
    display: block;
  }
  .footer-left {
    text-align: center;
  }
  footer.bottom h4 {
    padding: 0 0 14px 0;
    text-align: center;
  }
  footer.bottom h4::after {
    left: 50%;
    margin-left: -22px;
  }

  div.contactform .contactForm {
    margin-top: 30px;
  }
  header.top .header-wrapper {
    display: block;
    float: right;
    position: initial;
  }
  header.top nav.main-nav #nav-group a.mobile-nav {
    font-weight: 400;
    padding: 5px 0px;
    color: #000;
    text-align: center;
    margin: 10px 0 7px;
    font-size: 28px;
  }
  section.home-box .bx {
    margin-bottom: 30px;
  }

  .footer-logo {
    display: block;
    margin-top: 0;
  }
  .footer-center {
    text-align: center;
  }
  footer.bottom .adr-f, footer.bottom .info-f {
    background-position: top center;
    padding	: 0;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  footer.bottom .bloc-right {
    float: none;
    text-align: center;
  }
  footer.bottom .bloc-right h4::after, footer.bottom h4::after {
    right: 0;
    left: 0;
    margin: auto;
  }
  .footer-logo {
    margin-top: 20px;
  }
  .webshopTemplate.category.front .webshop-home #Shop div#ShopContent #Products {
    margin-left: calc(-50vw + 360px);
  }
  section.services .services-boxes {

    grid-template-columns: repeat(1, 1fr);
  }
  section.services .services-boxes > div[class*="box"] {
    max-width: 350px;
    margin: 0 auto;
  }
  .footer-intro::before {
    margin-left: calc(-50vw + 360px);
  }
  .btns-intro {
    grid-template-columns: repeat(2,325px);
  }
}
@media only screen and (max-width : 767px) {




  .table-page {
    width: 100%!important;
    min-width:auto;
  }
  .table-page thead{
    display: none;
  }
  .table-page tr{
    border-bottom: 1px solid #b9927d;
  }
  .table-page td{
    display: block;
    width: auto!important;
    padding: 2px 0;
    border: 0;
    line-height: 1.4em;
  }
  .table-page td[colspan]{
    font-size: 1.2em;
  }
  .table-page tr > td:first-child{
    padding-top: 10px;
  }
  .table-page tr > td:last-child{
    padding-bottom: 10px;
  }
  .table-page td p{
    padding: 0;
  }


  .table-page > tbody > tr > td {
    display: block;
    width: auto;
  }



  a.fotogalerij-link {
    position: relative;
    top: 0;
  }


  section.topbar .bloc-top {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
  }
  .wrapper-banner .cta {
    font-size: 30px;
    line-height: 40px;
  }
  section.newsletter .content-newsletter {
    display: grid;
    grid-template-columns: auto;
  }
  span.number {
    display: none;
  }
  span.number-responsive {
    display: inline-block;
  }

  section.topbar nav.topnav ul li a {
    margin: 0;
  }
  /* -- */
  section.banner {
    min-height: 500px;
  }
  section.banner.big {
    height: 82vh;
  }

  .wrapper-banner .inner-banner{
    text-align: center;
  }
  /* -- */
  .webshop-content {
    padding: 40px 0;
  }
  .webshop-home{
    padding: 40px 0 0; !important;
  }

  .webshop-home #Shop div#ShopContent #Products .container > h1 small {
    font-size: 20px;
  }

  .webshop-home #Shop div#ShopContent #Products {
    padding: 40px 0 20px;
    width: auto;
    margin: 40px -15px 0;
  }
  .webshop-home #Shop div#ShopContent #Products h1 {
    font-size: 44px;
  }

  /* -- */
  section.home-box {
    padding: 50px 0 20px;
    font-size: 14px;
  }
  section.home-box .bx {
    margin: 0 auto 30px;
  }

  /* --- */
  footer.bottom {
    padding: 50px 0;
    font-size: 14px;
  }
  footer.bottom span.number {
    display:none;
  }
  footer.bottom span.number-responsive {
    display: inline-block;
  }
  footer.bottom h4 {
    text-align: center;
  }

  .image-left, .image-right {
    float: none;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 10px auto;
    display: block;
  }

  section.googlebottom.big {
    height: 300px;
  }

  .table-liste td {
    width: 100% !important;
    display: block;
  }
  .table-liste td:not(:last-child) ul {
    margin-bottom: 0;
  }
  .webshop-home #Shop div#ShopContent #Products, section.photo-spacer, .webshop-home #Shop div#ShopContent #article-content #CatSubCats {
    margin-left: -15px;
  }
  .webshopTemplate.category.front .webshop-home #Shop div#ShopContent #Products {
    margin-left: -15px;
  }
  .top-bloc .cta > a {
  }
  .phone {
    display: none;
  }
  span.phone-responsive {
    display: inline-block;
  }
  .footer-intro::before {
    margin-left: -15px;
  }
  .btns-intro {
    grid-template-columns: repeat(2,285px);
  }
}
@media only screen and (max-width : 640px) {
  .footer_contact {
    display: block;
    grid-template-columns: none;
    grid-gap: 0;
    text-align: center;
  }
  .footer_contact .box-infos {
    order: 2;
  }
  .footer_contact .box-infos .txt {
    float: none;
    margin-top: 20px;
  }
  footer.bottom .social {
    margin: 25px auto 0;
    display: table;
  }
  .webshop-home #Shop div#ShopContent #article-content > h1#Title {
    font-size: 35px;
    line-height: 50px;
  }
  .top-bloc .logo {
    float: none;
    padding: 7px 0;
    display: table;
    margin: 0 auto;
  }
  .top-bloc .cta {
    float: none;
    display: table;
    margin: 20px auto;
    text-align: center;
  }
  .wrapper-banner .cta {
    font-size: 22px;
    line-height: 32px;
  }
  .webshop-home .shop-home .home-content {
    padding: 55px 15px;
  }
  section.photo-spacer .form-home h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .btns-intro {
    grid-template-columns: repeat(1,285px);
  }
  .intro-grid {
    grid-gap: 60px;
  }
  .intro-page {
    min-height: 850px;
  }
  .intro-grid {
    grid-template-rows: 1fr 1fr 185px;
  }
}
@media only screen and (max-width : 480px) {
  section.topbar{
    padding: 7px 0 13px;
  }
  header.top .logo {
    max-width: 130px;
    margin: 0;
  }
  section.topbar a {
    font-size: 14px;
  }
  #nav-group .search-button {
    margin-left: 0;
  }
  #nav-group .search-button::before{
    display: none;
  }
  .contactForm .g-recaptcha {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    margin-left: -7.8vw;
  }


  .wrapper-banner .cta-btn a {
    font-size: 14px;
    padding: 8px 15px;
  }.wrapper-banner .cta {
    font-size: 26px;
    line-height: 35px;
  }
  span.openingDay {
    display: inline-block;
    width: 60px;
  }
  span.openingDay::after {
    right: 2px;
    width: 28px;
  }

  h1 span.subtitle {
    font-size: 30px;
    line-height: 35px;
  }
  .webshop-home #Shop div#ShopContent #article-content > h1#Title {
    font-size: 30px;
    line-height:35px;
  }
  .webshop-home #Shop div#ShopContent #Products h1 {
    font-size: 30px;
  }
  header.top .logo img {
    max-width: 100%;
  }
  section.photo-spacer .form-home {
    padding: 60px 10px;
  }
  .webshop-home #Shop div#ShopContent #article-content > h2.h1 {
    font-size: 35px;
    line-height: 40px;
  }
  h1, .h1 {
    font-size: 24px;
    line-height: 30px;}
  section.topbar nav.topnav {
    float: none;
    display: table;
    margin: 5px auto;
  }
  .networks_linking {
    position: relative;
    margin: 0 auto;
    float: none;
    text-align: center;
    display: inline-flex;
  }
}

button.primaryAction {
  background: #b9927d;
  color: #fff;
  text-decoration: none;
  box-shadow: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border: none !important;
  margin-top: 15px;
}
button.primaryAction:hover {
  color: #fff;
  background: #000000;
}
div#ContainerBlockSocial span {
  display: none;
}