a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
s,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.inline-block,
ul.hack-inline > li {
  display: inline-block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hack-inline {
  letter-spacing: -0.5em !important;
}
.hack-inline > * {
  letter-spacing: normal;
  display: inline-block;
}
.flex {
  display: flex;
  -webkit-display: -webkit-flex;
}
.flex > * {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.photo {
  overflow: hidden;
  justify-content: center;
  object-position: 50% 50%;
}
.photo img {
  flex: 1;
  object-fit: cover;
}
.photo img.contain {
  object-fit: contain;
}
.overflow {
  overflow: hidden;
}
.object-fit {
  object-fit: cover;
  object-position: 50% 50%;
}
.grid_bg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.grid_bg li {
  width: 20%;
  height: 25%;
  opacity: 0.5;
  animation: fade 2s ease infinite alternate-reverse;
  background: rgba(24, 17, 18, 0.8);
  transition: opacity 0.5s ease-out;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
.is-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: none;
  filter: brightness(1.1);
  z-index: -1;
}
.is-background img {
  height: 100%;
  width: 100%;
}
[data-aos='blur'] {
  filter: blur(5px);
  opacity: 0;
  transition-property: filter, opacity;
}
[data-aos='blur'].aos-animate {
  filter: blur(0px);
  opacity: 1;
}
.desc {
  font-family: 'Assistant';
}
[data-aos='openslideslow'] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
[data-aos='openslideslow'].aos-animate {
  animation: 4s inset ease forwards;
  animation-delay: 0s;
}
[data-aos='openslidefast'] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
[data-aos='openslidefast'].aos-animate {
  animation: 1.8s inset ease forwards;
  animation-delay: 0s;
}
[data-aos='openslide'] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
[data-aos='openslide'].aos-animate {
  animation: 1.8s inset ease forwards;
  animation-delay: 1.5s;
}
@keyframes inset {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  99.9% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: none;
  }
}
.zones {
  overflow-x: hidden;
}
.zones .zone {
  margin: 8rem 0;
  position: relative;
  overflow: hidden;
  background: white;
  z-index: 0;
}
.zones.stickyHeader {
  margin-top: 0;
}
.photo img {
  transition: all 0.3s ease;
}
.photo:hover img {
  transition: all 2s ease-out;
}
[data-aos] {
  opacity: 0;
}
.aos-animate {
  opacity: 1;
}
p {
  line-height: 1.5;
}
.cfluid {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.swiper-container {
  cursor: grab;
}
.swiper-container:focus {
  cursor: grabbing;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
  font-size: 4rem;
  outline: none;
  overflow: hidden;
  width: auto !important;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
}
.swiper-button-prev:hover img {
  animation: roll 1s ease-in-out infinite both reverse;
}
.swiper-button-next:hover img {
  animation: roll 1s ease-in-out both infinite;
}
@keyframes roll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.rub {
  margin-bottom: 4rem;
}
.rub .titre {
  font-size: 8rem;
  letter-spacing: 1px;
  line-height: 1.2;
}
.rub .hr {
  width: 80px;
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  margin: 4rem auto;
  display: inline-block;
}
.rub .ss {
  font-size: 3rem;
}
.rub .ss em {
  color: #d8c199;
}
.fotobg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fototop {
  z-index: 1;
}
.button {
  border-radius: 0;
  margin-top: 3rem;
  display: inline-block;
  font-weight: 400;
  max-width: max-content;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
  text-align: center;
  letter-spacing: 1px;
  color: white;
  font-style: italic;
  font-size: 110%;
  color: #d8c199;
}
.button i {
  margin-right: 10px;
  font-size: 2rem;
}
.button .underline {
  bottom: 0px;
  height: 1px;
  width: 0;
  display: block;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  background: #d8c199;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.button .arrow {
  opacity: 0;
  position: absolute;
  left: -50px;
  top: 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  color: #d8c199;
  font-size: 2.5rem;
}
.button:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d8c199;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.button:hover {
  transition: all 0.5s ease;
  padding-left: 50px;
}
.button:hover .underline {
  width: 105%;
}
.button:hover .arrow {
  left: 0;
  opacity: 1;
}
.frame {
  border-left: 1px solid;
}
.frame:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 15%;
  border: 1px solid;
  border-left: 0;
}
.redirect-shipping,
.addcart {
  background: #d8c199;
  color: white;
  display: flex;
  padding: 15px 25px;
  align-items: center;
  width: fit-content;
  width: max-content;
  position: relative;
  transition: 500ms color ease-out 250ms, 500ms border ease-out;
  border: 1px solid transparent;
}
.redirect-shipping::before,
.addcart::before {
  display: block;
  content: '';
  background: white;
  transform: scaleX(0);
  transform-origin: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 500ms transform ease-out;
  z-index: 1;
}
.redirect-shipping:hover,
.addcart:hover {
  color: #d8c199;
  border: 1px solid #d8c199;
}
.redirect-shipping:hover::before,
.addcart:hover::before {
  transform: none;
}
.redirect-shipping:hover svg path,
.addcart:hover svg path {
  fill: #d8c199;
  transition: 500ms fill ease-out 250ms;
}
.redirect-shipping svg,
.addcart svg {
  position: relative;
  z-index: 2;
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.redirect-shipping svg path,
.addcart svg path {
  fill: white;
}
.redirect-shipping span,
.addcart span {
  z-index: 2;
  font-style: italic;
  font-size: 110%;
  position: relative;
}
@media all and (max-width: 1600px) {
  .zones .zone {
    margin: 8rem 0;
  }
  .rub .titre {
    font-size: 10rem;
  }
}
@media all and (max-width: 1400px) {
  .zones .zone {
    margin: 6rem 0;
  }
  .rub .titre {
    font-size: 8rem;
    margin-top: -1rem;
  }
}
@media all and (max-width: 1200px) {
  .rub .titre {
    font-size: 6rem;
  }
  .button {
    padding: 12px 25px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 3.5rem;
  }
}
@media all and (max-width: 1000px) {
  .zones .zone {
    padding: 5rem 0;
  }
  .button {
    margin-top: 3rem;
  }
  .rub .titre {
    font-size: 5rem;
  }
}
@media all and (max-width: 800px) {
  .rub {
    font-size: 2.2rem;
  }
  .rub .titre {
    font-size: 5rem;
  }
  .rub .ss {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 600px) {
  .rub {
    font-size: 2rem;
  }
  .rub .titre {
    font-size: 4.5rem;
    margin-top: -1rem;
    line-height: 1.2;
  }
  .rub .ss {
    font-size: 2.25rem;
  }
  .button {
    padding: 10px 30px;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 3rem;
  }
}
@media all and (max-width: 450px) {
  .button {
    display: block;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 2.5rem;
  }
}
header {
  display: flex;
  height: 80px;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  letter-spacing: 1px;
  z-index: 9999;
  justify-content: space-between;
  position: fixed;
  top: 0;
  background: none;
  font-size: 1.7rem;
  font-family: 'Assistant';
  background-color: white;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.show {
  background: none !important;
}
header .logo {
  display: block;
  transition: 0s ease;
  margin-right: 4rem;
  position: absolute;
  top: 10%;
  left: 40px;
  height: calc(80%);
}
header .logo img {
  height: 130px;
}
header .logo .stickylogo {
  display: none;
}
header .menu {
  display: flex;
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
}
header .menu nav {
  width: 100%;
  margin: 0;
}
header .menu nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .menu nav ul li {
  display: inline-block;
  margin-right: 4rem;
}
header .menu nav ul li a {
  display: block;
  position: relative;
  padding: 0;
  border-bottom: 1px dashed transparent;
  font-weight: 400;
  color: black;
}
header .menu nav ul li a:after {
  width: 0%;
  height: 1px;
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  background: white;
}
header .menu nav ul .withsub {
  position: relative;
}
header .menu nav ul .withsub .pluplus {
  vertical-align: -2px;
  margin-left: 3px;
  font-size: 95%;
}
header .menu nav ul .withsub .submenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  padding: 10px 0;
  left: 0;
  height: auto;
  transition: all 0.3s ease-out;
  flex-direction: column;
  background: white;
  border-radius: 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
header .menu nav ul .withsub .submenu li {
  display: flex;
  align-items: center;
  min-width: 220px;
  text-align: center;
  padding: 0.5rem 20px;
  justify-content: center;
  height: auto;
  transition: all 0.3s ease;
  margin: 0;
  margin-right: 0 !important;
  position: relative;
  right: auto;
}
header .menu nav ul .withsub .submenu li:after {
  display: none;
}
header .menu nav ul .withsub .submenu li a {
  color: white;
  letter-spacing: 1px;
  font-size: 100%;
  font-weight: 400;
  padding: 0;
}
header .menu nav ul .withsub .submenu li a:after {
  display: none;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
}
header .menu nav ul .withsub .submenu li:hover {
  transition: all 0.3s ease;
}
header .menu nav ul .withsub .submenu li:hover a {
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
header .menu nav ul .withsub .submenu:before {
  position: relative;
  width: 50%;
  height: 1px;
  background: white;
  margin: 0.5rem auto;
  display: block;
  content: '';
}
header .menu nav ul .withsub .submenu:after {
  position: relative;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0.5rem auto;
  display: block;
  content: '';
}
header .menu nav ul .withsub:hover .submenu {
  display: flex;
  pointer-events: all;
  opacity: 1;
  transition: all 0.3s ease-out;
  top: calc(100%);
}
header .menu nav ul li:hover {
  border: 0;
}
header .menu nav ul li:hover a:after {
  width: 100%;
  transition: width 0.3s ease;
}
header .menu nav ul .current a {
  color: #d8c199;
  font-style: italic;
  border-bottom: 1px solid;
}
header .contattu {
  align-items: center;
  display: block;
  margin-top: 0;
  color: #d8c199;
  position: absolute;
  right: 30px;
  padding: 8px 18px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  font-style: italic;
}
header .lang {
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #777;
  margin: 0 2rem;
  margin-right: 1rem;
}
header .lang .drop {
  display: block;
  min-width: 50px;
}
header .lang img {
  width: 25px;
  vertical-align: -4px;
}
header .lang .dropdown {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -5px;
  padding-top: 3rem;
  z-index: 999999999;
  transition: opacity 0.3s ease;
  display: none;
}
header .lang .dropdown li {
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 5px 0;
  display: flex;
  background: #7f5635;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
header .lang .dropdown li:hover {
  background: #d8c199;
  transition: background 0.3s ease;
}
header .lang .dropdown li:hover a {
  color: white;
}
header .lang:hover .dropdown {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
header .social {
  position: absolute;
  right: 225px;
  margin-top: 5px;
}
header .social li {
  display: inline-block;
  margin-right: 5px;
}
header .social li a {
  color: #d8c199;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 2.25rem;
  border-radius: 100%;
  transition: background 0.3s ease;
}
header .social li a:hover {
  transition: all 0.3s ease;
}
header .social li .facebook:hover {
  color: #3b5998;
}
header .social li .twitter:hover {
  color: #0bf;
}
header .social li .insta:hover {
  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
header .social li .tripadvisor:hover {
  color: #00af87;
}
header .social li i {
  padding: 0;
}
header .social li:last-child {
  margin-right: 0;
}
header .social.sept {
  right: auto;
  left: 40px;
}
header .cart {
  color: #d8c199;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 26px;
  position: absolute;
  right: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .cart svg {
  width: 30px;
  height: 30px;
  fill: #d8c199;
}
header .cart .badge {
  background: #d8c199;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(25%, 50%);
  color: white;
  opacity: 0;
  border-radius: 4px;
  transition: all 500ms;
  padding: 5px;
  font-size: 1.25rem;
  font-family: 'Assistant';
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
header .cart .badge:not([data-cart='']) {
  opacity: 1;
}
header .cart .badge[data-cart]:after {
  content: attr(data-cart);
}
.pagetype_online header {
  position: relative;
  height: 90px;
  background: #221a1b;
}
@keyframes sticky {
  0% {
    opacity: 1;
    transform: translateY(-10rem);
    transform-origin: top;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: top;
  }
}
.sticky + .zones {
  padding-top: 10rem;
}
.burglar {
  transform: scale(0.8);
  margin: 40px auto;
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  -webkit-touch-callout: none;
  user-select: none;
}
#bottom,
#top {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: white;
}
#top {
  top: 19px;
  left: 14px;
}
#bottom {
  top: 41px;
  left: 14px;
}
line,
path {
  stroke: white;
  stroke-linecap: round;
}
#bottom,
#top {
  transform-origin: 34px 2px;
  transform: rotate(0deg);
  transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}
#circle {
  stroke-dasharray: 1 100 32 300;
  stroke-dashoffset: 101;
  transition: all 750ms ease;
}
.burglar.is-closed {
  border-radius: 32px;
}
.burglar.is-closed #circle {
  stroke-dasharray: 1 100 190 300;
  stroke-dashoffset: 1;
}
.burglar.is-closed #top {
  transform: translateX(-4.5px) rotate(-45deg);
}
.burglar.is-closed #bottom {
  transform: translateX(-4.5px) rotate(45deg);
}
.burger {
  position: fixed;
  top: 10px;
  right: 10px;
  background: rgba(25, 42, 49, 0.8);
  z-index: 99999999;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  display: none;
}
.burger span {
  position: absolute;
  width: 50%;
  height: 1px;
  background: white;
  border-radius: 10px;
  transition: background 0.3s ease;
}
.burger span::before {
  content: '';
  position: absolute;
  transition: 0.3s all;
  width: 100%;
  height: 1px;
  background: white;
  border-radius: 10px;
  bottom: -1rem;
  transition: background 0.3s ease;
}
.burger span::after {
  content: '';
  position: absolute;
  transition: 0.3s all;
  width: 100%;
  height: 1px;
  background: white;
  border-radius: 10px;
  top: -1rem;
  transition: all 0.3s ease;
}
.burger.active {
  background: none;
}
.burger.active line,
.burger.active path,
.burger.active #bottom,
.burger.active #top {
  background: #d8c199;
}
.burger.active span {
  transform: rotate(45deg);
}
.burger.active span:after {
  transform: rotate(-90deg) translate(-30%);
}
.burger.active span:before {
  display: none;
}
.burger:hover {
  transition: all 0.3s ease;
}
.burger:hover ::after,
.burger:hover ::before,
.burger:hover span {
  background: white;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
#fullpage_menu {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  opacity: 0;
  z-index: 999999;
  display: flex;
  transform: scale(0);
  transform-origin: top right;
  transition: all 0.3s ease-in-out;
}
#fullpage_menu .grid_bg {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#fullpage_menu .grid_bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.75);
}
#fullpage_menu .grid_bg li {
  width: 33.33%;
  height: 20vh;
  opacity: 1;
  animation: fade 5s ease infinite alternate-reverse;
  background: #000000;
  transition: opacity 0.5s ease-out;
}
@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
#fullpage_menu.active {
  opacity: 1;
  transform: scale(1);
  transform-origin: top right;
  transition: transform opacity 0.3s ease-in-out;
}
#fullpage_menu.active nav {
  opacity: 1;
  transition: opacity 0.8s;
  transition-delay: 0.3s;
}
#fullpage_menu.active nav ul li {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}
#fullpage_menu.active nav ul li:nth-child(1) {
  transition-delay: 0.3s;
}
#fullpage_menu.active nav ul li:nth-child(2) {
  transition-delay: 0.35s;
}
#fullpage_menu.active nav ul li:nth-child(3) {
  transition-delay: 0.4s;
}
#fullpage_menu.active nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#fullpage_menu.active nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
#fullpage_menu.active nav ul li:nth-child(6) {
  transition-delay: 0.55s;
}
#fullpage_menu.active nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
#fullpage_menu.active nav ul li:nth-child(8) {
  transition-delay: 0.7s;
}
#fullpage_menu.active nav ul li:nth-child(9) {
  transition-delay: 0.8s;
}
#fullpage_menu nav {
  opacity: 0;
  transition: opacity 0.8s;
}
#fullpage_menu nav ul li {
  text-align: center;
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: 400;
  color: #020b07;
  letter-spacing: 2px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s ease;
}
#fullpage_menu nav ul li a {
  transition: all 0.2s ease-in-out;
  padding: 0 15px;
  color: black;
}
#fullpage_menu nav ul li a:hover {
  transition: all 0.2s ease-in-out;
  letter-spacing: 5px;
}
#fullpage_menu nav ul li.withsub a {
  position: relative;
}
#fullpage_menu nav ul li.withsub a:after {
  content: '+';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#fullpage_menu nav ul li.withsub.show .submenu {
  height: auto;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 10px 0;
}
#fullpage_menu nav ul li .submenu {
  padding: 0;
  font-size: 85%;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
