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%;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Bold.woff2') format('woff2'), url('../fonts/Butler-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/AGaramondPro-Bold.woff2') format('woff2'), url('../fonts/AGaramondPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/AGaramondPro-Regular.woff2') format('woff2'), url('../fonts/AGaramondPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler.woff2') format('woff2'), url('../fonts/Butler.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/AGaramondPro-SemiboldItalic.woff2') format('woff2'), url('../fonts/AGaramondPro-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/AGaramondPro-Italic.woff2') format('woff2'), url('../fonts/AGaramondPro-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/AGaramondPro-Semibold.woff2') format('woff2'), url('../fonts/AGaramondPro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
  color: black;
  /* font-size:10px;*/
}
body {
  font: 1.5rem/1.42 'Garamond', serif;
  overflow-x: hidden;
  transition: all 150ms;
  -webkit-transition: all 150ms;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Butler", 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;
}
.photo > img {
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
  transition: all 500ms;
}
.photo.loaded > img {
  opacity: 1;
}
p {
  line-height: 2;
}
a {
  color: #000;
  transition: color 500ms;
}
.fancybox-container .form-container {
  width: 50%;
}
.fancybox-container .form-container form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fancybox-container .form-container form .form-group {
  width: 50%;
  text-align: left;
  padding: 10px;
}
.fancybox-container .form-container form .form-group ::placeholder {
  font-family: 'Garamond';
  color: black;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.fancybox-container .form-container form .form-group label {
  display: none;
}
.fancybox-container .form-container form .form-group input {
  border: none;
  background: #e7dfd9;
  height: 40px;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 20px;
  transition: all 0.3s ease;
  font-family: 'Garamond';
}
.fancybox-container .form-container form .form-group textarea {
  border: none;
  background: #e7dfd9;
  height: 100px;
  width: 100%;
  font-size: 1.5rem;
  padding: 20px;
  font-weight: 300;
  font-family: 'Garamond';
  border: 0px solid white;
}
.fancybox-container .form-container form .mail {
  width: 100%;
}
.fancybox-container .form-container form .message {
  width: 100%;
}
.fancybox-container .form-container form button {
  padding: 12px 25px;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid;
  background: none;
  font-family: 'Garamond';
}
.fancybox-container .form-container form button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e7dfd9;
  content: "";
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.fancybox-container .form-container form button:hover {
  transition: all 0.3s ease;
}
.fancybox-container .form-container form button:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media all and (max-width: 1200px) {
  .fancybox-container .form-container {
    width: 95%;
  }
  .fancybox-container .form-container form .form-group {
    width: 100%;
  }
}
.opa0 {
  opacity: 0;
}
.intro {
  display: none;
}
[data-aos="openslide"] {
  opacity: 1 !important;
  clip-path: inset(50% round 50%);
}
[data-aos="openslide"].aos-animate {
  animation: 1s inset forwards;
}
@keyframes inset {
  0% {
    clip-path: inset(50% round 0%);
  }
  100% {
    clip-path: inset(0% round 0%);
  }
}
.openslide {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: white;
  display: block;
  top: 0;
  left: 0;
  transform-origin: bottom left;
}
.pagetype_home {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-x: hidden;
}
.pagetype_home .intro {
  background: white;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  overflow: hidden;
  scroll-behavior: unset;
  color: white;
}
.pagetype_home .intro .button {
  position: absolute;
  z-index: 9;
  right: 8rem;
  color: white;
  cursor: pointer;
  animation: 1s fadeIn ease-in-out forwards;
  animation-delay: 1s;
  opacity: 0;
}
.pagetype_home .intro .button:after {
  background: white;
}
.pagetype_home .intro .button:hover {
  color: black;
}
.pagetype_home .intro .text {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.pagetype_home .intro .text .area {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  animation: 1s fadeIn ease-in-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.pagetype_home .intro .text .area .uptitle {
  align-self: flex-start;
  text-transform: uppercase;
  position: relative;
}
.pagetype_home .intro .text .area .uptitle::before {
  position: relative;
  content: '';
  height: 1px;
  width: 40px;
  margin-right: 25px;
  border-top: 1px solid;
  display: inline-block;
  vertical-align: 5px;
}
.pagetype_home .intro .text .area .bigtitle {
  font-size: 15rem;
  letter-spacing: 5px;
  line-height: 1.25;
  font-family: 'Butler';
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.pagetype_home .intro .text .area .subtitle {
  align-self: flex-end;
  text-transform: uppercase;
}
.pagetype_home .intro .text .area .subtitle::after {
  position: relative;
  content: '';
  height: 1px;
  width: 40px;
  margin-left: 25px;
  border-top: 1px solid;
  vertical-align: 5px;
  display: inline-block;
}
.pagetype_home .intro .swiper-container {
  width: 100vw;
  height: 100vh;
}
.pagetype_home .intro .swiper-container .swiper-slide {
  width: 100vw !important;
  height: 100vh;
  overflow: hidden;
}
.pagetype_home .intro img {
  transform: scale(1);
  transition-delay: 1s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagetype_home .intro .swiper-slide-active .text .area .bigtitle {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 2.8s ease;
}
.pagetype_home .intro .swiper-slide-active img {
  transition: all 9s ease-in;
  transform: scale(1.15);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-aos="blur"] {
  filter: blur(5px);
  opacity: 0;
  transition-property: filter, opacity;
}
[data-aos="blur"].aos-animate {
  filter: blur(0px);
  opacity: 1;
}
[data-aos="fadeleftname"] {
  transform: translateX(100px);
  opacity: 0 !important;
  transition-property: transform, opacity;
}
[data-aos="fadeleftname"].aos-animate {
  transform: translateX(0);
  opacity: 0.2 !important;
}
[data-aos="openslideslow"] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
[data-aos="openslideslow"].aos-animate {
  animation: 4s inset ease forwards;
  animation-delay: 0s;
}
[data-aos="openslide"] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
[data-aos="openslide"].aos-animate {
  animation: 1.5s inset ease forwards;
  animation-delay: 0s;
}
@keyframes inset {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  99.9% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: none;
  }
}
[data-aos="scaleX"] {
  transform: scaleX(0);
  transition-property: transform;
}
[data-aos="scaleX"].aos-animate {
  transform: scaleX(1);
}
@keyframes expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
[data-aos="expand"].aos-animate {
  animation: expand 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.serif {
  font-family: "Vidaloka";
}
.zones {
  overflow-x: hidden;
}
.zones .zone {
  padding: 12rem 0;
  position: relative;
  overflow: hidden;
  background: white;
  z-index: 0;
  margin: 0 70px;
}
.zones.stickyHeader {
  margin-top: 0;
}
.photo img {
  transition: all 0.3s ease;
}
.photo:hover img {
  transition: all 2s ease-out;
}
[data-aos] {
  opacity: 0;
}
.aos-animate {
  opacity: 1;
}
p {
  line-height: 1.75;
}
.cfluid {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.swiper-container {
  cursor: grab;
}
.swiper-container:focus {
  cursor: grabbing;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  background-image: none !important;
  outline: none;
  width: 40px;
  height: 1px;
  border-top: 1px solid;
}
.slider .swiper-button-next:focus,
.slider .swiper-button-prev:focus {
  outline: none;
}
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: black;
  position: absolute;
  right: -20px;
  transition: all 0.3s ease;
  top: calc(50%);
  transform: translateY(-50%);
}
.slider .swiper-button-next:hover:after,
.slider .swiper-button-prev:hover:after {
  border: 1px solid;
  background: none;
  transition: all 0.3s ease;
}
.slider .swiper-button-prev {
  left: -60px;
}
.slider .swiper-button-prev:after {
  content: '';
  left: -20px;
  right: auto;
}
.slider .swiper-button-next {
  right: -60px;
}
@keyframes roll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.rub {
  margin-bottom: 4rem;
}
.rub .titre {
  font-size: 3.5rem;
  letter-spacing: 2px;
  line-height: 1.1;
  font-family: 'Butler';
  position: relative;
  display: flex;
  align-items: center;
}
.rub .titre::before {
  position: relative;
  content: '';
  height: 1px;
  width: 70px;
  margin-right: 25px;
  border-top: 1px solid;
  display: inline-block;
}
.points {
  position: absolute;
  width: 40%;
  height: 30%;
  background-size: contain;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../img/points.png');
  opacity: 0.25;
}
.fotobg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fototop {
  z-index: 1;
}
.button {
  padding: 12px 25px;
  border-radius: 0;
  margin-top: 4rem;
  display: inline-block;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid;
  background: none;
}
.button i {
  margin-right: 10px;
  font-size: 2rem;
}
.button:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e7dfd9;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.button:hover {
  transition: all 0.3s ease;
}
.button:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.frame {
  border-left: 1px solid;
}
.frame:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 15%;
  border: 1px solid;
  border-left: 0;
}
@media all and (max-width: 1600px) {
  .zones .zone {
    padding: 8rem 0;
  }
  .rub .titre {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 1400px) {
  .zones .zone {
    padding: 6rem 0;
  }
  .rub .titre {
    font-size: 3rem;
  }
  .button {
    margin-top: 3rem;
  }
}
@media all and (max-width: 1200px) {
  .rub .titre {
    font-size: 2.8rem;
  }
  .rub .titre:before {
    width: 50px;
    margin-right: 15px;
  }
  p {
    line-height: 1.65;
  }
  .button {
    padding: 12px 25px;
  }
}
@media all and (max-width: 1000px) {
  .zones .zone {
    padding: 5rem 0;
    margin: 0 5%;
  }
  .rub {
    margin-bottom: 3rem;
  }
  .rub .titre:before {
    width: 40px;
    margin-right: 10px;
  }
  .pagetype_home .intro .text .area .bigtitle {
    font-size: 10rem;
  }
}
@media all and (max-width: 800px) {
  .rub {
    font-size: 2.2rem;
  }
  p {
    line-height: 1.5;
  }
}
@media all and (max-width: 600px) {
  .rub {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .rub .titre {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .pagetype_home .intro .text .area .bigtitle {
    font-size: 6rem;
  }
  .button {
    padding: 10px 30px;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 3rem;
  }
}
@media all and (max-width: 450px) {
  .button {
    display: block;
  }
  .zones .zone {
    margin: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 2.5rem;
  }
  .pagetype_home .intro .button {
    right: auto;
    left: 50%;
    top: 4rem;
    width: 80%;
    transform: translateX(-50%);
  }
  .pagetype_home .intro .text .area .uptitle,
  .pagetype_home .intro .text .area .subtitle {
    font-size: 1.5rem;
  }
  .pagetype_home .intro .text .area .bigtitle {
    font-size: 5rem;
    line-height: 2;
  }
}
header {
  display: flex;
  height: 120px;
  align-items: center;
  width: 100%;
  padding: 0 5%;
  letter-spacing: 1px;
  z-index: 9999;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  background: none;
}
header.show {
  background: none !important;
}
header .logo {
  display: flex;
  transition: 0s ease;
  margin-right: 8rem;
  align-items: center;
  position: relative;
  height: calc(100%);
  color: white;
  font-size: 3rem;
}
header .menu {
  display: flex;
  font-weight: 400;
  margin-top: 10px;
}
header .menu nav {
  width: 100%;
  margin: 0;
}
header .menu nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .menu nav ul li {
  display: inline-block;
  margin-right: 6rem;
}
header .menu nav ul li a {
  display: block;
  position: relative;
  padding: 0;
  border-bottom: 1px dashed transparent;
  font-weight: 400;
  color: white;
  padding-bottom: 5px;
  text-transform: uppercase;
}
header .menu nav ul li a:after {
  width: 0%;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  background: white;
}
header .menu nav ul li:hover {
  border: 0;
}
header .menu nav ul li:hover a:after {
  width: 100%;
  transition: width 0.3s ease;
}
header .menu nav ul .current a {
  color: white;
  font-weight: 600;
  position: relative;
}
header .menu nav ul .current a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: white;
}
header .contattu {
  display: flex;
  margin-top: 0;
  background: #8d8885;
  color: white;
  position: absolute;
  right: 40px;
  padding: 8px 18px;
  top: 0;
  height: 120px;
  align-items: center;
  font-weight: 800;
}
header .lang {
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #777;
  margin: 0 2rem;
  margin-right: 1rem;
}
header .lang .drop {
  display: block;
  min-width: 50px;
}
header .lang img {
  width: 25px;
  vertical-align: -4px;
}
header .lang .dropdown {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -5px;
  padding-top: 3rem;
  z-index: 999999999;
  transition: opacity 0.3s ease;
  display: none;
}
header .lang .dropdown li {
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 5px 0;
  display: flex;
  background: #e7dfd9;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
header .lang .dropdown li:hover {
  background: #8d8885;
  transition: background 0.3s ease;
}
header .lang .dropdown li:hover a {
  color: white;
}
header .lang:hover .dropdown {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
header .social {
  position: absolute;
  right: 125px;
}
header .social li {
  display: inline-block;
  margin-right: 5px;
}
header .social li a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 2.25rem;
  border-radius: 100%;
  transition: background 0.3s ease;
}
header .social li a:hover {
  transition: all 0.3s ease;
}
header .social li .facebook:hover {
  color: #3b5998;
}
header .social li .twitter:hover {
  color: #0bf;
}
header .social li .insta:hover {
  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
header .social li .tripadvisor:hover {
  color: #00af87;
}
header .social li i {
  padding: 0;
}
header .social li:last-child {
  margin-right: 0;
}
header .social.sept {
  right: auto;
  left: 40px;
}
.pagetype_online header {
  position: relative;
  height: 90px;
  background: black;
}
@keyframes sticky {
  0% {
    opacity: 1;
    transform: translateY(-10rem);
    transform-origin: top;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: top;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: sticky 0.5s forwards;
  z-index: 999999;
  border: none;
  background: whitesmoke;
  height: 90px;
}
.sticky .contattu {
  height: 90px;
}
.sticky .logo {
  transition: 0.2s ease;
  color: #8d8885;
}
.sticky .logo .stickylogo {
  display: block;
}
.sticky .logo .headerlogo {
  display: none;
}
.sticky .menu nav ul li a {
  color: #8d8885;
}
.sticky .menu nav ul li a:after {
  background: #8d8885;
}
.sticky .social li a {
  color: #8d8885;
}
.sticky + .zones {
  padding-top: 10rem;
}
.burglar {
  transform: scale(0.8);
  margin: 40px auto;
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  -webkit-touch-callout: none;
  user-select: none;
}
#bottom,
#top {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: white;
}
#top {
  top: 19px;
  left: 14px;
}
#bottom {
  top: 41px;
  left: 14px;
}
line,
path {
  stroke: white;
  stroke-linecap: round;
}
#bottom,
#top {
  transform-origin: 34px 2px;
  transform: rotate(0deg);
  transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}
#circle {
  stroke-dasharray: 1 100 32 300;
  stroke-dashoffset: 101;
  transition: all 750ms ease;
}
.burglar.is-closed {
  border-radius: 32px;
}
.burglar.is-closed #circle {
  stroke-dasharray: 1 100 190 300;
  stroke-dashoffset: 1;
}
.burglar.is-closed #top {
  transform: translateX(-4.5px) rotate(-45deg);
}
.burglar.is-closed #bottom {
  transform: translateX(-4.5px) rotate(45deg);
}
.burger {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(25, 42, 49, 0.8);
  z-index: 99999999;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  display: none;
}
.burger span {
  position: absolute;
  width: 50%;
  height: 2px;
  background: white;
  border-radius: 10px;
  transition: background 0.3s ease;
}
.burger span::before {
  content: '';
  position: absolute;
  transition: 0.3s all;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 10px;
  bottom: -1rem;
  transition: background 0.3s ease;
}
.burger span::after {
  content: '';
  position: absolute;
  transition: 0.3s all;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 10px;
  top: -1rem;
  transition: all 0.3s ease;
}
.burger.active {
  background: none;
}
.burger.active line,
.burger.active path,
.burger.active #bottom,
.burger.active #top {
  background: #8d8885;
}
.burger.active span {
  transform: rotate(45deg);
}
.burger.active span:after {
  transform: rotate(-90deg) translate(-30%);
}
.burger.active span:before {
  display: none;
}
.burger:hover {
  transition: all 0.3s ease;
}
.burger:hover ::after,
.burger:hover ::before,
.burger:hover span {
  background: white;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
#fullpage_menu {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  opacity: 0;
  z-index: 999999;
  display: flex;
  transform: scale(0);
  transform-origin: top right;
  transition: all 0.3s ease-in-out;
  overflow: auto;
}
#fullpage_menu.active {
  opacity: 1;
  transform: scale(1);
  transform-origin: top right;
  transition: transform opacity 0.3s ease-in-out;
}
#fullpage_menu.active nav {
  opacity: 1;
  transition: opacity 0.8s;
  transition-delay: 0.3s;
}
#fullpage_menu.active nav ul li {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}
#fullpage_menu.active nav ul li:nth-child(1) {
  transition-delay: 0.3s;
}
#fullpage_menu.active nav ul li:nth-child(2) {
  transition-delay: 0.35s;
}
#fullpage_menu.active nav ul li:nth-child(3) {
  transition-delay: 0.4s;
}
#fullpage_menu.active nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#fullpage_menu.active nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
#fullpage_menu.active nav ul li:nth-child(6) {
  transition-delay: 0.55s;
}
#fullpage_menu.active nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
#fullpage_menu.active nav ul li:nth-child(8) {
  transition-delay: 0.7s;
}
#fullpage_menu.active nav ul li:nth-child(9) {
  transition-delay: 0.8s;
}
#fullpage_menu nav {
  opacity: 0;
  transition: opacity 0.8s;
}
#fullpage_menu nav ul li {
  text-align: center;
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: 400;
  color: #020b07;
  letter-spacing: 2px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s ease;
}
#fullpage_menu nav ul li a {
  transition: all 0.2s ease-in-out;
  padding: 0 15px;
  color: #8d8885;
}
#fullpage_menu nav ul li a:hover {
  transition: all 0.2s ease-in-out;
  letter-spacing: 5px;
}
#fullpage_menu nav ul li.withsub a {
  position: relative;
}
#fullpage_menu nav ul li.withsub a:after {
  content: "+";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#fullpage_menu nav ul li.withsub.show .submenu {
  height: auto;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 10px 0;
}
#fullpage_menu nav ul li .submenu {
  padding: 0;
  font-size: 85%;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
