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;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: 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;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.hack-inline {
  letter-spacing: -0.5em !important;
}
.hack-inline > * {
  letter-spacing: normal;
  display: inline-block;
}
.block {
  display: block;
}
.none {
  display: none;
}
.flex {
  display: flex;
  -webkit-display: -webkit-flex;
}
.flex > * {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.clear {
  clear: both;
}
.padding_top_0 {
  padding-top: 0 !important;
}
.padding_bottom_0 {
  padding-bottom: 0 !important;
}
.margin_top_0 {
  margin-top: 0 !important;
}
.margin_0_auto {
  margin: 0 auto;
}
.centerblock {
  margin: 0 auto;
  display: block;
}
.uppercase {
  text-transform: uppercase;
}
.justify {
  text-align: justify;
}
.photo {
  overflow: hidden;
  justify-content: center;
  object-position: 50% 50%;
}
.photo img {
  flex: 1;
  object-fit: cover;
}
.photo img.contain {
  object-fit: contain;
}
.centerX,
.centerXY,
.centerY {
  position: absolute;
}
.centerXY {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.centerX {
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.centerY,
.trigger:after {
  transform: translate(0, -50%);
}
.centerY {
  top: 50%;
  -webkit-transform: translate(0, -50%);
}
.grid_2 > .element {
  width: 50%;
}
.grid_3 > .element {
  width: 33.3%;
}
.grid_4 > .element {
  width: 25%;
}
.grid_5 > .element {
  width: 20%;
}
.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.align_content_center {
  align-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
}
.justify_center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.flex_0 {
  flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
}
.flex_column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.element {
  position: relative;
}
.mailto {
  cursor: pointer;
}
.container,
.small_container,
.big_container {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.container {
  max-width: 100rem;
}
.big_container {
  max-width: 160rem;
}
.small_container {
  max-width: 80rem;
}
.opa0 {
  opacity: 0;
}
.opa1 {
  opacity: 1;
}
.apparition {
  transition: all 1000ms;
}
.apparition.hide {
  opacity: 0;
}
.apparition_right.hide {
  transform: translate(15rem);
  -webkit-transform: translate(15rem);
}
.apparition_left.hide {
  transform: translate(-15rem);
  -webkit-transform: translate(-15rem);
}
.apparition_top.hide {
  transform: translate(0, -15rem);
  -webkit-transform: translate(0, -15rem);
}
.apparition_bottom.hide {
  transform: translate(0, 15rem);
  -webkit-transform: translate(0, 15rem);
}
.apparition_bottom {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_top {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_left {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_right {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_bottom_absolute {
  margin-top: 5rem;
}
.apparition_bottom_absolute.show {
  margin-top: 0;
}
.apparition_top_absolute {
  margin-bottom: 5rem;
}
.apparition_top_absolute.show {
  margin-bottom: 0;
}
.apparition_left_absolute {
  margin-right: 5rem;
}
.apparition_left_absolute.show {
  margin-right: 0;
}
.apparition_right_absolute {
  margin-left: 5rem;
}
.apparition_right_absolute.show {
  margin-left: 0;
}
.main.no_diapo {
  margin-top: 15rem;
}
.delay_0 {
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
  transition: all 0s !important;
  -webkit-transition: all 0s !important;
}
.overflow {
  overflow: hidden;
}
.popup {
  width: 800px;
}
.popup.document {
  height: 90vh;
}
.popup.document > iframe {
  height: 100%;
}
.popup iframe {
  width: 100%;
}
.mw1000 {
  max-width: 100rem;
}
.mw1200 {
  max-width: 120rem;
}
.mw1600 {
  max-width: 160rem;
}
.mw800 {
  max-width: 80rem;
}
.mw900 {
  max-width: 90rem;
}
.w1 {
  width: 1%;
}
.h1 {
  height: 1%;
}
.mw1 {
  max-width: 1%;
}
.w2 {
  width: 2%;
}
.h2 {
  height: 2%;
}
.mw2 {
  max-width: 2%;
}
.w3 {
  width: 3%;
}
.h3 {
  height: 3%;
}
.mw3 {
  max-width: 3%;
}
.w4 {
  width: 4%;
}
.h4 {
  height: 4%;
}
.mw4 {
  max-width: 4%;
}
.w5 {
  width: 5%;
}
.h5 {
  height: 5%;
}
.mw5 {
  max-width: 5%;
}
.w6 {
  width: 6%;
}
.h6 {
  height: 6%;
}
.mw6 {
  max-width: 6%;
}
.w7 {
  width: 7%;
}
.h7 {
  height: 7%;
}
.mw7 {
  max-width: 7%;
}
.w8 {
  width: 8%;
}
.h8 {
  height: 8%;
}
.mw8 {
  max-width: 8%;
}
.w9 {
  width: 9%;
}
.h9 {
  height: 9%;
}
.mw9 {
  max-width: 9%;
}
.w10 {
  width: 10%;
}
.h10 {
  height: 10%;
}
.mw10 {
  max-width: 10%;
}
.w11 {
  width: 11%;
}
.h11 {
  height: 11%;
}
.mw11 {
  max-width: 11%;
}
.w12 {
  width: 12%;
}
.h12 {
  height: 12%;
}
.mw12 {
  max-width: 12%;
}
.w13 {
  width: 13%;
}
.h13 {
  height: 13%;
}
.mw13 {
  max-width: 13%;
}
.w14 {
  width: 14%;
}
.h14 {
  height: 14%;
}
.mw14 {
  max-width: 14%;
}
.w15 {
  width: 15%;
}
.h15 {
  height: 15%;
}
.mw15 {
  max-width: 15%;
}
.w16 {
  width: 16%;
}
.h16 {
  height: 16%;
}
.mw16 {
  max-width: 16%;
}
.w17 {
  width: 17%;
}
.h17 {
  height: 17%;
}
.mw17 {
  max-width: 17%;
}
.w18 {
  width: 18%;
}
.h18 {
  height: 18%;
}
.mw18 {
  max-width: 18%;
}
.w19 {
  width: 19%;
}
.h19 {
  height: 19%;
}
.mw19 {
  max-width: 19%;
}
.w20 {
  width: 20%;
}
.h20 {
  height: 20%;
}
.mw20 {
  max-width: 20%;
}
.w21 {
  width: 21%;
}
.h21 {
  height: 21%;
}
.mw21 {
  max-width: 21%;
}
.w22 {
  width: 22%;
}
.h22 {
  height: 22%;
}
.mw22 {
  max-width: 22%;
}
.w23 {
  width: 23%;
}
.h23 {
  height: 23%;
}
.mw23 {
  max-width: 23%;
}
.w24 {
  width: 24%;
}
.h24 {
  height: 24%;
}
.mw24 {
  max-width: 24%;
}
.w25 {
  width: 25%;
}
.h25 {
  height: 25%;
}
.mw25 {
  max-width: 25%;
}
.w26 {
  width: 26%;
}
.h26 {
  height: 26%;
}
.mw26 {
  max-width: 26%;
}
.w27 {
  width: 27%;
}
.h27 {
  height: 27%;
}
.mw27 {
  max-width: 27%;
}
.w28 {
  width: 28%;
}
.h28 {
  height: 28%;
}
.mw28 {
  max-width: 28%;
}
.w29 {
  width: 29%;
}
.h29 {
  height: 29%;
}
.mw29 {
  max-width: 29%;
}
.w30 {
  width: 30%;
}
.h30 {
  height: 30%;
}
.mw30 {
  max-width: 30%;
}
.w31 {
  width: 31%;
}
.h31 {
  height: 31%;
}
.mw31 {
  max-width: 31%;
}
.w32 {
  width: 32%;
}
.h32 {
  height: 32%;
}
.mw32 {
  max-width: 32%;
}
.w33 {
  width: 33%;
}
.h33 {
  height: 33%;
}
.mw33 {
  max-width: 33%;
}
.w34 {
  width: 34%;
}
.h34 {
  height: 34%;
}
.mw34 {
  max-width: 34%;
}
.w35 {
  width: 35%;
}
.h35 {
  height: 35%;
}
.mw35 {
  max-width: 35%;
}
.w36 {
  width: 36%;
}
.h36 {
  height: 36%;
}
.mw36 {
  max-width: 36%;
}
.w37 {
  width: 37%;
}
.h37 {
  height: 37%;
}
.mw37 {
  max-width: 37%;
}
.w38 {
  width: 38%;
}
.h38 {
  height: 38%;
}
.mw38 {
  max-width: 38%;
}
.w39 {
  width: 39%;
}
.h39 {
  height: 39%;
}
.mw39 {
  max-width: 39%;
}
.w40 {
  width: 40%;
}
.h40 {
  height: 40%;
}
.mw40 {
  max-width: 40%;
}
.w41 {
  width: 41%;
}
.h41 {
  height: 41%;
}
.mw41 {
  max-width: 41%;
}
.w42 {
  width: 42%;
}
.h42 {
  height: 42%;
}
.mw42 {
  max-width: 42%;
}
.w43 {
  width: 43%;
}
.h43 {
  height: 43%;
}
.mw43 {
  max-width: 43%;
}
.w44 {
  width: 44%;
}
.h44 {
  height: 44%;
}
.mw44 {
  max-width: 44%;
}
.w45 {
  width: 45%;
}
.h45 {
  height: 45%;
}
.mw45 {
  max-width: 45%;
}
.w46 {
  width: 46%;
}
.h46 {
  height: 46%;
}
.mw46 {
  max-width: 46%;
}
.w47 {
  width: 47%;
}
.h47 {
  height: 47%;
}
.mw47 {
  max-width: 47%;
}
.w48 {
  width: 48%;
}
.h48 {
  height: 48%;
}
.mw48 {
  max-width: 48%;
}
.w49 {
  width: 49%;
}
.h49 {
  height: 49%;
}
.mw49 {
  max-width: 49%;
}
.w50 {
  width: 50%;
}
.h50 {
  height: 50%;
}
.mw50 {
  max-width: 50%;
}
.w51 {
  width: 51%;
}
.h51 {
  height: 51%;
}
.mw51 {
  max-width: 51%;
}
.w52 {
  width: 52%;
}
.h52 {
  height: 52%;
}
.mw52 {
  max-width: 52%;
}
.w53 {
  width: 53%;
}
.h53 {
  height: 53%;
}
.mw53 {
  max-width: 53%;
}
.w54 {
  width: 54%;
}
.h54 {
  height: 54%;
}
.mw54 {
  max-width: 54%;
}
.w55 {
  width: 55%;
}
.h55 {
  height: 55%;
}
.mw55 {
  max-width: 55%;
}
.w56 {
  width: 56%;
}
.h56 {
  height: 56%;
}
.mw56 {
  max-width: 56%;
}
.w57 {
  width: 57%;
}
.h57 {
  height: 57%;
}
.mw57 {
  max-width: 57%;
}
.w58 {
  width: 58%;
}
.h58 {
  height: 58%;
}
.mw58 {
  max-width: 58%;
}
.w59 {
  width: 59%;
}
.h59 {
  height: 59%;
}
.mw59 {
  max-width: 59%;
}
.w60 {
  width: 60%;
}
.h60 {
  height: 60%;
}
.mw60 {
  max-width: 60%;
}
.w61 {
  width: 61%;
}
.h61 {
  height: 61%;
}
.mw61 {
  max-width: 61%;
}
.w62 {
  width: 62%;
}
.h62 {
  height: 62%;
}
.mw62 {
  max-width: 62%;
}
.w63 {
  width: 63%;
}
.h63 {
  height: 63%;
}
.mw63 {
  max-width: 63%;
}
.w64 {
  width: 64%;
}
.h64 {
  height: 64%;
}
.mw64 {
  max-width: 64%;
}
.w65 {
  width: 65%;
}
.h65 {
  height: 65%;
}
.mw65 {
  max-width: 65%;
}
.w66 {
  width: 66%;
}
.h66 {
  height: 66%;
}
.mw66 {
  max-width: 66%;
}
.w67 {
  width: 67%;
}
.h67 {
  height: 67%;
}
.mw67 {
  max-width: 67%;
}
.w68 {
  width: 68%;
}
.h68 {
  height: 68%;
}
.mw68 {
  max-width: 68%;
}
.w69 {
  width: 69%;
}
.h69 {
  height: 69%;
}
.mw69 {
  max-width: 69%;
}
.w70 {
  width: 70%;
}
.h70 {
  height: 70%;
}
.mw70 {
  max-width: 70%;
}
.w71 {
  width: 71%;
}
.h71 {
  height: 71%;
}
.mw71 {
  max-width: 71%;
}
.w72 {
  width: 72%;
}
.h72 {
  height: 72%;
}
.mw72 {
  max-width: 72%;
}
.w73 {
  width: 73%;
}
.h73 {
  height: 73%;
}
.mw73 {
  max-width: 73%;
}
.w74 {
  width: 74%;
}
.h74 {
  height: 74%;
}
.mw74 {
  max-width: 74%;
}
.w75 {
  width: 75%;
}
.h75 {
  height: 75%;
}
.mw75 {
  max-width: 75%;
}
.w76 {
  width: 76%;
}
.h76 {
  height: 76%;
}
.mw76 {
  max-width: 76%;
}
.w77 {
  width: 77%;
}
.h77 {
  height: 77%;
}
.mw77 {
  max-width: 77%;
}
.w78 {
  width: 78%;
}
.h78 {
  height: 78%;
}
.mw78 {
  max-width: 78%;
}
.w79 {
  width: 79%;
}
.h79 {
  height: 79%;
}
.mw79 {
  max-width: 79%;
}
.w80 {
  width: 80%;
}
.h80 {
  height: 80%;
}
.mw80 {
  max-width: 80%;
}
.w81 {
  width: 81%;
}
.h81 {
  height: 81%;
}
.mw81 {
  max-width: 81%;
}
.w82 {
  width: 82%;
}
.h82 {
  height: 82%;
}
.mw82 {
  max-width: 82%;
}
.w83 {
  width: 83%;
}
.h83 {
  height: 83%;
}
.mw83 {
  max-width: 83%;
}
.w84 {
  width: 84%;
}
.h84 {
  height: 84%;
}
.mw84 {
  max-width: 84%;
}
.w85 {
  width: 85%;
}
.h85 {
  height: 85%;
}
.mw85 {
  max-width: 85%;
}
.w86 {
  width: 86%;
}
.h86 {
  height: 86%;
}
.mw86 {
  max-width: 86%;
}
.w87 {
  width: 87%;
}
.h87 {
  height: 87%;
}
.mw87 {
  max-width: 87%;
}
.w88 {
  width: 88%;
}
.h88 {
  height: 88%;
}
.mw88 {
  max-width: 88%;
}
.w89 {
  width: 89%;
}
.h89 {
  height: 89%;
}
.mw89 {
  max-width: 89%;
}
.w90 {
  width: 90%;
}
.h90 {
  height: 90%;
}
.mw90 {
  max-width: 90%;
}
.w91 {
  width: 91%;
}
.h91 {
  height: 91%;
}
.mw91 {
  max-width: 91%;
}
.w92 {
  width: 92%;
}
.h92 {
  height: 92%;
}
.mw92 {
  max-width: 92%;
}
.w93 {
  width: 93%;
}
.h93 {
  height: 93%;
}
.mw93 {
  max-width: 93%;
}
.w94 {
  width: 94%;
}
.h94 {
  height: 94%;
}
.mw94 {
  max-width: 94%;
}
.w95 {
  width: 95%;
}
.h95 {
  height: 95%;
}
.mw95 {
  max-width: 95%;
}
.w96 {
  width: 96%;
}
.h96 {
  height: 96%;
}
.mw96 {
  max-width: 96%;
}
.w97 {
  width: 97%;
}
.h97 {
  height: 97%;
}
.mw97 {
  max-width: 97%;
}
.w98 {
  width: 98%;
}
.h98 {
  height: 98%;
}
.mw98 {
  max-width: 98%;
}
.w99 {
  width: 99%;
}
.h99 {
  height: 99%;
}
.mw99 {
  max-width: 99%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mw100 {
  max-width: 100%;
}
.object-fit {
  object-fit: cover;
  object-position: 50% 50%;
}
html {
  font-size: 62.5%;
  color: #4c4845;
  /* font-size:10px;*/
}
body {
  font: 1.4rem/1.42 "Lato", sans-serif;
  overflow-x: hidden;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.align_content_right {
  align-content: right;
}
.text_right {
  text-align: right;
}
.top0 {
  top: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.photo {
  justify-content: center;
  background: #ededed;
}
.photo > img {
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
  transition: all 500ms;
}
.photo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.photo.loaded > img {
  opacity: 1;
}
p {
  line-height: 1.7;
  font-weight: 400;
}
a {
  color: #000;
  transition: color 500ms;
}
a:hover {
  color: #e13536;
}
[data-aos^="clip"] {
  transition-property: clip-path;
}
[data-aos^="clip"].aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
[data-aos="clip-left"] {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
[data-aos="clip-top"] {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
[data-aos="clip-right"] {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
[data-aos="clip-bottom"] {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.zone.noanim [data-aos] {
  transition-property: unset;
  clip-path: unset;
  transition: unset;
  transform: unset;
  opacity: unset;
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  animation-fill-mode: forwards;
  animation-name: loading;
  animation-duration: 3s;
  animation-delay: 2s;
}
@keyframes loading {
  0% {
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);
  }
  99% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .branche {
    display: none !important;
  }
}
.popup {
  text-align: center !important;
  overflow: visible !important;
}
.popup .head {
  text-align: center;
  margin-bottom: 25px;
  color: #b6b797;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3.5rem;
  letter-spacing: 0.1rem;
}
.popup .desc {
  text-align: center;
}
.popup .desc strong {
  color: #b6b797;
}
.popup .link {
  display: inline-block;
  padding: 15px 35px;
  background: #b6b797;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 11px;
  letter-spacing: 0.2rem;
}
.popup img {
  width: 100%;
}
.popup img.grayscale {
  filter: grayscale(1);
}
.grecaptcha-badge {
  display: none;
}
@media screen and (max-width: 900px) {
  .popup {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .popup {
    .head {
          font-size: 2.5rem;
    }
  }
  p {
    line-height: 1.5;
  }
}
.zone .swiper-button-prev,
.zone .swiper-button-next {
  width: 4rem;
  height: 4rem;
  background-image: none;
  position: absolute;
  outline: none;
  top: 50%;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.9);
}
.zone .swiper-button-prev:hover,
.zone .swiper-button-next:hover {
  transition: color 0.5s;
  color: #b6b797;
}
.zone .swiper-button-next {
  right: 5%;
}
.zone .swiper-button-prev {
  left: 5%;
  text-align: right;
}
.zone .swiper-pagination {
  bottom: 5% !important;
}
.zone .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.9) !important;
}
.zone .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #b6b797 !important;
}
.zone .book_button a,
.zone .knowmore a {
  transition: 0.3s all;
  border: #b6b797 solid 1px;
}
.zone .book_button a:hover,
.zone .knowmore a:hover {
  background: white !important;
  color: #b6b797 !important;
}
.error {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px 25px;
}
.success {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  padding: 10px 25px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
@keyframes headerAnimation {
  from {
    transform: translate(0, -200%);
  }
  to {
    transform: translate(0, 0);
  }
}
header {
  background: white;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-animation-name: headerAnimation;
  -moz-animation-name: headerAnimation;
  -o-animation-name: headerAnimation;
  animation-name: headerAnimation;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
header.scrolled {
  background: rgba(158, 77, 51, 0.8);
}
header .limit {
  display: flex;
  position: relative;
  height: 100px;
  align-items: center;
  padding: 0 2rem;
  margin: 0 auto;
}
header .limit #burger,
header .limit .burger {
  display: none;
}
header .limit .logo {
  display: flex;
  max-width: 120px;
  position: relative;
}
header .limit .logo.white {
  display: flex;
}
header .limit .logo.black {
  display: none;
}
header .limit .logo a {
  width: 100%;
  display: block;
  position: relative;
  transform: translate(0, -5px);
}
header .limit .logo a img {
  width: 100%;
  position: relative;
}
header .limit nav {
  flex: 1;
}
header .limit nav #menu {
  display: flex;
  justify-content: flex-end;
  margin-right: 20rem;
}
header .limit nav #menu li {
  position: relative;
}
header .limit nav #menu li input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
header .limit nav #menu li .sub_menu {
  position: absolute;
  top: 2rem;
  padding: 1rem;
  left: 50%;
  transform: translate(-50%);
  background: white;
  display: none;
}
header .limit nav #menu li .sub_menu a {
  margin: 1rem 2rem;
  position: relative;
}
header .limit nav #menu li .sub_menu a:not(:last-child):after {
  content: '';
  position: absolute;
  right: -2rem;
  top: 0rem;
  bottom: 0;
  width: 1px;
  background: black;
}
header .limit nav #menu li a,
header .limit nav #menu li label {
  margin: 0 1rem;
  text-transform: uppercase;
  color: #4c4845;
  font-size: 1.4rem;
  white-space: nowrap;
  border-bottom: 1px transparent solid;
  cursor: pointer;
  padding: 0;
  font-weight: 300;
}
header .limit nav #menu li a.active,
header .limit nav #menu li label.active {
  color: #b6b797;
}
header .limit nav #menu li a.contact,
header .limit nav #menu li label.contact {
  border: 1px green solid;
  padding: 1.2rem 3rem;
  border-radius: 5px;
}
header .limit nav #menu li a:hover,
header .limit nav #menu li label:hover {
  border-bottom: 1px #b6b797 solid;
}
header .limit .contact {
  position: absolute;
  right: 2rem;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 20rem;
  border-radius: 100%;
  background: #b6b797;
  z-index: 10;
  transform: translate(0, -4rem);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
}
header .limit .contact:hover {
  background: #fff;
  border-color: #b6b797;
}
header .limit .contact:hover a {
  color: #b6b797;
}
header .limit .contact a {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  padding-top: 6rem;
  color: white;
}
header .limit .contact a:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  display: block;
  text-align: center;
}
@keyframes burgerAnim {
  0% {
    top: 50%;
  }
  100% {
    top: 80%;
  }
}
@keyframes navAppear {
  0% {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media all and (min-width: 1251px) {
  header .limit nav #menu li:hover .sub_menu {
    display: flex;
  }
}
@media screen and (max-width: 1300px) {
  header .limit nav #menu li a,
  header .limit nav #menu li label {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 1250px) {
  body.overflow_hidden {
    overflow: hidden;
  }
  header .limit {
    /*
      .burger
      {
        display: block;
        position: absolute;
        right:2rem;
        top:50%;
        transform:translate(0,-50%);
        width:4rem;
        height:4rem;
        z-index: 99999;
        background: white;
        border: 1px #b6b797 solid;
        border-radius: 50%;

        p
        {
          position: absolute;
          top: -2.2rem;
          color: black;
        }

        #text
        {
          -webkit-transition: .1s all;
          -moz-transition: .1s all;
          -ms-transition: .1s all;
          -o-transition: .1s all;
          transition: .1s all;
          opacity: 0;
          font-size: 1.1rem;
          top: 29%;
          color: black;
          position: absolute;
          width: 100%;
          text-align: center;
        }

        #line_after
        {
          top:50%;
          width:80%;
          height:1px;
          left:10%;
          background: #b6b797;
          .absolute();
          -webkit-transition: .3s all;
          -moz-transition: .3s all;
          -ms-transition: .3s all;
          -o-transition: .3s all;
          transition: .3s all;

          &:after,&:before
          {
            content:'';
            .absolute();
            .w100();
            height:1px;
            background: #b6b797;
            -webkit-transition: .3s all;
            -moz-transition: .3s all;
            -ms-transition: .3s all;
            -o-transition: .3s all;
            transition: .3s all;
          }
          &:after
          {
            top:1rem;
          }
          &:before
          {
            bottom:1rem;
          }
        }
      }
      */
  }
  header .limit .logo {
    z-index: 2;
  }
  header .limit #burger {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .limit #burger:checked {
    /*
          ~ .burger
          {
            #text
            {
              opacity: 1;
              transition-delay: .3s;
              -webkit-transition: .3s all;
              -moz-transition: .3s all;
              -ms-transition: .3s all;
              -o-transition: .3s all;
              transition: .3s all;
            }

            #line_after
            {

              -webkit-animation-name: burgerAnim;
              -moz-animation-name: burgerAnim;
              -o-animation-name: burgerAnim;
              animation-name: burgerAnim;
              -webkit-animation-duration: 1s;
              -moz-animation-duration: 1s;
              -o-animation-duration: 1s;
              animation-duration: 1s;
              animation-fill-mode: forwards;
              transition-delay: .3s;

              &:after
              {
                top: auto;
                bottom: -2px;
              }

              &:before
              {
                bottom: -2px;
              }
            }
          }
           */
  }
  header .limit #burger:checked ~ .logo.black {
    display: flex;
    max-width: 80px;
  }
  header .limit #burger:checked ~ .logo.black a {
    background: transparent;
    padding: 0;
  }
  header .limit #burger:checked ~ .logo.white {
    display: none;
  }
  header .limit #burger:checked ~ .burger span {
    transform: rotate(45deg);
  }
  header .limit #burger:checked ~ .burger span:after {
    transform: rotate(-90deg) translate(-40%);
  }
  header .limit #burger:checked ~ .burger span:before {
    display: none;
  }
  header .limit #burger:checked ~ nav {
    display: flex;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    animation-name: navAppear;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    padding-bottom: 6rem;
    padding-top: 6rem;
    overflow: auto;
    flex-direction: column;
    justify-content: unset;
    height: 100vh;
  }
  header .limit #burger:checked ~ nav ul {
    margin: auto 0;
    justify-content: unset;
    flex: none;
    -webkit-flex: none;
  }
  header .limit .burger {
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 4rem;
    height: 4rem;
    z-index: 99999;
    background: white;
    border-radius: 50%;
  }
  header .limit .burger span {
    position: absolute;
    right: 7px;
    top: 46%;
    width: 60%;
    height: 2px;
    background: #b6b797;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  header .limit .burger span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    bottom: -8px;
    background: #b6b797;
  }
  header .limit .burger span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    top: -8px;
    background: #b6b797;
  }
  header .limit .contact {
    position: absolute;
    right: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: auto;
    height: auto;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 4px;
  }
  header .limit .contact a {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
  }
  header .limit .contact a:before {
    margin-right: 10px;
  }
  header .limit .contact {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
  }
  header .limit .contact a span {
    display: none;
  }
  header .limit .contact a:before {
    margin: 0;
    transform: translate(1px, -1px);
  }
  header .limit nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  header .limit nav #menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 0;
  }
  header .limit nav #menu li {
    padding: 2rem;
    font-weight: bold;
    text-align: center;
  }
  header .limit nav #menu li input:checked ~ .sub_menu {
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 0rem;
    margin-bottom: 2rem;
    transform: unset;
    left: auto;
  }
  header .limit nav #menu li input:checked ~ .sub_menu a {
    margin: 0rem 0rem;
    padding-bottom: 0rem;
  }
  header .limit nav #menu li input:checked ~ .sub_menu a:not(:last-child):after {
    display: none;
  }
  header .limit nav #menu li a {
    color: black;
  }
  header .limit nav #menu .lang {
    display: flex;
  }
}
@media all and (max-width: 900px) {
  header .limit nav #menu li {
    padding: 0.8rem;
  }
}
@media all and (max-width: 540px) {
  header .limit .contact {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
  }
  header .limit .contact a span {
    display: none;
  }
  header .limit .contact a:before {
    margin: 0;
  }
}
footer:not(.mobile) {
  position: relative;
  max-width: 160rem;
  margin: 0 auto;
}
footer:not(.mobile) .limit {
  z-index: 2;
  display: flex;
  flex-direction: row;
  padding: 6rem 6rem;
  color: black;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  font-family: 'Lato', Sans-serif;
  position: relative;
}
footer:not(.mobile) .limit:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}
footer:not(.mobile) .limit > * {
  z-index: 2;
  font-family: "Playfair Display", Serif;
}
footer:not(.mobile) .limit > * span {
  font-size: 2.5rem;
  padding-bottom: 10px;
  margin-bottom: 2rem!important;
  border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  color: #b6b797;
}
footer:not(.mobile) .limit a {
  color: #4c4845;
}
footer:not(.mobile) .limit a:hover {
  color: black;
}
footer:not(.mobile) .limit .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 150px;
}
footer:not(.mobile) .limit .logo img {
  background: transparent;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
footer:not(.mobile) .limit .logo p {
  text-align: justify;
}
footer:not(.mobile) .limit .pages {
  column-count: 1;
  letter-spacing: 1px;
}
footer:not(.mobile) .limit .pages li {
  line-height: 1.7;
}
footer:not(.mobile) .limit .pages li a {
  color: #4c4845;
  font-family: "Lato", Sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}
footer:not(.mobile) .limit .pages li a:hover {
  color: black;
}
footer:not(.mobile) .limit .master_infos .langs {
  list-style-type: none;
  position: relative;
  width: 4rem;
}
footer:not(.mobile) .limit .master_infos .langs:hover a {
  display: block!important;
}
footer:not(.mobile) .limit .master_infos .langs a {
  text-transform: uppercase;
}
footer:not(.mobile) .limit .master_infos .langs a.active {
  display: block;
  order: 1;
}
footer:not(.mobile) .limit .master_infos .langs a:not(.active) {
  order: 2;
  display: none;
}
footer:not(.mobile) .limit .master_infos .langs .arrow {
  transition: 0.5s;
  position: absolute;
  right: -25px;
  top: 5px;
}
footer:not(.mobile) .limit .master_infos .langs .arrow:hover {
  transform: rotate(-180deg);
}
footer:not(.mobile) .limit .master_infos .langs .arrow:hover ~ a {
  display: block;
}
footer:not(.mobile) .limit .master_infos .booknow {
  background: black;
  border: 1px black solid;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0rem;
  display: block;
  margin-top: 2rem;
  text-align: center;
  transition: 0.3s all;
}
footer:not(.mobile) .limit .master_infos .booknow a {
  color: black;
}
footer:not(.mobile) .limit .master_infos .booknow:last-child {
  margin-top: 0.5rem;
}
footer:not(.mobile) .limit .master_infos .booknow:hover {
  background: #cccccc;
  color: #706f6f;
  border: 1px #706f6f solid;
}
footer:not(.mobile) .limit .contact_infos ul.socials {
  display: flex;
  margin-bottom: 0rem;
  margin-top: 1rem;
}
footer:not(.mobile) .limit .contact_infos ul.socials li {
  width: 3rem;
  height: 3rem;
  background: black;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-right: 0.5rem;
  color: #4c4845;
  font-family: "Lato", Sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}
footer:not(.mobile) .limit .contact_infos ul.socials li a {
  display: flex;
  color: #b6b797;
  font-family: "Lato", Sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}
footer:not(.mobile) .limit .contact_infos ul.socials li a i {
  color: #fff;
}
footer:not(.mobile) .limit .contact_infos p {
  line-height: 1.7;
  color: #4c4845;
  font-family: "Lato", Sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}
footer:not(.mobile) .limit .contact_infos .logo_edc {
  width: 150px;
  display: flex;
  margin-bottom: 1rem;
}
footer:not(.mobile) .limit .contact_infos .logo_edc img {
  object-fit: contain;
  width: 100%;
}
footer:not(.mobile) .limit .edc .legals {
  margin-top: 1rem;
}
footer:not(.mobile) .limit .edc .legals a:first-child {
  padding-right: 0.5rem;
  color: #4c4845;
  font-family: "Lato", Sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}
footer:not(.mobile) .limit .edc p {
  color: #4c4845;
  font-family: "Lato", Sans-serif;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.7;
}
footer:not(.mobile) .limit .edc .logo_edc {
  width: 150px;
  display: flex;
  margin-bottom: 1rem;
  filter: grayscale(1);
}
footer:not(.mobile) .limit .edc .logo_edc img {
  object-fit: contain;
  width: 100%;
}
@media all and (max-width: 1080px) {
  footer:not(.mobile) .limit {
    flex-direction: column;
    padding: 6rem 2rem;
    align-items: center;
  }
  footer:not(.mobile) .limit > * span {
    color: black;
  }
  footer:not(.mobile) .limit .contact_infos {
    margin-top: 4rem;
    text-align: center;
  }
  footer:not(.mobile) .limit .contact_infos table {
    margin: 2rem auto;
    margin-top: 2rem;
  }
  footer:not(.mobile) .limit .contact_infos .socials {
    justify-content: center;
  }
  footer:not(.mobile) .limit .pages {
    text-align: center;
    margin-top: 2rem;
  }
  footer:not(.mobile) .limit .langs {
    display: none;
  }
  footer:not(.mobile) .limit .master_infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
  footer:not(.mobile) .limit .edc {
    text-align: center;
    margin-top: 4rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer:not(.mobile) .limit .logo {
    height: auto;
  }
}
.diapo.zone.onFlux .limit .title_box .title .boxed,
.diapo.zone.subtype2.onFlux .limit .title_box .title .boxed,
.diapo.zone.subtype3.onFlux .limit .title_box .title .boxed {
  opacity: 1;
}
.diapo.zone.onFlux .limit .swiper-container .swiper-wrapper .swiper-slide .photo,
.diapo.zone.subtype2.onFlux .limit .swiper-container .swiper-wrapper .swiper-slide .photo,
.diapo.zone.subtype3.onFlux .limit .swiper-container .swiper-wrapper .swiper-slide .photo {
  opacity: 1;
}
.diapo.zone.subtype1 .limit {
  height: calc(100vh - 70px);
}
.diapo.zone.subtype2 .limit .title_box,
.diapo.zone.subtype3 .limit .title_box {
  padding: 100px 0;
}
.diapo.zone.subtype2 .limit .title_box .title,
.diapo.zone.subtype3 .limit .title_box .title {
  padding: 0;
}
.diapo.zone.subtype2 .limit .title_box .title .boxed,
.diapo.zone.subtype3 .limit .title_box .title .boxed {
  margin-bottom: 2rem;
}
.diapo.zone.subtype2 .limit .scrolldown,
.diapo.zone.subtype3 .limit .scrolldown {
  bottom: 2rem;
}
.diapo.zone .limit {
  position: relative;
  padding: 100px 0rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.diapo.zone .limit .scrolldown {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%);
  height: 3.4rem;
  z-index: 3;
  white-space: nowrap;
  color: #6d7975;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
}
.diapo.zone .limit .scrolldown:after {
  content: '';
  position: absolute;
}
.diapo.zone .limit .scrolldown:after {
  content: '';
  left: 50%;
  width: 1px;
  background: #b6b797;
  height: 8rem;
  bottom: -8rem;
}
.diapo.zone .limit .title_box {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: white;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.diapo.zone .limit .title_box .title {
  text-align: left;
  max-width: 1040px;
  padding: 10rem;
}
.diapo.zone .limit .title_box .title:after {
  display: none;
}
.diapo.zone .limit .title_box .title .boxed {
  position: relative;
  margin-bottom: 6rem;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  transition-delay: 0.7s;
  text-align: center;
}
.diapo.zone .limit .title_box .title .boxed span {
  font-size: 3.5rem;
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
}
.diapo.zone .limit .title_box .title .boxed h1 {
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 3rem;
  text-transform: uppercase;
  line-height: 8rem;
}
.diapo.zone .limit .title_box .title .boxed p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.diapo.zone .limit .title_box .title .boxed .book_button {
  display: block;
  margin-top: 6rem;
}
.diapo.zone .limit .title_box .title .boxed .book_button a {
  padding: 15px 25px;
  border: 1px white solid;
  text-transform: uppercase;
  color: white;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0);
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.diapo.zone .limit .title_box .title .boxed .book_button a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.diapo.zone .limit .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.diapo.zone .limit .video video {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
}
.diapo.zone .limit .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.diapo.zone .limit .swiper-container .swiper-pagination {
  position: absolute;
  left: 3rem;
  width: auto;
  display: flex;
  flex-direction: column;
  top: 50%;
  height: auto;
  bottom: auto;
  transform: translate(0, -50%);
}
.diapo.zone .limit .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 4px 0;
  background: white;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.diapo.zone .limit .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: orange;
}
.diapo.zone .limit .swiper-container .swiper-wrapper .swiper-slide .photo {
  height: 100%;
  display: flex;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.diapo.zone .limit .swiper-container .swiper-wrapper .swiper-slide .photo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.diapo.zone .limit .swiper-container .swiper-wrapper .swiper-slide .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.diapo.zone .limit .circle-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-75%, -50%);
  z-index: 10;
  width: 300px;
  height: 300px;
  transition: all 500ms;
}
.diapo.zone .limit .circle-container.active,
.diapo.zone .limit .circle-container:hover {
  transform: translate(-10%, -50%);
}
.diapo.zone .limit .circle-container.active .circle .circle-content.active,
.diapo.zone .limit .circle-container:hover .circle .circle-content.active {
  opacity: 1;
}
.diapo.zone .limit .circle-container .circle {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: #4d392c 50px 10px 200px;
  position: absolute;
  transition: all 500ms;
}
.diapo.zone .limit .circle-container .circle .circle-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 500ms;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.diapo.zone .limit .circle-container .circle .circle-content > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 10;
}
.diapo.zone .limit .circle-container .circle .circle-content .ico {
  filter: grayscale(1);
}
.diapo.zone .limit .circle-container .circle .circle-content .temperature {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
}
.diapo.zone .limit .circle-container .circle .circle-content .title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
}
.diapo.zone .limit .circle-container .circle .circle-content .sub {
  font-size: 18px;
  margin-top: 10px;
}
.diapo.zone .limit .circle-container .icons {
  position: absolute;
  left: 100%;
  top: 50%;
  height: 100%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.diapo.zone .limit .circle-container .icons > div:hover .icon,
.diapo.zone .limit .circle-container .icons > div.active .icon {
  transform: scale(1.2);
  border-color: #fff;
  color: #b6b797;
}
.diapo.zone .limit .circle-container .icons > div:hover .icon i,
.diapo.zone .limit .circle-container .icons > div.active .icon i {
  transform: scale(0.8);
}
.diapo.zone .limit .circle-container .icons > div:hover .icon svg,
.diapo.zone .limit .circle-container .icons > div.active .icon svg {
  transform: scale(0.8);
  fill: #b6b797;
}
.diapo.zone .limit .circle-container .icons > div:hover .icon:before,
.diapo.zone .limit .circle-container .icons > div.active .icon:before {
  background-color: #fff;
}
.diapo.zone .limit .circle-container .icons > div:nth-child(1),
.diapo.zone .limit .circle-container .icons > div:nth-child(3) {
  transform: translate(-50%);
}
.diapo.zone .limit .circle-container .icons .icon {
  width: 40px;
  height: 40px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms;
  border: 1px solid transparent;
  border-radius: 50%;
}
.diapo.zone .limit .circle-container .icons .icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: relative;
  z-index: 1;
  transition: all 250ms;
}
.diapo.zone .limit .circle-container .icons .icon i {
  position: relative;
  z-index: 1;
  transition: transform 250ms;
}
.diapo.zone .limit .circle-container .icons .icon:before {
  background: transparent;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  transition: inherit;
  border-radius: 50%;
}
.diapo.zone .limit .circle-container .icons .icon > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media all and (max-height: 720px) {
  .zone.diapo.subtype1 .limit {
    height: auto;
  }
  .zone.diapo .limit .circle-container {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .zone.diapo.subtype1 .limit {
    height: auto;
  }
  .zone.diapo .limit .circle-container {
    display: none;
  }
  .zone.diapo .limit .title_box .title {
    padding: 45px 100px 10px 100px;
  }
}
@media all and (max-width: 1150px) {
  .diapo.zone .limit .title_box .title .boxed h1,
  .diapo.zone.subtype2 .limit .title_box .title .boxed h1,
  .diapo.zone.subtype3 .limit .title_box .title .boxed h1 {
    font-size: 4rem;
  }
  .diapo.zone .limit .title_box .title .boxed p,
  .diapo.zone.subtype2 .limit .title_box .title .boxed p,
  .diapo.zone.subtype3 .limit .title_box .title .boxed p {
    font-size: 1.8rem;
  }
  .diapo.zone.subtype2 .limit .title_box .title,
  .diapo.zone.subtype3 .limit .title_box .title {
    padding: 25px;
  }
}
@media all and (max-width: 900px) {
  .diapo.zone.subtype2 .limit .scrolldown,
  .diapo.zone.subtype3 .limit .scrolldown {
    display: none;
  }
  .diapo.zone .limit .swiper-container {
    height: auto;
    bottom: 0;
    margin-top: 0;
  }
  .diapo.zone.subtype1 .limit {
    padding: 100px 25px 0 25px;
  }
  .diapo.zone .limit {
    padding: 100px 25px 0 25px;
  }
  .diapo.zone .limit .title_box {
    padding: 0;
  }
  .diapo.zone .limit .title_box .title {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .diapo.zone .limit .title_box .title .button a {
    padding: 1rem 1rem;
    font-size: 1.6rem;
  }
  .diapo.zone .limit .title_box .title .boxed {
    margin-bottom: 0;
  }
  .diapo.zone .limit .title_box .title .boxed .book_button {
    margin-top: 25px;
    padding: 1rem 1rem;
  }
  .diapo.zone .limit .title_box .title .boxed span {
    font-size: 1.5rem;
  }
  .diapo.zone .limit .title_box .title .boxed h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 4rem;
  }
  .diapo.zone .limit .title_box .title .boxed p {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .diapo.zone .limit .title_box {
    padding: 20px 0 !important;
  }
  .diapo.zone .limit .swiper-container .swiper-wrapper .swiper-slide .photo {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .diapo.zone .limit .swiper-container .swiper-wrapper .swiper-slide .photo img {
    flex: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 600px) {
  .diapo.zone .limit .title_box .title .boxed .book_button a {
    display: block;
  }
  .diapo.zone .limit .swiper-container .swiper-pagination {
    top: auto;
    bottom: 12rem;
  }
  .diapo.zone .limit .scrolldown {
    bottom: 4rem;
  }
  .diapo.zone .limit .title_box {
    left: 2rem;
    right: 2rem;
  }
  .diapo.zone .limit .title_box .title {
    padding: 0;
  }
  .diapo.zone .limit .title_box .title .boxed .book_button a {
    text-transform: initial;
  }
  .diapo.zone .limit .title_box .title .boxed p {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .diapo.zone .limit .title_box {
    position: relative;
    height: auto;
    padding: 50px 25px;
    left: auto;
    right: auto;
    justify-content: unset;
  }
  .diapo.zone .limit {
    overflow: hidden;
  }
  .diapo.zone .limit .title_box .title .boxed .book_button a {
    font-size: 15px;
  }
  .diapo.zone .limit .title_box .title,
  .diapo.zone.subtype2 .limit .title_box .title,
  .diapo.zone.subtype3 .limit .title_box .title {
    height: auto;
  }
  .diapo.zone .limit .swiper-container .swiper-wrapper .swiper-slide .photo {
    height: 100%;
  }
  .diapo.zone .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .diapo.zone .limit .title_box .title .boxed p {
    font-size: 1.4rem;
  }
}
#ui-datepicker-div-octorate th.ui-datepicker-week-end * {
  color: #b6b797 !important;
}
/*.resa{
  max-width:800px;
  z-index:10;
  margin:-60px auto 0;
  position: relative;
  > div{
    background:#fff;
    border-radius: 4px;
    padding:5px;
    border:2px solid #b6b797;
    box-shadow: 5px 5px 10px rgba(150,150,150,.2);
  }
  .octobook21673{
    flex-wrap:wrap;
    width:100%;
    align-items: center;
    flex-direction: column;
    .octobooktitle{
      background:transparent;
      flex:1 1 100%;
      color:#b6b797;
    }
    form{
      width:100%;
      flex-wrap:wrap;
      label{
        margin-bottom: 10px;
      }
      .octobookcheckin > div > div, .octobookcheckout > div > div{
        box-shadow: unset;
      }
      .textdate table{
        min-height: unset;
      }
      .octobook-date,.octobookpax{
        border-right:1px solid rgba(133,133,133,.2);
        padding-right:10px;
        padding-left:10px;
        .day{
          color:#b6b797;
        }
      }
      .octobooksubmit{
        display: flex;
        label{
          display: none;
        }
        div{
          display: flex;
          align-items: center;
          justify-content: center;
          input{
            background:#b6b797 !important;
            border:0;
            border-radius:4px;
            box-shadow: unset;
            outline:none;
          }
        }
      }
      select{
        font-size:16px !important;
        padding:10px 0 !important;
        min-height: unset !important;
        box-shadow: unset !important;
        height: auto !important;
      }
    }
  }
}

@media screen and (max-width : 800px)
{
  .resa{
    margin:25px 25px 0;
    .octobook21673 form div{
      flex:1 1 50%;
    }
  }

  .resa .octobook21673 form .octobooksubmit{
    flex:1 1 50%;
    float:none;
  }
}*/
.resa {
  position: relative;
  border-bottom: 1px solid rgba(133, 133, 133, 0.2);
}
.resa .title-resa {
  z-index: 1;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: bold;
  color: white;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.resa .form-resa form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.resa .form-resa form .element {
  position: relative;
  flex: 1;
  border-right: 1px solid rgba(133, 133, 133, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms;
  min-height: 70px;
}
.resa .form-resa form .element:hover {
  background: rgba(166, 166, 166, 0.1);
}
.resa .form-resa form .element select {
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  padding: 15px;
  width: 90%;
  outline: none;
}
.resa .form-resa form .element.btn-resa {
  background: #b6b797;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.resa .form-resa form .element.btn-resa#resa {
  cursor: pointer;
  transition: all 500ms;
}
.resa .form-resa form .element.btn-resa#resa span {
  transition: inherit;
}
.resa .form-resa form .element.btn-resa#resa:hover {
  background: #fff;
}
.resa .form-resa form .element.btn-resa#resa:hover span {
  color: #b6b797;
}
.resa .form-resa form .element.btn-resa > span {
  color: #fff;
  font-size: 14px;
}
.resa .form-resa form .element > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  color: #777;
  font-weight: bold;
}
.resa .form-resa form .element > span .day {
  color: #b6b797;
  font-weight: bold;
  margin-right: 10px;
}
.resa .form-resa form .element > span .month {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.resa .form-resa form .element input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  padding: 15px;
  outline: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .resa .form-resa form .element {
    padding: 15px;
  }
  .resa .form-resa form .element:nth-of-type(1),
  .resa .form-resa form .element:nth-of-type(6) {
    flex: 1 1 100%;
  }
  .resa .title-resa {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .resa .form-resa form .element {
    flex: 1 1 50%;
    border-bottom: 1px solid rgba(133, 133, 133, 0.2);
    padding: 15px;
  }
  .resa .form-resa form .element select {
    padding: 0;
    text-align: center;
    width: auto;
  }
  .resa .form-resa form .element select option {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .resa .form-resa form .element {
    flex: 1 1 100%;
  }
}
.img_txt.zone {
  position: relative;
  overflow: hidden;
}
.img_txt.zone.subtype2 + .zone.text_double_colonne .branche {
  display: none;
}
.img_txt.zone .knowmore {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: right;
  margin-bottom: 2rem;
  margin-top: 25px;
  min-width: 220px;
}
.img_txt.zone .knowmore.right {
  justify-content: flex-end;
}
.img_txt.zone .knowmore .lien {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img_txt.zone .knowmore .lien > span {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.img_txt.zone .knowmore a {
  padding: 1rem 2rem;
  text-transform: uppercase;
  background: #b6b797;
  color: white;
  position: relative;
  display: inline-block;
}
.img_txt.zone.subtype1 .limit .photo_box,
.img_txt.zone.subtype3 .limit .photo_box {
  width: calc(50% - 5rem);
}
.img_txt.zone.subtype1 .limit .content_box,
.img_txt.zone.subtype3 .limit .content_box {
  width: calc(50% + 5rem);
}
.img_txt.zone.subtype3:after {
  display: none;
}
.img_txt.zone.subtype3 .limit .photo_box:after {
  padding-top: 85%;
}
.img_txt.zone.subtype2 .deco1 {
  right: 24%;
}
.img_txt.zone.subtype2:after {
  left: 0;
  right: 60%;
  top: 8rem;
}
.img_txt.zone.subtype2 .limit {
  flex-direction: row-reverse;
}
.img_txt.zone.subtype2 .limit .photo_box:after {
  padding-top: 75%;
}
.img_txt.zone.subtype2 .limit .content_box .content {
  padding-left: 10rem;
  padding-right: 0;
}
.img_txt.zone.subtype2 .limit .content_box .content p {
  padding-right: 0;
}
.img_txt.zone.subtype2 .limit .content_box .content .sub_title,
.img_txt.zone.subtype2 .limit .content_box .content h2 {
  text-align: left;
}
.img_txt.zone.subtype2 .limit .content_box .content .sub_title:after {
  right: auto;
  left: -12rem;
}
.img_txt.zone.subtype2 .limit .content_box .content .book_button {
  text-align: left;
  padding-right: 0;
}
.img_txt.zone.subtype2 .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
}
.img_txt.zone:after {
  content: "";
  position: absolute;
  right: 0;
  left: 30%;
  top: 16rem;
  bottom: 8rem;
  background: #faf9f8;
  z-index: -1;
}
.img_txt.zone .deco1 {
  width: 35%;
  top: 8rem;
  bottom: 10rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.img_txt.zone .branche {
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 200px;
}
.img_txt.zone .limit {
  display: flex;
  padding: 8rem 9rem 16rem;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.img_txt.zone .limit .content_box,
.img_txt.zone .limit .photo_box {
  width: 50%;
}
.img_txt.zone .limit .content_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img_txt.zone .limit .content_box .content {
  padding-right: 10rem;
}
.img_txt.zone .limit .content_box .content .sub_title {
  color: black;
  text-align: right;
  font-size: 3rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 2px;
  position: relative;
}
.img_txt.zone .limit .content_box .content .sub_title:after {
  content: "";
  position: absolute;
  right: -12rem;
  width: 10rem;
  height: 1px;
  background: #b6b797;
  top: 3rem;
  z-index: 2;
}
.img_txt.zone .limit .content_box .content h2 {
  color: #b6b797;
  text-transform: uppercase;
  font-size: 6rem;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: right;
  position: relative;
  margin-bottom: 25px;
}
.img_txt.zone .limit .content_box .content p {
  text-align: justify;
  font-size: 17px;
}
.img_txt.zone .limit .content_box .content .book_button {
  display: block;
  margin-top: 4rem;
  text-align: right;
}
.img_txt.zone .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
  border: 1px #b6b797 solid;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  min-width: 220px;
}
.img_txt.zone .limit .photo_box {
  position: relative;
  background: white;
  box-shadow: 14px 10px 18px -3px rgba(0, 0, 0, 0.2);
}
.img_txt.zone .limit .photo_box:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 115%;
}
.img_txt.zone .limit .photo_box .photo {
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
}
.img_txt.zone .limit .photo_box .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .img_txt.zone::after {
    display: none;
  }
  .img_txt.zone .photo_box .swiper-wrapper {
    height: 600px;
  }
  .img_txt.zone.subtype1 .limit,
  .img_txt.zone.subtype2 .limit,
  .img_txt.zone.subtype3 .limit {
    flex-direction: column;
    padding: 2rem;
    flex-wrap: wrap;
  }
  .img_txt.zone.subtype1 .limit .content_box,
  .img_txt.zone.subtype2 .limit .content_box,
  .img_txt.zone.subtype3 .limit .content_box,
  .img_txt.zone.subtype1 .limit .photo_box,
  .img_txt.zone.subtype2 .limit .photo_box,
  .img_txt.zone.subtype3 .limit .photo_box {
    width: 100%;
  }
  .img_txt.zone.subtype1 .limit .photo_boxfr,
  .img_txt.zone.subtype2 .limit .photo_boxfr,
  .img_txt.zone.subtype3 .limit .photo_boxfr {
    max-height: 600px;
  }
  .img_txt.zone.subtype1 .limit .photo_boxfr .photo,
  .img_txt.zone.subtype2 .limit .photo_boxfr .photo,
  .img_txt.zone.subtype3 .limit .photo_boxfr .photo {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .img_txt.zone.subtype1 .limit .photo_boxfr:after,
  .img_txt.zone.subtype2 .limit .photo_boxfr:after,
  .img_txt.zone.subtype3 .limit .photo_boxfr:after {
    padding-top: 75%;
  }
  .img_txt.zone.subtype1 .limit .content_box .content,
  .img_txt.zone.subtype2 .limit .content_box .content,
  .img_txt.zone.subtype3 .limit .content_box .content {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .img_txt.zone.subtype1 .limit .content_box .content .sub_title,
  .img_txt.zone.subtype2 .limit .content_box .content .sub_title,
  .img_txt.zone.subtype3 .limit .content_box .content .sub_title {
    text-align: left;
    font-size: 2.5rem;
  }
  .img_txt.zone.subtype1 .limit .content_box .content p,
  .img_txt.zone.subtype2 .limit .content_box .content p,
  .img_txt.zone.subtype3 .limit .content_box .content p {
    padding-left: 0rem;
  }
  .img_txt.zone.subtype1 .limit .content_box .content .book_button,
  .img_txt.zone.subtype2 .limit .content_box .content .book_button,
  .img_txt.zone.subtype3 .limit .content_box .content .book_button {
    margin-bottom: 2rem;
    padding-left: 0rem;
    text-align: left;
    padding-right: 0rem;
  }
  .img_txt.zone.subtype1 .limit .content_box .content .book_button a,
  .img_txt.zone.subtype2 .limit .content_box .content .book_button a,
  .img_txt.zone.subtype3 .limit .content_box .content .book_button a {
    display: inline-block;
    text-align: center;
  }
  .img_txt.zone.subtype1 .limit .content_box .content h2,
  .img_txt.zone.subtype2 .limit .content_box .content h2,
  .img_txt.zone.subtype3 .limit .content_box .content h2 {
    font-size: 3.5rem;
    white-space: normal;
    text-align: left;
    letter-spacing: 1px;
  }
  .img_txt.zone.subtype1 .limit .content_box .content p,
  .img_txt.zone.subtype2 .limit .content_box .content p,
  .img_txt.zone.subtype3 .limit .content_box .content p {
    padding-right: 0rem;
  }
  .img_txt.zone .limit .photo_box .photo {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .img_txt.zone .limit .photo_box {
    max-height: 500px;
  }
  .img_txt.zone .limit .photo_box:after {
    padding-top: 75%;
  }
}
.img_txt.zone .limit .content_box .content h2 + div {
  padding-left: 100px;
}
.img_txt.zone.subtype2 .limit .content_box .content h2 + div {
  padding-left: 0;
  padding-right: 100px;
}
@media screen and (max-width: 1024px) {
  .img_txt.zone .limit .content_box .content h2 + div {
    padding: 0 !important;
  }
  .zone.img_txt .photo_box .swiper-wrapper {
    height: 600px;
  }
  .zone.img_txt .swiper-button-prev,
  .zone.img_txt .swiper-button-next {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .zone.img_txt .limit .photo_box {
    max-height: 300px;
  }
  .zone.img_txt .limit .photo_box .swiper-wrapper {
    height: 300px;
  }
}
.paralax.zone {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  height: 56vh;
  min-height: 400px;
  max-height: 800px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.paralax.zone.vid {
  position: relative;
  max-height: unset;
  height: auto;
  min-height: unset;
  width: 100%;
  align-items: unset;
  overflow: hidden;
}
.paralax.zone.vid:after {
  display: none;
}
.paralax.zone.vid .video {
  position: relative;
  overflow: hidden;
  max-height: 500px;
}
.paralax.zone.vid .video:after {
  content: "";
  display: block;
  padding-top: 50%;
}
.paralax.zone.vid .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.paralax.zone.noanim {
  background-attachment: unset !important;
}
.paralax.zone:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.paralax.zone .subtitle,
.paralax.zone h2 {
  color: white;
  z-index: 2;
}
.paralax.zone .subtitle {
  margin-bottom: 2rem;
  font-size: 3rem;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: "Playfair Display", serif;
}
.paralax.zone h2 {
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  padding: 0 2rem;
  text-align: center;
}
.paralax.zone .links_box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 2rem;
  z-index: 2;
  flex-wrap: wrap;
}
.paralax.zone .links_box .knowmore {
  margin: 2rem 3rem 0;
}
.paralax.zone .links_box .knowmore a {
  padding: 1rem 2rem;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
  width: 150px;
  display: block;
  text-align: center;
}
@media all and (min-width: 800px) {
  .paralax.zone {
    background-attachment: fixed;
  }
}
@media all and (max-width: 1024px) {
  .paralax.zone h2 {
    font-size: 3.5rem;
    letter-spacing: 1px;
  }
}
.little_img_text.zone {
  position: relative;
}
.little_img_text.zone:after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 12rem;
  left: 4rem;
  right: 4rem;
  bottom: 0;
  /*background:#ededed;*/
  background: #faf9f8;
}
.little_img_text.zone.subtype2:after {
  top: 50%;
}
.little_img_text.zone.subtype2 .limit {
  flex-direction: row-reverse;
}
.little_img_text.zone.subtype2 .limit .photo_box {
  margin-right: 15rem;
  margin-left: 0;
  border: 2rem white solid;
}
.little_img_text.zone.subtype2 .limit .photo_box .deco1 {
  left: -2rem;
  right: -8rem;
}
.little_img_text.zone.subtype2 .limit .photo_box span {
  transform: rotate(-90deg) translate(0%, 0%);
  left: auto;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.little_img_text.zone.subtype2 .limit .content_box {
  padding-left: 0;
  padding-right: 10rem;
}
.little_img_text.zone.subtype2 .limit .content_box .content .headline {
  text-align: right;
  padding-left: 8rem;
  padding-right: 0;
}
.little_img_text.zone.subtype2 .limit .content_box .content .headline:after {
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  -o-transform: translate(100%);
  transform: translate(100%);
  left: auto;
  right: -4rem;
}
.little_img_text.zone.subtype2 .limit .content_box .content h2 {
  text-align: right;
}
.little_img_text.zone.subtype2 .limit .content_box .content .book_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.little_img_text.zone.subtype2 .limit .content_box .content .book_button a {
  margin-left: auto;
}
.little_img_text.zone .limit {
  max-width: 1400px;
  display: flex;
  padding: 8rem 4rem;
  margin: 0 auto;
}
.little_img_text.zone .limit .photo_box {
  width: calc(40% - 15rem);
  position: relative;
  margin-left: 15rem;
  box-shadow: 14px 10px 18px -3px rgba(0, 0, 0, 0.2);
  border: 2rem white solid;
}
.little_img_text.zone .limit .photo_box .deco1 {
  position: absolute;
  -webkit-background-size: contain;
  background-size: contain;
  left: -25rem;
  bottom: 35rem;
  right: -2rem;
  height: 30rem;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.little_img_text.zone .limit .photo_box:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  padding-top: 130%;
}
.little_img_text.zone .limit .photo_box .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.little_img_text.zone .limit .photo_box .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.little_img_text.zone .limit .content_box {
  width: 60%;
  padding-left: 10rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.little_img_text.zone .limit .content_box .content .headline {
  color: black;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-family: "Playfair Display", Serif;
  display: block;
  position: relative;
  padding-right: 8rem;
}
.little_img_text.zone .limit .content_box .content .headline:after {
  content: '';
  position: absolute;
  left: -4rem;
  width: 8rem;
  height: 1px;
  top: 2.5rem;
  background: #6d7975;
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
}
.little_img_text.zone .limit .content_box .content h2 {
  font-size: 5rem;
  text-transform: uppercase;
  color: #b6b797;
  font-weight: 300;
  margin-bottom: 1rem;
}
.little_img_text.zone .limit .content_box .content p {
  font-size: 1.6rem;
  text-align: justify;
}
.little_img_text.zone .limit .content_box .content .book_button {
  display: inline-block;
  margin-top: 4rem;
}
.little_img_text.zone .limit .content_box .content .book_button a {
  display: block;
  padding: 1rem 4rem;
  background: #b6b797;
  text-transform: uppercase;
  color: white;
}
@media all and (max-width: 1250px) {
  .little_img_text.zone.subtype1:after,
  .little_img_text.zone.subtype2:after,
  .little_img_text.zone.subtype3:after {
    left: 0rem;
    right: 0rem;
  }
  .little_img_text.zone.subtype1 .limit,
  .little_img_text.zone.subtype2 .limit,
  .little_img_text.zone.subtype3 .limit {
    flex-direction: column-reverse;
    padding: 4rem 2rem;
  }
  .little_img_text.zone.subtype1 .limit .photo_box,
  .little_img_text.zone.subtype2 .limit .photo_box,
  .little_img_text.zone.subtype3 .limit .photo_box,
  .little_img_text.zone.subtype1 .limit .content_box,
  .little_img_text.zone.subtype2 .limit .content_box,
  .little_img_text.zone.subtype3 .limit .content_box {
    width: 100%;
  }
  .little_img_text.zone.subtype1 .limit .photo_box,
  .little_img_text.zone.subtype2 .limit .photo_box,
  .little_img_text.zone.subtype3 .limit .photo_box {
    max-height: 600px;
    margin-left: 0;
    margin-right: 0rem;
  }
  .little_img_text.zone.subtype1 .limit .photo_box .deco1,
  .little_img_text.zone.subtype2 .limit .photo_box .deco1,
  .little_img_text.zone.subtype3 .limit .photo_box .deco1 {
    display: none;
  }
  .little_img_text.zone.subtype1 .limit .photo_box:after,
  .little_img_text.zone.subtype2 .limit .photo_box:after,
  .little_img_text.zone.subtype3 .limit .photo_box:after {
    padding-top: 75%;
  }
  .little_img_text.zone.subtype1 .limit .content_box,
  .little_img_text.zone.subtype2 .limit .content_box,
  .little_img_text.zone.subtype3 .limit .content_box {
    padding-left: 0rem;
    padding-right: 0;
  }
  .little_img_text.zone.subtype1 .limit .content_box .content .headline,
  .little_img_text.zone.subtype2 .limit .content_box .content .headline,
  .little_img_text.zone.subtype3 .limit .content_box .content .headline {
    padding-left: 0;
    padding-right: 0rem;
    text-align: left;
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  .little_img_text.zone.subtype1 .limit .content_box .content .headline:after,
  .little_img_text.zone.subtype2 .limit .content_box .content .headline:after,
  .little_img_text.zone.subtype3 .limit .content_box .content .headline:after {
    display: none;
  }
  .little_img_text.zone.subtype1 .limit .content_box .content .book_button,
  .little_img_text.zone.subtype2 .limit .content_box .content .book_button,
  .little_img_text.zone.subtype3 .limit .content_box .content .book_button {
    margin-bottom: 2rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .little_img_text.zone.subtype1 .limit .content_box .content .book_button a,
  .little_img_text.zone.subtype2 .limit .content_box .content .book_button a,
  .little_img_text.zone.subtype3 .limit .content_box .content .book_button a {
    display: inline-block;
  }
  .little_img_text.zone.subtype1 .limit .content_box .content h2,
  .little_img_text.zone.subtype2 .limit .content_box .content h2,
  .little_img_text.zone.subtype3 .limit .content_box .content h2 {
    font-size: 3.5rem;
    white-space: normal;
    text-align: left;
    letter-spacing: 1px;
  }
  .little_img_text.zone.subtype1 .limit .content_box .content p,
  .little_img_text.zone.subtype2 .limit .content_box .content p,
  .little_img_text.zone.subtype3 .limit .content_box .content p {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.txt_2col.zone {
  padding: 8rem 2rem;
  position: relative;
}
.txt_2col.zone.subtype2 {
  margin: 6rem 0rem;
  z-index: 2;
}
.txt_2col.zone.subtype2:after {
  top: -10rem;
}
.txt_2col.zone:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  background: #b6b797;
  height: 10rem;
  top: -8rem;
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
}
.txt_2col.zone .limit {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.txt_2col.zone .limit .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.txt_2col.zone .limit .content .text {
  flex: 1 1 50%;
  padding: 25px 10px;
  text-align: justify;
}
.txt_2col.zone .limit .content .text100 {
  flex: 1 1 100%;
  padding: 25px 10px;
  text-align: justify;
}
.txt_2col.zone .limit .content p {
  text-align: justify;
  font-size: 16px;
}
.txt_2col.zone .limit .knowmore {
  display: inline-block;
  text-align: center;
  margin: auto;
}
.txt_2col.zone .limit .knowmore > span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.txt_2col.zone .limit .knowmore a {
  display: block;
  padding: 1rem 3rem;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .txt_2col.zone {
    margin: 2rem 0rem!important;
  }
  .txt_2col.zone:after {
    display: none;
  }
  .txt_2col.zone .limit .knowmore {
    text-align: left!important;
  }
  .txt_2col.zone .limit .content {
    column-count: 1!important;
  }
}
.contact_form.zone {
  position: relative;
  padding: 8rem 2rem;
}
.contact_form.zone.subtype1 {
  background: white;
}
.contact_form.zone.subtype2 .background,
.contact_form.zone.subtype3 .background {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact_form.zone.subtype3 {
  margin-top: 4rem;
}
.contact_form.zone .limit {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4rem 2rem;
  background: #faf9f8;
}
.contact_form.zone .limit .content_box {
  width: 100%;
  max-width: 1400px;
  padding: 0 2rem;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact_form.zone .limit .content_box .upTitle {
  color: black;
  text-align: right;
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 2px;
  position: relative;
  text-transform: initial;
}
.contact_form.zone .limit .content_box .upTitle:after {
  content: '';
  width: 10rem;
  height: 1px;
  background: #b6b797;
  display: block;
  margin-left: auto;
  margin-top: 10px;
}
.contact_form.zone .limit .content_box .subTitle {
  margin-bottom: 4rem;
  letter-spacing: 3px;
  font-size: 4rem;
  color: #b6b797;
  text-transform: uppercase;
  font-weight: 300;
}
.contact_form.zone .limit .content_box strong {
  text-transform: uppercase;
}
.contact_form.zone .limit .content_box .form_content {
  display: flex;
  color: black;
}
.contact_form.zone .limit .content_box .form_content .infos {
  flex: 2;
  padding-right: 5rem;
  text-align: right;
  text-transform: none;
  font-size: 1.5rem;
}
.contact_form.zone .limit .content_box .form_content .infos span {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact_form.zone .limit .content_box .form_content .form_box {
  flex: 3;
  margin-top: 10px;
}
.contact_form.zone .limit .content_box .form_content form {
  display: flex;
  flex-wrap: wrap;
}
.contact_form.zone .limit .content_box .form_content form .form-group {
  width: 100%;
  margin: 0.6rem;
}
.contact_form.zone .limit .content_box .form_content form .form-group .g-recaptcha {
  filter: grayscale(1);
}
.contact_form.zone .limit .content_box .form_content form .form-group.rgpd {
  position: relative;
  padding-right: 2rem;
}
.contact_form.zone .limit .content_box .form_content form .form-group.rgpd > div input {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px black solid;
}
.contact_form.zone .limit .content_box .form_content form .form-group.rgpd > div input:checked:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 3px;
  height: 9px;
  border: solid #b6b797;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact_form.zone .limit .content_box .form_content form .form-group.arrivalDate > div label,
.contact_form.zone .limit .content_box .form_content form .form-group.departureDate > div label {
  display: block;
  margin-bottom: 0.7rem;
}
.contact_form.zone .limit .content_box .form_content form .form-group:not(.arrivalDate):not(.departureDate):not(.rgpd) > div label {
  max-width: 400px;
  display: none;
}
.contact_form.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div input,
.contact_form.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div textarea {
  border: 1px black solid;
  padding: 1.5rem 3rem;
  width: 100%;
}
.contact_form.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div input::placeholder,
.contact_form.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div textarea::placeholder {
  color: black;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
.contact_form.zone .limit .content_box .form_content form .form-group.phone,
.contact_form.zone .limit .content_box .form_content form .form-group.message {
  width: 100%;
}
.contact_form.zone .limit .content_box .form_content form .form-group.message > div textarea {
  height: 100px;
  max-width: 100%;
  min-width: 100%;
}
.contact_form.zone .limit .content_box .form_content form .form-group.name,
.contact_form.zone .limit .content_box .form_content form .form-group.email,
.contact_form.zone .limit .content_box .form_content form .form-group.arrivalDate,
.contact_form.zone .limit .content_box .form_content form .form-group.departureDate {
  width: calc(50% - 1.2rem);
}
.contact_form.zone .limit .content_box .form_content form .form-group button {
  padding: 1rem 4rem;
  border: 1px #b6b797 solid;
  background: #b6b797;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
  margin-top: 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font: 1.4rem/1.42 'Lato', sans-serif;
}
.contact_form.zone .limit .content_box .form_content form .form-group button:hover {
  background: white;
  color: #b6b797;
}
@media all and (max-width: 1300px) {
  .contact_form.zone .limit .content_box .subTitle {
    font-size: 5rem;
  }
}
@media all and (max-width: 900px) {
  .contact_form.zone .limit .content_box .form_content {
    flex-direction: column;
    align-items: center;
  }
  .contact_form.zone .limit .content_box .form_content .infos {
    text-align: center;
    padding-right: 0;
  }
  .contact_form.zone .limit .content_box .form_content .upTitle {
    text-align: center;
    margin-right: 0rem;
    font-size: 2.5rem;
  }
  .contact_form.zone .limit .content_box .form_content .upTitle:after {
    display: none;
  }
  .contact_form.zone .limit .content_box .subTitle {
    font-size: 3rem;
  }
}
@media all and (max-width: 750px) {
  .contact_form.zone {
    padding: 2rem 0rem;
  }
  .contact_form.zone .limit .content_box .subTitle {
    text-align: center;
    max-width: 100%;
    margin-top: 2rem;
  }
  .contact_form.zone .limit .content_box .form_content {
    flex-direction: column;
  }
  .contact_form.zone .limit .content_box .form_content .infos {
    margin-bottom: 2rem;
    text-align: center;
    padding-right: 0;
  }
}
@media all and (max-width: 600px) {
  .contact_form.zone .limit .content_box .form_content form .form-group.name,
  .contact_form.zone .limit .content_box .form_content form .form-group.email {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .contact_form.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div input,
  .contact_form.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div textarea {
    padding: 1.5rem 1.5rem;
  }
}
.img_txt_following.zone {
  position: relative;
  overflow: hidden;
}
.img_txt_following.zone.subtype1 .limit {
  flex-direction: row-reverse;
  padding: 0rem 9rem 16rem 2rem;
}
.img_txt_following.zone.subtype1 .limit:after {
  top: 0;
}
.img_txt_following.zone.subtype1 .limit .photo_box:after {
  padding-top: 75%;
}
.img_txt_following.zone.subtype1 .limit .content_box .content {
  padding-left: 10rem;
  padding-right: 0;
}
.img_txt_following.zone.subtype1 .limit .content_box .content p,
.img_txt_following.zone.subtype1 .limit .content_box .content ul {
  padding-right: 0;
}
.img_txt_following.zone.subtype1 .limit .content_box .content .sub_title,
.img_txt_following.zone.subtype1 .limit .content_box .content h2 {
  text-align: left;
}
.img_txt_following.zone.subtype1 .limit .content_box .content h2:after {
  right: auto;
  left: -12rem;
}
.img_txt_following.zone.subtype1 .limit .content_box .content .book_button {
  text-align: left;
  padding-right: 0;
}
.img_txt_following.zone.subtype1 .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
}
.img_txt_following.zone.firstTime .limit {
  padding: 0rem 0rem 16rem 14rem;
}
.img_txt_following.zone.firstTime .limit:after {
  top: 8rem;
}
.img_txt_following.zone .limit {
  display: flex;
  padding: 0rem 0rem 16rem 14rem;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.img_txt_following.zone .limit:after {
  content: "";
  position: absolute;
  right: 4rem;
  left: 8rem;
  top: 0rem;
  bottom: 0rem;
  background: #faf9f8;
  z-index: -1;
}
.img_txt_following.zone .limit .content_box,
.img_txt_following.zone .limit .photo_box {
  width: 50%;
}
.img_txt_following.zone .limit .content_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img_txt_following.zone .limit .content_box .content {
  padding-right: 10rem;
  display: flex;
  flex-direction: column;
}
.img_txt_following.zone .limit .content_box .content .photo_box {
  display: none;
}
.img_txt_following.zone .limit .content_box .content .sub_title {
  color: black;
  text-align: right;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 2rem;
}
.img_txt_following.zone .limit .content_box .content h2 {
  color: black;
  text-align: right;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 1px;
  position: relative;
}
.img_txt_following.zone .limit .content_box .content h2:after {
  content: "";
  position: absolute;
  right: -12rem;
  width: 10rem;
  height: 1px;
  background: #b6b797;
  top: 3rem;
  z-index: 2;
}
.img_txt_following.zone .limit .content_box .content p,
.img_txt_following.zone .limit .content_box .content ul {
  text-align: justify;
  font-size: 1.6rem;
}
.img_txt_following.zone .limit .content_box .content p:not(:last-of-type) {
  padding-bottom: 2rem;
}
.img_txt_following.zone .limit .content_box .content p:last-of-type {
  padding-top: 2rem;
}
.img_txt_following.zone .limit .content_box .content ul li {
  list-style: inside;
}
.img_txt_following.zone .limit .content_box .content .book_button {
  display: block;
  margin-top: 4rem;
  text-align: left;
  padding-right: 5rem;
}
.img_txt_following.zone .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
  border: 1px #b6b797 solid;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
}
.img_txt_following.zone .limit .photo_box {
  position: relative;
  background: white;
  box-shadow: 14px 10px 18px -3px rgba(0, 0, 0, 0.2);
}
.img_txt_following.zone .limit .photo_box:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
}
.img_txt_following.zone .limit .photo_box .photo {
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
}
.img_txt_following.zone .limit .photo_box .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .img_txt_following.zone .swiper-button-prev,
  .img_txt_following.zone .swiper-button-next {
    display: none;
  }
  .img_txt_following.zone.subtype1 .limit .content_box .content {
    padding-left: 0;
  }
  .img_txt_following.zone .limit .content_box .content {
    padding-right: 0;
  }
  .img_txt_following.zone .limit .content_box .content .photo_box {
    display: block;
  }
  .img_txt_following.zone .limit > .photo_box {
    display: none;
  }
  .img_txt_following.zone .limit::after {
    display: none;
  }
  .img_txt_following.zone.firstTime .limit {
    padding: 2rem;
  }
}
@media screen and (max-width: 950px) {
  .img_txt_following.zone {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .img_txt_following.zone + .img_txt_following.zone {
    margin-top: 0;
  }
  .img_txt_following.zone.subtype1 .limit {
    padding: 0rem 2rem;
  }
  .img_txt_following.zone.subtype1 .limit .content_box .content ul {
    padding-left: 0;
  }
  .img_txt_following.zone.subtype1 .limit .content_box .content .book_button {
    padding-left: 0;
  }
  .img_txt_following.zone .limit {
    flex-wrap: wrap;
    padding: 0rem 2rem;
  }
  .img_txt_following.zone .limit .content_box {
    padding: 2rem;
  }
  .img_txt_following.zone .limit .content_box .content ul {
    padding-left: 0;
  }
  .img_txt_following.zone .limit .content_box .content h2 {
    text-align: left;
  }
  .img_txt_following.zone .limit .content_box .content h2::after {
    display: none;
  }
  .img_txt_following.zone .limit .content_box .content .sub_title {
    text-align: left;
  }
  .img_txt_following.zone .limit .photo_box .photo {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .img_txt_following.zone .limit .content_box {
    padding: 0 0 4rem;
  }
  .img_txt_following.zone .limit .content_box,
  .img_txt_following.zone .limit .photo_box {
    width: 100%;
  }
  .img_txt_following.zone .limit .content_box .content p,
  .img_txt_following.zone .limit .content_box .content ul {
    text-align: left !important;
  }
}
@media screen and (max-width: 600px) {
  .img_txt_following.zone p {
    line-height: 1.2;
  }
}
.simple_column.zone .limit {
  padding: 6rem 2rem 0 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.simple_column.zone .limit h3 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  letter-spacing: 2px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.simple_column.zone .limit ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.simple_column.zone .limit ul li {
  padding: 0 1rem;
  text-transform: uppercase;
}
.simple_column.zone .limit ul li a:hover {
  color: #b6b797;
}
.simple_column.zone .limit ul li:not(:last-child) {
  border-right: 1px #b6b797 solid;
}
.simple_column.zone .limit .knowmore {
  margin-top: 2rem;
  display: inline-block;
  text-align: center;
}
.simple_column.zone .limit .knowmore a {
  display: inline-block;
  position: relative;
  padding: 1rem 3rem;
  background: #b6b797;
  text-transform: uppercase;
  color: white;
}
@media all and (max-width: 1250px) {
  .simple_column.zone .limit h3 {
    font-size: 2.5rem;
  }
}
.img_txt_detail.zone {
  position: relative;
  overflow: hidden;
}
.img_txt_detail.zone .knowmore {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.img_txt_detail.zone .knowmore a {
  padding: 1rem 2rem;
  text-transform: uppercase;
  background: #b6b797;
  color: white;
  position: relative;
  display: inline-block;
}
.img_txt_detail.zone .book_button {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.img_txt_detail.zone .book_button a {
  padding: 1rem 2rem;
  text-transform: uppercase;
  background: #baab7f;
  color: white;
  position: relative;
  display: inline-block;
}
.img_txt_detail.zone.subtype2:after,
.img_txt_detail.zone.subtype1:after {
  left: 0;
  right: 60%;
}
.img_txt_detail.zone.subtype2 .deco1,
.img_txt_detail.zone.subtype1 .deco1 {
  left: 47%;
}
.img_txt_detail.zone.subtype2 .limit,
.img_txt_detail.zone.subtype1 .limit {
  flex-direction: row-reverse;
  padding: 16rem 9rem 16rem 2rem;
}
.img_txt_detail.zone.subtype2 .limit .content_box .content,
.img_txt_detail.zone.subtype1 .limit .content_box .content {
  padding-left: 10rem;
  padding-right: 0;
}
.img_txt_detail.zone.subtype2 .limit .content_box .content p,
.img_txt_detail.zone.subtype1 .limit .content_box .content p {
  padding-left: 5rem;
  padding-right: 0;
}
.img_txt_detail.zone.subtype2 .limit .content_box .content .sub_title,
.img_txt_detail.zone.subtype1 .limit .content_box .content .sub_title,
.img_txt_detail.zone.subtype2 .limit .content_box .content h2,
.img_txt_detail.zone.subtype1 .limit .content_box .content h2 {
  text-align: left;
}
.img_txt_detail.zone.subtype2 .limit .content_box .content h2,
.img_txt_detail.zone.subtype1 .limit .content_box .content h2 {
  font-size: 3.5rem;
  letter-spacing: 1px;
}
.img_txt_detail.zone.subtype2 .limit .content_box .content .sub_title:after,
.img_txt_detail.zone.subtype1 .limit .content_box .content .sub_title:after {
  right: auto;
  left: -12rem;
}
.img_txt_detail.zone.subtype2 .limit .content_box .content .book_button,
.img_txt_detail.zone.subtype1 .limit .content_box .content .book_button {
  text-align: left;
  padding-left: 5rem;
  padding-right: 0;
}
.img_txt_detail.zone.subtype2 .limit .content_box .content .book_button a,
.img_txt_detail.zone.subtype1 .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
}
.img_txt_detail.zone.subtype3:after {
  left: 60%;
  right: 0;
}
.img_txt_detail.zone.subtype3 .deco1 {
  right: 47%;
  transform: rotateY(180deg);
}
.img_txt_detail.zone.subtype3 .limit {
  padding: 16rem 2rem 16rem 9rem;
}
.img_txt_detail.zone.subtype1 .deco1 {
  left: 46%;
  top: 45%;
  z-index: 2;
  height: 25rem;
}
.img_txt_detail.zone.subtype1:after,
.img_txt_detail.zone.subtype2:after,
.img_txt_detail.zone.subtype3:after {
  top: 8rem;
  bottom: 12rem;
}
.img_txt_detail.zone.subtype1 .limit .photo_box:after,
.img_txt_detail.zone.subtype2 .limit .photo_box:after,
.img_txt_detail.zone.subtype3 .limit .photo_box:after {
  padding-top: 75%;
}
.img_txt_detail.zone:after {
  content: '';
  position: absolute;
  right: 0;
  left: 30%;
  top: 16rem;
  bottom: 8rem;
  background: #faf9f8;
  z-index: -1;
}
.img_txt_detail.zone .deco1 {
  width: 10%;
  top: 20%;
  bottom: 10rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.img_txt_detail.zone .limit {
  display: flex;
  padding: 8rem 9rem 16rem;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.img_txt_detail.zone .limit .content_box,
.img_txt_detail.zone .limit .photo_box {
  width: 50%;
}
.img_txt_detail.zone .limit .content_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img_txt_detail.zone .limit .content_box .content {
  padding-right: 10rem;
}
.img_txt_detail.zone .limit .content_box .content .sub_title {
  color: black;
  text-align: right;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 2px;
  position: relative;
}
.img_txt_detail.zone .limit .content_box .content .sub_title:after {
  content: '';
  position: absolute;
  right: -12rem;
  width: 10rem;
  height: 1px;
  background: #b6b797;
  top: 3rem;
  z-index: 2;
}
.img_txt_detail.zone .limit .content_box .content h2 {
  color: #b6b797;
  text-transform: uppercase;
  font-size: 6rem;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 4rem;
  position: relative;
}
.img_txt_detail.zone .limit .content_box .content p {
  text-align: justify;
  padding-right: 5rem;
  font-size: 1.6rem;
}
.img_txt_detail.zone .limit .content_box .content .book_button {
  display: block;
  margin-top: 4rem;
  text-align: right;
  padding-right: 5rem;
}
.img_txt_detail.zone .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
  border: 1px #b6b797 solid;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
}
.img_txt_detail.zone .limit .photo_box {
  position: relative;
  background: white;
  box-shadow: 14px 10px 18px -3px rgba(0, 0, 0, 0.2);
}
.img_txt_detail.zone .limit .photo_box:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  padding-top: 115%;
}
.img_txt_detail.zone .limit .photo_box .photo {
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
}
.img_txt_detail.zone .limit .photo_box .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1250px) {
  .img_txt_detail.zone.subtype1 .limit,
  .img_txt_detail.zone.subtype2 .limit,
  .img_txt_detail.zone.subtype3 .limit {
    flex-direction: column;
    padding: 8rem 2rem 8rem 2rem;
  }
  .img_txt_detail.zone.subtype1 .limit .content_box,
  .img_txt_detail.zone.subtype2 .limit .content_box,
  .img_txt_detail.zone.subtype3 .limit .content_box,
  .img_txt_detail.zone.subtype1 .limit .photo_box,
  .img_txt_detail.zone.subtype2 .limit .photo_box,
  .img_txt_detail.zone.subtype3 .limit .photo_box {
    width: 100%;
  }
  .img_txt_detail.zone.subtype1 .limit .content_box .content,
  .img_txt_detail.zone.subtype2 .limit .content_box .content,
  .img_txt_detail.zone.subtype3 .limit .content_box .content {
    padding-left: 0;
    padding-right: 0;
  }
  .img_txt_detail.zone.subtype1 .limit .content_box .content p,
  .img_txt_detail.zone.subtype2 .limit .content_box .content p,
  .img_txt_detail.zone.subtype3 .limit .content_box .content p,
  .img_txt_detail.zone.subtype1 .limit .content_box .content .book_button,
  .img_txt_detail.zone.subtype2 .limit .content_box .content .book_button,
  .img_txt_detail.zone.subtype3 .limit .content_box .content .book_button {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .img_txt_detail.zone.subtype1 .limit .content_box .content .book_button,
  .img_txt_detail.zone.subtype2 .limit .content_box .content .book_button,
  .img_txt_detail.zone.subtype3 .limit .content_box .content .book_button {
    text-align: left;
  }
  .img_txt_detail.zone.subtype1 .limit .content_box .content .sub_title,
  .img_txt_detail.zone.subtype2 .limit .content_box .content .sub_title,
  .img_txt_detail.zone.subtype3 .limit .content_box .content .sub_title {
    font-size: 2.5rem;
  }
  .img_txt_detail.zone.subtype1 .limit .content_box .content .sub_title:after,
  .img_txt_detail.zone.subtype2 .limit .content_box .content .sub_title:after,
  .img_txt_detail.zone.subtype3 .limit .content_box .content .sub_title:after {
    display: none;
  }
  .img_txt_detail.zone.subtype1 .limit .content_box .content h2,
  .img_txt_detail.zone.subtype2 .limit .content_box .content h2,
  .img_txt_detail.zone.subtype3 .limit .content_box .content h2 {
    font-size: 2.5rem;
  }
}
.img_txt_high_reverse.zone {
  position: relative;
  overflow: hidden;
}
.img_txt_high_reverse.zone.subtype1 .limit .swiper-button-prev,
.img_txt_high_reverse.zone.subtype1 .limit .swiper-button-next {
  top: 50%;
}
.img_txt_high_reverse.zone.subtype1 .limit .swiper-button-prev {
  left: 40%;
}
.img_txt_high_reverse.zone.subtype1 .limit .swiper-button-next {
  left: calc(40% + 6rem);
}
.img_txt_high_reverse.zone .knowmore {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.img_txt_high_reverse.zone .knowmore a {
  padding: 1rem 2rem;
  text-transform: uppercase;
  background: #b6b797;
  color: white;
  position: relative;
  display: inline-block;
}
.img_txt_high_reverse.zone.subtype1 .deco1 {
  right: 0;
}
.img_txt_high_reverse.zone.subtype1:after {
  left: 0;
  right: 30%;
}
.img_txt_high_reverse.zone.subtype1 .limit {
  flex-direction: row-reverse;
}
.img_txt_high_reverse.zone.subtype1 .limit .photo_box {
  width: calc(50% - 5rem);
}
.img_txt_high_reverse.zone.subtype1 .limit .content_box {
  width: calc(50% + 5rem);
}
.img_txt_high_reverse.zone.subtype1 .limit .content_box .content {
  padding-left: 10rem;
  padding-right: 0;
}
.img_txt_high_reverse.zone.subtype1 .limit .content_box .content p {
  padding-left: 5rem;
  padding-right: 0;
}
.img_txt_high_reverse.zone.subtype1 .limit .content_box .content .sub_title,
.img_txt_high_reverse.zone.subtype1 .limit .content_box .content h2 {
  text-align: left;
}
.img_txt_high_reverse.zone.subtype1 .limit .content_box .content .sub_title:after {
  right: auto;
  left: -12rem;
}
.img_txt_high_reverse.zone.subtype1 .limit .content_box .content .book_button {
  text-align: left;
  padding-left: 5rem;
  padding-right: 0;
}
.img_txt_high_reverse.zone.subtype1 .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
}
.img_txt_high_reverse.zone:after {
  content: '';
  position: absolute;
  right: 0;
  left: 30%;
  top: 16rem;
  bottom: 8rem;
  background: #faf9f8;
  z-index: -1;
}
.img_txt_high_reverse.zone .deco1 {
  width: 35%;
  top: 8rem;
  bottom: 10rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.img_txt_high_reverse.zone .limit {
  display: flex;
  padding: 8rem 9rem 16rem;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.img_txt_high_reverse.zone .limit .content_box,
.img_txt_high_reverse.zone .limit .photo_box {
  width: 50%;
}
.img_txt_high_reverse.zone .limit .content_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img_txt_high_reverse.zone .limit .content_box .content {
  padding-right: 10rem;
}
.img_txt_high_reverse.zone .limit .content_box .content .sub_title {
  color: black;
  text-align: right;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 2px;
  position: relative;
}
.img_txt_high_reverse.zone .limit .content_box .content .sub_title:after {
  content: '';
  position: absolute;
  right: -12rem;
  width: 10rem;
  height: 1px;
  background: #b6b797;
  top: 3rem;
  z-index: 2;
}
.img_txt_high_reverse.zone .limit .content_box .content h2 {
  color: #b6b797;
  text-transform: uppercase;
  font-size: 6rem;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 4rem;
  white-space: nowrap;
  position: relative;
}
.img_txt_high_reverse.zone .limit .content_box .content p {
  text-align: justify;
  padding-right: 5rem;
  font-size: 1.6rem;
}
.img_txt_high_reverse.zone .limit .content_box .content .book_button {
  display: block;
  margin-top: 4rem;
  text-align: right;
  padding-right: 5rem;
}
.img_txt_high_reverse.zone .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
  border: 1px #b6b797 solid;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
}
.img_txt_high_reverse.zone .limit .photo_box {
  position: relative;
  background: white;
  box-shadow: 14px 10px 18px -3px rgba(0, 0, 0, 0.2);
}
.img_txt_high_reverse.zone .limit .photo_box:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  padding-top: 115%;
}
.img_txt_high_reverse.zone .limit .photo_box .photo {
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
}
.img_txt_high_reverse.zone .limit .photo_box .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1250px) {
  .img_txt_high_reverse.zone.subtype1 .limit,
  .img_txt_high_reverse.zone.subtype2 .limit,
  .img_txt_high_reverse.zone.subtype3 .limit {
    flex-direction: column;
    padding: 4rem 2rem;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .content_box,
  .img_txt_high_reverse.zone.subtype2 .limit .content_box,
  .img_txt_high_reverse.zone.subtype3 .limit .content_box,
  .img_txt_high_reverse.zone.subtype1 .limit .photo_box,
  .img_txt_high_reverse.zone.subtype2 .limit .photo_box,
  .img_txt_high_reverse.zone.subtype3 .limit .photo_box {
    width: 100%;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .photo_box,
  .img_txt_high_reverse.zone.subtype2 .limit .photo_box,
  .img_txt_high_reverse.zone.subtype3 .limit .photo_box {
    max-height: 600px;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .photo_box:after,
  .img_txt_high_reverse.zone.subtype2 .limit .photo_box:after,
  .img_txt_high_reverse.zone.subtype3 .limit .photo_box:after {
    padding-top: 75%;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .content_box .content,
  .img_txt_high_reverse.zone.subtype2 .limit .content_box .content,
  .img_txt_high_reverse.zone.subtype3 .limit .content_box .content {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .content_box .content .sub_title,
  .img_txt_high_reverse.zone.subtype2 .limit .content_box .content .sub_title,
  .img_txt_high_reverse.zone.subtype3 .limit .content_box .content .sub_title {
    text-align: left;
    font-size: 2.5rem;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .content_box .content p,
  .img_txt_high_reverse.zone.subtype2 .limit .content_box .content p,
  .img_txt_high_reverse.zone.subtype3 .limit .content_box .content p {
    padding-left: 0rem;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .content_box .content .book_button,
  .img_txt_high_reverse.zone.subtype2 .limit .content_box .content .book_button,
  .img_txt_high_reverse.zone.subtype3 .limit .content_box .content .book_button {
    margin-bottom: 2rem;
    padding-left: 0rem;
    text-align: left;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .content_box .content .book_button a,
  .img_txt_high_reverse.zone.subtype2 .limit .content_box .content .book_button a,
  .img_txt_high_reverse.zone.subtype3 .limit .content_box .content .book_button a {
    display: inline-block;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .content_box .content h2,
  .img_txt_high_reverse.zone.subtype2 .limit .content_box .content h2,
  .img_txt_high_reverse.zone.subtype3 .limit .content_box .content h2 {
    font-size: 3.5rem;
    white-space: normal;
    text-align: left;
    letter-spacing: 1px;
  }
  .img_txt_high_reverse.zone.subtype1 .limit .content_box .content p,
  .img_txt_high_reverse.zone.subtype2 .limit .content_box .content p,
  .img_txt_high_reverse.zone.subtype3 .limit .content_box .content p {
    padding-right: 0rem;
  }
}
.map_txt_download.zone {
  position: relative;
  overflow: hidden;
}
.map_txt_download.zone.subtype3 .limit .swiper-button-prev,
.map_txt_download.zone.subtype3 .limit .swiper-button-next {
  top: 50%;
}
.map_txt_download.zone.subtype3 .limit .swiper-button-prev {
  left: 55%;
}
.map_txt_download.zone.subtype3 .limit .swiper-button-next {
  left: calc(55% + 6rem);
}
.map_txt_download.zone.subtype1 .limit .swiper-button-prev,
.map_txt_download.zone.subtype2 .limit .swiper-button-prev,
.map_txt_download.zone.subtype1 .limit .swiper-button-next,
.map_txt_download.zone.subtype2 .limit .swiper-button-next {
  top: 50%;
}
.map_txt_download.zone.subtype1 .limit .swiper-button-prev,
.map_txt_download.zone.subtype2 .limit .swiper-button-prev {
  left: 40%;
}
.map_txt_download.zone.subtype1 .limit .swiper-button-next,
.map_txt_download.zone.subtype2 .limit .swiper-button-next {
  left: calc(40% + 6rem);
}
.map_txt_download.zone .deco1 {
  width: 50%;
  top: 8rem;
  bottom: 10rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
  right: 10%;
}
.map_txt_download.zone .knowmore {
  text-align: left;
  margin-bottom: 2rem;
  padding-left: 5rem;
  display: inline-block;
  text-align: center;
}
.map_txt_download.zone .knowmore > span {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.map_txt_download.zone .knowmore.firstButton {
  margin-top: 2rem;
}
.map_txt_download.zone .knowmore a {
  margin-top: 1rem;
  width: 280px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  background: #b6b797;
  color: white;
  position: relative;
  display: inline-block;
}
.map_txt_download.zone .book_button {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.map_txt_download.zone .book_button a {
  padding: 1rem 2rem;
  text-transform: uppercase;
  background: #baab7f;
  color: white;
  position: relative;
  display: inline-block;
}
.map_txt_download.zone.subtype2:after,
.map_txt_download.zone.subtype1:after {
  left: 0;
  right: 60%;
}
.map_txt_download.zone.subtype2 .limit,
.map_txt_download.zone.subtype1 .limit {
  flex-direction: row-reverse;
  padding: 0rem 9rem 6rem 2rem;
}
.map_txt_download.zone.subtype2 .limit .content_box .content,
.map_txt_download.zone.subtype1 .limit .content_box .content {
  padding-left: 10rem;
  padding-right: 0;
}
.map_txt_download.zone.subtype2 .limit .content_box .content p,
.map_txt_download.zone.subtype1 .limit .content_box .content p {
  padding-left: 5rem;
  padding-right: 0;
}
.map_txt_download.zone.subtype2 .limit .content_box .content .sub_title,
.map_txt_download.zone.subtype1 .limit .content_box .content .sub_title,
.map_txt_download.zone.subtype2 .limit .content_box .content h2,
.map_txt_download.zone.subtype1 .limit .content_box .content h2 {
  text-align: left;
}
.map_txt_download.zone.subtype2 .limit .content_box .content .sub_title:after,
.map_txt_download.zone.subtype1 .limit .content_box .content .sub_title:after {
  right: auto;
  left: -12rem;
}
.map_txt_download.zone.subtype2 .limit .content_box .content .book_button,
.map_txt_download.zone.subtype1 .limit .content_box .content .book_button {
  text-align: left;
  padding-left: 5rem;
  padding-right: 0;
}
.map_txt_download.zone.subtype2 .limit .content_box .content .book_button a,
.map_txt_download.zone.subtype1 .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
}
.map_txt_download.zone.subtype3:after {
  left: 60%;
  right: 0;
}
.map_txt_download.zone.subtype3 .limit {
  padding: 16rem 2rem 16rem 9rem;
}
.map_txt_download.zone.subtype1:after,
.map_txt_download.zone.subtype2:after,
.map_txt_download.zone.subtype3:after {
  top: 8rem;
  bottom: 12rem;
}
.map_txt_download.zone.subtype1 .limit .photo_box iframe,
.map_txt_download.zone.subtype2 .limit .photo_box iframe,
.map_txt_download.zone.subtype3 .limit .photo_box iframe {
  width: 100%;
  height: 100%;
}
.map_txt_download.zone.subtype1 .limit .photo_box:after,
.map_txt_download.zone.subtype2 .limit .photo_box:after,
.map_txt_download.zone.subtype3 .limit .photo_box:after {
  padding-top: 75%;
}
.map_txt_download.zone:after {
  content: '';
  position: absolute;
  right: 0;
  left: 30%;
  top: 16rem;
  bottom: 8rem;
  background: #faf9f8;
  z-index: -1;
}
.map_txt_download.zone .limit {
  display: flex;
  padding: 8rem 9rem 16rem;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.map_txt_download.zone .limit .content_box,
.map_txt_download.zone .limit .photo_box {
  width: 50%;
}
.map_txt_download.zone .limit .content_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map_txt_download.zone .limit .content_box .content {
  padding-right: 10rem;
}
.map_txt_download.zone .limit .content_box .content .sub_title {
  color: black;
  text-align: right;
  font-size: 3.5rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 2px;
  position: relative;
}
.map_txt_download.zone .limit .content_box .content .sub_title:after {
  content: '';
  position: absolute;
  right: -12rem;
  width: 10rem;
  height: 1px;
  background: #b6b797;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.map_txt_download.zone .limit .content_box .content h2 {
  color: #b6b797;
  text-transform: uppercase;
  font-size: 4rem;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 4rem;
  white-space: nowrap;
  position: relative;
}
.map_txt_download.zone .limit .content_box .content p {
  text-align: justify;
  padding-right: 5rem;
  font-size: 1.6rem;
}
.map_txt_download.zone .limit .content_box .content .book_button {
  display: block;
  margin-top: 4rem;
  text-align: right;
  padding-right: 5rem;
}
.map_txt_download.zone .limit .content_box .content .book_button a {
  padding: 1rem 3rem;
  border: 1px #b6b797 solid;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
}
.map_txt_download.zone .limit .photo_box {
  position: relative;
  background: white;
  box-shadow: 14px 10px 18px -3px rgba(0, 0, 0, 0.2);
}
.map_txt_download.zone .limit .photo_box:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  padding-top: 115%;
}
.map_txt_download.zone .limit .photo_box .photo {
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
}
.map_txt_download.zone .limit .photo_box .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .map_txt_download.zone.subtype1 .knowmore,
  .map_txt_download.zone.subtype2 .knowmore,
  .map_txt_download.zone.subtype3 .knowmore {
    margin-top: 2rem;
  }
  .map_txt_download.zone.subtype1 .limit,
  .map_txt_download.zone.subtype2 .limit,
  .map_txt_download.zone.subtype3 .limit {
    flex-direction: column;
    padding: 2rem;
  }
  .map_txt_download.zone.subtype1 .limit .content_box,
  .map_txt_download.zone.subtype2 .limit .content_box,
  .map_txt_download.zone.subtype3 .limit .content_box,
  .map_txt_download.zone.subtype1 .limit .photo_box,
  .map_txt_download.zone.subtype2 .limit .photo_box,
  .map_txt_download.zone.subtype3 .limit .photo_box {
    width: 100%;
  }
  .map_txt_download.zone.subtype1 .limit .content_box .content,
  .map_txt_download.zone.subtype2 .limit .content_box .content,
  .map_txt_download.zone.subtype3 .limit .content_box .content {
    padding-left: 0rem;
  }
  .map_txt_download.zone.subtype1 .limit .content_box .content .sub_title,
  .map_txt_download.zone.subtype2 .limit .content_box .content .sub_title,
  .map_txt_download.zone.subtype3 .limit .content_box .content .sub_title {
    font-size: 2.5rem;
  }
  .map_txt_download.zone.subtype1 .limit .content_box .content h2,
  .map_txt_download.zone.subtype2 .limit .content_box .content h2,
  .map_txt_download.zone.subtype3 .limit .content_box .content h2 {
    font-size: 3.5rem;
    letter-spacing: 1px;
    white-space: initial;
  }
  .map_txt_download.zone.subtype1 .limit .content_box .content p,
  .map_txt_download.zone.subtype2 .limit .content_box .content p,
  .map_txt_download.zone.subtype3 .limit .content_box .content p,
  .map_txt_download.zone.subtype1 .limit .content_box .content .knowmore,
  .map_txt_download.zone.subtype2 .limit .content_box .content .knowmore,
  .map_txt_download.zone.subtype3 .limit .content_box .content .knowmore {
    padding-left: 0rem;
  }
}
.prices_tabs.zone {
  position: relative;
}
.prices_tabs.zone .branche {
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 200px;
}
.prices_tabs.zone .deco1 {
  width: 10%;
  bottom: 10%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
  height: 30rem;
}
.prices_tabs.zone .limit {
  text-align: center;
  max-width: 1600px;
  padding: 4rem 2rem 0;
  margin: 0 auto;
}
.prices_tabs.zone .limit .paralax_box {
  position: relative;
  padding: 2rem 2rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.prices_tabs.zone .limit .paralax_box ul {
  text-align: center;
  display: flex;
  align-items: center;
}
.prices_tabs.zone .limit .paralax_box ul li {
  padding: 1rem 6rem;
  background: white;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  transition: 250ms border ease-out;
}
.prices_tabs.zone .limit .paralax_box ul li.ui-state-active {
  background: white;
}
.prices_tabs.zone .limit .paralax_box ul li a {
  color: black;
  letter-spacing: 1px;
  transition: 250ms all ease-out;
}
.prices_tabs.zone .limit .gallery_inbox {
  max-width: 100vw;
  position: relative;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type {
  flex-direction: row;
  display: none;
  flex-wrap: wrap;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type.active {
  display: flex;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list {
  display: flex;
  flex-direction: column;
  width: 350px;
  z-index: 1;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list li {
  position: relative;
  padding: 1rem;
  text-align: left;
  border: 2px #f0f0f0 solid;
  border-right: 0;
  margin-bottom: 0.8rem;
  background: white;
  transition: 0.3s all;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list li.active {
  background: #f0f0f0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list li .intern_options {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list li h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list li p {
  font-size: 1.4rem;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list li span {
  text-transform: uppercase;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container {
  width: calc(100% - 350px);
  z-index: 2;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container.onlyOne {
  width: 100%;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item {
  opacity: 0;
  z-index: -1;
  transition: 0.3s all;
  display: none;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .downloads {
  margin-bottom: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .downloads .knowmore {
  display: inline-block;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .downloads .knowmore span {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .downloads .knowmore a {
  padding: 1rem 2rem;
  width: 280px;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
  display: inline-block;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc {
  text-align: center;
  padding: 4rem;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc p {
  font-size: 3rem;
  font-family: 'Playfair Display', serif;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc p strong {
  text-transform: uppercase;
  color: #b6b797;
  font-size: 6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc table tr {
  font-size: 1.5rem;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc table tr:first-of-type {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc table tr:first-of-type td {
  border-top: 1px #b6b797 solid;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc table tr:first-of-type td:nth-child(1) {
  border: 0;
  border-bottom: 1px #b6b797 solid;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc table tr:first-of-type td:nth-child(2) {
  border-left: 1px #b6b797 solid;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc table tr td {
  padding: 1rem 2rem;
  border-right: 1px #b6b797 solid;
  border-bottom: 1px #b6b797 solid;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc table tr td:first-of-type {
  text-align-last: left;
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 1px #b6b797 solid;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item.active {
  z-index: 99;
  opacity: 1;
  display: flex;
  flex-direction: column;
  background: #f0f0f0;
  min-height: 100%;
  box-shadow: 14px 10px 18px -3px rgba(0, 0, 0, 0.2);
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .txt_2col.zone {
  padding-top: 0;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .txt_2col.zone::after {
  display: none;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .txt_2col.zone .knowmore {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .txt_2col.zone .knowmore.knowmore_price {
  margin-top: 0;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .txt_2col.zone .knowmore a {
  display: flex;
  align-items: center;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .txt_2col.zone .knowmore a div {
  font-size: 16px;
  font-weight: 500;
}
.prices_tabs.zone .limit .gallery_inbox .prices_type .txt_2col.zone .knowmore a i {
  margin-right: 8px;
}
@media all and (min-width: 1080px) {
  .prices_tabs.zone .limit .paralax_box ul {
    padding-bottom: 0;
    flex-direction: row;
    justify-content: center;
  }
  .prices_tabs.zone .limit .paralax_box ul li {
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .prices_tabs.zone .limit .paralax_box ul li:hover {
    border-bottom: 1px solid #b6b797;
  }
  .prices_tabs.zone .limit .paralax_box ul li:hover a {
    color: #b6b797;
  }
  .prices_tabs.zone .limit .paralax_box ul li.active {
    border-bottom: 2px solid #b6b797;
  }
  .prices_tabs.zone .limit .paralax_box ul li.active::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #b6b797;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    display: block;
    margin: auto;
    position: absolute;
    bottom: -10px;
  }
  .prices_tabs.zone .limit .paralax_box ul li.active a {
    color: #b6b797;
    font-weight: bold;
  }
  .prices_tabs.zone .limit .gallery_inbox {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.txt_2col.zone {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-bottom: 0;
}
.txt_2col.zone:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  background: #b6b797;
  height: 10rem;
  top: -1rem;
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
}
.txt_2col.zone .limit {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.txt_2col.zone .limit .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.txt_2col.zone .limit .content .text {
  flex: 1 1 50%;
  padding: 25px;
  text-align: justify;
}
.txt_2col.zone .limit .knowmore {
  display: inline-block;
  text-align: center;
  margin-top: 4rem;
}
.txt_2col.zone .limit .knowmore a {
  display: block;
  padding: 1rem 3rem;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
}
@media all and (max-width: 1024px) {
  .prices_tabs.zone .limit {
    padding: 4rem 0rem 0;
  }
  .prices_tabs.zone .limit .gallery_inbox .prices_type {
    justify-content: center;
  }
  .prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc {
    padding: 1rem;
    overflow: scroll;
  }
  .prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc p {
    font-size: 2.5rem;
  }
  .prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc p strong {
    font-size: 3.5rem;
    letter-spacing: 1px;
    line-height: 3.5rem;
    padding: 2rem 0;
    display: block;
  }
  .prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .desc table tr td {
    padding: 1rem 0.5rem;
  }
  .prices_tabs.zone .limit .gallery_inbox .prices_type .items_container .item .downloads {
    flex-direction: column;
  }
  .prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list {
    justify-content: center;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }
  .prices_tabs.zone .limit .gallery_inbox .prices_type .items_container {
    width: 100%;
  }
  .prices_tabs.zone .limit .paralax_box ul li {
    transition: 0.3s all;
  }
  .prices_tabs.zone .limit .paralax_box ul li.active {
    background: #b6b797;
  }
  .prices_tabs.zone .limit .paralax_box ul li.active a {
    color: white;
  }
  .txt_2col.zone {
    padding: 4rem 2rem 0;
  }
  .prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list li {
    flex: 1 1 25%;
  }
}
@media screen and (max-width: 800px) {
  .prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list li {
    flex: 1 1 50%;
  }
  .txt_2col.zone .limit .content .text {
    flex: 1 1 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 420px) {
  .prices_tabs.zone .limit .gallery_inbox .prices_type .prices_list li {
    flex: 1 1 100%;
  }
}
.zone.diapo + .zone.double_photo {
  padding-top: 100px;
}
.zone.double_photo {
  padding: 0 25px;
  background: #fff;
}
.zone.double_photo .c-text {
  text-align: center;
  color: #000;
}
.zone.double_photo .c-text .title {
  color: #b6b797;
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.zone.double_photo .c-text .title span {
  font-size: 30px;
  font-family: "Playfair Display", Serif;
  color: #000;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: unset;
  display: block;
}
.zone.double_photo .c-text .subtitle {
  color: black;
  text-align: center;
  font-size: 3rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 2px;
  position: relative;
}
.zone.double_photo .content {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
}
.zone.double_photo .content:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 150px;
  right: 0;
  height: 300px;
  background: #faf9f8;
}
.zone.double_photo .content .c-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}
.zone.double_photo .content .element {
  flex: 1;
  margin: 0 20px;
}
.zone.double_photo .content .element:nth-of-type(1) {
  margin-top: 25px;
}
.zone.double_photo .content .element .photo {
  position: relative;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 16px;
  max-height: 700px;
}
.zone.double_photo .content .element .photo:after {
  display: block;
  padding-top: 125%;
  content: "";
}
.zone.double_photo .content .element .photo > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zone.double_photo .content .element .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zone.double_photo .content .element .text {
  position: relative;
  padding: 25px 10px 0 75px;
}
.zone.double_photo .content .element .text:before {
  position: absolute;
  content: "";
  background: #b6b797;
  height: 200px;
  width: 1px;
  left: 50px;
  top: 0;
  transform: translate(0, -110px);
}
.zone.double_photo .content .element .text .title {
  font-size: 28px;
  font-family: "Playfair Display", Serif;
  margin-bottom: 15px;
}
.zone.double_photo .content .element .text .description {
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
}
.zone.double_photo .content .element .text .book_button {
  padding: 1rem 3rem;
  border: 1px #b6b797 solid;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  transition: all 500ms;
}
.zone.double_photo .content .element .text .book_button:hover {
  background: white;
  color: #b6b797;
}
@media screen and (max-width: 1024px) {
  .zone.double_photo {
    padding-top: 50px;
  }
  .zone.double_photo .content .element .text {
    padding: 25px 10px;
  }
  .zone.double_photo .content .element .text:before {
    display: none;
  }
  .zone.double_photo .c-text .title span {
    font-size: 35px;
  }
  .zone.double_photo .content .element {
    margin: 0 10px;
  }
  .zone.diapo + .zone.double_photo {
    padding-top: 50px;
  }
  .zone.double_photo .c-text .title {
    font-size: 3.5rem;
  }
  .zone.double_photo .c-text .subtitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .zone.double_photo .content .element {
    margin: 0;
    flex: 1 1 100%;
    margin-bottom: 25px;
  }
  .zone.double_photo .content .element .photo:after {
    padding-top: 75%;
  }
  .zone.double_photo .content .element .text {
    padding: 25px 0;
  }
  .zone.double_photo .content .element:nth-of-type(1) {
    margin-top: 0;
  }
  .zone.double_photo .content .element .photo {
    border: 0;
    box-shadow: unset;
  }
}
.zone.double_photo + .zone.text_double_colonne {
  padding-top: 100px;
}
.zone.text_double_colonne {
  padding: 25px 25px 100px;
  position: relative;
}
.zone.text_double_colonne + .zone.img_txt_zone .branche {
  display: none;
}
.zone.text_double_colonne .branche {
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 200px;
}
.zone.text_double_colonne.subtype2 .content {
  flex-direction: row;
}
.zone.text_double_colonne.subtype2 .content .text .title,
.zone.text_double_colonne.subtype2 .content .text .subtitle {
  text-align: right;
}
.zone.text_double_colonne.subtype2 .content .text .title.subtitle:before,
.zone.text_double_colonne.subtype2 .content .text .subtitle.subtitle:before {
  left: 100%;
  transform: translate(10px, 0);
  width: 50px;
}
.zone.text_double_colonne.subtype2 .content .text .c-text .txt:nth-of-type(2) {
  margin-right: 0;
}
.zone.text_double_colonne.subtype2 .content .slider {
  margin-right: 0;
  margin-left: 50px;
}
.zone.text_double_colonne .content {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 100%;
  padding: 0 50px;
}
.zone.text_double_colonne .content .text {
  flex: 1;
  position: relative;
  z-index: 10;
}
.zone.text_double_colonne .content .text .title {
  color: #b6b797;
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.zone.text_double_colonne .content .text .subtitle {
  font-size: 3rem;
  font-family: "Playfair Display", Serif;
  color: #000;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: unset;
  display: block;
  margin-top: 15px;
  position: relative;
}
.zone.text_double_colonne .content .text .subtitle:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
  width: 60px;
  background: #baab7f;
  height: 1px;
}
.zone.text_double_colonne .content .text .c-text {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.zone.text_double_colonne .content .text .c-text .txt {
  margin-right: 50px;
  flex: 1;
  text-align: justify;
  line-height: 1.5;
  font-size: 16px;
}
.zone.text_double_colonne .content .text .c-text .txt .book_button {
  padding: 1rem 3rem;
  border: 1px #b6b797 solid;
  background: #b6b797;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  transition: all 500ms;
}
.zone.text_double_colonne .content .text .c-text .txt .book_button:hover {
  background: white;
  color: #baab7f;
}
.zone.text_double_colonne .content .slider {
  width: 500px;
  margin-right: 50px;
}
.zone.text_double_colonne .content .slider .photo {
  position: relative;
  overflow: hidden;
  border: 20px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 16px;
  max-height: 700px;
}
.zone.text_double_colonne .content .slider .photo:after {
  display: block;
  padding-top: 100%;
  content: "";
}
.zone.text_double_colonne .content .slider .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .zone.text_double_colonne {
    padding-top: 50px;
  }
  .zone.text_double_colonne .content {
    padding: 0;
  }
  .zone.text_double_colonne .content .text .c-text .txt {
    margin: 0;
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  .zone.text_double_colonne {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .zone.text_double_colonne .content .text .title {
    font-size: 3.5rem;
  }
  .zone.text_double_colonne .content .text .c-text {
    margin-top: 25px;
  }
  .zone.text_double_colonne .content .slider .photo:after {
    padding-top: 75%;
  }
  .zone.text_double_colonne .content .text {
    flex: 1 1 100%;
  }
  .zone.text_double_colonne .content .text .title:before {
    display: none;
  }
  .zone.text_double_colonne .content .slider .photo {
    border: 0;
    box-shadow: unset;
    max-height: 400px;
  }
  .zone.text_double_colonne .content .slider {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
  }
  .zone.text_double_colonne.subtype2 .content .text .title,
  .zone.text_double_colonne.subtype2 .content .text .subtitle {
    text-align: left;
  }
  .zone.text_double_colonne.subtype2 .content .slider {
    margin-left: 0;
  }
  .zone.double_photo + .zone.text_double_colonne {
    padding-top: 50px;
  }
  .zone.text_double_colonne.subtype2 .content .text .subtitle:before {
    display: none;
  }
}
.zone.instafeed {
  padding: 50px 0 0;
}
.zone.instafeed .title {
  text-align: center;
  color: #b6b797;
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.zone.instafeed .instagram_profile {
  display: none;
}
.zone.instafeed .instafeed {
  /*background:#e3e0d9;*/
}
.zone.instafeed .instagram_gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 25px;
}
.zone.instafeed .instagram_gallery a {
  width: 25%;
  position: relative;
  border: 5px solid #fff;
}
.zone.instafeed .instagram_gallery a:hover:after {
  background: rgba(255, 255, 255, 0.6);
}
.zone.instafeed .instagram_gallery a:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.zone.instafeed .instagram_gallery a:after {
  content: "";
  position: absolute;
  background: transparent;
  transition: all 500ms;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zone.instafeed .instagram_gallery a img {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  float: none !important;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .zone.instafeed .title {
    font-size: 3.5rem;
  }
  .zone.instafeed .instagram_gallery {
    margin-top: 25px;
  }
}
@media screen and (max-width: 500px) {
  .zone.instafeed .title {
    font-size: 2.5rem;
  }
  .zone.instafeed .instagram_gallery a {
    width: 50%;
  }
}
.zone.galerie {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  background: whitesmoke;
}
.zone.galerie .content {
  margin: 0 auto;
  width: 100%;
}
.zone.galerie .content .rub {
  text-transform: uppercase;
  color: #b6b797;
  font-size: 6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.zone.galerie .content .list_photo {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 35vh);
  grid-auto-rows: 35vh;
}
.zone.galerie .content .list_photo .item {
  width: 100%;
  height: 100%;
  min-width: 150px;
  margin: auto;
}
.zone.galerie .content .list_photo .item .photo {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
}
.zone.galerie .content .list_photo .item .photo:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  transition: all 500ms;
}
.zone.galerie .content .list_photo .item .photo:hover:before {
  background: rgba(255, 255, 255, 0.4);
}
.zone.galerie .content .list_photo .item .photo:hover img {
  transform: scale(1.05);
}
.zone.galerie .content .list_photo .item .photo > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.zone.galerie .content .list_photo .item .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
@media screen and (max-width: 1025px) {
  .zone.galerie .content .list_photo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .zone.galerie .content .list_photo {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .zone.galerie .rub .name {
    animation: g_title 1000ms both;
  }
}
@keyframes g_title {
  from {
    opacity: 0;
    transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes g_desc {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showItems {
  from {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
@keyframes g_clip_bar {
  from {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  99% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  to {
    clip-path: unset;
    -webkit-clip-path: unset;
  }
}
.zone.galerie {
  text-align: center;
  padding-bottom: 0;
}
.zone.galerie .rub {
  margin-bottom: 0rem;
}
.zone.galerie .rub .name {
  color: #b6b797;
  font-size: 6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.zone.galerie .grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px;
}
.zone.galerie .grid li {
  width: 33.33%;
  position: relative;
}
.zone.galerie .grid li img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.zone.galerie .grid li img:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.zone.galerie .grid li .hover {
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px);
  position: absolute;
  top: 4rem;
  border: 1px solid white;
  color: white;
  left: 4rem;
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.zone.galerie .grid li .hover .titre {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.zone.galerie .grid li .hover .desc {
  font-size: 1.8rem;
}
.zone.galerie .grid li:hover img {
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.zone.galerie .grid li:hover .hover {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
  transition: all 0.5s ease;
}
@media all and (max-width: 1400px) {
  .zone.galerie .rub .titre {
    margin-top: -2rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.galerie .grid li .hover {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
}
@media all and (max-width: 800px) {
  .zone.galerie .grid li {
    width: 50%;
  }
  .zone.galerie .grid li:before {
    padding-top: 80%;
  }
}
@media all and (max-width: 450px) {
  .zone.galerie .grid li {
    width: 100%;
  }
  .zone.galerie .grid li:before {
    padding-top: 80%;
  }
}
.zone.img_txt_vert {
  padding: 0 25px;
  background: #fff;
}
.zone.img_txt_vert .c-text {
  text-align: center;
  color: #000;
}
.zone.img_txt_vert .c-text .title {
  color: #b6b797;
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.zone.img_txt_vert .c-text .title span {
  font-size: 30px;
  font-family: "Playfair Display", Serif;
  color: #000;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: unset;
  display: block;
}
.zone.img_txt_vert .c-text .subtitle {
  color: black;
  text-align: center;
  font-size: 3rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 2px;
  position: relative;
}
.zone.img_txt_vert .content {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
}
.zone.img_txt_vert .content:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 150px;
  right: 0;
  height: 300px;
  background: #faf9f8;
}
.zone.img_txt_vert .content .c-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.zone.img_txt_vert .content .element {
  flex: 1;
  margin: 0 20px;
  margin-top: 25px;
  width: 100%;
}
.zone.img_txt_vert .content .element .photo {
  position: relative;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 16px;
  max-height: 700px;
}
.zone.img_txt_vert .content .element .photo:after {
  display: block;
  padding-top: 125%;
  content: "";
}
.zone.img_txt_vert .content .element .photo > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zone.img_txt_vert .content .element .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zone.img_txt_vert .content .element .text {
  position: relative;
  padding: 25px 10px 0 75px;
}
.zone.img_txt_vert .content .element .text:before {
  position: absolute;
  content: "";
  background: #b6b797;
  height: 200px;
  width: 1px;
  left: 50px;
  top: 0;
  transform: translate(0, -110px);
}
.zone.img_txt_vert .content .element .text .title {
  font-size: 28px;
  font-family: "Playfair Display", Serif;
  margin-bottom: 15px;
}
.zone.img_txt_vert .content .element .text .description {
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .zone.img_txt_vert {
    padding-top: 50px;
  }
  .zone.img_txt_vert .content .swiper-button-prev,
  .zone.img_txt_vert .content .swiper-button-next {
    display: none;
  }
  .zone.img_txt_vert .content .element .text {
    padding: 25px 10px;
  }
  .zone.img_txt_vert .content .element .text:before {
    display: none;
  }
  .zone.img_txt_vert .c-text .title span {
    font-size: 35px;
  }
  .zone.img_txt_vert .content .element {
    margin: 0 10px;
  }
  .zone.img_txt_vert {
    padding-top: 50px;
  }
  .zone.img_txt_vert .c-text .title {
    font-size: 3.5rem;
  }
  .zone.img_txt_vert .c-text .subtitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .zone.img_txt_vert .content .element {
    margin: 0;
    flex: 1 1 100%;
    margin-bottom: 25px;
  }
  .zone.img_txt_vert .content .element .photo:after {
    padding-top: 75%;
  }
  .zone.img_txt_vert .content .element .text {
    padding: 25px 0;
  }
  .zone.img_txt_vert .content .element:nth-of-type(1) {
    margin-top: 0;
  }
  .zone.img_txt_vert .content .element .photo {
    border: 0;
    box-shadow: unset;
  }
}
.form_camping.zone {
  position: relative;
  padding: 8rem 2rem;
}
.form_camping.zone.subtype1 {
  background: white;
}
.form_camping.zone.subtype2 .background,
.form_camping.zone.subtype3 .background {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.form_camping.zone.subtype3 {
  margin-top: 4rem;
}
.form_camping.zone .limit {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4rem 2rem;
  background: #faf9f8;
}
.form_camping.zone .limit .content_box {
  width: 100%;
  max-width: 1400px;
  padding: 0 2rem;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.form_camping.zone .limit .content_box .upTitle {
  color: black;
  text-align: right;
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", Serif;
  letter-spacing: 2px;
  position: relative;
  text-transform: initial;
}
.form_camping.zone .limit .content_box .upTitle:after {
  content: "";
  width: 10rem;
  height: 1px;
  background: #b6b797;
  display: block;
  margin-left: auto;
  margin-top: 10px;
}
.form_camping.zone .limit .content_box .subTitle {
  margin-bottom: 4rem;
  letter-spacing: 3px;
  font-size: 4rem;
  color: #b6b797;
  text-transform: uppercase;
  font-weight: 300;
}
.form_camping.zone .limit .content_box strong {
  text-transform: uppercase;
}
.form_camping.zone .limit .content_box .form_content {
  display: flex;
  color: black;
}
.form_camping.zone .limit .content_box .form_content .infos {
  flex: 2;
  padding-right: 5rem;
  text-align: right;
  text-transform: none;
  font-size: 1.5rem;
}
.form_camping.zone .limit .content_box .form_content .infos span {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.form_camping.zone .limit .content_box .form_content .form_box {
  flex: 3;
  margin-top: 10px;
}
.form_camping.zone .limit .content_box .form_content form {
  display: flex;
  flex-wrap: wrap;
}
.form_camping.zone .limit .content_box .form_content form label {
  max-width: 400px;
  display: none;
}
.form_camping.zone .limit .content_box .form_content form .form-group {
  width: 100%;
  margin: 0.6rem;
  /*&.arrivalDate,
            &.departureDate {
              > div label {
                display: block;
                margin-bottom: 0.7rem;
              }
            }*/
}
.form_camping.zone .limit .content_box .form_content form .form-group .g-recaptcha {
  filter: grayscale(1);
}
.form_camping.zone .limit .content_box .form_content form .form-group.rgpd {
  position: relative;
  padding-right: 2rem;
}
.form_camping.zone .limit .content_box .form_content form .form-group.rgpd > div input {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px black solid;
}
.form_camping.zone .limit .content_box .form_content form .form-group.rgpd > div input:checked:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 3px;
  height: 9px;
  border: solid #b6b797;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form_camping.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div input,
.form_camping.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div textarea {
  border: 1px black solid;
  padding: 1.5rem 3rem;
  width: 100%;
}
.form_camping.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div input::placeholder,
.form_camping.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div textarea::placeholder {
  color: black;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
.form_camping.zone .limit .content_box .form_content form .form-group.phone,
.form_camping.zone .limit .content_box .form_content form .form-group.message {
  width: 100%;
}
.form_camping.zone .limit .content_box .form_content form .form-group.message > div textarea {
  height: 100px;
  max-width: 100%;
  min-width: 100%;
}
.form_camping.zone .limit .content_box .form_content form .form-group.electricity > div,
.form_camping.zone .limit .content_box .form_content form .form-group.frigo > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form_camping.zone .limit .content_box .form_content form .form-group.electricity > div label,
.form_camping.zone .limit .content_box .form_content form .form-group.frigo > div label {
  display: flex !important;
  margin-right: auto;
}
.form_camping.zone .limit .content_box .form_content form .form-group.electricity > div > div,
.form_camping.zone .limit .content_box .form_content form .form-group.frigo > div > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}
.form_camping.zone .limit .content_box .form_content form .form-group.name,
.form_camping.zone .limit .content_box .form_content form .form-group.firstname,
.form_camping.zone .limit .content_box .form_content form .form-group.email,
.form_camping.zone .limit .content_box .form_content form .form-group.nbAdults,
.form_camping.zone .limit .content_box .form_content form .form-group.nbChilds,
.form_camping.zone .limit .content_box .form_content form .form-group.arrivalDate,
.form_camping.zone .limit .content_box .form_content form .form-group.departureDate {
  width: calc(50% - 1.2rem);
}
.form_camping.zone .limit .content_box .form_content form .form-group button {
  padding: 1rem 4rem;
  border: 1px #b6b797 solid;
  background: #b6b797;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
  margin-top: 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font: 1.4rem/1.42 "Lato", sans-serif;
}
.form_camping.zone .limit .content_box .form_content form .form-group button:hover {
  background: white;
  color: #b6b797;
}
@media all and (max-width: 1300px) {
  .form_camping.zone .limit .content_box .subTitle {
    font-size: 5rem;
  }
}
@media all and (max-width: 900px) {
  .form_camping.zone .limit .content_box .form_content {
    flex-direction: column;
    align-items: center;
  }
  .form_camping.zone .limit .content_box .form_content .infos {
    text-align: center;
    padding-right: 0;
  }
  .form_camping.zone .limit .content_box .form_content .upTitle {
    text-align: center;
    margin-right: 0rem;
    font-size: 2.5rem;
  }
  .form_camping.zone .limit .content_box .form_content .upTitle:after {
    display: none;
  }
  .form_camping.zone .limit .content_box .subTitle {
    font-size: 3rem;
  }
  .form_camping.zone .limit .content_box .form_content form .form-group {
    width: 100% !important;
  }
}
@media all and (max-width: 750px) {
  .form_camping.zone {
    padding: 2rem 0rem;
  }
  .form_camping.zone .limit .content_box .subTitle {
    text-align: center;
    max-width: 100%;
    margin-top: 2rem;
  }
  .form_camping.zone .limit .content_box .form_content {
    flex-direction: column;
  }
  .form_camping.zone .limit .content_box .form_content .infos {
    margin-bottom: 2rem;
    text-align: center;
    padding-right: 0;
  }
}
@media all and (max-width: 600px) {
  .form_camping.zone .limit .content_box .form_content form .form-group.name,
  .form_camping.zone .limit .content_box .form_content form .form-group.email {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .form_camping.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div input,
  .form_camping.zone .limit .content_box .form_content form .form-group:not(.rgpd) > div textarea {
    padding: 1.5rem 1.5rem;
  }
}