#fullpage_menu nav ul li .submenu li {
  margin: 5px 0;
  font-size: 1.5rem;
}
#fullpage_menu nav ul li .submenu a {
  border: 0 !important;
}
#fullpage_menu nav ul li .submenu a:after {
  display: none;
}
#fullpage_menu nav ul li .commune {
  text-transform: uppercase;
  font-size: 1.4rem;
}
#fullpage_menu nav .current a {
  border: 1px solid;
  padding: 5px 15px;
}
#fullpage_menu nav .current a:hover {
  letter-spacing: 2px;
}
@media all and (max-width: 1600px) {
  header {
    padding: 0 30px;
  }
  header .menu {
    width: 80%;
  }
  header .menu nav ul li {
    margin-right: 3rem;
  }
  header .menu nav ul li a {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1440px) {
  header .menu nav ul {
    justify-content: flex-start;
  }
  header .logo img {
    height: 60px;
  }
  header .menu nav ul li {
    margin-right: 2rem;
  }
  header .menu nav ul li a {
    font-size: 1.4rem;
    padding: 0 2px;
  }
}
@media all and (max-width: 1200px) {
  header {
    justify-content: space-between;
  }
  header .lang {
    display: none;
  }
  header .logo {
    top: 10px;
    left: 10px;
  }
  header .contattu {
    display: none;
  }
  header .reserver {
    margin-right: 7rem;
  }
  header .social {
    display: none;
  }
  header .menu {
    display: none;
  }
  header .menu nav {
    display: none;
  }
  header .vids {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 87px;
    right: 25px;
  }
  header .vids .videoframe {
    cursor: pointer;
    background: #7f5635;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    border: 2px solid;
    margin-bottom: 2px;
    justify-content: center;
    color: white;
  }
  header .vids .videoframe:first-child {
    margin-left: auto;
  }
  header .cart {
    right: 80px;
  }
  .subheader {
    font-size: 1.8rem;
  }
  .burger {
    display: flex;
  }
  #fullpage_menu .lang {
    display: block;
  }
}
@media all and (max-width: 800px) {
  header {
    padding: 0 20px;
    justify-content: flex-start;
  }
  header .reserver {
    display: none;
  }
  header .vids {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 82px;
    right: 20px;
  }
  #fullpage_menu nav {
    opacity: 0;
    transition: opacity 0.8s;
  }
  #fullpage_menu nav ul li {
    font-size: 2rem;
  }
}
@media all and (max-width: 450px) {
  header {
    padding: 0 20px;
    justify-content: flex-start;
  }
  .subheader {
    font-size: 1.7rem;
  }
  .burger {
    top: 10px;
    right: 10px;
    transform: scale(0.9);
  }
  #fullpage_menu nav {
    opacity: 0;
    transition: opacity 0.8s;
  }
  #fullpage_menu nav ul li {
    font-size: 1.8rem;
    margin: 12px 0;
  }
}
footer {
  padding: 3rem 0%;
  background: white;
  overflow-y: visible;
  position: relative;
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 3rem;
}
footer #back2top {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #d8c199;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 0;
  position: absolute;
  top: -33px;
  right: 5rem;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  border: 0;
  outline: none;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
footer #back2top a {
  color: white !important;
}
footer #back2top i {
  margin: 0;
}
footer #back2top:after {
  display: none;
}
footer #back2top:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  background-color: #7f5635;
  color: white;
}
footer #back2top:active {
  background-color: #555;
}
footer .rub {
  padding: 0;
  margin: 0;
  width: auto;
  text-align: left;
}
footer .rub:before {
  display: none;
}
footer a {
  transition: 0.5s;
  color: black;
}
footer a:hover {
  color: #d8c199;
}
footer .ul {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr 1fr;
  column-gap: 5vw;
}
footer .ul .col {
  width: 100%;
  padding: 0 2rem;
  color: black;
  font-family: 'Assistant';
}
footer .ul .col:first-child {
  align-self: center;
}
footer .ul .col .logo {
  font-size: 4rem;
  letter-spacing: 3px;
  width: 100%;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}