#fullpage_menu nav ul li .submenu li {
  margin: 5px 0;
  font-size: 1.5rem;
}
#fullpage_menu nav ul li .submenu a {
  border: 0 !important;
}
#fullpage_menu nav ul li .submenu a:after {
  display: none;
}
#fullpage_menu nav ul li .commune {
  text-transform: uppercase;
  font-size: 1.4rem;
}
#fullpage_menu nav .current a {
  border: 1px solid;
  padding: 5px 15px;
}
#fullpage_menu nav .current a:hover {
  letter-spacing: 2px;
}
@media all and (max-width: 1600px) {
  header {
    padding: 0 30px;
  }
  header .menu nav ul li {
    margin-right: 3rem;
  }
}
@media all and (max-width: 1400px) {
  header .logo img {
    height: 90%;
  }
  header .menu nav ul li {
    margin-right: 2rem;
  }
  header .menu nav ul li a {
    font-size: 1.4rem;
    padding: 0 2px;
  }
}
@media all and (max-width: 1200px) {
  header {
    height: 90px;
    justify-content: space-between;
  }
  header .lang {
    display: none;
  }
  header .logo {
    top: 15px;
    left: 15px;
  }
  header .contattu {
    display: none;
  }
  header .reserver {
    margin-right: 7rem;
  }
  header .social {
    display: none;
  }
  header .menu {
    display: none;
  }
  header .menu nav {
    display: none;
  }
  header .vids {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 87px;
    right: 25px;
  }
  header .vids .videoframe {
    cursor: pointer;
    background: #e7dfd9;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    border: 2px solid;
    margin-bottom: 2px;
    justify-content: center;
    color: white;
  }
  header .vids .videoframe:first-child {
    margin-left: auto;
  }
  .sticky {
    display: none;
  }
  .subheader {
    font-size: 1.8rem;
  }
  .burger {
    display: flex;
  }
  #fullpage_menu .lang {
    display: block;
  }
}
@media all and (max-width: 800px) {
  header {
    height: 80px;
    padding: 0 20px;
    justify-content: flex-start;
  }
  header .reserver {
    display: none;
  }
  header .logo {
    top: 10px;
    left: 0;
  }
  header .vids {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 82px;
    right: 20px;
  }
  .burger {
    top: 20px;
    right: 20px;
  }
  #fullpage_menu nav {
    opacity: 0;
    transition: opacity 0.8s;
  }
  #fullpage_menu nav ul li {
    font-size: 2rem;
  }
}
@media all and (max-width: 450px) {
  header {
    padding: 0 20px;
    justify-content: flex-start;
  }
  header .logo {
    top: 5px;
    left: 5px;
  }
  .subheader {
    font-size: 1.7rem;
  }
  .burger {
    top: 10px;
    right: 10px;
    transform: scale(0.9);
  }
  #fullpage_menu nav {
    opacity: 0;
    transition: opacity 0.8s;
  }
  #fullpage_menu nav ul li {
    font-size: 1.8rem;
    margin: 12px 0;
  }
}
footer {
  padding: 6rem 5%;
  background: #857878;
  overflow-y: visible;
  position: relative;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 6rem;
}
footer #back2top {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #8d8885;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 0;
  position: absolute;
  top: -33px;
  right: 5rem;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  border: 0;
  outline: none;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
footer #back2top a {
  color: #8d8885;
}
footer #back2top i {
  margin: 0;
}
footer #back2top:after {
  display: none;
}
footer #back2top:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  background-color: #e7dfd9;
  color: white;
}
footer #back2top:active {
  background-color: #555;
}
footer .rub {
  padding: 0;
  margin: 0;
  width: auto;
  text-align: left;
}
footer .rub:before {
  display: none;
}
footer a {
  transition: 0.5s;
  color: white;
}
footer a:hover {
  color: white;
}
footer .ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .ul .col {
  width: 100%;
  padding: 0 2rem;
  color: white;
}
footer .ul .col:first-child {
  align-self: center;
}
footer .ul .col .logo {
  font-size: 4.5rem;
  letter-spacing: 3px;
  width: 100%;
  margin-top: -1rem;
  text-align: center;
  display: block;
  font-family: 'Butler';
}
footer .ul .col .logo img {
  width: 100%;
}
footer .ul .col .rub {
  font-weight: 500;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}
footer .ul .col .cgv {
  text-transform: uppercase;
}
footer .ul .col .cgv:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: white;
}
footer .ul .col .loc {
  text-align: left;
  line-height: 25px;
}
footer .ul .col .coords li {
  margin-bottom: 5px;
}
footer .ul .col:nth-child(2) .coords {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .ul .col:nth-child(2) .coords li {
  width: 45%;
}
footer .ul .log {
  border-top: 0;
  border-bottom: 0;
}
footer .suivre {
  font-weight: 600;
  text-transform: uppercase;
}
footer .social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 1rem;
}
footer .social li {
  padding: 0;
  z-index: 1;
  margin-right: 15px;
  margin-bottom: 0;
}
footer .social li:last-child {
  margin-right: 0;
}
footer .social li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  transition: color 0.3s ease;
}
footer .social li a:hover {
  transition: all 0.3s ease;
}
footer .social li a:hover i {
  margin: 0;
}
footer .social li .facebook:hover {
  color: #3b5998;
}
footer .social li .twitter:hover {
  color: #0bf;
}
footer .social li .insta:hover {
  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
footer .social li .tripadvisor:hover {
  color: #00af87;
}
footer .social li i {
  font-size: 2.8rem;
  padding: 0;
}
footer .social li:last-child {
  margin-right: 0;
}
footer .real {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer .real i {
  vertical-align: 0;
  margin-right: 3px;
}
footer .real .edc {
  display: block;
  margin-right: -10px;
}
footer .real .edc img {
  max-width: 180px;
  margin-bottom: 10px;
}
footer .real li {
  margin: 0;
}
footer .real li:first-child {
  margin-left: 0;
}
footer .real li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1770px) {
  footer .ul .col {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1600px) {
  footer .ul .col .logo {
    width: 100%;
    max-width: auto;
  }
}
@media all and (max-width: 1500px) {
  footer .ul .col {
    padding: 0 1rem;
    margin: 20px 0;
  }
  footer .ul .col .edc img {
    margin-right: 0;
  }
}
@media all and (max-width: 1200px) {
  footer .ul .col:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  footer {
    padding: 0 0 5rem;
    text-align: center;
  }
  footer .real {
    align-items: center;
  }
  footer .real li {
    text-align: center;
  }
  footer .social {
    justify-content: center;
  }
  footer .ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .ul .col {
    min-width: 50%;
    max-width: 50%;
  }
  footer .ul .col .logo {
    margin: 0 auto;
  }
  footer .ul .col .rub {
    text-align: center;
  }
  footer .ul .col:first-child {
    min-width: 100%;
    max-width: 100%;
  }
  footer .ul .col:first-child .loc {
    text-align: center;
  }
}
@media all and (max-width: 1000px) {
  .bandeau .cfluid {
    justify-content: space-between;
  }
  .bandeau .cfluid li {
    width: 18%;
    height: auto;
    margin: auto;
  }
  .bandeau .cfluid li img {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  footer {
    text-align: center;
    padding: 2rem 0;
  }
  footer .rub {
    text-align: center;
  }
  footer .ul .log {
    border: 0;
  }
  footer .ul .col {
    width: 100% !important;
    max-width: 100% !important;
  }
  footer .ul .col .edc {
    text-align: center;
  }
  footer .real {
    flex-wrap: wrap;
  }
  footer .real li:first-child {
    width: 100%;
    margin-bottom: 3rem;
  }
  footer .real li {
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 600px) {
  .bandeau .cfluid {
    justify-content: center;
    flex-wrap: wrap;
  }
  .bandeau .cfluid li {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
  }
  .bandeau .cfluid li img {
    width: auto;
    filter: grayscale(0);
  }
  .bandeau .cfluid li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  footer .ul .col .logo {
    width: 90%;
  }
  footer #back2top {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  footer .langues {
    display: block;
  }
  footer .langues .dropdown li {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0.5rem;
  }
  footer .langues .dropdown li a {
    color: #999;
    font-weight: 600 !important;
  }
  footer .langues .dropdown li a.active {
    color: black;
    text-decoration: underline;
  }
}
@media screen and (max-width: 390px) {
  footer .ul .col {
    min-width: 100%;
    max-width: 100%;
  }
}
.zone.diapotop {
  position: relative;
  min-height: 500px;
  color: black;
  background: #8d8885;
  overflow: hidden;
  padding: 0;
  width: calc(100%);
  height: 100vh;
  padding: 15rem 0;
  padding-bottom: 10rem;
  display: flex;
  margin: 0;
}
.zone.diapotop .bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: #e7dfd9;
  display: block;
}
.zone.diapotop .cfluid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.zone.diapotop .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
}
.zone.diapotop .text {
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zone.diapotop .text .area {
  color: white;
  position: relative;
  width: 100%;
}
.zone.diapotop .text .area .rub .titre {
  text-transform: uppercase;
  font-size: 2.5rem;
}
.zone.diapotop .text .area .tit {
  font-size: 10rem;
  letter-spacing: 2px;
  line-height: 1;
  font-family: 'Butler';
  color: white;
}
.zone.diapotop .text .area .tit p {
  line-height: 1.2;
}
.zone.diapotop .text .area .desc {
  letter-spacing: 1px;
  font-size: 1.7rem;
  max-width: 33%;
  margin-top: 4rem;
  font-style: italic;
}
.zone.diapotop .text .hr {
  background: white;
}
.zone.diapotop .text .button {
  font-size: 1.5rem;
  color: white;
}
.zone.diapotop .mouse {
  border: 2px solid white;
  bottom: 5%;
  width: 42px;
  height: 68px;
  border-radius: 100px;
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%) scale(0.85);
  animation: mouse 0.8s forwards;
  animation-delay: 3s;
  opacity: 0;
}
.zone.diapotop .mouse:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  border: 2px solid white;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouseafter 2s infinite;
}
@keyframes mouse {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px) scale(0.85);
  }
  60% {
    transform: translate(-50%, -10px) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(0.85);
  }
}
@keyframes mouseafter {
  from {
    opacity: 1;
    top: 8px;
  }
  to {
    opacity: 0;
    top: 50px;
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.zone.diapotop .slider {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  width: 300px;
  text-align: center;
}
.zone.diapotop .slider .photo {
  height: 250px;
  width: 100%;
  display: block;
  border-radius: 10px 0 0 0;
}
.zone.diapotop .slider .infos {
  text-align: right;
  padding: 10px 15px;
  display: inline-block;
  width: auto;
  float: right;
  background: white;
}
.zone.diapotop .slider .bloc {
  padding: 2rem;
  border-radius: 0 0 10px 10px;
  background: white;
  text-transform: uppercase;
  font-weight: 600;
}
.zone.diapotop .slider .bloc .button {
  margin-top: 2rem;
}
.zone.diapotop .slider .bloc .text {
  width: 100%;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}
.zone.diapotop .slider .bloc .text .titre {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.zone.diapotop .slider .bloc .text .desc li {
  margin: 5px 0;
}
.zone.diapotop .slider .bloc .text .desc li i {
  vertical-align: 0;
  margin-right: 8px;
}
.zone.diapotop .slider .swiper-button-next,
.zone.diapotop .slider .swiper-button-prev {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.zone.diapotop.subtype2 {
  height: 65vh;
  min-height: 500px;
  width: 100%;
  margin-left: 0;
}
.zone.diapotop.subtype2 .scrollto {
  display: none;
}
.zone.diapotop.subtype2:after {
  background: rgba(0, 0, 0, 0.3);
}
.zone.diapotop.subtype2 .text {
  width: 100%;
  margin: 0;
  padding: 0;
}
.zone.diapotop.subtype2 .text .area .titre {
  margin-bottom: 1rem;
}
.zone.diapotop.subtype2 .text i {
  font-size: 4rem;
  margin-bottom: 5rem;
}
.zone.diapotop.subtype2 .text .sstitre {
  color: white;
  text-transform: initial;
  margin-bottom: 2rem;
}
@media all and (max-width: 1400px) {
  .zone.diapotop .image {
    width: 65%;
  }
  .zone.diapotop .text .area .tit {
    font-size: 8rem;
  }
  .zone.diapotop .text .area .desc {
    margin-top: 2rem;
  }
  .zone.diapotop .rub {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.diapotop .image {
    width: 65%;
  }
  .zone.diapotop .text .area .rub .titre {
    font-size: 2rem;
  }
  .zone.diapotop .text .area .tit {
    font-size: 7rem;
  }
  .zone.diapotop .text .area .desc {
    margin-top: 2rem;
  }
  .zone.diapotop .text .area .desc p {
    line-height: 1.5;
  }
  .zone.diapotop .rub {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.diapotop .text .area .rub .titre {
    font-size: 2rem;
  }
  .zone.diapotop .text .area .tit {
    font-size: 5rem;
  }
  .zone.diapotop .text .area .desc {
    margin-top: 2rem;
  }
  .zone.diapotop .text .area .desc p {
    line-height: 1.5;
  }
  .zone.diapotop .rub {
    margin-bottom: 2rem;
  }
  .zone.diapotop .rub .titre {
    font-size: 1.8rem;
  }
  .zone.diapotop .rub .titre:before {
    width: 40px;
    margin-right: 20px;
  }
  .zone.diapotop .button {
    margin-top: 2rem;
  }
}
@media all and (max-width: 800px) {
  .zone.diapotop {
    height: auto;
    min-height: 100vh;
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
  .zone.diapotop .cfluid {
    flex-direction: column;
  }
  .zone.diapotop .text .area .rub .titre {
    font-size: 2rem;
  }
  .zone.diapotop .text .area .tit {
    font-size: 5rem;
  }
  .zone.diapotop .text .area .desc {
    margin-top: 2rem;
    max-width: none;
  }
  .zone.diapotop .text .area .desc p {
    line-height: 1.5;
  }
  .zone.diapotop .image {
    width: 100%;
    height: 400px;
    margin-top: 4rem;
    position: relative;
  }
  .zone.diapotop .image .photo img {
    width: 100%;
    height: 100%;
  }
  .zone.diapotop .rub {
    margin-bottom: 2rem;
  }
  .zone.diapotop .rub .titre {
    font-size: 1.8rem;
  }
  .zone.diapotop .rub .titre:before {
    width: 40px;
    margin-right: 20px;
  }
  .zone.diapotop .button {
    margin-top: 2rem;
  }
  .zone.diapotop.subtype2 {
    height: auto;
    min-height: auto;
  }
}
@media all and (max-width: 800px) {
  .zone.diapotop {
    height: auto;
    min-height: 100vh;
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
  .zone.diapotop .cfluid {
    flex-direction: column;
  }
  .zone.diapotop .text .area .tit {
    font-size: 4rem;
  }
  .zone.diapotop .text .area .desc {
    margin-top: 2rem;
    max-width: none;
  }
  .zone.diapotop .text .area .desc p {
    line-height: 1.5;
  }
  .zone.diapotop .image {
    width: 100%;
    height: 400px;
    margin-top: 3rem;
    position: relative;
  }
  .zone.diapotop .rub {
    margin-bottom: 2rem;
  }
  .zone.diapotop .rub .titre {
    font-size: 1.5rem;
  }
  .zone.diapotop .rub .titre:before {
    width: 30px;
    margin-right: 10px;
  }
  .zone.diapotop .button {
    margin-top: 2rem;
  }
}
.zone.altern {
  background: #f8f8f8;
}
.zone.altern .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: #e7dfd9;
  display: block;
}
.zone.altern .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-left: 7.5%;
}
.zone.altern .wrapper .text {
  width: 35%;
}
.zone.altern .wrapper .image {
  width: 55%;
}
.zone.altern .wrapper .image .photo {
  position: relative;
}
.zone.altern .wrapper .image .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}
.zone.altern .wrapper .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.altern.subtype2 .text {
  order: 2;
}
.zone.altern.subtype3 .bg {
  height: 100%;
}
.zone.altern.subtype3 .text {
  order: 2;
}
.zone.altern.subtype3 .points {
  bottom: auto;
  top: 0;
  height: 70px;
}
.zone.altern.nobg .bg {
  opacity: 0;
}
.zone.altern:nth-child(4) {
  padding-top: 0;
  overflow: visible;
}
.zone.altern:nth-child(4) .bg {
  bottom: auto;
  height: 70%;
  top: 0;
}
.zone.altern:nth-child(4) .points {
  bottom: auto;
  top: -20%;
  left: 60%;
}
@media all and (max-width: 1400px) {
  .zone.altern .wrapper {
    align-items: center;
  }
  .zone.altern .bg {
    height: 0%;
  }
}
@media all and (max-width: 1000px) {
  .zone.altern .wrapper {
    flex-direction: column;
    margin: 0 5%;
  }
  .zone.altern .wrapper .text {
    width: 100%;
    margin-bottom: 3rem;
  }
  .zone.altern .wrapper .image {
    width: 100%;
  }
  .zone.altern.subtype3 .image {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 800px) {
  .zone.altern .cfluid {
    flex-wrap: wrap;
  }
  .zone.altern .cfluid .text {
    width: 100%;
  }
  .zone.altern .cfluid .text .desc em {
    font-size: 1.7rem;
  }
  .zone.altern .cfluid .text .desc,
  .zone.altern .cfluid .text .tarif {
    margin-left: 0;
  }
  .zone.altern .cfluid .text .tarif {
    font-size: 4rem;
  }
  .zone.altern .cfluid .image {
    width: 100%;
    margin-top: 3rem;
    order: 2 !important;
  }
}
@media all and (max-width: 600px) {
  .zone.altern .cfluid {
    flex-wrap: wrap;
  }
  .zone.altern .cfluid .text {
    width: 100%;
  }
  .zone.altern .cfluid .text .desc,
  .zone.altern .cfluid .text .tarif {
    margin-left: 0;
  }
  .zone.altern .cfluid .text .tarif {
    font-size: 3.5rem;
  }
  .zone.altern .cfluid .image {
    width: 100%;
    margin-top: 3rem;
    order: 2 !important;
  }
}
@media all and (max-width: 450px) {
  .zone.altern .cfluid {
    flex-wrap: wrap;
  }
  .zone.altern .cfluid .text {
    width: 100%;
  }
  .zone.altern .cfluid .text .desc,
  .zone.altern .cfluid .text .tarif {
    margin-left: 0;
  }
  .zone.altern .cfluid .text .button {
    margin-top: 2rem;
  }
  .zone.altern .cfluid .text .tarif {
    margin-top: 1rem;
    font-size: 3rem;
  }
  .zone.altern .cfluid .text .tarif a {
    font-size: 1.8rem;
  }
}
.zone.yugi {
  margin: 0;
  padding: 0;
}
.zone.yugi .points {
  bottom: auto;
  top: 0;
  height: 50px;
}
.zone.yugi .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12rem 0;
  background-color: #e7dfd9;
  margin: 0 70px;
  position: relative;
}
.zone.yugi .text {
  width: 30%;
  margin-right: 5rem;
}
.zone.yugi .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  z-index: 50;
  height: 2px;
  width: calc(50%);
}
.zone.yugi .slider {
  width: calc(60% + 70px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -70px;
  overflow: hidden;
  padding-top: 50px;
}
.zone.yugi .slider .swiper-container {
  overflow: visible;
  width: 100%;
}
.zone.yugi .slider ::-webkit-scrollbar {
  height: 1px;
  border-radius: 10px;
  background: #ccc;
  cursor: grab;
}
.zone.yugi .slider ::-webkit-scrollbar-thumb:horizontal {
  background: #020b07;
  border-radius: 10px;
}
.zone.yugi .slider a {
  display: block;
}
.zone.yugi .slider a .photo {
  position: relative;
}
.zone.yugi .slider a .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130%;
}
.zone.yugi .slider a .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.yugi .slider a .texte {
  background: #f8f8f8;
  text-align: center;
  padding: 2rem;
}
.zone.yugi .slider a .texte .titre {
  text-transform: uppercase;
  font-size: 1.8rem;
}
.zone.yugi .slider a .texte .desc {
  margin: 2rem 0;
  min-height: 90px;
  line-height: 1.5;
}
.zone.yugi .slider a .texte .prix:before {
  content: '';
  position: relative;
  margin: 0 auto;
  margin: 2rem auto;
  width: 80px;
  height: 1px;
  display: block;
  border-top: 1px solid;
}
.zone.yugi .slider a .texte .prix span:first-child {
  margin-left: -5rem;
}
.zone.yugi .slider a .texte .prix span:last-child {
  font-weight: 600;
  display: block;
  margin-left: 5rem;
  margin-top: 2px;
  font-style: italic;
  font-size: 120%;
}
@media all and (max-width: 1600px) {
  .yugi {
    padding: 10rem 0 5rem;
  }
  .yugi .cfluid .rub {
    margin-bottom: 3rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item {
    margin: 0 1rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item img {
    height: 220px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    padding: 3rem;
    font-size: 1.5rem;
    min-height: 380px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .button {
    font-size: 1.4rem;
  }
  .yugi.subtype2 .wrapper {
    padding: 0;
  }
  .yugi.subtype2 .wrapper .deux {
    margin-top: 2rem;
  }
}
@media all and (max-width: 1400px) {
  .yugi .image_zone .navi {
    bottom: 0;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    min-height: 350px;
    font-size: 1.6rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 2rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.6rem;
  }
  .yugi .slider .image_zone .navi .status {
    font-size: 4rem;
  }
}
@media all and (max-width: 1200px) {
  .yugi .slider .image_zone .slick,
  .yugi .slider .image_zone .slider-progress {
    left: -60px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    font-size: 1.5rem;
    padding: 3rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 1.8rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.yugi .wrapper {
    flex-direction: column;
    margin: 0 5%;
    padding: 8rem 0;
  }
  .zone.yugi .wrapper .slider {
    width: 100%;
    order: 2;
    margin-left: -5%;
  }
  .zone.yugi .wrapper .text {
    order: 1;
    width: 100%;
    margin: 0;
    padding: 0 5%;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 600px) {
  .zone.yugi .wrapper {
    flex-direction: column;
    margin: 0 5%;
    padding: 4rem 0;
  }
  .zone.yugi .wrapper .slider {
    width: 100%;
    order: 2;
    margin-left: -5%;
  }
  .zone.yugi .wrapper .slider a .photo:before {
    padding-top: 80%;
  }
  .zone.yugi .wrapper .text {
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 450px) {
  .zone.yugi .wrapper {
    flex-direction: column;
    margin: 0%;
  }
  .zone.yugi .wrapper .slider {
    width: 100%;
    order: 2;
    margin-left: -5%;
  }
  .zone.yugi .wrapper .slider a .photo:before {
    padding-top: 80%;
  }
  .zone.yugi .wrapper .text {
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.zone.cardslider {
  position: relative;
  background: #f8f8f8;
  padding-left: 7%;
  padding-right: 7%;
}
.zone.cardslider .bg,
.zone.cardslider .points {
  display: none;
}
.zone.cardslider .desc {
  max-width: 35%;
  margin-bottom: 5rem;
}
.zone.cardslider .slider {
  position: relative;
}
.zone.cardslider .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: left;
}
.zone.cardslider .item .photo {
  height: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.zone.cardslider .item .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70%;
}
.zone.cardslider .item .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.cardslider .item .texte p {
  line-height: 1.75;
}
.zone.cardslider.subtype2 .bg {
  top: 0;
  bottom: auto;
  height: 70%;
  position: absolute;
  left: 0;
  width: 100%;
  background: #e7dfd9;
  display: block;
}
.zone.cardslider.subtype2 .points {
  right: -10%;
  left: auto;
  width: 35%;
  height: 70%;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1200px) {
  .zone.cardslider .desc {
    max-width: none;
  }
}
@media all and (max-width: 800px) {
  .zone.cardslider .slider .swiper-button-next,
  .zone.cardslider .slider .swiper-button-prev {
    top: auto;
    bottom: -40px;
    transform: translate(0);
  }
  .zone.cardslider .slider .swiper-button-prev {
    left: 20px;
  }
  .zone.cardslider .slider .swiper-button-next {
    right: 20px;
  }
}
.zone.parallax {
  background: #f8f8f8;
  padding-bottom: 0;
}
.zone.parallax .points {
  top: 0;
  bottom: auto;
  height: 50px;
  z-index: 3;
}
.zone.parallax .paralax {
  height: 60vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: visible;
}
.zone.parallax .paralax .photo {
  height: 100%;
  width: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.zone.parallax .paralax .box {
  flex-direction: column;
  display: flex;
  justify-content: center;
  width: 35%;
  padding: 4rem 8rem;
  background: white;
  top: -12rem;
  position: absolute;
  left: 0px;
  z-index: 2;
}
.zone.parallax.subtype2 {
  background: #e7dfd9;
}
.zone.parallax.subtype2 .paralax {
  height: 70vh;
}
.zone.parallax.subtype2 .box {
  left: auto;
  right: 0;
  width: 50%;
}
@media all and (max-width: 1600px) {
  .zone.parallax .paralax .box {
    top: -7rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.parallax .paralax .box {
    padding: 4rem;
    top: -4rem;
  }
  .zone.parallax.subtype2 {
    background: #f8f8f8;
  }
  .zone.parallax.subtype2 .paralax {
    min-height: auto;
  }
}
@media all and (max-width: 1200px) {
  .zone.parallax.subtype2 .paralax {
    height: auto;
  }
  .zone.parallax.subtype2 .box {
    padding: 4rem;
    top: 0;
    width: 100%;
    position: relative;
    margin: 4rem;
  }
}
@media all and (max-width: 800px) {
  .zone.parallax {
    padding: 4rem 0;
    padding-bottom: 0;
  }
  .zone.parallax .paralax .photo {
    background-attachment: scroll !important;
  }
  .zone.parallax .paralax .box {
    position: relative;
    padding: 2rem 2rem;
    width: 60%;
    top: 0;
  }
  .zone.parallax .paralax .box .nb {
    font-size: inherit;
  }
  .zone.parallax.subtype2 .box {
    padding: 4rem;
    top: 0;
    width: 100%;
    position: relative;
    margin: 4rem;
  }
}
@media all and (max-width: 600px) {
  .zone.parallax .paralax .box {
    font-size: 1.6rem;
    width: 100%;
  }
  .zone.parallax .paralax .box .button {
    margin: 2rem 0;
  }
  .zone.parallax.subtype2 .box {
    padding: 2rem;
    margin: 2rem;
  }
}
@media all and (max-width: 1200px) and (orientation: landscape) {
  .zone.parallax .paralax .photo {
    background-attachment: scroll !important;
  }
  .parallax .paralax .button {
    font-size: 1.5rem;
  }
}
.zone.tarifs {
  background: #f8f8f8;
  z-index: 0;
}
.zone.tarifs .bg {
  bottom: 0;
  height: 40%;
  position: absolute;
  left: 0;
  width: 100%;
  background: #e7dfd9;
  display: block;
}
.zone.tarifs .points {
  right: -10%;
  left: auto;
  width: 45%;
  height: 70%;
  display: block;
  top: 10%;
  transform: translateX(0);
}
.zone.tarifs .slider {
  margin-top: 5rem;
  overflow-y: visible;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.zone.tarifs .table {
  width: 100%;
  padding: 3rem;
  background: white;
  position: relative;
}
.zone.tarifs .table table {
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.zone.tarifs .table table tr {
  height: 100px;
  text-align: left;
}
.zone.tarifs .table table tr:first-child {
  min-height: 100px !important;
  font-weight: 500;
  text-align: left;
}
.zone.tarifs .table table tr:first-child td:first-child {
  text-align: left;
}
.zone.tarifs .table table tr td:first-child {
  text-align: left;
}
.zone.tarifs .table table tr td {
  vertical-align: bottom;
  padding: 2rem;
}
.zone.tarifs .table table td {
  border: 1px dotted #666;
}
.zone.tarifs .table table tr:first-child td {
  border-top: 0;
}
.zone.tarifs .table table tr td:first-child {
  border-left: 0;
}
.zone.tarifs .table table tr:last-child td {
  border-bottom: 0;
}
.zone.tarifs .table table tr td:last-child {
  border-right: 0;
}
@media all and (max-width: 1200px) {
  .zone.tarifs .table table {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.tarifs .slider {
    margin-top: 5rem;
  }
  .zone.tarifs .table {
    overflow-x: scroll;
  }
  .zone.tarifs .table table {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 800px) {
  .zone.tarifs {
    padding-top: 10rem;
  }
  .zone.tarifs .slider {
    margin-top: 5rem;
  }
  .zone.tarifs .table {
    overflow-x: scroll;
  }
  .zone.tarifs .table table {
    font-size: 1.5rem;
  }
}
.fakehead {
  background: #8d8885;
  height: 120px;
  position: relative;
  width: 100%;
}
.zone.contact_form {
  background: #f8f8f8;
  z-index: 0;
  overflow: visible;
}
.zone.contact_form .bg {
  bottom: 0;
  height: 15%;
  position: absolute;
  left: 0;
  width: 100%;
  background: #e7dfd9;
  display: block;
}
.zone.contact_form .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-left: 7.5%;
}
.zone.contact_form .wrapper .coords {
  width: 30%;
}
.zone.contact_form .wrapper .carte {
  width: 60%;
}
.zone.contact_form .wrapper .formulaire form {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zone.contact_form .wrapper .formulaire form .form-group {
  margin-bottom: 20px;
  width: 50%;
  text-align: left;
}
.zone.contact_form .wrapper .formulaire form .form-group ::placeholder {
  font-family: 'Garamond';
  color: black;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.zone.contact_form .wrapper .formulaire form .form-group label {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-size: 1.2rem;
  display: none;
}
.zone.contact_form .wrapper .formulaire form .form-group input {
  border: none;
  background: #e7dfd9;
  height: 40px;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 20px;
  transition: all 0.3s ease;
  font-family: 'Garamond';
  border: 0px solid white;
}
.zone.contact_form .wrapper .formulaire form .form-group input:focus,
.zone.contact_form .wrapper .formulaire form .form-group textarea:focus {
  outline: none;
}
.zone.contact_form .wrapper .formulaire form .form-group textarea {
  border: none;
  background: #e7dfd9;
  height: 100px;
  width: 100%;
  font-size: 1.5rem;
  padding: 20px;
  font-weight: 300;
  font-family: 'Garamond';
  border: 0px solid white;
}
.zone.contact_form .wrapper .formulaire form .g-recaptcha {
  display: inline-block;
}
.zone.contact_form .wrapper .formulaire form .form-group {
  width: 49.5%;
  margin-bottom: 1.5rem;
}
.zone.contact_form .wrapper .formulaire form .form-group:nth-child(5) {
  width: 100%;
}
.zone.contact_form .wrapper .formulaire form .form-group:nth-child(6) {
  width: 100%;
}
.zone.contact_form .wrapper .formulaire form .form-group:nth-child(6) label {
  display: inline-block;
}
.zone.contact_form .wrapper .formulaire form .form-group:nth-child(6) input {
  border: unset;
  height: unset;
  width: unset;
  opacity: 1;
  pointer-events: all;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-top: -2px;
}
.zone.contact_form .wrapper .formulaire form .form-group:nth-child(7),
.zone.contact_form .wrapper .formulaire form .form-group:nth-child(8) {
  width: 100%;
}
.zone.contact_form .wrapper .formulaire form button {
  padding: 10px 50px;
  margin-top: 2rem;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.8rem;
  border: 1px solid;
  text-transform: capitalize;
  background: none;
  cursor: pointer;
}
.zone.contact_form .wrapper .formulaire form button:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e7dfd9;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.zone.contact_form .wrapper .formulaire form button:focus {
  outline: none;
}
.zone.contact_form .wrapper .formulaire form button i {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 2.5rem;
}
.zone.contact_form .wrapper .formulaire form button:hover {
  transition: all 0.3s ease;
}
.zone.contact_form .wrapper .formulaire form button:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.zone.contact_form .wrapper .global_error,
.zone.contact_form .wrapper .success {
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
}
.zone.contact_form .wrapper .coords {
  width: 35%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.zone.contact_form .wrapper .coords i {
  vertical-align: 0;
  margin-left: 10px;
}
.zone.contact_form .wrapper .coords li {
  position: relative;
  letter-spacing: 2px;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.zone.contact_form .wrapper .coords li:last-child {
  margin-bottom: 0;
}
.zone.contact_form .wrapper .coords li:last-child strong {
  font-style: normal;
}
.zone.contact_form .wrapper .coords li:last-child em {
  font-style: normal;
  text-decoration: underline;
}
.zone.contact_form .wrapper .coords li .titre {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #e7dfd9;
}
.zone.contact_form .wrapper .coords li .titre p {
  line-height: 1.5;
}
.zone.contact_form .wrapper .coords li a:hover {
  color: #8d8885;
}
.zone.contact_form .carte {
  position: relative;
}
.zone.contact_form .carte:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}
.zone.contact_form .carte iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1400px) {
  .zone.contact_form .bg {
    height: 0;
  }
}
@media all and (max-width: 1200px) {
  .zone.contact_form .cfluid .coords {
    margin-right: 20px;
  }
  .zone.contact_form .cfluid .carte {
    width: 65%;
  }
  .zone.contact_form .wrap .description p {
    width: 85%;
  }
}
@media all and (max-width: 1000px) {
  .zone.contact_form .wrapper {
    flex-direction: column;
    margin: 0;
    padding: 0 5%;
  }
  .zone.contact_form .wrapper .coords {
    width: 100%;
  }
  .zone.contact_form .wrapper .carte {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .zone.contact_form .cfluid,
  .zone.contact_form .wrap {
    flex-wrap: wrap;
  }
  .zone.contact_form .cfluid .coords {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 4rem;
  }
  .zone.contact_form .cfluid .coords li {
    width: 100%;
  }
  .zone.contact_form .cfluid .carte {
    width: 100%;
  }
  .zone.contact_form .wrap {
    margin-top: 5rem;
  }
  .zone.contact_form .wrap .description {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
  .zone.contact_form .wrap .description p {
    width: 100%;
  }
  .zone.contact_form .wrap .formulaire {
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .zone.contact_form .cfluid .formulaire form .form-group {
    width: 100%;
  }
}
.zone.descriptif {
  background: #f8f8f8;
}
.zone.descriptif .bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 78%;
  width: 100%;
  background: #e7dfd9;
  display: block;
}
.zone.descriptif .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-right: 7.5%;
}
.zone.descriptif .wrapper .text {
  width: 35%;
}
.zone.descriptif .wrapper .text .titre {
  font-weight: 600;
  margin-bottom: 2rem;
}
.zone.descriptif .wrapper .text .rub .titre {
  font-weight: normal;
  margin-bottom: 0 rem;
}
.zone.descriptif .wrapper .text .description {
  margin-bottom: 2rem;
}
.zone.descriptif .wrapper .text .list {
  column-count: 2;
  column-gap: 50px;
}
.zone.descriptif .wrapper .text .button {
  margin-top: 1rem;
  font-size: inherit;
}
.zone.descriptif .wrapper .images {
  width: 60%;
}
.zone.descriptif .wrapper .images .swiper-pagination-bullets {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.zone.descriptif .wrapper .images .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 50px;
  height: 1px;
  opacity: 0.25;
  margin: 0 10px;
}
.zone.descriptif .wrapper .images .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: black;
  opacity: 1;
}
.zone.descriptif .wrapper .images .photo {
  position: relative;
}
.zone.descriptif .wrapper .images .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}
.zone.descriptif .wrapper .images .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.descriptif.subtype2 .bg {
  display: none;
}
.zone.descriptif.subtype2 .points {
  top: auto;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.zone.descriptif.subtype2 .wrapper {
  margin-left: 7.5%;
  margin-right: 0;
}
.zone.descriptif.subtype2 .wrapper .images {
  order: 2;
}
.zone.descriptif.subtype3 .bg {
  height: 20%;
  bottom: 0;
  top: auto;
}
.zone.descriptif.nobg .bg {
  opacity: 0;
}
.zone.descriptif:last-child {
  padding-bottom: 0;
}
.zone.descriptif:last-child .bg {
  height: 100%;
  display: block;
}
@media all and (max-width: 1600px) {
  .zone.descriptif .bg {
    height: 100%;
  }
}
@media all and (max-width: 1400px) {
  .zone.descriptif .bg {
    height: 100%;
  }
  .zone.descriptif .wrapper {
    align-items: center;
  }
  .zone.descriptif .wrapper .images .swiper-pagination-bullet {
    top: 0;
    left: 0;
    transform: none;
  }
  .zone.descriptif.subtype2 .wrapper .images .swiper-pagination-bullets {
    top: 0;
    left: auto;
    right: 0;
    transform: none;
  }
  .zone.descriptif.subtype3 .bg {
    height: 0;
  }
  .zone.descriptif .wrapper .images .swiper-pagination-bullets {
    top: 0;
    left: 0;
    transform: none;
  }
}
@media all and (max-width: 1000px) {
  .zone.descriptif .bg {
    height: 100%;
  }
  .zone.descriptif .wrapper {
    align-items: center;
    flex-direction: column;
    margin-right: 0;
    padding: 0 5%;
  }
  .zone.descriptif .wrapper .text {
    width: 100%;
    margin-top: 4rem !important;
    margin-bottom: 0 !important;
    order: 2 !important;
  }
  .zone.descriptif.subtype2 .wrapper {
    margin-left: 0;
  }
  .zone.descriptif.subtype2 .wrapper .text {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .zone.descriptif.subtype2 .wrapper .images {
    width: 100%;
    position: relative;
  }
  .zone.descriptif.subtype2 .wrapper .images .swiper-pagination-bullets {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .zone.descriptif .wrapper .images {
    width: 100%;
  }
  .zone.descriptif .wrapper .images .swiper-pagination-bullets {
    width: 100%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .zone.descriptif .wrapper .images .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
  }
}
.zone.list_avis {
  background: #f8f8f8;
}
.zone.list_avis .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-left: 7.5%;
}
.zone.list_avis .wrapper .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.zone.list_avis .wrapper .content .text {
  width: 35%;
}
.zone.list_avis .wrapper .content .image {
  width: 30%;
}
.zone.list_avis .wrapper .content .image .photo {
  position: relative;
}
.zone.list_avis .wrapper .content .image .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}
.zone.list_avis .wrapper .content .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.list_avis .wrapper .list_item {
  width: 100%;
}
.zone.list_avis .wrapper .list_item .appreciation {
  text-align: center;
  margin-top: 50px;
  background: #e7dfd9;
  width: 100%;
  padding: 100px;
  font-size: 20px;
  font-family: 'Butler';
}
.zone.list_avis .wrapper .list_item .appreciation .message {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone.list_avis .wrapper .list_item .appreciation .message i {
  padding: 0 10px;
}
.zone.list_avis .wrapper .list_item .appreciation .prenom {
  margin-top: 10px;
  font-style: italic;
  font-size: 16px;
}
.zone.list_avis .pagination {
  display: flex;
  justify-content: center;
  font-family: 'Butler', sans-serif;
  max-width: fit-content;
  margin: auto;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.zone.list_avis .pagination > div {
  padding: 0 10px;
}
@media all and (max-width: 1200px) {
  .zone.list_avis .wrapper .content .text {
    width: 45%;
  }
  .zone.list_avis .wrapper .content .image {
    width: 45%;
  }
  .zone.list_avis .wrapper .list_item .appreciation {
    padding: 20px;
    font-size: 16px;
  }
  .zone.list_avis .wrapper .list_item .appreciation .prenom {
    font-size: 12





            px;
  }
}
/*# sourceMappingURL=style.css.map */