footer .ul .col .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .ul .col .sous {
  font-weight: 300;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: -6px;
}
footer .ul .col .rub {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 2rem;
  font-size: 1.8rem;
  color: black;
}
footer .ul .col .cgv {
  text-transform: uppercase;
}
footer .ul .col .cgv:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: white;
}
footer .ul .col .loc {
  text-align: left;
  line-height: 25px;
}
footer .ul .col .coords li {
  margin-bottom: 10px;
}
footer .ul .col:nth-child(2) .coords {
  columns: 2;
}
footer .ul .log {
  border-top: 0;
  border-bottom: 0;
}
footer .suivre {
  font-weight: 600;
  text-transform: uppercase;
}
footer .social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 1rem;
}
footer .social li {
  padding: 0;
  z-index: 1;
  margin-right: 15px;
  margin-bottom: 0;
}
footer .social li:last-child {
  margin-right: 0;
}
footer .social li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  transition: color 0.3s ease;
}
footer .social li a:hover {
  transition: all 0.3s ease;
}
footer .social li a:hover i {
  margin: 0;
}
footer .social li .facebook:hover {
  color: #3b5998;
}
footer .social li .twitter:hover {
  color: #0bf;
}
footer .social li .insta:hover {
  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
footer .social li .tripadvisor:hover {
  color: #00af87;
}
footer .social li i {
  font-size: 2.8rem;
  padding: 0;
}
footer .social li:last-child {
  margin-right: 0;
}
footer .real {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer .real i {
  vertical-align: 0;
  margin-right: 3px;
}
footer .real .edc {
  display: block;
  margin-right: -10px;
}
footer .real .edc img {
  max-width: 180px;
  margin-bottom: 10px;
}
footer .real li {
  margin: 0;
}
footer .real li:first-child {
  margin-left: 0;
}
footer .real li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1770px) {
  footer .ul .col {
    padding: 0 3rem;
  }
}
@media all and (max-width: 1500px) {
  footer .ul .col {
    padding: 0 1rem;
    margin: 20px 0;
  }
  footer .ul .col .edc img {
    margin-right: 0;
  }
}
@media all and (max-width: 1200px) {
  footer .ul {
    margin-right: 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1150px) {
  footer {
    padding: 0 0 5rem;
    text-align: center;
  }
  footer .real {
    align-items: center;
  }
  footer .real li {
    text-align: center;
  }
  footer .social {
    justify-content: center;
  }
  footer .ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .ul .col {
    min-width: 50%;
    max-width: 50%;
  }
  footer .ul .col .logo {
    margin: 0 auto;
  }
  footer .ul .col .rub {
    text-align: center;
  }
  footer .ul .col:first-child {
    min-width: 100%;
    max-width: 100%;
  }
  footer .ul .col:first-child .loc {
    text-align: center;
  }
}
@media all and (max-width: 1000px) {
  .bandeau .cfluid {
    justify-content: space-between;
  }
  .bandeau .cfluid li {
    width: 18%;
    height: auto;
    margin: auto;
  }
  .bandeau .cfluid li img {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  footer {
    text-align: center;
    padding: 2rem 0;
  }
  footer .rub {
    text-align: center;
  }
  footer .ul .log {
    border: 0;
  }
  footer .ul .col {
    width: 100% !important;
    max-width: 100% !important;
  }
  footer .ul .col .edc {
    text-align: center;
  }
  footer .real {
    flex-wrap: wrap;
  }
  footer .real li:first-child {
    width: 100%;
    margin-bottom: 3rem;
  }
  footer .real li {
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 600px) {
  .bandeau .cfluid {
    justify-content: center;
    flex-wrap: wrap;
  }
  .bandeau .cfluid li {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
  }
  .bandeau .cfluid li img {
    width: auto;
    filter: grayscale(0);
  }
  .bandeau .cfluid li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  footer #back2top {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  footer .langues {
    display: block;
  }
  footer .langues .dropdown li {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0.5rem;
  }
  footer .langues .dropdown li a {
    color: #999;
    font-weight: 600 !important;
  }
  footer .langues .dropdown li a.active {
    color: black;
    text-decoration: underline;
  }
}
@media screen and (max-width: 390px) {
  footer .ul .col {
    min-width: 100%;
    max-width: 100%;
  }
}
.zone.diapotop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  color: black;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.zone.diapotop.start-anim .titre span {
  animation: fadee 1.5s ease-in-out forwards;
}
.zone.diapotop .grid_bg {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.zone.diapotop .grid_bg li {
  width: 20%;
  height: 25vh;
  opacity: 0.5;
  animation: fade 2s ease infinite alternate-reverse;
  background: rgba(24, 17, 18, 0.5);
  transition: opacity 0.5s ease-out;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
.zone.diapotop .is-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}
.zone.diapotop .is-background img {
  height: 100%;
  width: 100%;
}
.zone.diapotop .social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  align-self: center;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.zone.diapotop .social .hrvert {
  height: 180px;
  width: 1px;
  background: #7f5635;
  display: block;
  margin: 1rem 0;
}
.zone.diapotop .social a {
  color: #7f5635;
  transition: color 0.3s ease;
}
.zone.diapotop .social a:hover {
  transition: all 0.3s ease;
}
.zone.diapotop .social a:hover i {
  margin: 0;
}
.zone.diapotop .social .facebook:hover {
  color: #3b5998;
}
.zone.diapotop .social .twitter:hover {
  color: #0bf;
}
.zone.diapotop .social .insta:hover {
  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.zone.diapotop .social .tripadvisor:hover {
  color: #00af87;
}
.zone.diapotop .social i {
  font-size: 1.8rem;
  padding: 0;
}
.zone.diapotop .social:last-child {
  margin-right: 0;
}
.zone.diapotop .text {
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.zone.diapotop .text .area {
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: center;
  color: white;
}
.zone.diapotop .text .area .titre {
  font-size: 9rem;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: none;
  font-family: 'Playfair Display';
  overflow: hidden;
  color: white;
}
.zone.diapotop .text .area .titre span > span {
  color: #d8c199;
}
.zone.diapotop .text .area .titre span {
  opacity: 0;
  display: inline-block;
}
.zone.diapotop .text .area .titre:nth-child(2) span {
  animation-delay: 0.25s;
}
@keyframes fadee {
  0% {
    opacity: 0;
    transform: skew(20deg, 15deg) translateY(200px) scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: skew(0deg, 0deg) translateX(0px) scaleX(1);
  }
}
@keyframes scaleX {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 0.6;
    transform: scaleX(1);
  }
}
@keyframes letters {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg) scale(1);
  }
  100% {
    opacity: 0.6;
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
}
.zone.diapotop .text .area .sstitre {
  font-size: 3rem;
  margin-top: 2rem;
  letter-spacing: 1px;
  display: inline-block;
}
.zone.diapotop .text .area .desc {
  color: #d8c199;
  margin-top: 0.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
}
.zone.diapotop .text .area .btn_vid {
  background: #7f5635;
  margin-left: 1rem;
}
.zone.diapotop .text .area .btn_vid::after {
  background: #d8c199;
}
.zone.diapotop .text .hr {
  background: white;
}
.zone.diapotop .image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.zone.diapotop .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
  display: none;
}
.zone.diapotop .image .swiper-container {
  height: 100%;
  z-index: auto;
}
.zone.diapotop .image .swiper-container .photo {
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.zone.diapotop .image .swiper-container .wraptext {
  position: absolute;
  bottom: 100px;
  right: 200px;
  color: white;
  width: 400px;
  border-bottom: 1px solid white;
  padding-bottom: 3rem;
}
.zone.diapotop .image .swiper-container .wraptext .titre {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  letter-spacing: 2px;
  position: relative;
}
.zone.diapotop .image .swiper-container .wraptext .titre:before {
  position: absolute;
  top: -3rem;
  left: 0;
  content: '';
  width: 100px;
  height: 1px;
  border-top: 1px dotted white;
}
.zone.diapotop .image .swiper-container .wraptext .desc {
  font-family: 'Lato';
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.zone.diapotop .image .swiper-container .swiper-slide-active img {
  transition: all 5s ease-out;
}
.zone.diapotop .image .swiper-container .swiper-slide-active:hover img {
  transition: all 5s ease-out;
}
.zone.diapotop .image .swiper-button-next,
.zone.diapotop .image .swiper-button-prev {
  transition: all 0.3s ease-out;
  position: absolute;
  text-transform: uppercase;
  font-size: 4rem;
  color: white;
  letter-spacing: 1px;
  font-weight: 500;
  height: auto;
  width: auto;
  margin: 0;
  right: auto;
  top: 50%;
  overflow: visible;
  left: auto;
  transform: translateY(-50%);
}
.zone.diapotop .image .swiper-button-next i,
.zone.diapotop .image .swiper-button-prev i {
  vertical-align: 0;
}
.zone.diapotop .image .swiper-button-prev {
  transition: all 0.3s ease-out;
  left: 40px;
}
.zone.diapotop .image .swiper-button-prev i {
  margin-right: 5px;
}
.zone.diapotop .image .swiper-button-prev img {
  width: 100%;
}
.zone.diapotop .image .swiper-button-prev:hover i {
  transform: translateX(-5px);
  transition: all 0.3s ease-out;
}
.zone.diapotop .image .swiper-button-next {
  transition: all 0.3s ease-out;
  right: 40px;
}
.zone.diapotop .image .swiper-button-next i {
  margin-left: 5px;
}
.zone.diapotop .image .swiper-button-next:hover i {
  transform: translateX(5px);
  transition: all 0.3s ease-out;
}
.zone.diapotop .slider {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  width: 300px;
  text-align: center;
}
.zone.diapotop .slider .photo {
  height: 250px;
  width: 100%;
  display: block;
  border-radius: 10px 0 0 0;
}
.zone.diapotop .slider .infos {
  text-align: right;
  padding: 10px 15px;
  display: inline-block;
  width: auto;
  float: right;
  background: white;
}
.zone.diapotop .slider .bloc {
  padding: 2rem;
  border-radius: 0 0 10px 10px;
  background: white;
  text-transform: uppercase;
  font-weight: 600;
}
.zone.diapotop .slider .bloc .button {
  margin-top: 2rem;
}
.zone.diapotop .slider .bloc .text {
  width: 100%;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}
.zone.diapotop .slider .bloc .text .titre {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.zone.diapotop .slider .bloc .text .desc li {
  margin: 5px 0;
}
.zone.diapotop .slider .bloc .text .desc li i {
  vertical-align: 0;
  margin-right: 8px;
}
.zone.diapotop .slider .swiper-button-next,
.zone.diapotop .slider .swiper-button-prev {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.zone.diapotop.subtype2 {
  height: auto;
  min-height: 300px;
  width: 100%;
  margin-left: 0;
}
.zone.diapotop.subtype2 .scrollto {
  display: none;
}
.zone.diapotop.subtype2:after {
  background: rgba(0, 0, 0, 0.3);
}
.zone.diapotop.subtype2 .text {
  width: 100%;
  margin: 0;
  padding: 0;
}
.zone.diapotop.subtype2 .text .area {
  padding: 10rem;
  text-align: center;
}
.zone.diapotop.subtype2 .text .area .titre {
  margin-bottom: 1rem;
}
.zone.diapotop.subtype2 .text i {
  font-size: 4rem;
  margin-bottom: 5rem;
}
.zone.diapotop.subtype2 .text .sstitre {
  color: white;
  text-transform: initial;
  margin-bottom: 2rem;
}
.zone.diapotop .mouse {
  border: 2px solid white;
  bottom: 5%;
  width: 42px;
  height: 68px;
  border-radius: 100px;
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%) scale(0.85);
  animation: mouse 0.8s forwards;
  animation-delay: 2.5s;
  opacity: 0;
}
.zone.diapotop .mouse:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  border: 2px solid white;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouseafter 2s infinite;
}
@keyframes mouse {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px) scale(0.85);
  }
  60% {
    transform: translate(-50%, -10px) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(0.85);
  }
}
@keyframes mouseafter {
  from {
    opacity: 1;
    top: 8px;
  }
  to {
    opacity: 0;
    top: 50px;
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media all and (max-width: 1400px) {
  .zone.diapotop .text .area {
    width: 100%;
  }
  .zone.diapotop .text .area .titre {
    font-size: 8rem;
  }
  .zone.diapotop .image .swiper-container .wraptext {
    right: 5%;
  }
}
@media all and (max-width: 1200px) {
  .zone.diapotop .text .area .titre {
    font-size: 7rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.diapotop {
    width: 100%;
    margin-left: 0;
  }
  .zone.diapotop .text .area {
    width: 100%;
    padding: 0 10%;
  }
  .zone.diapotop .text .area .titre {
    font-size: 6rem;
  }
}
@media all and (max-width: 800px) {
  .zone.diapotop .text .button {
    margin-top: 2rem;
    padding: 10px 25px;
  }
  .zone.diapotop .text .area {
    width: 100%;
    padding: 0 10%;
  }
  .zone.diapotop .text .area .titre {
    font-size: 5rem;
  }
}
@media all and (max-width: 600px) {
  .zone.diapotop .text .button {
    margin-top: 2rem;
    padding: 10px 25px;
  }
  .zone.diapotop .text .area {
    width: 100%;
    padding: 0 10%;
  }
  .zone.diapotop .text .area .titre {
    font-size: 4.5rem;
  }
  .zone.diapotop .text .area .sstitre {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 450px) {
  .zone.diapotop .text .area {
    width: 100%;
    padding: 0 5%;
  }
  .zone.diapotop .text .area .titre {
    font-size: 3.8rem;
    letter-spacing: 8px;
  }
}
.zone.presentation {
  background: white;
  color: black;
  margin: 10rem 0;
}
.zone.presentation.presentation_vin .wrap .image .big {
  max-width: 50%;
  font-size: 6rem;
}
.zone.presentation.presentation_vin .wrap .image .photo img {
  object-fit: contain;
}
.zone.presentation.presentation_vin .wrap .text {
  margin: auto;
}
.zone.presentation.presentation_vin .wrap .text .rub .ss em {
  display: flex;
  align-items: center;
}
.zone.presentation.presentation_vin .wrap .text .rub .ss em .old-price {
  font-size: 80%;
  margin-right: 8px;
  opacity: 0.8;
  text-decoration: line-through;
}
.zone.presentation.presentation_vin .addcart {
  margin-top: 4rem;
}
.zone.presentation.cgv .image {
  display: none;
}
.zone.presentation.cgv .wrap {
  width: 85%;
}
.zone.presentation.cgv .wrap .text {
  width: 100%;
}
.zone.presentation .wrap {
  display: flex;
  justify-content: space-between;
  width: 60%;
  align-items: flex-end;
}
.zone.presentation .wrap .text {
  width: 48%;
}
.zone.presentation .wrap .image {
  width: 45%;
}
.zone.presentation .wrap .image .big {
  position: absolute;
  left: -20%;
  bottom: 10rem;
  font-size: 9rem;
  letter-spacing: 2px;
  color: #d8c199;
}
.zone.presentation .wrap .image .photo {
  position: relative;
}
.zone.presentation .wrap .image .photo:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 140%;
}
.zone.presentation .wrap .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1400px) {
  .zone.presentation .wrap {
    width: 70%;
  }
  .zone.presentation .wrap .image .big {
    font-size: 7rem;
    left: -15%;
  }
}
@media all and (max-width: 1200px) {
  .zone.presentation .wrap {
    width: 70%;
    align-items: center;
  }
  .zone.presentation .wrap .image .big {
    font-size: 7rem;
    left: -15%;
  }
}
@media all and (max-width: 1000px) {
  .zone.presentation .wrap {
    flex-direction: column;
  }
  .zone.presentation .wrap .text {
    width: 100%;
  }
  .zone.presentation .wrap .text .bigdesc {
    font-size: 2rem;
  }
  .zone.presentation .wrap .image {
    width: 100%;
    margin-top: 3rem;
    height: 50vh;
    min-height: 300px;
    order: 2;
  }
}
@media all and (min-width: 1000px) {
  .zone.presentation.subtype2 .wrap .text {
    order: 1;
  }
  .zone.presentation.subtype2 .wrap .image {
    order: 2;
  }
  .zone.presentation.subtype2 .wrap .image .big {
    left: unset;
    right: -20%;
  }
}
@media all and (max-width: 600px) {
  .zone.presentation {
    margin: 5rem 0;
  }
  .zone.presentation.presentation_vin {
    margin-top: calc(80px + 5rem);
  }
  .zone.presentation.cgv .wrap {
    width: 90%;
  }
  .zone.presentation .wrap {
    flex-direction: column;
    width: 90%;
  }
  .zone.presentation .wrap .text {
    width: 100%;
  }
  .zone.presentation .wrap .text .bigdesc {
    font-size: 1.8rem;
  }
  .zone.presentation .wrap .image {
    width: 100%;
    margin-top: 3rem;
    height: 50vh;
    min-height: 300px;
  }
  .zone.presentation .wrap .image .big {
    left: 2rem;
    bottom: 1rem;
    font-size: 4.5rem;
  }
}
.zone.slider {
  position: relative;
  color: black;
  background: white;
}
.zone.slider .rub .titre {
  color: #d8c199;
}
.zone.slider .slider {
  z-index: 2;
  margin-left: 15%;
  width: 85%;
  overflow: visible;
}
.zone.slider .slider .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.zone.slider .slider .index {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 6rem;
}
.zone.slider .slider .image {
  position: relative;
  overflow: hidden;
  height: 60vh;
}
.zone.slider .slider .image .photo {
  display: block;
}
.zone.slider .slider .text {
  width: 70%;
}
.zone.slider .slider .text .titre {
  font-size: 5rem;
  max-width: 400px;
  line-height: 1.1;
  margin-bottom: 4rem;
}
.zone.slider .slider .text .titre > span {
  color: #d8c199;
}
.zone.slider .slider .text .buttons {
  width: 120%;
}
.zone.slider .slider .text .button {
  display: inline-block;
  color: black;
  margin-top: 5rem;
  padding-bottom: 5px;
  margin-right: 25px;
}
.zone.slider .swiper-button-next,
.zone.slider .swiper-button-prev {
  overflow: hidden;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone.slider .swiper-button-next i,
.zone.slider .swiper-button-prev i {
  color: rgba(255, 255, 255, 0.5);
}
.zone.slider .swiper-button-next:focus,
.zone.slider .swiper-button-prev:focus {
  outline: none;
}
.zone.slider .swiper-button-next {
  font-size: 3rem;
  position: absolute;
  right: 0;
  transform: translate(-50%, -50%);
  top: 85%;
}
.zone.slider .swiper-button-prev {
  font-size: 3rem;
  position: absolute;
  left: 0;
  transform: translate(50%, -50%);
  top: 85%;
}
.zone.slider .slider {
  position: relative;
}
.zone.slider .slider:after {
  left: auto;
}
.zone.slider .slider .swiper-container {
  width: 100%;
  padding: 0;
  overflow: visible;
}
.zone.slider .item {
  display: flex;
  flex-direction: column;
  overflow: visible;
  height: 500px;
  margin-top: 100px;
  transition: all 0.3s ease;
}
.zone.slider .item .text {
  position: absolute;
  top: 485px;
  width: 100%;
  text-align: center;
  padding: 0rem 2rem;
  transition: all 0.3s ease;
  color: white;
}
.zone.slider .item .name {
  font-size: 3rem;
  opacity: 0.4;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
}
.zone.slider .item .titre {
  font-size: 3rem;
  margin-top: -3rem;
  font-weight: 800;
  opacity: 0;
  display: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
}
.zone.slider .item .desc {
  display: none;
}
.zone.slider .item .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.zone.slider .swiper-slide-active {
  margin-top: 0;
}
.zone.slider .swiper-slide-active .titre {
  opacity: 1;
  display: block;
}
.zone.slider .swiper-slide-active .desc {
  display: block;
}
.zone.slider .swiper-slide-active .name {
  font-size: 5rem;
  transition: all 0.3s ease;
}
.zone.slider .swiper-slide-active:hover .button {
  opacity: 1;
  transition: all 0.3s ease;
}
.zone.slider .ligne {
  position: absolute;
  bottom: 17.9rem;
  left: 0;
  width: 100%;
  background: white;
  height: 1px;
}
.zone.slider.subtype2 .rub {
  margin-bottom: 8rem;
  color: white;
  z-index: 999 !important;
}
.zone.slider.subtype2 .slider .swiper-slide {
  justify-content: flex-start;
  align-items: flex-start;
}
.zone.slider.subtype2 .slider .wrap {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.zone.slider.subtype2 .slider .index {
  position: relative;
  margin-right: 5rem;
  line-height: 0.4;
}
.zone.slider.subtype2 .slider .image {
  height: auto;
  width: 100%;
}
.zone.slider.subtype2 .slider .image .photo {
  position: relative;
  width: 100%;
}
.zone.slider.subtype2 .slider .image .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.zone.slider.subtype2 .slider .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.slider.subtype2 .slider .text {
  margin-top: 2rem;
  width: 100%;
}
.zone.slider.subtype2 .slider .text em {
  color: #d8c199;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.zone.slider.subtype2 .slider .text .titre {
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media all and (max-width: 1400px) {
  .zone.slider .slider {
    margin-left: 5%;
    width: 95%;
  }
}
@media all and (max-width: 1200px) {
  .zone.slider .swiper-slide-active .name {
    font-size: 3.5rem;
  }
  .zone.slider .slider .index {
    font-size: 5rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.slider .slider .text .titre {
    font-size: 4rem;
  }
  .zone.slider .slider {
    width: 90%;
  }
  .zone.slider .slider .index {
    font-size: 4rem;
  }
  .zone.slider .slider .text {
    width: 100%;
  }
  .zone.slider .slider .text .desc {
    margin-bottom: 3rem;
  }
  .zone.slider .slider .text .button {
    margin-top: 1rem;
  }
  .zone.slider .slider .image {
    height: 60vh;
  }
}
@media all and (max-width: 800px) {
  .zone.slider .swiper-button-next {
    font-size: 3rem;
  }
  .zone.slider .swiper-button-prev {
    font-size: 3rem;
  }
}
@media all and (max-width: 600px) {
  .zone.slider .slider .text .titre {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 450px) {
  .zone.slider .slider .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
  }
  .zone.slider .slider .image {
    height: 50vh;
  }
  .zone.slider .slider .text {
    padding-bottom: 0;
  }
  .zone.slider .slider .text .titre {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.zone.ancres {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: black;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
  background: white;
  margin: 10rem 0;
}
.zone.ancres .fotobg.photo .gradient {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to left, rgba(24, 17, 18, 0) 0%, rgba(24, 17, 18, 0.4) 35%, rgba(24, 17, 18, 0.6) 45%, rgba(24, 17, 18, 0.7) 50%, rgba(24, 17, 18, 0.8) 60%, #181112 75%);
}
.zone.ancres .grid_bg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.zone.ancres .grid_bg li {
  width: 20%;
  height: 25%;
  opacity: 0.6;
  animation: fade_dark 2s ease infinite alternate-reverse;
  background: #181112;
  transition: opacity 0.5s ease-out;
}
@keyframes fade_dark {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.6;
  }
}
.zone.ancres .wrap {
  width: 78%;
  margin: 0 auto;
  z-index: 9;
  padding-left: 6rem;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.zone.ancres .wrap .big {
  position: absolute;
  left: 4rem;
  color: #d8c199;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8rem;
  writing-mode: tb-rl;
  transform: translateY(-50%) rotate(-180deg);
}
.zone.ancres .wrap .tabcontent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zone.ancres .wrap .tabcontent .image {
  width: 47%;
  position: relative;
  min-height: 500px;
}
.zone.ancres .wrap .tabcontent .photo {
  width: 100%;
  position: absolute;
  overflow: hidden;
  min-height: 500px;
}
.zone.ancres .wrap .tabcontent .photo:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}
.zone.ancres .wrap .tabcontent .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.zone.ancres .wrap .tabcontent .text {
  width: 40%;
  color: black;
}
.zone.ancres .wrap .tabcontent .text p {
  font-size: 1.5rem;
}
.zone.ancres .wrap .tabcontent .text p:not(:first-child) {
  font-family: 'Assistant';
}
.zone.ancres .wrap .tabcontent .text em {
  font-size: 3rem;
  font-style: normal;
}
.zone.ancres .wrap .tabcontent .text strong {
  color: #d8c199;
  font-style: italic;
  font-weight: normal;
}
.zone.ancres .wrap .tabcontent .text .button {
  color: black;
}
.zone.ancres .wrap .tabs {
  margin-bottom: 4rem;
  display: flex;
  justify-content: flex-start;
  left: calc(12% + 8rem);
}
.zone.ancres .wrap .tabs li {
  opacity: 0.5;
  font-size: 4.5rem;
  margin-right: 3rem;
  padding-right: 3rem;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: padding 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.zone.ancres .wrap .tabs li.active {
  opacity: 1;
  border-bottom: 1px solid !important;
  color: #d8c199 !important;
}
.zone.ancres .wrap .tabs li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.zone.ancres .wrap .tabs li:hover:not(.active) {
  padding-left: 2rem;
  padding-right: 5rem;
}
.zone.ancres .wrap .tabs li .tab-title {
  font-size: 1.5rem;
  font-family: 'Playfair Display';
  margin-left: 4px;
  max-width: 147px;
}
.zone.ancres .wrap .tabs li .tab-title.tlst1 {
  transform: translateY(14px);
}
.zone.ancres .wrap .tabs li .tab-title.tlst2 {
  transform: translateY(6px);
}
.zone.ancres .overlay {
  position: absolute;
  top: 0;
  left: 40%;
  width: 20%;
  height: 75%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
  display: none;
}
.zone.ancres .fotobg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}
.zone.ancres .image {
  width: 50%;
}
.zone.ancres .image .photo {
  position: relative;
}
.zone.ancres .image .photo:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 70%;
}
.zone.ancres .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.ancres.subtype2 .wrap .tabcontent .text .titre em {
  font-size: 3rem;
  font-style: normal;
}
.zone.ancres.subtype2 .wrap .tabcontent .text .titre strong {
  color: #d8c199;
  font-style: italic;
  font-weight: normal;
}
.zone.ancres.subtype2 .wrap .tabcontent .text .desc {
  text-align: justify;
}
.zone.ancres.subtype2 .wrap .tabcontent .text .desc .name {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.zone.ancres.subtype3 iframe {
  margin-top: 8rem;
}
.zone.ancres.subtype3 iframe input:focus {
  outline: none !important;
}
.zone.ancres.subtype3 .rub {
  margin-bottom: 2rem;
  display: inline-block;
  padding-bottom: 4rem;
}
.zone.ancres.subtype3 .text .area .bigdesc {
  font-size: 2.5rem;
  text-align: justify;
  margin: 4rem 0;
}
.zone.ancres.subtype3 .text .area .bigdesc p {
  line-height: 1.2;
}
.zone.ancres.subtype3 .text .area .desc {
  color: white;
  font-size: initial;
}
.zone.ancres.subtype3 .text .area .desc em {
  font-size: 110%;
}
.zone.ancres.subtype3 .text .area form {
  margin-top: 8rem;
  width: 80%;
  position: relative;
}
.zone.ancres.subtype3 .text .area form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  color: white;
  height: 60px;
  padding: 10px 0;
}
.zone.ancres.subtype3 .text .area form input:focus {
  border-bottom: 2px solid;
  outline: none;
}
.zone.ancres.subtype3 .text .area form input::placeholder {
  color: white;
}
.zone.ancres.subtype3 .text .area form button {
  background: #d8c199;
  border: none;
  color: white;
  position: absolute;
  height: 40px;
  right: 0;
  top: 7px;
  padding: 0 20px;
}
@media all and (max-width: 1600px) {
  .zone.ancres .wrap .big {
    font-size: 6rem;
  }
  .zone.ancres .wrap .tabcontent .text {
    width: 45%;
  }
  .zone.ancres .wrap .tabs li {
    font-size: 4.5rem;
  }
  .zone.ancres .wrap .titre {
    font-size: 8rem;
  }
  .zone.ancres .wrap .sstitre {
    font-size: 4rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.ancres .wrap .big {
    font-size: 5rem;
  }
  .zone.ancres .wrap .tabcontent .text {
    width: 45%;
  }
  .zone.ancres .wrap .tabs li {
    font-size: 3rem;
  }
  .zone.ancres .wrap .titre {
    font-size: 8rem;
  }
  .zone.ancres .wrap .sstitre {
    font-size: 4rem;
  }
  .zone.ancres .wrap .tabs li .tab-title.tlst1 {
    transform: translateY(7px);
  }
  .zone.ancres .wrap .tabs li .tab-title.tlst2 {
    transform: translateY(-3px);
  }
}
@media all and (max-width: 1200px) {
  .zone.ancres .wrap .big {
    font-size: 4rem;
    left: 3rem;
  }
  .zone.ancres .wrap .tabcontent .text {
    width: 45%;
  }
  .zone.ancres .wrap .tabcontent .photo:before {
    padding-top: 120%;
  }
  .zone.ancres .wrap .tabs li {
    font-size: 3rem;
  }
  .zone.ancres .wrap .titre {
    font-size: 8rem;
  }
  .zone.ancres .wrap .sstitre {
    font-size: 4rem;
  }
  .zone.ancres .wrap .tabs li .tab-title.tlst1 {
    transform: translateY(1px);
  }
  .zone.ancres .wrap .tabs li .tab-title.tlst2 {
    transform: translateY(1px);
  }
}
@media all and (max-width: 1000px) {
  .zone.ancres .wrap .tabcontent {
    flex-wrap: wrap;
  }
  .zone.ancres .wrap .tabcontent .text {
    width: 100%;
    margin-bottom: 3rem;
  }
  .zone.ancres .wrap .tabcontent .image {
    width: 100%;
  }
  .zone.ancres .wrap .tabcontent .photo {
    width: 100%;
  }
  .zone.ancres .wrap .tabcontent .photo:before {
    padding-top: 70%;
  }
}
@media all and (max-width: 800px) {
  .zone.ancres .wrap {
    padding-left: 0;
    border-left: 0;
  }
  .zone.ancres .wrap .tabs {
    left: auto;
    flex-wrap: wrap;
  }
  .zone.ancres .wrap .tabs li .tab-title {
    max-width: unset;
    font-size: 1.25rem;
  }
  .zone.ancres .wrap .tabs li .tab-title.tlst1,
  .zone.ancres .wrap .tabs li .tab-title.tlst2 {
    transform: none !important;
  }
  .zone.ancres .wrap .big {
    writing-mode: initial;
    transform: none;
    left: 3rem;
    bottom: 8rem;
    top: auto;
    z-index: 9;
  }
  .zone.ancres .wrap .tabcontent {
    flex-wrap: wrap;
  }
  .zone.ancres .wrap .tabcontent .text {
    width: 100%;
    margin-bottom: 3rem;
  }
  .zone.ancres .wrap .tabcontent .image {
    width: 100%;
  }
  .zone.ancres .wrap .tabcontent .photo {
    width: 100%;
  }
  .zone.ancres .wrap .tabcontent .photo:before {
    padding-top: 70%;
  }
}
@media all and (max-width: 600px) {
  .zone.ancres .wrap {
    flex-direction: column;
    width: 90%;
  }
  .zone.ancres .wrap .tabs {
    margin-bottom: 0;
  }
  .zone.ancres .wrap .tabs li {
    padding-bottom: 0;
  }
  .zone.ancres .wrap .image {
    width: 100%;
    order: 2;
  }
  .zone.ancres .wrap .text {
    order: 1;
    margin-top: 5rem;
    width: 90%;
    text-align: center;
  }
  .zone.ancres .wrap .text .area .tabs {
    justify-content: center;
  }
  .zone.ancres .wrap .text .area .tabs li {
    font-size: 2rem;
  }
  .zone.ancres .wrap .text .area .titre {
    font-size: 4rem;
    margin-left: 0;
  }
  .zone.ancres .wrap .text .area .sstitre {
    font-size: 2rem;
  }
}
.zone.cardslider {
  position: relative;
  text-align: center;
  background: white;
  color: black;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.zone.cardslider .rub .titre {
  color: #d8c199;
}
.zone.cardslider .swiper-slide {
  overflow: hidden;
}
.zone.cardslider .swiper-slide .images {
  position: relative;
  padding: 3.5rem;
  height: 350px;
  overflow: hidden;
}
.zone.cardslider .swiper-slide .images .fotobg {
  filter: grayscale(1);
}
.zone.cardslider .swiper-slide .images .photo {
  display: block;
}
.zone.cardslider .swiper-slide .images:hover .fotobg {
  transition: all 2s ease-out;
  transform: scale(1.1);
}
.zone.cardslider .swiper-slide .titre {
  font-size: 2rem;
}
.zone.cardslider .swiper-slide .titre em {
  color: #d8c199;
}
.zone.cardslider .swiper-slide .hr {
  display: inline-block;
  width: 110px;
  margin: 2rem auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.zone.cardslider .swiper-button-next,
.zone.cardslider .swiper-button-prev {
  overflow: hidden;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone.cardslider .swiper-button-next i,
.zone.cardslider .swiper-button-prev i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
}
.zone.cardslider .swiper-button-next:focus,
.zone.cardslider .swiper-button-prev:focus {
  outline: none;
}
.zone.cardslider .swiper-button-next {
  right: -80px;
}
.zone.cardslider .swiper-button-prev {
  left: -80px;
}
.zone.cardslider .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.zone.cardslider .slider:after {
  left: auto;
}
.zone.cardslider .slider .swiper-container {
  width: 100%;
  padding: 0;
  overflow: visible;
}
.zone.cardslider .item {
  display: flex;
  flex-direction: column;
  overflow: visible;
  height: 500px;
  margin-top: 100px;
  transition: all 0.3s ease;
}
.zone.cardslider .item .text {
  position: absolute;
  top: 485px;
  width: 100%;
  text-align: center;
  padding: 0rem 2rem;
  transition: all 0.3s ease;
  color: white;
}
.zone.cardslider .item .name {
  font-size: 3rem;
  opacity: 0.4;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
}
.zone.cardslider .item .titre {
  font-size: 3rem;
  margin-top: -3rem;
  font-weight: 800;
  opacity: 0;
  display: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
}
.zone.cardslider .item .desc {
  display: none;
}
.zone.cardslider .item .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.zone.cardslider .swiper-slide {
  margin-top: 0;
}
.zone.cardslider .swiper-slide .titre {
  opacity: 1;
  display: block;
}
.zone.cardslider .swiper-slide .desc {
  display: block;
}
.zone.cardslider .swiper-slide .name {
  font-size: 5rem;
  transition: all 0.3s ease;
}
.zone.cardslider .swiper-slide .photo {
  height: 520px;
  margin-bottom: 25px;
}
.zone.cardslider .swiper-slide .photo img {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.zone.cardslider .swiper-slide:hover .button {
  opacity: 1;
  transition: all 0.3s ease;
}
.zone.cardslider .ligne {
  position: absolute;
  bottom: 17.9rem;
  left: 0;
  width: 100%;
  background: white;
  height: 1px;
}
.zone.cardslider.subtype2 li .images .fotobg {
  filter: sepia(1) blur(2px) brightness(0.7);
}
@media all and (max-width: 1600px) {
  .zone.cardslider .swiper-slide-active .name {
    font-size: 4rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.cardslider .swiper-slide-active .name {
    font-size: 3.5rem;
  }
  .zone.cardslider .item .titre {
    margin-top: -2.5rem;
    font-size: 2.5rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.cardslider .swiper-slide-active .name {
    font-size: 3.5rem;
  }
  .zone.cardslider .swiper-button-next {
    right: -60px;
  }
  .zone.cardslider .swiper-button-prev {
    left: -60px;
  }
}
@media all and (max-width: 1000px) {
  .zone.cardslider .item {
    height: 450px;
  }
  .zone.cardslider .item .text {
    top: 430px;
  }
  .zone.cardslider .swiper-slide-active .text {
    top: 525px;
  }
  .zone.cardslider .swiper-button-next {
    right: -60px;
  }
  .zone.cardslider .swiper-button-prev {
    left: -60px;
  }
}
@media all and (max-width: 800px) {
  .zone.cardslider .swiper-button-next {
    right: -40px;
    font-size: 3rem;
  }
  .zone.cardslider .swiper-button-prev {
    left: -40px;
    font-size: 3rem;
  }
}
@media all and (max-width: 600px) {
  .zone.cardslider .swiper-button-next {
    right: -30px;
    font-size: 2.5rem;
  }
  .zone.cardslider .swiper-button-prev {
    left: -30px;
    font-size: 2.5rem;
  }
}
@media all and (max-width: 450px) {
  .zone.cardslider .swiper-button-prev {
    left: -20px;
  }
  .zone.cardslider .swiper-button-next {
    right: -20px;
  }
}
.zone.grille {
  background: white;
  color: #d8c199;
  margin-bottom: 0;
}
.zone.grille .filters {
  text-transform: uppercase;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 8rem;
  color: white;
  width: 75%;
}
.zone.grille .filters .cfluid {
  height: 100%;
}
.zone.grille .filters ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zone.grille .filters ul li {
  width: 23%;
  margin-bottom: 1.5rem;
}
.zone.grille .filters ul li i {
  vertical-align: 0;
  margin-left: 5px;
}
.zone.grille .filters ul li a,
.zone.grille .filters ul li button {
  height: 60px;
  color: #d8c199;
  outline: none;
  background: none;
  border: none;
  font-size: 1.9rem;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0 1rem;
  width: 100%;
  border: 1px solid rgba(216, 193, 153, 0.5);
  font-family: 'Playfair Display';
}
.zone.grille .filters ul li a.active,
.zone.grille .filters ul li button.active,
.zone.grille .filters ul li a.is-checked,
.zone.grille .filters ul li button.is-checked {
  background: #d8c199;
  color: white;
  transition: all 0.3s ease;
  border-color: #d8c199;
}
.zone.grille .filters ul li a:hover,
.zone.grille .filters ul li button:hover {
  background: #d8c199;
  color: white;
  transition: all 0.3s ease;
  border-color: #d8c199;
}
.zone.grille .cfluid {
  width: 88%;
  text-align: center;
}
.zone.grille .cfluid .desc {
  color: black;
  margin-top: 25px;
  font-size: 16px;
}
.zone.grille .grid {
  overflow-y: hidden;
  margin-top: 8rem;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  overflow: visible;
}
.zone.grille .grid .gutter {
  width: 2%;
}
.zone.grille .grid .brick {
  width: 32%;
  margin-bottom: 8rem;
  color: black;
  position: relative;
  padding: 15rem 5rem;
  height: 60vh;
  min-height: 350px;
  max-height: 800px;
  text-align: center;
}
.zone.grille .grid .brick:before {
  content: '';
  position: absolute;
  top: 5rem;
  left: 9rem;
  border: 1px solid #d8c199;
  background: none;
  z-index: -1;
  width: calc(100% - 20rem);
  height: calc(100% - 15rem);
}
.zone.grille .grid .brick .photo {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
.zone.grille .grid .brick .photo img {
  width: auto;
  height: 100%;
}
.zone.grille .grid .brick .text {
  opacity: 0;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-52%, -50%);
  text-align: center;
}
.zone.grille .grid .brick .text .name {
  font-size: 2rem;
  color: #d8c199;
  font-style: italic;
}
.zone.grille .grid .brick .text .titre {
  font-size: 2rem;
}
.zone.grille .grid .brick .text .hr {
  display: inline-block;
  width: 80px;
  margin: 2.5rem auto;
  height: 1px;
  background: #d8c199;
}
.zone.grille .grid .brick:hover .photo {
  opacity: 0.05;
  transform: translateX(-52%);
  transition: all 0.3s ease-out;
}
.zone.grille .grid .brick:hover .text {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.zone.grille .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.zone.grille .pager .forme {
  transform: scaleY(1);
  top: -19px;
}
.zone.grille .pager .forme path {
  fill: #e7e0d9;
}
.zone.grille .pager li {
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone.grille .pager li a {
  color: white;
  font-size: 18px;
  transition: all 500ms;
  padding: 0 5px;
}
.zone.grille .pager li a:hover,
.zone.grille .pager li a.active {
  color: white;
  font-weight: 600;
}
.zone.grille .pager li a:hover:after,
.zone.grille .pager li a.active:after {
  transform: scaleX(1);
}
.zone.grille.subtype2 .filters {
  display: none;
}
.zone.grille.subtype2 .grid {
  overflow: visible;
}
.zone.grille.subtype2 .grid .gutter {
  width: 8%;
}
.zone.grille.subtype2 .grid .brick {
  padding: 0;
  max-height: none;
  min-height: auto;
  height: auto;
  width: 28%;
}
.zone.grille.subtype2 .grid .brick:before {
  display: none;
}
.zone.grille.subtype2 .grid .brick .photo {
  position: relative;
  margin-bottom: 3rem;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  opacity: 1 !important;
}
.zone.grille.subtype2 .grid .brick .photo:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 130%;
}
.zone.grille.subtype2 .grid .brick .photo a.document-link,
.zone.grille.subtype2 .grid .brick .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.grille.subtype2 .grid .brick .text {
  position: relative;
  text-align: left;
  opacity: 1;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
}
.zone.grille.subtype2 .grid .brick .text em {
  color: #d8c199;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.zone.grille.subtype2 .grid .brick .text .titre {
  margin: 2rem 0;
  font-size: 3rem;
}
.zone.grille.subtype3 .filters {
  display: none;
}
.zone.grille.subtype3 .grid {
  overflow: visible;
}
.zone.grille.subtype3 .grid .gutter {
  width: 8%;
}
.zone.grille.subtype3 .grid .brick {
  padding: 0;
  max-height: none;
  min-height: auto;
  height: auto;
  width: 28%;
}
.zone.grille.subtype3 .grid .brick:before {
  display: none;
}
.zone.grille.subtype3 .grid .brick .photo {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  opacity: 1 !important;
}
.zone.grille.subtype3 .grid .brick .photo:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 130%;
}
.zone.grille.subtype3 .grid .brick .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.grille.subtype3 .grid .brick .text {
  position: relative;
  text-align: left;
  opacity: 1;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  display: none;
}
.zone.grille.subtype3 .grid .brick .text em {
  color: #d8c199;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.zone.grille.subtype3 .grid .brick .text .titre {
  margin: 2rem 0;
  font-size: 3rem;
}
.zone.grille.subtype1 .grid .brick .text {
  top: 46%;
}
.zone.grille.subtype1 .price {
  font-size: 26px;
  font-family: 'Playfair Display';
  margin-top: 16px;
  color: #d8c199;
}
.zone.grille.subtype1 .button.more {
  display: block;
  margin: 2.5rem auto 0 auto;
  color: black;
}
.zone.grille.subtype1 .addcart {
  margin: 2.5rem auto 0 auto;
}
@media all and (max-width: 1400px) {
  .zone.grille .grid .brick .image_zone .img:hover .hover .desc {
    font-size: 1.4rem;
  }
  .zone.grille .grid .brick .image_zone .img:hover .hover .desc p {
    line-height: 1.2;
  }
  .zone.grille .grid .brick .titre {
    font-size: 2.5rem;
  }
  .zone.grille .grid .brick .map {
    right: 0;
  }
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.grille .grid .brick {
    width: 48%;
  }
  .zone.grille .filters {
    width: 90%;
  }
  .zone.grille .button {
    color: black;
  }
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    font-size: 1.5rem;
    padding: 0 1rem;
    min-width: 200px;
  }
}
@media all and (max-width: 1000px) {
  .zone.grille .cfluid {
    width: 90%;
  }
  .zone.grille .grid .brick {
    width: 48%;
  }
  .zone.grille .grid .brick .map {
    height: calc(80% - 70px);
  }
  .zone.grille .grid .brick .wrap .panbottom {
    font-size: 1.6rem;
  }
  .zone.grille .grid .brick .wrap .panbottom .price {
    font-size: 2rem;
  }
  .zone.grille .grid .gutter {
    width: 4%;
  }
  .zone.grille.subtype2 .grid .gutter,
  .zone.grille.subtype3 .grid .gutter {
    width: 4%;
  }
  .zone.grille.subtype2 .grid .brick,
  .zone.grille.subtype3 .grid .brick {
    width: 48%;
  }
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
  .zone.grille .filters ul {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .zone.grille .filters ul li {
    width: auto;
    margin: 0 1rem;
    margin-bottom: 1.5rem;
  }
  .zone.grille .filters .cfluid {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .zone.grille .grid .brick {
    width: 100%;
  }
  .zone.grille .grid .brick .map {
    height: calc(90% - 70px);
  }
  .zone.grille .grid .gutter {
    width: 0%;
  }
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    font-size: 1.5rem;
    padding: 0 2.5rem;
    height: 45px;
    min-width: 0;
  }
  .zone.grille .filters {
    margin-bottom: 3rem;
  }
  .zone.grille .filters ul {
    margin: 1rem 0;
    height: auto;
    flex-wrap: wrap;
  }
  .zone.grille .filters .cfluid {
    width: 100%;
  }
  .zone.grille.subtype1 .grid .brick {
    height: auto;
    max-height: unset;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 0rem;
    padding-bottom: 40px;
  }
  .zone.grille.subtype1 .grid .brick:before {
    top: 15rem;
    left: 0rem;
    right: 0rem;
    width: unset;
  }
  .zone.grille.subtype1 .grid .brick .photo {
    position: relative;
    left: auto;
    transform: none;
    margin-bottom: 0rem;
    height: 350px;
    bottom: auto;
  }
  .zone.grille.subtype1 .grid .brick .text {
    position: relative;
    opacity: 1;
    left: auto;
    top: auto;
    transform: none;
  }
  .zone.grille.subtype1 .grid .brick .text .desc {
    padding: 0 25px;
  }
  .zone.grille.subtype2 .grid .gutter,
  .zone.grille.subtype3 .grid .gutter {
    width: 0%;
  }
  .zone.grille.subtype2 .grid .brick,
  .zone.grille.subtype3 .grid .brick {
    width: 100%;
    margin-bottom: 4rem;
  }
  .zone.grille.subtype2 .grid .brick .photo:before,
  .zone.grille.subtype3 .grid .brick .photo:before {
    padding-top: 70%;
  }
  .zone.grille.subtype2 .grid .brick .images .text,
  .zone.grille.subtype3 .grid .brick .images .text {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
  }
  .zone.grille.subtype2 .grid .brick .images .text .title,
  .zone.grille.subtype3 .grid .brick .images .text .title {
    margin-top: 1rem;
  }
  .zone.grille.subtype2 .grid .brick,
  .zone.grille.subtype3 .grid .brick {
    margin-bottom: 4rem;
  }
  .pagetype_blog .zone.grille .grid .brick .wrap {
    width: 100%;
    height: auto;
    min-height: 0px;
  }
  .pagetype_blog .zone.grille .grid .brick .wrap .pantop {
    height: 100%;
    padding: 2rem 2rem;
    min-height: 200px;
  }
  .pagetype_blog .zone.grille .grid .brick .wrap .panbottom {
    height: auto;
    padding: 2rem;
  }
}
@media all and (max-width: 600px) {
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    padding: 0rem 1.5rem;
    font-size: 1.25rem;
    margin: 0rem;
    border: 1px solid !important;
  }
  .zone.grille .filters {
    width: 100%;
  }
  .zone.grille .filters ul li {
    width: auto;
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
  .zone.grille .grid .brick .map {
    height: calc(75% - 70px);
  }
  .zone.grille .grid .brick .titre {
    font-size: 2rem;
  }
  .zone.grille .grid .brick .wrap .panbottom,
  .zone.grille .grid .brick .wrap .pantop {
    padding: 1rem 2rem;
  }
  .zone.grille.subtype2 .grid .brick .images,
  .zone.grille.subtype3 .grid .brick .images {
    padding: 0;
  }
  .zone.grille.subtype2 .grid .brick .images .text,
  .zone.grille.subtype3 .grid .brick .images .text {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
  }
  .zone.grille.subtype2 .grid .brick .images .text .title,
  .zone.grille.subtype3 .grid .brick .images .text .title {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
}
@media all and (max-width: 450px) {
  .zone.grille .grid .brick .bigwrap {
    flex-wrap: wrap;
  }
  .zone.grille .grid .brick .bigwrap .wrap {
    width: 100%;
    order: 2;
  }
  .zone.grille .grid .brick .bigwrap .wrap .pantop {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    height: 75px;
  }
  .zone.grille .grid .brick .bigwrap .wrap .panbottom {
    align-items: center;
    height: 75px;
  }
  .zone.grille .grid .brick .bigwrap .map {
    width: 100%;
    height: 50vh;
    min-height: 400px;
  }
  .zone.grille .grid .brick .bigwrap .map img {
    height: 100%;
    object-fit: contain;
  }
  .pagetype_blog .zone.grille .grid .brick .bigwrap {
    flex-wrap: wrap;
  }
  .pagetype_blog .zone.grille .grid .brick .bigwrap .wrap {
    width: 100%;
    order: 2;
  }
  .pagetype_blog .zone.grille .grid .brick .bigwrap .wrap .pantop,
  .pagetype_blog .zone.grille .grid .brick .bigwrap .wrap .panbottom {
    height: 50%;
  }
}
.zone.galerie {
  background: #101010;
  color: white;
}
.zone.galerie .cfluid {
  width: 88%;
  text-align: center;
}
.zone.galerie .grid {
  overflow-y: hidden;
  margin-top: 8rem;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  overflow: visible;
  display: flex;
  justify-content: space-between;
}
.zone.galerie .grid .brick {
  width: 32%;
  margin-bottom: 8rem;
  color: white;
  position: relative;
  padding: 15rem 5rem;
  height: 60vh;
  min-height: 350px;
  max-height: 800px;
  text-align: center;
}
.zone.galerie .grid .brick:before {
  content: '';
  position: absolute;
  top: 5rem;
  left: 7rem;
  border: 25px solid #221a1b;
  background: none;
  z-index: -1;
  width: calc(100% - 20rem);
  height: calc(100% - 15rem);
}
.zone.galerie .grid .brick .photo {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
.zone.galerie .grid .brick .photo img {
  width: auto;
  height: 100%;
}
.zone.galerie .grid .brick .text {
  opacity: 0;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-52%, -50%);
  text-align: center;
}
.zone.galerie .grid .brick .text .name {
  font-size: 2rem;
  color: #d8c199;
  font-style: italic;
}
.zone.galerie .grid .brick .text .titre {
  font-size: 2rem;
}
.zone.galerie .grid .brick .text .hr {
  display: inline-block;
  width: 80px;
  margin: 2.5rem auto;
  height: 1px;
  background: white;
}
.zone.galerie .grid .brick:hover .photo {
  opacity: 0;
  transform: translateX(-52%);
  transition: all 0.3s ease-out;
}
.zone.galerie .grid .brick:hover .text {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.zone.galerie .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.zone.galerie .pager .forme {
  transform: scaleY(1);
  top: -19px;
}
.zone.galerie .pager .forme path {
  fill: #e7e0d9;
}
.zone.galerie .pager li {
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone.galerie .pager li a {
  color: white;
  font-size: 18px;
  transition: all 500ms;
  padding: 0 5px;
}
.zone.galerie .pager li a:hover,
.zone.galerie .pager li a.active {
  color: white;
  font-weight: 600;
}
.zone.galerie .pager li a:hover:after,
.zone.galerie .pager li a.active:after {
  transform: scaleX(1);
}
.zone.galerie.subtype2 .filters {
  display: none;
}
.zone.galerie.subtype2 .grid {
  overflow: visible;
}
.zone.galerie.subtype2 .grid .gutter {
  width: 8%;
}
.zone.galerie.subtype2 .grid .brick {
  padding: 0;
  max-height: none;
  min-height: auto;
  height: auto;
  width: 28%;
}
.zone.galerie.subtype2 .grid .brick:before {
  display: none;
}
.zone.galerie.subtype2 .grid .brick .photo {
  position: relative;
  margin-bottom: 3rem;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  opacity: 1 !important;
}
.zone.galerie.subtype2 .grid .brick .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130%;
}
.zone.galerie.subtype2 .grid .brick .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.galerie.subtype2 .grid .brick .text {
  position: relative;
  text-align: left;
  opacity: 1;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
}
.zone.galerie.subtype2 .grid .brick .text em {
  color: #d8c199;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.zone.galerie.subtype2 .grid .brick .text .titre {
  margin: 2rem 0;
  font-size: 3rem;
}
.zone.galerie.subtype3 .filters {
  display: none;
}
.zone.galerie.subtype3 .grid {
  overflow: visible;
}
.zone.galerie.subtype3 .grid .gutter {
  width: 8%;
}
.zone.galerie.subtype3 .grid .brick {
  padding: 0;
  max-height: none;
  min-height: auto;
  height: auto;
  width: 28%;
}
.zone.galerie.subtype3 .grid .brick:before {
  display: none;
}
.zone.galerie.subtype3 .grid .brick .photo {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  opacity: 1 !important;
}
.zone.galerie.subtype3 .grid .brick .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130%;
}
.zone.galerie.subtype3 .grid .brick .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.galerie.subtype3 .grid .brick .text {
  position: relative;
  text-align: left;
  opacity: 1;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  display: none;
}
.zone.galerie.subtype3 .grid .brick .text em {
  color: #d8c199;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.zone.galerie.subtype3 .grid .brick .text .titre {
  margin: 2rem 0;
  font-size: 3rem;
}
@media all and (max-width: 1400px) {
  .zone.grille .grid .brick .image_zone .img:hover .hover .desc {
    font-size: 1.4rem;
  }
  .zone.grille .grid .brick .image_zone .img:hover .hover .desc p {
    line-height: 1.2;
  }
  .zone.grille .grid .brick .titre {
    font-size: 2.5rem;
  }
  .zone.grille .grid .brick .map {
    right: 0;
  }
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.grille .grid .brick {
    width: 48%;
  }
  .zone.grille .filters {
    width: 90%;
  }
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    font-size: 1.5rem;
    padding: 0 1rem;
    min-width: 200px;
  }
}
@media all and (max-width: 1000px) {
  .zone.grille .cfluid {
    width: 90%;
  }
  .zone.grille .grid .brick {
    width: 48%;
  }
  .zone.grille .grid .brick .map {
    height: calc(80% - 70px);
  }
  .zone.grille .grid .brick .wrap .panbottom {
    font-size: 1.6rem;
  }
  .zone.grille .grid .brick .wrap .panbottom .price {
    font-size: 2rem;
  }
  .zone.grille .grid .gutter {
    width: 4%;
  }
  .zone.grille.subtype2 .grid .gutter,
  .zone.grille.subtype3 .grid .gutter {
    width: 4%;
  }
  .zone.grille.subtype2 .grid .brick,
  .zone.grille.subtype3 .grid .brick {
    width: 48%;
  }
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
  .zone.grille .filters ul {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .zone.grille .filters ul li {
    width: auto;
    margin: 0 1rem;
    margin-bottom: 1.5rem;
  }
  .zone.grille .filters .cfluid {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .zone.grille .grid .brick {
    width: 100%;
  }
  .zone.grille .grid .brick .map {
    height: calc(90% - 70px);
  }
  .zone.grille .grid .gutter {
    width: 0%;
  }
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    font-size: 1.5rem;
    padding: 0 2.5rem;
    height: 45px;
    min-width: 0;
  }
  .zone.grille .filters {
    margin-bottom: 3rem;
  }
  .zone.grille .filters ul {
    margin: 1rem 0;
    height: auto;
    flex-wrap: wrap;
  }
  .zone.grille .filters .cfluid {
    width: 100%;
  }
  .zone.grille.subtype2 .grid .gutter,
  .zone.grille.subtype3 .grid .gutter {
    width: 0%;
  }
  .zone.grille.subtype2 .grid .brick,
  .zone.grille.subtype3 .grid .brick {
    width: 100%;
    margin-bottom: 4rem;
  }
  .zone.grille.subtype2 .grid .brick .photo:before,
  .zone.grille.subtype3 .grid .brick .photo:before {
    padding-top: 70%;
  }
  .zone.grille.subtype2 .grid .brick .images .text,
  .zone.grille.subtype3 .grid .brick .images .text {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
  }
  .zone.grille.subtype2 .grid .brick .images .text .title,
  .zone.grille.subtype3 .grid .brick .images .text .title {
    margin-top: 1rem;
  }
  .zone.grille.subtype2 .grid .brick,
  .zone.grille.subtype3 .grid .brick {
    margin-bottom: 4rem;
  }
  .pagetype_blog .zone.grille .grid .brick .wrap {
    width: 100%;
    height: auto;
    min-height: 0px;
  }
  .pagetype_blog .zone.grille .grid .brick .wrap .pantop {
    height: 100%;
    padding: 2rem 2rem;
    min-height: 200px;
  }
  .pagetype_blog .zone.grille .grid .brick .wrap .panbottom {
    height: auto;
    padding: 2rem;
  }
}
@media all and (max-width: 600px) {
  .zone.grille .filters ul li a,
  .zone.grille .filters ul li button {
    padding: 0rem 1.5rem;
    font-size: 1.25rem;
    margin: 0rem;
    border: 1px solid !important;
  }
  .zone.grille .filters {
    width: 100%;
  }
  .zone.grille .filters ul li {
    width: auto;
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
  .zone.grille .grid .brick .map {
    height: calc(75% - 70px);
  }
  .zone.grille .grid .brick .titre {
    font-size: 2rem;
  }
  .zone.grille .grid .brick .wrap .panbottom,
  .zone.grille .grid .brick .wrap .pantop {
    padding: 1rem 2rem;
  }
  .zone.grille.subtype2 .grid .brick .images,
  .zone.grille.subtype3 .grid .brick .images {
    padding: 0;
  }
  .zone.grille.subtype2 .grid .brick .images .text,
  .zone.grille.subtype3 .grid .brick .images .text {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
  }
  .zone.grille.subtype2 .grid .brick .images .text .title,
  .zone.grille.subtype3 .grid .brick .images .text .title {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
}
@media all and (max-width: 450px) {
  .zone.grille .grid .brick .bigwrap {
    flex-wrap: wrap;
  }
  .zone.grille .grid .brick .bigwrap .wrap {
    width: 100%;
    order: 2;
  }
  .zone.grille .grid .brick .bigwrap .wrap .pantop {
    border-top: 1px solid;
    height: 75px;
  }
  .zone.grille .grid .brick .bigwrap .wrap .panbottom {
    align-items: center;
    height: 75px;
  }
  .zone.grille .grid .brick .bigwrap .map {
    width: 100%;
    height: 50vh;
    min-height: 400px;
  }
  .zone.grille .grid .brick .bigwrap .map img {
    height: 100%;
    object-fit: contain;
  }
  .pagetype_blog .zone.grille .grid .brick .bigwrap {
    flex-wrap: wrap;
  }
  .pagetype_blog .zone.grille .grid .brick .bigwrap .wrap {
    width: 100%;
    order: 2;
  }
  .pagetype_blog .zone.grille .grid .brick .bigwrap .wrap .pantop,
  .pagetype_blog .zone.grille .grid .brick .bigwrap .wrap .panbottom {
    height: 50%;
  }
}
.zone.contact_form {
  color: black;
  min-height: calc(100vh - 100px);
  background: white;
  padding-top: 20rem;
}
.zone.contact_form .wrap {
  width: 78%;
  margin: 0 auto;
  z-index: 9;
  padding-top: 2rem;
  padding-left: 8rem;
  border-left: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zone.contact_form .wrap .big {
  position: absolute;
  left: 4rem;
  color: #d8c199;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8rem;
  writing-mode: tb-rl;
  transform: translateY(-50%) rotate(-180deg);
  z-index: 9;
}
.zone.contact_form .grid_bg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.zone.contact_form .grid_bg li {
  width: 20%;
  height: 25%;
  opacity: 0.8;
  animation: fade 2s ease infinite alternate-reverse;
  background: #000000;
  transition: opacity 0.5s ease-out;
}
@keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 0.8;
  }
}
.zone.contact_form .overlay {
  position: absolute;
  top: 0;
  left: 40%;
  width: 20%;
  height: 75%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  display: block;
}
.zone.contact_form .fotobg {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}
.zone.contact_form .text {
  width: 45%;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0rem 0rem;
  z-index: 9;
}
.zone.contact_form .text a {
  color: black;
  display: inline-block;
}
.zone.contact_form .text .undertitre {
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-top: 5px;
}
.zone.contact_form .text .rub .name {
  font-size: 2.8rem;
}
.zone.contact_form .text .rub .name em {
  color: #d8c199;
}
.zone.contact_form .text .coords {
  margin: 2rem 0;
  margin-top: -2rem;
  font-weight: 300;
  font-family: 'Assistant';
}
.zone.contact_form .text .coords li {
  margin-bottom: 2rem;
}
.zone.contact_form .text .coords li p {
  display: inline-block;
}
.zone.contact_form .text .button {
  margin-left: 140px;
}
.zone.contact_form .text .formulaire {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.zone.contact_form .text .formulaire form {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.zone.contact_form .text .formulaire form .form-group {
  margin-bottom: 12px;
  width: 48%;
  text-align: left;
  margin-right: 4%;
  position: relative;
  font-family: 'Assistant';
}
.zone.contact_form .text .formulaire form .form-group label {
  display: none;
}
.zone.contact_form .text .formulaire form .form-group input {
  border: none;
  background: none;
  height: 35px;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 15px;
  transition: all 0.3s ease;
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  font-family: 'Minion Pro';
}
.zone.contact_form .text .formulaire form .form-group input::placeholder {
  color: black;
}
.zone.contact_form .text .formulaire form .form-group input:focus,
.zone.contact_form .text .formulaire form .form-group textarea:focus {
  outline: none;
}
.zone.contact_form .text .formulaire form .form-group textarea {
  border: none;
  background: none;
  height: 150px;
  color: black;
  width: 100%;
  font-size: 15px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: calc(100%);
  font-family: 'Minion Pro';
}
.zone.contact_form .text .formulaire form .form-group textarea::placeholder {
  color: black;
}
.zone.contact_form .text .formulaire form .form-group ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  font-size: 15px;
}
.zone.contact_form .text .formulaire form .form-group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  font-size: 15px;
}
.zone.contact_form .text .formulaire form .form-group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  font-size: 15px;
}
.zone.contact_form .text .formulaire form .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-size: 15px;
}
.zone.contact_form .text .formulaire form .form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font-size: 15px;
}
.zone.contact_form .text .formulaire form .form-group ::placeholder {
  /* Most modern browsers support this now. */
  color: black;
  font-size: 15px;
}
.zone.contact_form .text .formulaire form .g-recaptcha {
  display: inline-block;
}
.zone.contact_form .text .formulaire form .form-group:nth-child(2),
.zone.contact_form .text .formulaire form .form-group:nth-child(4),
.zone.contact_form .text .formulaire form .form-group:nth-child(5) {
  margin-right: 0;
}
.zone.contact_form .text .formulaire form .form-group:nth-child(10),
.zone.contact_form .text .formulaire form .form-group:nth-child(5),
.zone.contact_form .text .formulaire form .form-group:nth-child(7),
.zone.contact_form .text .formulaire form .form-group:nth-child(8) {
  width: 100%;
}
.zone.contact_form .text .formulaire form .form-group:nth-child(10),
.zone.contact_form .text .formulaire form .form-group:nth-child(9) {
  width: 100%;
  text-align: center;
}
.zone.contact_form .text .formulaire form .form-group:nth-child(6) {
  width: 100%;
}
.zone.contact_form .text .formulaire form .form-group:nth-child(6) label {
  display: inline-block;
  position: relative;
  top: -4px;
}
.zone.contact_form .text .formulaire form .form-group:nth-child(6) input {
  border: unset;
  height: unset;
  width: unset;
  opacity: 1;
  pointer-events: all;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-top: -2px;
}
.zone.contact_form .text .global_error,
.zone.contact_form .text .success {
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
}
.zone.contact_form .image {
  position: relative;
  width: 45%;
  z-index: 9;
}
.zone.contact_form .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.zone.contact_form .image iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.contact_form button {
  margin-top: 0;
  letter-spacing: 1px;
  border: 0;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  background: #d8c199;
  color: white;
  padding: 15px 30px;
  font-family: 'Montserrat';
}
.zone.contact_form button::after {
  background: #7f5635;
}
@media all and (max-width: 1600px) {
  .zone.contact_form .wrap .big {
    font-size: 6rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.contact_form .text .rub {
    margin-bottom: 2rem;
  }
  .zone.contact_form .text .rub .titre {
    margin-top: -4rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.contact_form {
    padding-top: 12rem;
    flex-wrap: wrap;
  }
  .zone.contact_form .wrap {
    flex-wrap: wrap;
    width: 80%;
    padding-top: 0;
    padding-left: 0;
    border-left: 0px solid black;
  }
  .zone.contact_form .wrap .big {
    position: relative;
    writing-mode: initial;
    transform: none;
    top: 0;
  }
  .zone.contact_form .text {
    padding: 4rem 4rem;
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }
  .zone.contact_form .text .rub {
    top: -5rem;
  }
  .zone.contact_form .image {
    width: 100%;
    height: 60vh;
    min-height: 350px;
  }
  .zone.contact_form .carte {
    width: 100%;
    height: 400px;
  }
}
@media all and (max-width: 1000px) {
  .zone.contact_form .wrap {
    flex-wrap: wrap;
  }
  .zone.contact_form .text {
    padding: 4rem 4rem;
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }
  .zone.contact_form .text .rub {
    top: -5rem;
  }
  .zone.contact_form .text .rub .titre {
    margin-top: -2rem;
  }
  .zone.contact_form .carte {
    width: 100%;
    height: 400px;
  }
}
@media all and (max-width: 800px) {
  .zone.contact_form .wrap {
    flex-wrap: wrap;
  }
  .zone.contact_form .text {
    padding: 0 20px;
  }
  .zone.contact_form .text .formulaire form .form-group {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .zone.contact_form .carte {
    width: 100%;
    height: 400px;
  }
}
@media all and (max-width: 600px) {
  .zone.contact_form .wrap {
    flex-wrap: wrap;
    width: 90%;
  }
  .zone.contact_form .wrap .big {
    left: 0;
  }
  .zone.contact_form .text .formulaire form .form-group {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .zone.contact_form .carte {
    width: 100%;
    height: 400px;
  }
}
@media all and (max-width: 450px) {
  .zone.contact_form .wrap {
    flex-wrap: wrap;
  }
  .zone.contact_form .image {
    height: 50vh;
    min-height: 300px;
  }
  .zone.contact_form .text .coords {
    font-size: 1.5rem;
  }
  .zone.contact_form .text .formulaire form .form-group {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .zone.contact_form .carte {
    width: 100%;
    height: 400px;
  }
}
html {
  font-size: 62.5%;
  color: #000;
  /* font-size:10px;*/
}
body {
  font: 1.5rem/1.42 'Playfair Display';
  overflow-x: hidden;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  font-weight: 300;
  letter-spacing: 0.5px;
  background: white;
}
::-webkit-scrollbar {
  background-color: #221a1b;
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, #d8c199 0, #251c1d 100%);
  -webkit-border-radius: 6px;
}
.fancybox-container {
  z-index: 99999999999 !important;
}
iframe .guarantees {
  display: none !important;
}
.align_content_right {
  align-content: right;
}
.text_right {
  text-align: right;
}
.top0 {
  top: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.photo {
  justify-content: center;
  height: 100%;
}
.photo > img {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 500ms;
  width: 100%;
  height: 100%;
}
.photo.loaded > img {
  opacity: 1;
}
a {
  color: #000;
  transition: color 500ms;
}
@keyframes loadend {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes danone {
  0% {
    opacity: 1;
  }
  100% {
    z-index: -1;
  }
}
.loading {
  position: fixed;
  z-index: 999999999999999;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  animation: rota 1.2s linear forwards;
  animation-delay: 0s;
  background: #d8c199;
}
.loading .wiper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  left: -50%;
  background: white;
  z-index: 9;
  display: none;
}
.loading:after {
  position: absolute;
  content: '';
  background: #d8c199;
  top: 0;
  height: 100%;
  left: -200%;
  width: 200%;
}
.loading:before {
  position: absolute;
  content: '';
  background: #d8c199;
  top: -100%;
  height: 100%;
  width: 100%;
  left: 0%;
}
@keyframes rota {
  from {
    transform: rotate(0deg) translateY(0);
    transform-origin: bottom center;
  }
  to {
    transform: rotate(180deg) translateY(0px);
    transform-origin: bottom center;
  }
}
.rdy {
  transition: 0.5s ease-in-out;
  transform: translateY(-100%);
  transform-origin: top left;
  opacity: 0;
}
.no-js .loading {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
:root {
  --header-height: 80px;
}
.top-cart {
  margin-top: var(--header-height);
  font-family: 'Playfair Display';
  font-size: 2rem;
}
.top-cart .title {
  text-transform: none;
  font-size: 2.8rem;
}
.top-cart + .desc {
  text-align: center;
}
.alert {
  max-width: 1000px;
  margin: 0 auto;
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bg .content .product-cart .title {
  font-family: 'Playfair Display';
  font-size: 2rem;
  color: #d8c199;
  font-style: italic;
  text-transform: initial;
  margin-bottom: 0;
}
.bg .content .product-cart .price {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 2rem;
}
.bg .content .product-cart .desc {
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(133, 133, 133, 0.2);
  padding-top: 15px;
  margin-top: 15px;
}
.cart-content .cart-details .items form table thead,
.cart-content .cart-details .items form table tbody tr {
  border-bottom: 1px solid rgba(133, 133, 133, 0.2);
}
.bg .content .product-cart form .form-group {
  width: 50%;
  max-width: max-content;
  max-width: fit-content;
  margin-right: 10px;
}
.bg .content .product-cart form .input input {
  margin: 0;
  max-width: 42px;
}
.bg .content .close {
  border: none;
}
.cart-content .cart-details .items form table tbody tr td.remove button,
.cart-content .cart-details .items form table tbody tr td.qty .input button,
.bg .content .product-cart form .input button {
  background: #d8c199;
  color: white;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.cart-content .cart-details .items form table tbody tr td.remove button::after,
.cart-content .cart-details .items form table tbody tr td.qty .input button::after,
.bg .content .product-cart form .input button::after {
  color: #d8c199;
  font-weight: bold;
  font-size: 16px;
}
.cart-content .cart-details .items form table tbody tr td.remove button::after,
.cart-content .cart-details .items form table tbody tr td.qty .input button::after,
.bg .content .product-cart form .input button::after {
  color: white;
}
.cart-content .cart-details .items form table tbody tr td.remove button {
  color: white;
}
.form-details .table {
  border: transparent;
  padding: 25px 0;
}
.form-details .table table thead,
.form-details .table table tbody tr {
  font-size: 1.5rem;
}
.form-details .recap {
  margin-top: 0;
  width: max-content;
  max-width: 100%;
}
.form-details .recap .hidden {
  display: none;
}
.cart-content .cart-details .recap > a {
  background: #d8c199;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 25px;
  font-size: 16px;
  text-transform: none;
  font-style: italic;
}
.cart-content .cart-details .items form table tbody tr td.qty .input input,
.bg .content .product-cart form .input input {
  border: 1px solid #d8c199;
  margin: 0;
  max-width: 42px;
}
.cart-content .cart-details .items {
  border: transparent;
  padding: 25px 0;
}
.cart-content .cart-details .items form table thead th {
  font-family: 'Assistant';
  font-size: 1.5rem;
}
.form-details .form .title {
  font-family: 'Playfair Display';
  font-weight: 400;
  text-transform: none;
  font-size: 2.8rem;
  text-align: center;
}
.form-details .recap > div span {
  color: #d8c199;
  font-weight: bold;
}
.form-details .form .form-group.submit {
  width: 100%;
  flex: auto;
  display: flex;
}
.form-details .form .form-group.submit button {
  margin-left: auto;
}
.form-details .form .form-group input {
  border-radius: 0;
}
.form-details .form .form-group.submit button {
  background: #d8c199;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  font-style: italic;
}
.bg .content .product-cart form a {
  z-index: 2;
  font-style: italic;
  font-size: 16.5px;
  font-family: 'Playfair Display';
  font-weight: 400;
  background: #d8c199;
  min-width: 100%;
  border-radius: 0 !important;
  transition: 500ms color ease-out 250ms;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8c199;
}
.bg .content .product-cart form a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  content: '\f218';
  font-size: 20px;
  margin-right: 8px;
}
.bg .content .product-cart form a::after {
  display: block;
  content: '';
  background: white;
  transform: scaleX(0);
  transform-origin: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 500ms transform ease-out;
  z-index: -1;
}
.bg .content .product-cart form a:hover {
  background: #d8c199;
  color: #d8c199;
}
.bg .content .product-cart form a:hover::after {
  transform: none;
}
.bg .content {
  width: 100%;
  max-width: 600px;
}
.bg .content .product-cart form {
  padding-top: 25px;
  margin-top: 25px;
}
.bg .content .product-cart form .form-group label {
  font-family: 'Assistant';
  font-size: 16px;
  margin-bottom: 4px;
}
.bg .content .product-cart form button#add_to_cart_add {
  margin-top: 27px;
  background: transparent;
  border: none;
  color: black;
  font-family: 'Playfair Display';
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  border: 1px solid rgba(133, 133, 133, 0.2);
  border-radius: 0 !important;
  cursor: pointer;
  padding: 9px 15px;
}
.bg .content .product-cart form button#add_to_cart_add:hover {
  color: #d8c199;
  border-color: #d8c199;
  background: transparent;
}
.redirect-shipping {
  max-width: fit-content;
  max-width: max-content;
  margin: 25px auto;
  display: block;
}
.cart-content .cart-details .recap {
  width: max-content;
  max-width: 100%;
}
.cart-content .hidden {
  display: none;
}
.cant-process-payment strong:after {
  display: none;
}
#process-payment.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background: lightgrey;
}
.popup-promo.jpg-img .popup-content {
  padding: 0;
}
.popup-promo.jpg-img .popup-content .content {
  margin: 0;
  padding: 15px;
}
.popup-promo.jpg-img .popup-content .media {
  width: 400px;
  max-width: 50%;
}
.popup-promo .popup-content {
  flex-direction: row;
  align-items: center;
  max-width: 800px;
  width: 100%;
}
.popup-promo .popup-content .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.popup-promo .popup-content .content em {
  color: #d8c199;
  font-weight: bold;
}
.popup-promo .popup-content .content strong {
  text-decoration: line-through;
}
.popup-promo .popup-content .media {
  width: 300px;
  max-width: 33%;
}
.popup-promo .popup-content .title {
  font-size: 35px;
  margin-bottom: 10px;
  color: #d8c199;
}
.popup-promo .popup-content .desc {
  font-size: 16px !important;
}
.popup-promo .popup-content .btn {
  background: #d8c199;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  display: block;
  margin-right: auto;
  width: max-content;
}
@media all and (max-width: 1200px) {
  body {
    font: 1.6rem/1.42 'Minion Pro', serif;
  }
}
@media all and (max-width: 1000px) {
  body {
    font: 1.5rem/1.42 'Minion Pro', serif;
  }
}
@media all and (max-width: 800px) {
  a.anchor {
    top: -100px;
  }
  .zones {
    margin-top: 0;
  }
  .loading .wiper {
    display: none;
  }
}
@media all and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
  .form-details .table table tbody tr td {
    font-size: 12px;
  }
}
@media all and (max-width: 450px) {
  a.anchor {
    top: -80px;
  }
}
