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%;
}
.opa0 {
  opacity: 0;
}
[data-aos="splitting"] .word {
  transform: translateX(200px);
  opacity: 0;
  transition: all 1s ease;
}
[data-aos="splitting"].aos-animate .word {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.8s ease-in-out;
  transition-delay: calc(0.09s * var(--word-index));
}
[data-aos="letters"] .char {
  opacity: 0;
  transform: perspective(400px) rotateY(90deg) scale(1);
  transition: all 1s ease;
}
[data-aos="letters"].aos-animate .char {
  opacity: 1;
  transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  transition: all 1s ease-in-out;
  transition-delay: calc(0.12s * var(--char-index));
}
.splitting {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.splitting .word {
  pointer-events: auto;
}
.bg {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 80%;
  background: #f6f1ed;
}
.bginv {
  transform: translateY(-50%) rotateX(180deg);
  filter: brightness(0) invert(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="openslidefast"] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
[data-aos="openslidefast"].aos-animate {
  animation: 1.8s inset ease forwards;
  animation-delay: 0s;
}
[data-aos="openslide"] {
  opacity: 1 !important;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
[data-aos="openslide"].aos-animate {
  animation: 1.8s inset ease forwards;
  animation-delay: 1.5s;
}
[data-aos="openup"] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}
[data-aos="openup"].aos-animate {
  animation: 1.8s openup ease-in-out forwards;
  animation-delay: 0s;
}
[data-aos="opendown"] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}
[data-aos="opendown"].aos-animate {
  animation: 1.8s opendown ease-in-out forwards;
  animation-delay: 0s;
}
@keyframes opendown {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    transform: translateY(-50px);
  }
  99.9% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    clip-path: none;
    transform: translateY(0);
  }
}
@keyframes openup {
  0% {
    opacity: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transform: translateY(50px);
  }
  99.9% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    clip-path: none;
    transform: translateY(0);
  }
}
@keyframes inset {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  99.9% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: none;
  }
}
.openslide {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: white;
  display: block;
  top: 0;
  left: 0;
  transform-origin: bottom left;
}
[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: 10rem 0;
  position: relative;
  overflow: hidden;
  background: white;
  z-index: 0;
}
.zones.stickyHeader {
  margin-top: 248px;
}
.pagetype_page .zones.stickyHeader,
.pagetype_noclick .zones.stickyHeader {
  margin-top: 90px;
}
.photo img {
  transition: all 0.3s ease;
}
.photo:hover img {
  transition: all 2s ease-out;
}
[data-aos] {
  opacity: 0;
}
.aos-animate {
  opacity: 1;
}
p {
  line-height: 1.5;
}
.desc {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 3rem;
}
.desc::-webkit-scrollbar-track {
  background-color: #ccc;
}
.desc::-webkit-scrollbar {
  width: 1px;
  background-color: #F5F5F5;
}
.desc::-webkit-scrollbar-thumb {
  border: 2px solid #000;
}
.cfluid {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.swiper-container {
  cursor: grab;
}
.swiper-container:focus {
  cursor: grabbing;
}
.soustitre {
  font-family: 'Montserrat';
}
.swiper-pagination {
  position: absolute;
  bottom: -9.75rem;
  right: -5rem;
}
.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #EB3300;
  background: transparent;
  transition: all 0.5s ease;
  transform: scaleX(1);
  height: 11px;
  width: 11px;
  margin-left: 14px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #EB3300;
  transform: scaleX(2.25);
  border-radius: 3px;
  border-color: transparent;
  transition: all 0.5s ease;
}
.swiper-controls {
  display: flex;
  justify-content: center;
  color: #EB3300;
  z-index: 9;
  width: 80px;
  padding: 10px 0;
  position: absolute;
  bottom: -11rem;
  left: 5rem;
}
.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
  background-image: none !important;
  font-size: 2rem;
  outline: none;
  overflow: hidden;
  width: 110px;
  color: #EB3300;
  display: flex;
  margin: 0;
  left: auto;
  right: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 22px;
  border: 0;
}
.swiper-controls .swiper-button-next img,
.swiper-controls .swiper-button-prev img {
  height: 21.33px;
  width: 33.66px;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
.swiper-controls .swiper-button-next:hover img,
.swiper-controls .swiper-button-prev:hover img {
  transform: translateX(3px);
  transition: all 0.3s ease-out;
}
.swiper-controls .swiper-button-prev img {
  transform: scaleX(-1);
}
.swiper-controls .swiper-button-prev:hover img {
  transform: scaleX(-1) translateX(3px);
  transition: all 0.3s ease-out;
}
@keyframes roll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.fond {
  position: absolute;
  left: 0;
  background: #f6f1ed;
  z-index: -1;
  height: 100%;
  width: 30%;
  top: 0;
}
.desc {
  text-align: justify;
  font-weight: 500;
}
.rub {
  margin-bottom: 5rem;
}
.rub .titre {
  font-size: 7rem;
  letter-spacing: 3px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
}
.rub .ss {
  text-transform: uppercase;
  margin-top: 5rem;
  font-size: initial;
  letter-spacing: 1px;
  font-size: 2.2rem;
  font-weight: 300;
  width: 70%;
}
.rub .sea {
  margin: 0 auto;
  width: 100px;
  margin-top: 1rem;
}
.soustitre {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  font-size: 105%;
}
.fotobg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.desc {
  line-height: 1.75;
}
.desc p {
  line-height: 1.75;
}
.gift {
  position: fixed;
  left: 0;
  width: 35px;
  background: #EB3300;
  color: white;
  text-transform: uppercase;
  top: 50%;
  transform: translateX(-100%) translateY(-50%) scale(-1);
  padding: 20px 0;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  z-index: 2;
  transition: all 0.2s linear;
}
.gift:hover {
  background: black;
}
.gift.show {
  transform: translateX(0) translateY(-50%) scale(-1);
  transition: all 0.5s ease;
}
.gift.hide {
  transform: translateX(-100%) translateY(-50%) scale(-1);
  transition: all 0.5s ease;
}
.round {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 220px;
  right: -170px;
  animation: 10s rotate linear infinite alternate;
}
@keyframes rotate {
  100% {
    transform: rotate(180deg);
  }
}
label .slider.round {
  animation: none !important;
  width: auto !important;
}
#user-profile-container {
  padding: 15rem 5rem !important;
}
.back {
  position: absolute;
  top: 0;
  right: 0;
  background: #f1f4f9;
  z-index: -1;
  width: 35%;
  height: 25vh;
}
.wrapbutton {
  display: flex;
  justify-content: flex-end;
}
.button {
  border-radius: 0;
  margin-top: 4rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
  text-align: center;
  letter-spacing: 1px;
  color: white;
  font-weight: 400;
  background: #EB3300;
  padding: 5px 40px;
  text-transform: uppercase;
  display: inline-block;
  align-items: center;
  width: fit-content;
  transition: all 0.3s ease-out;
  font-size: 90%;
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background: #f6f1ed;
  transform-origin: top;
  transition: all 0.3s ease;
  z-index: -1;
}
.button:hover {
  color: #EB3300;
  transform: translateY(-3px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.button:hover:after {
  transition: all 0.3s ease;
  transform: scaleY(1);
  transform-origin: top;
}
@media all and (max-width: 1600px) {
  .zones .zone {
    padding: 8rem 0;
  }
  .rub {
    margin-bottom: 5rem;
  }
  .rub .titre {
    font-size: 5rem;
  }
}
@media all and (max-width: 1400px) {
  .zones .zone {
    padding: 6rem 0;
  }
  .rub .titre {
    font-size: 4.5rem;
  }
}
@media all and (max-width: 1200px) {
  .rub {
    margin-bottom: 4rem;
  }
  .rub .titre {
    font-size: 4rem;
  }
  .desc p {
    line-height: 1.5;
  }
  .soustitre {
    font-size: 1.7rem;
    margin-bottom: 2rem;
    font-weight: 100;
    width: 100%;
  }
  p {
    line-height: 1.5;
  }
}
@media all and (max-width: 1000px) {
  .zones .zone {
    padding: 6rem 0;
  }
  .rub .titre {
    font-size: 3.5rem;
  }
  .desc {
    max-height: none;
    overflow: hidden;
    padding-right: 0rem;
  }
  .button {
    margin-top: 2rem;
  }
}
@media all and (max-width: 800px) {
  .rub .titre {
    font-size: 3.25rem;
  }
}
@media all and (max-width: 600px) {
  .rub {
    margin-bottom: 2rem;
  }
  .rub .titre {
    font-size: 3rem;
    line-height: 1.25;
  }
  .zones .zone {
    padding: 4rem 0;
  }
  .soustitre {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .button {
    margin-top: 2rem;
  }
}
@media all and (max-width: 450px) {
  .zones .zone {
    padding: 3rem 0;
  }
  .gift {
    width: 25px;
    font-size: 1.25rem;
  }
  .rub {
    font-size: 2rem;
  }
  .rub .titre {
    font-size: 2.8rem;
    line-height: 1.25;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 2.5rem;
  }
}
html {
  font-size: 62.5%;
  color: #000;
  /* font-size:10px;*/
}
body {
  font: 1.6rem/1.42 "Cormoran";
  letter-spacing: 1px;
  overflow-x: hidden;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  font-weight: 300;
}
.titre {
  font-family: "Blacker-light";
}
.rub .titre {
  font-family: "LaMare", "Pinyon Script", cursive;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.25;
  color: #EB3300;
}
.zone.presentation .rub .titre,
.zone.diapotop .rub .titre {
  color: #fff;
}
.ss,
.button,
input,
textarea {
  font-family: "Cormoran";
}
.rub {
  font-family: "Blacker";
}
.soustitre,
.uptitre {
  font-family: "Blacker-light";
}
.fancybox-container {
  z-index: 99999999999 !important;
}
.gift-code.div-ajax.form {
  background: #fff !important;
}
.popup-promo {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background: #fff;
  padding: 15px;
  border: 1px solid #EB3300;
  z-index: 999;
  max-width: calc(100% - 30px);
  width: 600px;
}
.popup-promo .title1 {
  color: #EB3300;
  font-size: 20px;
}
.popup-promo .description {
  margin-top: 10px;
}
.popup-promo .btn {
  background: #EB3300;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  display: block;
  width: max-content;
}
.popup-promo .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #EB3300;
}
iframe .guarantees {
  display: none !important;
}
.align_content_right {
  align-content: right;
}
.text_right {
  text-align: right;
}
.description {
  direction: rtl;
}
.description > * {
  direction: ltr;
}
.description::-webkit-scrollbar {
  width: 1px;
}
.description::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-left: 1px solid #777;
}
.description::-webkit-scrollbar-track {
  border-left: 1px solid hsla(0, 0%, 52%, 0.2);
}
.top0 {
  top: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.photo {
  justify-content: center;
}
.photo > img {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 500ms;
  width: 100%;
  height: 100%;
}
.photo.loaded > img {
  opacity: 1;
}
a {
  color: #000;
  transition: color 500ms;
}
@keyframes loadend {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes danone {
  0% {
    opacity: 1;
  }
  100% {
    z-index: -1;
  }
}
.loading {
  position: fixed;
  z-index: 999999999999999;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  animation: rota 1.2s linear forwards;
  animation-delay: 0s;
  background: #EB3300;
}
.loading .wiper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  left: -50%;
  background: white;
  z-index: 9;
  display: none;
}
.loading:after {
  position: absolute;
  content: "";
  background: #EB3300;
  top: 0;
  height: 100%;
  left: -200%;
  width: 200%;
}
.loading:before {
  position: absolute;
  content: "";
  background: #EB3300;
  top: -100%;
  height: 100%;
  width: 100%;
  left: 0%;
}
@keyframes rota {
  from {
    transform: rotate(0deg) translateY(0);
    transform-origin: bottom center;
  }
  to {
    transform: rotate(180deg) translateY(0px);
    transform-origin: bottom center;
  }
}
.rdy {
  transition: 0.5s ease-in-out;
  transform: translateY(-100%);
  transform-origin: top left;
  opacity: 0;
}
.no-js .loading {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
:root {
  --header-height: 100px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px;
}
header.sticky:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
  backdrop-filter: blur(2px);
}
header.sticky .content .logo {
  opacity: 0;
}
header.open:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
  backdrop-filter: blur(2px);
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  visibility: hidden;
}
header .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 10;
}
header .content .logo {
  margin-right: auto;
  transition: all 500ms;
}
header .content .logo a {
  display: block;
  background: #EB3300;
  padding: 10px 18px;
}
header .content .logo img {
  width: 170px;
  max-width: 100%;
}
header .content input {
  display: none;
}
header .content input:checked ~ nav {
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
header .content input:checked ~ .nav label span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}
header .content input:checked ~ .nav label span:nth-of-type(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .content input:checked ~ .nav label span:nth-of-type(3) {
  transform: rotate(-45deg) translate(0, 1px);
}
header .content .resa,
header .content .phone {
  margin-left: 20px;
  color: #fff;
  margin-top: 0;
}
header .content .resa:hover,
header .content .phone:hover {
  color: #EB3300;
}
header .content .resa:after,
header .content .phone:after {
  background: #fff;
}
header .content .resa.resa svg,
header .content .phone.resa svg {
  transform: translateY(-2px);
}
header .content .resa svg,
header .content .phone svg {
  font-size: 30px;
}
header .content .resa > span,
header .content .phone > span {
  display: none;
}
header .content .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}
header .content .nav > * {
  display: flex;
  flex-direction: column;
}
header .content .nav label span {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #EB3300;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header .content .nav label span:last-child {
  margin-bottom: 0;
}
header .content .nav label span:nth-of-type(3) {
  transform-origin: 0% 100%;
}
header .content .menu1,
header .content .menu2 {
  display: none;
}
header .content nav {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
header .content nav ul {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
header .content nav ul li {
  margin: 10px 0 10px 25px;
}
header .content nav ul li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
}
header .content nav ul li a:hover:before {
  width: 50px;
}
header .content nav ul li a.active {
  color: #000;
  font-size: 22px;
}
header .content nav ul li a.active::before {
  width: 50px;
}
header .content nav ul li a:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #EB3300;
  display: block;
  margin-right: 15px;
  transition: width 500ms;
}
header .content .tripad.button {
  font-size: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media screen and (min-width: 1480px) {
  :root {
    --header-height: 100px;
  }
  header {
    padding: 10px 25px;
  }
  header:before {
    height: 75%;
  }
  header.sticky .content .logo {
    opacity: 1;
  }
  header.sticky .content nav ul li a:after {
    background: #EB3300;
  }
  header .content {
    justify-content: center;
    height: var(--header-height);
    transition: all 500ms;
  }
  header .content .logo {
    margin: 0;
    width: 220px;
    transition: all 500ms;
  }
  header .content .logo a {
    position: relative;
    display: block;
  }
  header .content .logo a img {
    max-width: unset;
    width: 100%;
  }
  header .content .nav {
    display: none;
  }
  header .content .resa.button {
    margin-top: 0;
  }
  header .content nav {
    position: relative;
    top: auto;
    width: auto;
    bottom: auto;
    background: transparent;
    flex-direction: row;
    clip-path: unset;
    visibility: visible;
    flex: 1;
    margin-right: 50px;
    letter-spacing: 0.1rem;
    overflow: initial;
  }
  header .content nav > ul {
    flex-direction: row;
    justify-content: flex-end;
  }
  header .content nav > ul li {
    position: relative;
  }
  header .content nav > ul li:hover ul {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
  }
  header .content nav > ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    flex-direction: column;
    align-items: unset;
    background: #fff;
    min-width: 200px;
    transform: translateY(50px);
    transition: all 500ms;
    opacity: 0;
    visibility: hidden;
    transition-delay: 250ms;
    border-radius: 2px;
  }
  header .content nav > ul li ul li {
    margin: 0;
    border-bottom: 1px solid rgba(133, 133, 133, 0.2);
  }
  header .content nav > ul li ul li a {
    color: #000;
    font-size: 11px;
    display: block;
    padding: 10px;
    transition: all 500ms;
  }
  header .content nav > ul li ul li a:hover {
    background: #EB3300;
    color: #fff;
    font-size: 13px;
  }
  header .content nav > ul li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
  }
  header .content nav > ul li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform-origin: left;
    transform: scaleX(0);
    transition: all 500ms;
  }
  header .content nav > ul li a.active,
  header .content nav > ul li a:hover {
    color: #fff;
    font-size: 18px;
  }
  header .content nav > ul li a.active:after,
  header .content nav > ul li a:hover:after {
    transform: scaleX(1);
  }
  header .content nav > ul li a::before {
    display: none;
  }
  header .content .resa,
  header .content .phone {
    color: #fff;
  }
  header .content .resa .button,
  header .content .phone .button {
    opacity: 0;
    transition: all 500ms 500ms;
  }
  header .content .resa.show,
  header .content .phone.show {
    opacity: 1;
  }
  header .content .resa.show > span:before,
  header .content .phone.show > span:before {
    animation: scaleLine 1s ease both;
    transform-origin: left;
  }
  header .content .resa.show > span:after,
  header .content .phone.show > span:after {
    animation: scaleLine 1s ease both;
    transform-origin: right;
  }
  header .content .resa.show > span .btn,
  header .content .phone.show > span .btn {
    opacity: 1;
  }
  header .content .resa > span,
  header .content .phone > span {
    font-style: italic;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  header .content .resa svg,
  header .content .phone svg {
    display: none;
  }
  header .content .resa {
    margin-left: auto;
    order: 5;
  }
  header .content .tripad.button {
    order: 4;
    height: 31px;
    margin-right: 16px;
  }
  header .content .phone {
    order: -1;
    margin: 0;
    margin-right: auto;
  }
  header .content .phone .btn:before {
    opacity: 1;
    transform: scale(1);
    background: #EB3300;
    z-index: -1;
    border: 0;
  }
  header .content .phone > span:before {
    content: "";
    background: #fff;
    height: 1px;
    width: 25px;
    margin-right: 20px;
  }
  header:before {
    background: rgba(255, 255, 255, 0.3);
  }
  header .content .phone,
  header .content .resa {
    transition: all 500ms;
  }
  header .content .phone .btn,
  header .content .resa .btn {
    transition: inherit;
  }
  header .content .phone .btn > span:before,
  header .content .resa .btn > span:before,
  header .content .phone .btn > span:after,
  header .content .resa .btn > span:after {
    transition: all 500ms;
  }
  header .content .menu1 li a,
  header .content .menu2 li a {
    transition: all 500ms;
  }
  header .content .menu1 li a:after,
  header .content .menu2 li a:after {
    transition: all 500ms;
  }
  header.sticky .content nav ul li a {
    color: #000;
  }
}
@keyframes scaleLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1400px) {
  header {
    padding: 10px 50px;
  }
  header .content .logo {
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  header .content .logo a {
    padding: 6px 8px;
  }
  header .content .logo img {
    width: 112px;
  }
}
footer {
  padding: 6rem 5%;
  background: #EB3300;
  overflow-y: visible;
  position: relative;
  color: white;
  font-weight: 100;
  padding-bottom: 6rem;
  border-top: 1px solid white;
}
footer #back2top {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 2px solid white;
  background-color: none;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 0;
  position: absolute;
  top: -33px;
  right: 5rem;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  background: #EB3300;
  border-radius: 5px;
  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.2);
}
footer #back2top img {
  object-fit: cover;
  width: 70px;
  height: 60px;
  transform: rotate(-90deg) scale(0.35) translateY(4px);
}
footer #back2top a {
  color: #EB3300;
}
footer #back2top i {
  margin: 0;
}
footer #back2top:after {
  display: none;
}
footer #back2top:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
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;
}
footer .ul .col {
  instapadding: 0 2rem;
}
footer .ul .col:first-child {
  display: flex;
  flex-direction: column;
}
footer .ul .col:last-child {
  align-self: flex-start;
}
footer .ul .col .logo {
  font-size: 3.5rem;
  font-family: "Playfair Display";
  font-weight: 600;
  margin: auto;
}
footer .ul .col .logo img {
  width: 200px;
  margin: auto;
}
footer .ul .col .rub {
  font-weight: 300;
  margin-bottom: 2rem;
  border-bottom: 1px solid white;
  padding-bottom: 2rem;
  font-size: 2.5rem;
  color: white;
  font-family: "BonVivant";
  letter-spacing: 1px;
  font-weight: 100;
}
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 .icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 10px;
}
footer .ul .col .icons.rs {
  gap: 15px;
}
footer .ul .col .icons.rs li a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .ul .col .icons li img {
  max-width: 30px;
}
footer .ul .col .coords li {
  margin-bottom: 5px;
}
footer .ul .col .coords li.withsub {
  cursor: pointer;
}
footer .ul .col .coords li.withsub .submenu {
  display: none;
}
footer .ul .col .coords li.withsub a {
  position: relative;
  color: white;
}
footer .ul .col .coords li.withsub a:after {
  content: "+";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
footer .ul .col .coords li.withsub.show .submenu {
  display: block;
  height: auto;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 10px 0;
}
footer .ul .col .coords li .submenu {
  padding: 0;
  font-size: 85%;
  transition: all 0.3s ease;
}
footer .ul .col .coords li .submenu li {
  margin-bottom: 5px;
}
footer .ul .col .coords li .submenu a:after {
  display: none;
}
footer .ul .col .coords li a {
  display: inline-block;
}
footer .ul .social {
  align-self: center;
  margin: 0 2rem;
}
footer .ul .social li {
  position: relative;
}
footer .ul .social li:first-child:after {
  content: "";
  height: 20px;
  width: 1px;
  background: #EB3300;
  margin: 5px auto;
  display: block;
}
footer .ul .social li a {
  vertical-align: middle;
  font-size: 2rem;
  color: #EB3300;
}
footer .ul .log {
  border-top: 0;
  border-bottom: 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 {
  width: 180px;
  height: 50px;
  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;
  }
  footer .ul .col .icons {
    justify-content: center;
  }
}
@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;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: white;
  overflow: hidden;
  padding: 150px 0 10rem;
  width: 100%;
}
.zone.diapotop .video {
  height: 100%;
  position: relative;
}
.zone.diapotop .video video {
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.8);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.diapotop .photo img {
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.8);
}
.zone.diapotop .text {
  z-index: 2;
  width: 40%;
  position: relative;
  height: 100%;
  margin-left: -15%;
}
.zone.diapotop .text .area {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.zone.diapotop .text .area .rub .titre {
  font-size: 8rem;
}
@keyframes letters {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg) scale(1);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
}
.zone.diapotop .scrollto {
  margin-top: 2rem;
  font-size: 4rem;
  color: white;
  animation: mouse 0.8s forwards;
  animation-delay: 3s;
  opacity: 0;
  width: fit-content;
}
@keyframes mouse {
  0% {
    opacity: 0;
    transform: translateY(100px) scale(0.85);
  }
  60% {
    transform: translateY(-10px) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(0.85);
  }
}
.zone.diapotop .image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.zone.diapotop .image .swiper-controls {
  position: absolute;
  bottom: 0;
  left: -90px;
}
.zone.diapotop .image .swiper-container {
  width: 100%;
  height: 100%;
}
.zone.diapotop .image .swiper-container .swiper-wrapper .photo {
  width: 100%;
  height: auto;
}
.zone.diapotop .image .swiper-container .swiper-wrapper .photo img {
  position: absolute;
  top: 0;
  left: 0;
}
.zone.diapotop .booking-form {
  z-index: 1;
  display: flex;
  background: white;
  padding: 2rem 3rem;
  color: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  flex-direction: column;
  animation: left 0.5s ease-out forwards;
  transform: translateX(50px) translateY(-50%);
  opacity: 0;
  animation-delay: 1.8s;
  width: 20%;
  min-width: 325px;
}
@keyframes left {
  to {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
.zone.diapotop .booking-form .infos {
  font-size: 1.8rem;
  text-align: center;
}
.zone.diapotop .booking-form .infos span {
  display: block;
  font-weight: 500;
}
.zone.diapotop .booking-form .infos span:first-child {
  font-size: 2.5rem;
  font-weight: 600;
}
.zone.diapotop .booking-form .infos span:last-child {
  margin-top: -5px;
}
.zone.diapotop .booking-form .crit {
  list-style: inside;
  font-size: 80%;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.zone.diapotop .booking-form .date-container,
.zone.diapotop .booking-form .person-container {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
  margin-bottom: 1rem;
  flex-direction: column;
  text-align: left;
}
.zone.diapotop .booking-form .date-container label,
.zone.diapotop .booking-form .person-container label {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
  width: 100%;
}
.zone.diapotop .booking-form .date-container select,
.zone.diapotop .booking-form .person-container select,
.zone.diapotop .booking-form .date-container input,
.zone.diapotop .booking-form .person-container input {
  width: 100%;
  border: none;
  background: none;
  text-align: left !important;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #000;
  height: 40px;
  margin-bottom: 1.5rem;
  text-align: left;
}
.zone.diapotop .booking-form .date-container select::placeholder,
.zone.diapotop .booking-form .person-container select::placeholder,
.zone.diapotop .booking-form .date-container input::placeholder,
.zone.diapotop .booking-form .person-container input::placeholder {
  text-align: left;
  color: #999;
  font-size: 90%;
}
.zone.diapotop .booking-form .date-container select:focus,
.zone.diapotop .booking-form .person-container select:focus,
.zone.diapotop .booking-form .date-container input:focus,
.zone.diapotop .booking-form .person-container input:focus {
  outline: none;
}
.zone.diapotop .booking-form .date-container i,
.zone.diapotop .booking-form .person-container i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #EB3300;
}
.zone.diapotop .booking-form .date-container input,
.zone.diapotop .booking-form .person-container input {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
  left: unset;
  width: 100%;
  outline: none;
}
.zone.diapotop .booking-form .date-container > .form-item,
.zone.diapotop .booking-form .person-container > .form-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.zone.diapotop .booking-form #redirect-booking {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  padding: 7px 0;
  background: #EB3300;
  color: white;
}
.zone.diapotop .booking-form #redirect-booking .button {
  padding: 0 50px;
  margin-top: 0;
  font-size: initial;
  background: none;
}
.zone.diapotop .booking-form #redirect-booking .button:hover {
  box-shadow: none;
  background: none;
  transform: none;
  color: inherit;
}
.zone.diapotop .booking-form #redirect-booking .button:after {
  display: none !important;
}
.zone.diapotop .aside {
  position: absolute;
  right: 0;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.zone.diapotop .aside a {
  background: #EB3300;
  color: white;
  display: flex;
  align-items: center;
  max-width: max-content;
  transform: translateX(calc(100% - 56px));
  transition: 500ms transform ease-out;
  margin: 8px 0;
}
.zone.diapotop .aside a:hover {
  transform: none;
}
.zone.diapotop .aside a:hover .text span {
  transform: translate(0, 4px);
  opacity: 1;
}
.zone.diapotop .aside a i {
  padding: 16px;
  font-size: 24px;
}
.zone.diapotop .aside a .text {
  height: 56px;
  background: white;
  display: flex;
  align-items: center;
  padding: 16px;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-left: 0;
}
.zone.diapotop .aside a .text span {
  display: block;
  color: #EB3300;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  transform: translate(50%, 4px);
  transition: 500ms transform ease-out 250ms, 750ms opacity ease-out 250ms;
}
.zone.diapotop.subtype2 {
  min-height: 85vh;
  padding-top: 350px;
  padding-bottom: 100px;
}
.zone.diapotop .promo-text {
  text-align: center;
  border: 1px solid;
  margin-top: 5px;
  padding-top: 5px;
  box-shadow: 2px 2px 10px rgba(235, 51, 0, 0.6);
  letter-spacing: 0;
}
@media all and (max-width: 1600px) {
  .zone.diapotop .text {
    margin-left: -20%;
  }
  .zone.diapotop .booking-form {
    width: 25%;
  }
}
@media all and (max-width: 1400px) {
  .zone.diapotop .booking-form .infos span:first-child {
    font-size: 2.2rem;
  }
  .zone.diapotop .text {
    width: 50%;
  }
  .zone.diapotop .text .area .rub {
    margin-bottom: 3rem;
  }
  .zone.diapotop .text .area .rub .titre {
    font-size: 6rem;
  }
  .zone.diapotop .text .area .rub .ss {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .zone.diapotop .text .area .scrollto {
    position: relative;
    left: 0;
    margin-top: 4rem;
    transform: none;
  }
}
@media all and (max-width: 1200px) {
  .zone.diapotop {
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .zone.diapotop .text {
    height: auto;
  }
  .zone.diapotop .text .area .rub .titre {
    font-size: 6rem;
  }
  .zone.diapotop .text .area .rub .ss {
    margin-top: 3rem;
  }
  .zone.diapotop .image {
    height: 100vh;
  }
  .zone.diapotop.subtype2 {
    padding-top: 230px;
  }
}
@media all and (max-width: 1000px) {
  .zone.diapotop {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  .zone.diapotop .scrollto {
    position: relative;
    bottom: 100px;
    left: auto;
  }
  .zone.diapotop .text {
    margin-left: -40%;
  }
  .zone.diapotop .text .area .scrollto {
    bottom: 0;
  }
  .zone.diapotop .text .area .rub .titre {
    font-size: 5rem;
  }
  .zone.diapotop .text .area .desc {
    width: 80%;
  }
}
@media all and (max-width: 800px) {
  .zone.diapotop .booking-form {
    width: 100%;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    transform: none !important;
    padding: 2rem;
  }
  .zone.diapotop .booking-form .infos {
    display: none;
  }
  .zone.diapotop .booking-form .crit {
    display: none;
  }
  .zone.diapotop .booking-form .date-container {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: unset;
    margin-top: 0;
  }
  .zone.diapotop .booking-form .date-container .form-item {
    width: 32%;
    flex: unset;
  }
  .zone.diapotop .text {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .zone.diapotop .text .area {
    align-items: center;
  }
  .zone.diapotop .text .area .scrollto {
    bottom: 0;
  }
  .zone.diapotop .text .area .rub .titre {
    font-size: 5rem;
  }
  .zone.diapotop .text .area .rub .ss {
    font-size: 1.8rem;
    margin: 0 auto;
  }
  .zone.diapotop .text .area .desc {
    width: 100%;
  }
  .zone.diapotop .aside {
    top: 200px;
  }
  .zone.diapotop.subtype2 {
    padding-top: 110px;
  }
  .zone.diapotop .promo-text {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media all and (max-width: 600px) {
  .zone.diapotop {
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .zone.diapotop .booking-form .date-container {
    margin: 0;
  }
  .zone.diapotop .booking-form #redirect-booking .button {
    font-size: inherit;
  }
  .zone.diapotop .booking-form .date-container label {
    font-size: 10px;
    letter-spacing: 0;
  }
  .zone.diapotop .text {
    width: 100%;
    padding: 0rem 5%;
    padding-bottom: 2.5rem;
  }
  .zone.diapotop .text .area {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
  .zone.diapotop .text .area .rub .titre {
    font-size: 4rem;
  }
  .zone.diapotop .text .area .rub .ss {
    font-size: 1.7rem;
  }
  .zone.diapotop .scrollto {
    bottom: auto;
  }
  .zone.diapotop .image {
    width: 100%;
  }
  .zone.diapotop .image .swiper-controls {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 450px) {
  .zone.diapotop {
    min-height: 90vh;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 160px;
  }
  .zone.diapotop .booking-form {
    padding: 1rem 1.5rem;
  }
  .zone.diapotop .booking-form #redirect-booking {
    padding: 5px 0;
  }
  .zone.diapotop .booking-form #redirect-booking .button {
    font-size: 12px;
  }
  .zone.diapotop .booking-form .date-container {
    justify-content: space-around;
  }
  .zone.diapotop .booking-form .date-container label {
    font-size: 9px;
  }
  .zone.diapotop .booking-form .date-container select,
  .zone.diapotop .booking-form .date-container input {
    height: 35px;
    margin-bottom: 1rem;
  }
  .zone.diapotop .booking-form .date-container .form-item {
    width: 48%;
  }
  .zone.diapotop .scrollto {
    height: 50px;
    width: 50px;
    margin-bottom: 1rem;
  }
  .zone.diapotop .photo {
    min-width: 200%;
  }
  .zone.diapotop .text {
    padding-bottom: 0;
  }
  .zone.diapotop .text .area {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
  .zone.diapotop .text .area .rub .titre {
    font-size: 3.5rem;
  }
  .zone.diapotop .text .area .rub .ss {
    font-size: 1.5rem;
  }
  .zone.diapotop .text .area .scrollto {
    margin-top: 0rem;
  }
  .zone.diapotop .text .area .scrollto span {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-height: 650px) {
  .zone.diapotop .booking-form {
    transform: translateX(50px) translateY(-50%) scale(0.8);
    animation: left2 0.5s ease-out forwards;
  }
}
@keyframes left2 {
  to {
    transform: translateX(0) translateY(-50%) scale(0.8);
    opacity: 1;
  }
}
.zone.altern {
  position: relative;
}
.zone.altern .swiper-controls {
  bottom: -5rem;
  right: 0;
  left: auto;
}
.zone.altern .swiper-pagination {
  right: 0;
  bottom: -4rem;
}
.zone.altern .barres {
  position: absolute;
  left: 0%;
  width: 30%;
  bottom: 10%;
}
.zone.altern .barres li {
  margin-bottom: 1rem;
  height: 1rem;
  width: 100%;
  background: white;
}
.zone.altern .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
}
.zone.altern .wrap .text {
  width: 35%;
}
.zone.altern .wrap .text .desc {
  text-align: justify;
}
.zone.altern .wrap .text .desc li {
  position: relative;
}
.zone.altern .wrap .text .desc li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #EB3300;
  position: relative;
  margin-left: 3rem;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0px;
}
.zone.altern .wrap .image {
  width: 35%;
  height: 100%;
  position: relative;
}
.zone.altern .wrap .image .rub {
  position: absolute;
  transform: translateY(-50%) rotate(-90deg);
  right: -250px;
  top: calc(50% - 60px);
  z-index: 9;
}
.zone.altern .wrap .image .rub .titre {
  font-size: 11rem;
  color: #EB3300;
  font-weight: 400;
  letter-spacing: 10px;
}
.zone.altern .wrap .image .soustitre {
  font-size: 3rem;
  text-transform: initial;
  font-weight: 300;
  float: right;
  margin-top: 3rem;
  color: #000;
  margin-bottom: 0;
}
.zone.altern .wrap .image .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.altern .wrap .image .photo {
  z-index: 1;
  position: relative;
}
.zone.altern .wrap .image .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 125%;
}
.zone.altern .wrap .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 125%;
  height: 125%;
}
.zone.altern.subtype2 .wrap {
  justify-content: flex-end;
}
.zone.altern.subtype2 .wrap .text {
  order: 1;
  margin-left: auto;
  margin-right: 10rem;
}
.zone.altern.subtype2 .wrap .text .rub {
  margin-left: 0;
}
.zone.altern.subtype2 .wrap .text .area {
  margin-left: 0;
}
.zone.altern.subtype2 .wrap .image {
  order: 2;
}
.zone.altern.subtype2 .wrap .image:before {
  width: calc(100% - 12rem);
  height: calc(100% - 5rem);
  left: -6rem;
  top: -5rem;
  right: auto;
}
.zone.altern.subtype3 {
  background: #f6f1ed;
}
.zone.altern.subtype3 .fond .photo {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.zone.altern.subtype3 .text {
  width: 50%;
}
.zone.altern.subtype3 .text .area .rub .titre {
  color: #EB3300;
}
.zone.altern.subtype3 .text .area .button {
  background: none;
  color: #EB3300;
  border: 1px solid #EB3300;
  margin-right: 5px;
}
.zone.altern.subtype3 .text .area .button:after {
  background: #EB3300;
}
.zone.altern.subtype3 .text .area .button:hover {
  color: white;
}
@media all and (max-width: 1600px) {
  .zone.altern {
    padding-bottom: 10rem;
  }
  .zone.altern .bg {
    height: 95%;
  }
  .zone.altern.subtype3 .wrap {
    width: 85%;
  }
  .zone.altern .wrap .image .rub {
    right: -200px;
  }
  .zone.altern .wrap .image .rub .titre {
    font-size: 9rem;
    letter-spacing: 5px;
  }
}
@media all and (max-width: 1400px) {
  .zone.altern .wrap .text {
    width: 40%;
  }
  .zone.altern .wrap .image {
    width: 40%;
  }
  .zone.altern .wrap .image .soustitre {
    font-size: 2.5rem;
  }
  .zone.altern.subtype3 .wrap .text {
    width: 50%;
  }
  .zone.altern.subtype3 .wrap .text .button {
    padding: 5px 30px;
  }
}
@media all and (max-width: 1200px) {
  .zone.altern .wrap {
    align-items: center;
  }
  .zone.altern .wrap .text {
    width: 40%;
  }
  .zone.altern .wrap .image .soustitre {
    margin-top: 1rem;
  }
  .zone.altern .wrap .image .rub {
    right: -155px;
    top: 50%;
  }
  .zone.altern .wrap .image .rub .titre {
    font-size: 6rem;
  }
  .zone.altern .bg {
    height: 100%;
  }
  .zone.altern.subtype2 .wrap .text {
    margin-right: 5rem;
  }
  .zone.altern.subtype3 .wrap .text .button {
    padding: 5px 24px;
    margin-top: 1rem;
  }
  .zone.altern.subtype3 .wrap .text .desc {
    overflow: hidden;
    max-height: unset;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.altern {
    padding-bottom: 8rem;
  }
  .zone.altern .barres {
    width: 100%;
  }
  .zone.altern .fond {
    position: absolute;
    left: 0;
    background: #f6f1ed;
    z-index: -1;
    height: 45%;
    width: 100%;
    bottom: 0;
    top: auto;
  }
  .zone.altern .wrap {
    flex-wrap: wrap;
    width: 85%;
  }
  .zone.altern .wrap .text {
    width: 100% !important;
    order: 1;
    margin-left: 0;
  }
  .zone.altern .wrap .image {
    order: 2;
    width: 100%;
    margin-top: 4rem;
  }
  .zone.altern .wrap .image .rub {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: unset;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .zone.altern .wrap .image .photo:before {
    padding-top: 70%;
  }
  .zone.altern.subtype2 .wrap .text {
    margin-right: 0rem;
  }
}
@media all and (max-width: 600px) {
  .zone.altern {
    padding-bottom: 8rem;
  }
  .zone.altern .fond {
    height: 35%;
  }
  .zone.altern .wrap {
    flex-wrap: wrap;
    width: 85%;
  }
  .zone.altern .wrap .text {
    width: 100%;
    order: 1;
    margin-left: 0;
  }
  .zone.altern .wrap .image {
    order: 2;
    width: 100%;
    margin-top: 4rem;
  }
  .zone.altern .wrap .image .rub {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: unset;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .zone.altern .wrap .image .rub .titre {
    font-size: 4rem;
  }
  .zone.altern .wrap .image .soustitre {
    font-size: 2rem;
  }
  .zone.altern .wrap .image .photo:before {
    padding-top: 70%;
  }
  .zone.altern.subtype2 .wrap .text {
    margin-right: 0rem;
  }
}
@media all and (max-width: 450px) {
  .zone.altern {
    padding-bottom: 8rem;
  }
  .zone.altern .wrap {
    flex-wrap: wrap;
    width: 85%;
  }
  .zone.altern .wrap .text {
    width: 100%;
    order: 1;
    margin-left: 0;
  }
  .zone.altern .wrap .image {
    order: 2;
    width: 100%;
    margin-top: 4rem;
  }
  .zone.altern .wrap .image .rub {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: unset;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .zone.altern .wrap .image .rub .titre {
    font-size: 3rem;
  }
  .zone.altern .wrap .image .soustitre {
    font-size: 1.8rem;
  }
  .zone.altern .wrap .image .photo:before {
    padding-top: 70%;
  }
  .zone.altern.subtype2 .wrap .text {
    margin-right: 0rem;
  }
}
.zone.presentation {
  background: #EB3300;
  color: white;
}
.zone.presentation .barres {
  position: absolute;
  right: 12.5%;
  display: flex;
  height: 100%;
  top: 0;
}
.zone.presentation .barres li {
  margin-left: 1rem;
  height: 100%;
  width: 1rem;
  background: white;
}
.zone.presentation .cfluid {
  width: 100%;
  padding-left: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zone.presentation .cfluid .text {
  width: 45%;
  display: flex;
  align-items: center;
  margin-right: 5%;
}
.zone.presentation .cfluid .text .area {
  position: relative;
}
.zone.presentation .cfluid .text .area .btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.zone.presentation .cfluid .text .area .bigbutton {
  margin-top: 4rem;
  padding: 2rem 4rem;
  background: white;
  text-align: center;
  color: #EB3300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.zone.presentation .cfluid .text .area .bigbutton img {
  object-fit: contain;
  max-width: 270px;
  width: 100%;
}
.zone.presentation .cfluid .text .area .bigbutton .titre {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.zone.presentation .cfluid .text .area .bigbutton .ss {
  color: #000;
}
.zone.presentation .cfluid .text .area .bigbutton .button {
  margin-top: 2rem;
}
.zone.presentation .cfluid .image {
  width: 30%;
}
.zone.presentation .cfluid .image .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.presentation .cfluid .image .gmap {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.zone.presentation .cfluid .image .gmap::before {
  content: "";
  display: block;
  padding-top: 125%;
}
.zone.presentation .cfluid .image .gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.zone.presentation .cfluid .image .photo {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.zone.presentation .cfluid .image .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 125%;
}
.zone.presentation .cfluid .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.presentation.subtype2 .button {
  border: 1px solid white;
}
@media all and (max-width: 1600px) {
  .zone.presentation .cfluid .text {
    width: 55%;
  }
}
@media all and (max-width: 1400px) {
  .zone.presentation .cfluid {
    padding-left: 7%;
  }
  .zone.presentation .cfluid .text {
    width: 50%;
  }
  .zone.presentation .cfluid .text .area .bigbutton {
    padding: 1.5rem 2rem;
  }
  .zone.presentation .cfluid .text .area .bigbutton .titre {
    font-size: 2.5rem;
  }
  .zone.presentation .cfluid .image {
    width: 40%;
  }
}
@media all and (max-width: 1200px) {
  .zone.presentation .cfluid .image li .photo .hover {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.presentation .barres {
    flex-direction: column;
    bottom: 10%;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
  }
  .zone.presentation .barres li {
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
    height: 1rem;
  }
  .zone.presentation .cfluid {
    flex-wrap: wrap;
    padding: 0;
    width: 85%;
  }
  .zone.presentation .cfluid .text {
    width: 100%;
    order: 1 !important;
    text-align: center;
  }
  .zone.presentation .cfluid .image {
    width: 100%;
    margin-top: 4rem;
    grid-gap: 1rem;
    order: 2 !important;
  }
  .zone.presentation .cfluid .image .photo:before {
    padding-top: 75%;
  }
  .zone.presentation .cfluid .image .gmap:before {
    padding-top: 75%;
  }
  .zone.presentation.subtype2 .cfluid .text {
    margin-top: 5rem;
  }
  .zone.presentation.subtype2 .cfluid .image {
    margin-top: 0;
  }
}
@media all and (max-width: 450px) {
  .zone.presentation .barres {
    bottom: 5%;
  }
  .zone.presentation .cfluid .text .area .btns {
    grid-template-columns: 1fr;
  }
  .zone.presentation .cfluid .text .area .btns .bigbutton .titre {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .zone.presentation .cfluid .text .area .btns .bigbutton .ss {
    max-width: 290px;
  }
}
.zone.cards {
  padding: 10rem 2.5%;
}
.zone.cards .fond {
  width: 100%;
  height: 50%;
}
.zone.cards .text {
  text-align: center;
  margin-bottom: 4rem;
}
.zone.cards .text .uptitre {
  font-size: 3rem;
  color: #000;
}
.zone.cards .text .rub {
  color: #EB3300;
}
.zone.cards .text .desc {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  max-height: unset;
}
.zone.cards .images {
  display: flex;
  justify-content: space-between;
}
.zone.cards .images li {
  width: 19%;
  text-align: center;
}
.zone.cards .images li:hover .photo img {
  transform: scale(1.1);
  transition: all 5s ease;
}
.zone.cards .images li .photo {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
}
.zone.cards .images li .photo .titre {
  position: absolute;
  bottom: 2rem;
  font-size: 3.5rem;
  color: white;
  width: 100%;
  text-align: center;
}
.zone.cards .images li .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 110%;
}
.zone.cards .images li .photo img {
  transition: all 2s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.9);
}
.zone.cards .images li .button {
  margin: 0 auto;
  margin-top: 2rem;
  background: transparent;
  border-bottom: 1px solid;
  color: #EB3300;
}
.zone.cards .images li .button:after {
  background: #EB3300;
}
.zone.cards .images li .button:hover {
  color: white;
}
@media all and (max-width: 1400px) {
  .zone.cards .images li .photo .titre {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.cards .text .uptitre {
    font-size: 2.25rem;
  }
  .zone.cards .text .desc {
    width: 70%;
  }
  .zone.cards .images li .photo .titre {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.cards .text .uptitre {
    font-size: 2rem;
  }
  .zone.cards .text .desc {
    width: 70%;
  }
  .zone.cards .images li .photo .titre {
    font-size: 2rem;
  }
}
@media all and (max-width: 800px) {
  .zone.cards .text .uptitre {
    font-size: 2rem;
  }
  .zone.cards .text .desc {
    width: 70%;
  }
  .zone.cards .images {
    flex-wrap: wrap;
  }
  .zone.cards .images li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .zone.cards .images li .button {
    margin-top: 1rem;
  }
  .zone.cards .images li .photo:before {
    padding-top: 70%;
  }
  .zone.cards .images li .photo .titre {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 600px) {
  .zone.cards .text .uptitre {
    font-size: 2rem;
  }
  .zone.cards .text .desc {
    width: 90%;
  }
  .zone.cards .images {
    flex-wrap: wrap;
  }
  .zone.cards .images li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .zone.cards .images li .button {
    margin-top: 1rem;
  }
  .zone.cards .images li .photo:before {
    padding-top: 70%;
  }
  .zone.cards .images li .photo .titre {
    font-size: 2.2rem;
  }
}
.zone.parallax {
  width: 100%;
  padding: 0;
}
.zone.parallax .paralax {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.zone.parallax .paralax .side {
  height: 100%;
  width: 40%;
  background-attachment: fixed !important;
  background-size: contain !important;
  background-position: center right !important;
  background-repeat: no-repeat;
}
.zone.parallax .paralax .box {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  width: 25%;
  height: 100%;
  margin-right: 20%;
  position: relative;
  padding: 25px 0;
}
.zone.parallax .paralax .box .description {
  color: #000;
  max-height: 200px;
  margin: 25px 0;
  padding-right: 50px;
  padding-left: 25px;
  overflow: auto;
  direction: rtl;
}
.zone.parallax .paralax .box .description > * {
  direction: ltr;
}
.zone.parallax .paralax .box .slider {
  width: 100%;
  flex: 1;
  max-height: 500px;
  overflow: hidden;
}
.zone.parallax .paralax .box .slider .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.parallax .paralax .box .slider .rub {
  position: absolute;
  transform: translateY(-50%) rotate(-90deg);
  right: -320px;
  top: calc(50% - 120px);
  z-index: 9;
}
.zone.parallax .paralax .box .slider .rub .titre {
  font-size: 11rem;
  color: #EB3300;
  font-weight: 400;
  letter-spacing: 10px;
}
.zone.parallax .paralax .box .slider .photo {
  position: relative;
}
.zone.parallax .paralax .box .slider .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 125%;
}
.zone.parallax .paralax .box .slider .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.parallax .paralax .box .soustitre {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 3rem;
  color: #000;
  text-transform: unset;
  margin-bottom: 0;
}
.zone.parallax .paralax .box .button {
  margin-top: 2rem;
}
.zone.parallax .paralax .box .rub {
  margin-bottom: 0;
}
.zone.parallax .paralax .box .rub .hr {
  width: 40px;
}
.zone.parallax .paralax .box .plus {
  transition: all 0.3s ease;
}
@media all and (max-width: 1600px) {
  .zone.parallax .paralax .centre .titre {
    min-width: 400px;
  }
  .zone.parallax .paralax .box .slider .rub {
    right: -250px;
  }
  .zone.parallax .paralax .box .slider .rub .titre {
    font-size: 7rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.parallax .paralax .box {
    width: 30%;
    margin-right: 17%;
  }
  .zone.parallax .paralax .box .slider .rub {
    right: -190px;
  }
  .zone.parallax .paralax .box .slider .rub .titre {
    font-size: 5rem;
  }
  .zone.parallax .paralax .box .soustitre {
    width: auto;
    margin-top: 1rem;
    font-size: 2.5rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.parallax .paralax .box {
    width: 30%;
    margin-right: 17%;
  }
  .zone.parallax .paralax .box .slider .rub {
    right: -180px;
  }
  .zone.parallax .paralax .box .slider .rub .titre {
    font-size: 4.5rem;
  }
  .zone.parallax .paralax .box .soustitre {
    width: auto;
    margin-top: 1rem;
    font-size: 2.5rem;
  }
}
@media all and (max-width: 800px) {
  .zone.parallax {
    padding: 4rem 0;
  }
  .zone.parallax .side {
    display: none;
  }
  .zone.parallax .paralax {
    justify-content: center;
    height: auto;
  }
  .zone.parallax .paralax .box {
    width: 70%;
    margin-right: 10%;
  }
  .zone.parallax .paralax .box .description {
    max-height: unset;
    padding-left: 0;
  }
}
@media all and (max-width: 600px) {
  .zone.parallax .side {
    display: none;
  }
  .zone.parallax .paralax {
    justify-content: center;
  }
  .zone.parallax .paralax .box {
    width: 70%;
    margin-right: 10%;
  }
  .zone.parallax .paralax .box .slider .rub {
    right: -200px;
  }
}
@media all and (max-width: 450px) {
  .zone.parallax .side {
    display: none;
  }
  .zone.parallax .paralax {
    justify-content: center;
  }
  .zone.parallax .paralax .box {
    width: 70%;
    margin-right: 10%;
  }
  .zone.parallax .paralax .box .slider .rub {
    right: -160px;
  }
  .zone.parallax .paralax .box .slider .rub .titre {
    font-size: 3rem;
  }
}
.zone.contact_form {
  z-index: 0;
  overflow: visible;
  padding: 10rem 0;
  background: #f6f1ed;
}
.zone.contact_form .rub {
  margin-bottom: 3rem;
}
.zone.contact_form .rub .titre {
  color: #EB3300;
}
.zone.contact_form .soustitre {
  color: #000;
}
.zone.contact_form .logo-contact {
  width: 90%;
  margin: 8rem auto 0;
  text-align: center;
}
.zone.contact_form .logo-contact img {
  width: 420px;
  max-width: 80%;
  height: auto;
}
.zone.contact_form .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
}
.zone.contact_form .wrap .coords {
  width: 40%;
}
.zone.contact_form .wrap .coords li {
  font-weight: 500;
}
.zone.contact_form .soustitre {
  margin-bottom: 3rem;
  font-size: 3.5rem;
  text-transform: capitalize;
  font-weight: 400;
}
.zone.contact_form .formulaire {
  width: 50%;
}
.zone.contact_form .formulaire form {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.zone.contact_form .formulaire form .form-group {
  margin-bottom: 20px;
  width: 50%;
  text-align: left;
}
.zone.contact_form .formulaire form .form-group ::placeholder {
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  color: #666;
}
.zone.contact_form .formulaire form .form-group label {
  margin-bottom: 0;
  letter-spacing: 1px;
  font-size: 1.2rem;
  display: none;
}
.zone.contact_form .formulaire form .form-group input {
  border: none;
  background: none;
  font-weight: 500;
  height: 40px;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 20px;
  transition: all 0.3s ease;
  color: #000;
  border: 1px solid;
}
.zone.contact_form .formulaire form .form-group input::placeholder {
  font-size: 1.6rem;
  font-family: "Mukta";
  font-weight: 500;
  color: #444;
}
.zone.contact_form .formulaire form .form-group input:focus,
.zone.contact_form .formulaire form .form-group textarea:focus {
  outline: none;
}
.zone.contact_form .formulaire form .form-group textarea {
  border: none;
  height: 150px;
  width: 100%;
  font-size: 1.5rem;
  padding: 20px;
  font-weight: 500;
  color: #000;
  border: 1px solid;
  background: none;
  font-family: "Mukta";
}
.zone.contact_form .formulaire form .form-group textarea::placeholder {
  font-size: 1.6rem;
  font-family: "Mukta";
  font-weight: 500;
  color: #444;
}
.zone.contact_form .formulaire form .g-recaptcha {
  display: inline-block;
}
.zone.contact_form .formulaire form .form-group {
  width: 49.5%;
  margin-bottom: 1.5rem;
}
.zone.contact_form .formulaire form .form-group:nth-child(3) {
  width: 100%;
}
.zone.contact_form .formulaire form .form-group:nth-child(4) {
  width: 100%;
}
.zone.contact_form .formulaire form .form-group:nth-child(5) {
  width: 100%;
}
.zone.contact_form .formulaire form .form-group:nth-child(5) label {
  display: inline-block;
}
.zone.contact_form .formulaire form .form-group:nth-child(5) 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 .formulaire form button {
  background: #EB3300;
  border-radius: 0;
  margin-top: 0rem;
  display: inline-block;
  position: relative;
  z-index: 0;
  text-align: center;
  letter-spacing: 1px;
  color: white;
  padding: 7px 50px;
  transition: all 0.2s ease;
  margin-left: 3rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  border: 0;
}
.zone.contact_form .formulaire form button img {
  display: none;
}
.zone.contact_form .formulaire form button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #EB3300;
  transform-origin: bottom;
  transform: scaleY(0);
  z-index: -1;
  transition: all 0.2s ease;
}
.zone.contact_form .formulaire form button:hover {
  color: white;
  transition: all 0.2s ease;
}
.zone.contact_form .formulaire form button:hover:after {
  transition: all 0.2s ease-out;
  transform: scaleY(1);
}
.zone.contact_form .wrap {
  width: 70%;
}
.zone.contact_form .wrap .global_error,
.zone.contact_form .wrap .success {
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
}
.zone.contact_form .wrap .coords i {
  vertical-align: 0;
}
.zone.contact_form .wrap .coords li {
  position: relative;
  letter-spacing: 1px;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.zone.contact_form .wrap .coords li:last-child {
  margin-bottom: 0;
}
.zone.contact_form .wrap .coords li:last-child strong {
  font-style: normal;
}
.zone.contact_form .wrap .coords li:last-child em {
  font-style: normal;
  text-decoration: underline;
}
.zone.contact_form .wrap .coords li a {
  color: #000;
}
.zone.contact_form .wrap .coords li a:hover {
  color: #EB3300;
}
.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 .formulaire {
    margin-top: 4rem;
  }
  .zone.contact_form .cfluid {
    flex-wrap: wrap;
  }
  .zone.contact_form .cfluid .rub {
    margin-left: 0;
  }
  .zone.contact_form .cfluid .formulaire {
    width: 100%;
  }
  .zone.contact_form .cfluid .coords {
    width: 100%;
    margin-left: 0;
  }
  .zone.contact_form .cfluid .coords li {
    margin-left: 0%;
  }
  .zone.contact_form .cfluid .image {
    width: 100%;
    order: 2;
    margin-top: 4rem;
    padding: 0;
  }
  .zone.contact_form .cfluid .image:before {
    right: -3rem;
    top: -3rem;
  }
  .zone.contact_form .cfluid .image .round {
    display: none;
  }
  .zone.contact_form .cfluid .image .carte:before {
    padding-top: 70%;
  }
  .zone.contact_form .wrap .description p {
    width: 85%;
  }
  .zone.contact_form.subtype2 .wrap .formulaire form .form-group:first-child {
    left: 0;
  }
  .zone.contact_form.subtype2 .wrap .formulaire form .form-group:first-child input:before {
    padding: 0 30px;
    justify-content: center;
  }
  .zone.contact_form .wrap .image .carte:before,
  .zone.contact_form .wrap .image .photo:before {
    padding-top: 70%;
  }
}
@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%;
    padding: 0;
  }
  .zone.contact_form .cfluid .coords li {
    width: 100%;
  }
  .zone.contact_form .cfluid .carte {
    width: 100%;
  }
  .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%;
  }
  .zone.contact_form .wrap .formulaire form .form-group:last-child {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .zone.contact_form .cfluid .image {
    margin-top: 0;
  }
  .zone.contact_form .cfluid .image .carte:before {
    padding-top: 120%;
  }
  .zone.contact_form .wrap {
    width: 80%;
  }
  .zone.contact_form .soustitre {
    font-size: 2.5rem;
  }
  .zone.contact_form .wrap .coords li {
    font-size: 1.5rem;
  }
  .zone.contact_form .wrap .formulaire form .form-group:nth-child(8) {
    width: 100%;
  }
  .zone.contact_form .wrap .formulaire form button {
    margin-left: 0;
  }
}
@media all and (max-width: 450px) {
  .zone.contact_form .cfluid .formulaire form .form-group {
    width: 100%;
  }
}
.zone.room {
  position: relative;
}
.zone.room .swiper-controls {
  bottom: -5rem;
  right: 0;
  left: auto;
}
.zone.room .swiper-pagination {
  right: 0;
  bottom: -4rem;
}
.zone.room .fond {
  background: #EB3300;
}
.zone.room.subtype1 .barres {
  position: absolute;
  left: 15%;
  display: flex;
  height: 100%;
  top: 0;
}
.zone.room.subtype1 .barres li {
  margin-left: 1rem;
  height: 100%;
  width: 1rem;
  background: white;
}
.zone.room .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
}
.zone.room .wrap .text {
  width: 35%;
}
.zone.room .wrap .text .rub .titre {
  color: #EB3300;
}
.zone.room .wrap .text .rub .pictos {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.zone.room .wrap .text .rub .pictos .picto {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 17px;
}
.zone.room .wrap .text .rub .pictos .picto .photo {
  background: #EB3300;
  padding: 7px;
  width: 50px;
  height: 50px;
  position: relative;
}
.zone.room .wrap .text .rub .pictos .picto .photo img {
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.zone.room .wrap .text .rub .pictos .picto .desc {
  color: #000;
  padding: 0;
  font-family: 'Cormoran';
}
.zone.room .wrap .text .desc {
  text-align: justify;
}
.zone.room .wrap .text .desc li {
  position: relative;
}
.zone.room .wrap .text .desc li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #EB3300;
  position: relative;
  margin-left: 3rem;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0px;
}
.zone.room .wrap .image {
  width: 55%;
  height: 100%;
  position: relative;
}
.zone.room .wrap .image .soustitre {
  font-size: 3rem;
  text-transform: initial;
  font-weight: 400;
  float: right;
  margin-top: 3rem;
  color: #000;
  margin-bottom: 0;
}
.zone.room .wrap .image .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.room .wrap .image .photo {
  z-index: 1;
  position: relative;
}
.zone.room .wrap .image .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}
.zone.room .wrap .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 125%;
  height: 125%;
}
.zone.room.subtype2 .fond {
  background: #f6f1ed;
  left: auto;
  right: 0;
}
.zone.room.subtype2 .barres {
  position: absolute;
  right: 0%;
  left: auto;
  width: 30%;
  bottom: 10%;
}
.zone.room.subtype2 .barres li {
  margin-bottom: 1rem;
  height: 1rem;
  width: 100%;
  background: #EB3300;
}
.zone.room.subtype2 .wrap .text {
  order: 1;
  margin-left: auto;
  margin-right: 10rem;
}
.zone.room.subtype2 .wrap .text .rub {
  margin-left: 0;
}
.zone.room.subtype2 .wrap .text .area {
  margin-left: 0;
}
.zone.room.subtype2 .wrap .image {
  order: 2;
}
.zone.room.subtype2 .wrap .image .soustitre {
  float: left;
}
.zone.room.subtype2 .wrap .image:before {
  width: calc(100% - 12rem);
  height: calc(100% - 5rem);
  left: -6rem;
  top: -5rem;
  right: auto;
}
.zone.room.subtype3 {
  background: #f6f1ed;
}
.zone.room.subtype3 .fond .photo {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.zone.room.subtype3 .text {
  width: 50%;
}
.zone.room.subtype3 .text .area .rub .titre {
  color: #EB3300;
}
.zone.room.subtype3 .text .area .button {
  background: none;
  color: #EB3300;
  border: 1px solid #EB3300;
  margin-right: 5px;
}
.zone.room.subtype3 .text .area .button:after {
  background: #EB3300;
}
.zone.room.subtype3 .text .area .button:hover {
  color: white;
}
@media all and (max-width: 1600px) {
  .zone.room {
    padding-bottom: 10rem;
  }
  .zone.room .bg {
    height: 95%;
  }
  .zone.room.subtype3 .wrap {
    width: 85%;
  }
  .zone.room .wrap .image .rub {
    right: -200px;
  }
  .zone.room .wrap .image .rub .titre {
    font-size: 9rem;
    letter-spacing: 5px;
  }
}
@media all and (max-width: 1400px) {
  .zone.room .wrap .text {
    width: 40%;
  }
  .zone.room .wrap .image {
    width: 40%;
  }
  .zone.room .wrap .image .soustitre {
    font-size: 2.5rem;
  }
  .zone.room.subtype3 .wrap .text {
    width: 50%;
  }
  .zone.room.subtype3 .wrap .text .button {
    padding: 5px 30px;
  }
}
@media all and (max-width: 1200px) {
  .zone.room .wrap {
    align-items: center;
  }
  .zone.room .wrap .text {
    width: 40%;
  }
  .zone.room .wrap .image .soustitre {
    margin-top: 1rem;
  }
  .zone.room .wrap .image .rub {
    right: -155px;
    top: 50%;
  }
  .zone.room .wrap .image .rub .titre {
    font-size: 6rem;
  }
  .zone.room .bg {
    height: 100%;
  }
  .zone.room.subtype2 .wrap .text {
    margin-right: 5rem;
  }
  .zone.room.subtype3 .wrap .text .button {
    padding: 5px 24px;
    margin-top: 1rem;
  }
  .zone.room.subtype3 .wrap .text .desc {
    overflow: hidden;
    max-height: unset;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.room {
    padding-bottom: 8rem;
  }
  .zone.room .barres {
    width: 100%;
  }
  .zone.room .fond {
    position: absolute;
    left: 0;
    background: #f6f1ed;
    z-index: -1;
    height: 45%;
    width: 100%;
    bottom: 0;
    top: auto;
  }
  .zone.room .wrap {
    flex-wrap: wrap;
    width: 85%;
  }
  .zone.room .wrap .text {
    width: 100% !important;
    order: 1;
    margin-left: 0;
  }
  .zone.room .wrap .image {
    order: 2;
    width: 100%;
    margin-top: 4rem;
  }
  .zone.room .wrap .image .rub {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: unset;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .zone.room .wrap .image .photo:before {
    padding-top: 70%;
  }
  .zone.room.subtype2 .wrap .text {
    margin-right: 0rem;
  }
}
@media all and (max-width: 600px) {
  .zone.room {
    padding-bottom: 8rem;
  }
  .zone.room .fond {
    height: 35%;
  }
  .zone.room .wrap {
    flex-wrap: wrap;
    width: 85%;
  }
  .zone.room .wrap .text {
    width: 100%;
    order: 1;
    margin-left: 0;
  }
  .zone.room .wrap .image {
    order: 2;
    width: 100%;
    margin-top: 4rem;
  }
  .zone.room .wrap .image .rub {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: unset;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .zone.room .wrap .image .rub .titre {
    font-size: 4rem;
  }
  .zone.room .wrap .image .soustitre {
    font-size: 2rem;
  }
  .zone.room .wrap .image .photo:before {
    padding-top: 70%;
  }
  .zone.room.subtype2 .wrap .text {
    margin-right: 0rem;
  }
}
@media all and (max-width: 450px) {
  .zone.room {
    padding-bottom: 8rem;
  }
  .zone.room .wrap {
    flex-wrap: wrap;
    width: 85%;
  }
  .zone.room .wrap .text {
    width: 100%;
    order: 1;
    margin-left: 0;
  }
  .zone.room .wrap .image {
    order: 2;
    width: 100%;
    margin-top: 4rem;
  }
  .zone.room .wrap .image .rub {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: unset;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .zone.room .wrap .image .rub .titre {
    font-size: 3rem;
  }
  .zone.room .wrap .image .soustitre {
    font-size: 1.8rem;
  }
  .zone.room .wrap .image .photo:before {
    padding-top: 70%;
  }
  .zone.room.subtype2 .wrap .text {
    margin-right: 0rem;
  }
}
.zone.tarifs {
  z-index: 0;
  background: #f6f1ed;
  padding-bottom: 0;
}
.zone.tarifs .infos {
  margin-top: 3rem;
  text-align: center;
  font-weight: 600;
}
.zone.tarifs .wrapinf {
  text-align: center;
}
.zone.tarifs .infbtn {
  margin: 0 auto;
  margin-top: 2rem;
  display: inline-block;
}
.zone.tarifs .text {
  background: #EB3300;
  padding: 10rem 20%;
  color: white;
  width: 100%;
  margin-top: 10rem;
  text-align: center;
  position: relative;
}
.zone.tarifs .text .barres {
  position: absolute;
  left: 0%;
  width: 10%;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
}
.zone.tarifs .text .barres li {
  margin-bottom: 1rem;
  height: 1rem;
  width: 100%;
  background: white;
}
.zone.tarifs .text .barres:last-child {
  left: auto;
  right: 0;
}
.zone.tarifs .text .wrap {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.zone.tarifs .text .wrap div {
  width: 48%;
}
.zone.tarifs .text .wrap div ul {
  list-style: inside;
}
.zone.tarifs .text .wrap div a {
  color: white;
}
.zone.tarifs .text .button {
  border: 1px solid white;
}
.zone.tarifs .slider {
  overflow-y: visible;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.zone.tarifs .table {
  width: 100%;
  padding: 0rem;
  background: white;
  position: relative;
  color: #000 !important;
  font-weight: 400;
  font-size: 1.8rem;
}
.zone.tarifs .table table {
  margin: 0 auto;
  border-collapse: collapse;
}
.zone.tarifs .table table tr {
  text-align: left;
}
.zone.tarifs .table table tr:first-child {
  background: #EB3300;
  color: white;
}
.zone.tarifs .table table tr:first-child td {
  border-color: #ccc;
}
.zone.tarifs .table table tr td {
  vertical-align: middle;
  /* padding: 2.5rem; */
  padding: 1rem;
}
.zone.tarifs .table table td {
  border: 1px solid #ccc;
  position: relative;
}
.zone.tarifs .table table tr:first-child td {
  border-top: 0;
  border-bottom: none;
}
.zone.tarifs .table table tr td {
  width: 15% !important;
  min-width: 150px;
}
.zone.tarifs .table table tr td:first-child {
  width: 25% !important;
}
.zone.tarifs .table table tr td:first-child strong {
  font-size: 2rem;
}
.zone.tarifs.subtype2 .table table tr:nth-child(1) td:first-child,
.zone.tarifs.subtype2 .table table tr:nth-child(2) td:first-child,
.zone.tarifs.subtype2 .table table tr:nth-child(3) td:first-child,
.zone.tarifs.subtype2 .table table tr:nth-child(4) td:first-child {
  border: 1px solid;
  background: #f1f4f9;
}
.zone.tarifs.subtype2 .table table tr:nth-child(2) td:first-child {
  background: white;
  color: #f1f4f9;
}
@media all and (max-width: 1600px) {
  .zone.tarifs .text .rub .titre {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media all and (max-width: 1400px) {
  .zone.tarifs .table table {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.tarifs .cfluid {
    flex-wrap: wrap;
  }
  .zone.tarifs .cfluid .slider {
    width: 100%;
    order: 2;
  }
  .zone.tarifs .cfluid .text {
    width: 100%;
    order: 1;
    margin-bottom: 4rem;
  }
  .zone.tarifs .table table {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.tarifs .table {
    overflow-x: scroll;
  }
  .zone.tarifs .table table {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 800px) {
  .zone.tarifs .cfluid {
    width: 90%;
  }
  .zone.tarifs .table {
    overflow-x: scroll;
  }
  .zone.tarifs .table table {
    font-size: 1.5rem;
  }
  .zone.tarifs .table table tr td:first-child strong {
    font-size: 1.5rem;
  }
  .zone.tarifs .text .wrap {
    flex-direction: column;
  }
  .zone.tarifs .text .wrap div {
    width: 100%;
  }
}
.zone.galerie {
  background: #f6f1ed;
}
.zone.galerie .cfluid {
  width: 80%;
}
.zone.galerie .barres {
  position: absolute;
  left: 0%;
  width: 64.5%;
  top: 20%;
  list-style: none;
  z-index: -1;
}
.zone.galerie .barres li {
  margin-bottom: 1rem;
  height: 1rem;
  width: 100%;
  background: #EB3300;
}
.zone.galerie .barres:last-child {
  left: auto;
  right: 0;
  top: 80%;
}
.zone.galerie .rub {
  text-align: center;
  color: #EB3300;
}
.zone.galerie .grille {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zone.galerie .grille li {
  width: 32%;
  margin-bottom: 2rem;
  position: relative;
}
.zone.galerie .grille li iframe {
  width: 100%;
}
.zone.galerie .grille li .photo {
  position: relative;
  width: 100%;
  transition: all 0.4s ease;
  display: block;
}
.zone.galerie .grille li .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70%;
  transition: all 0.4s ease;
}
.zone.galerie .grille li .photo img {
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 125%;
  height: 125%;
}
.zone.galerie .grille li .ss {
  font-family: "BonVivant";
  font-size: 2rem;
  letter-spacing: 1px;
  margin-top: 1.5rem;
}
@media all and (max-width: 1600px) {
  .zone.galerie .swiper-slide-active .name {
    font-size: 4rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.galerie .slider .swiper-container .swiper-wrapper {
    min-height: 70vh;
  }
  .zone.galerie.subtype2 .cfluid {
    width: 85%;
  }
}
@media all and (max-width: 1000px) {
  .zone.galerie .grille li {
    width: 47%;
  }
  .zone.galerie .swiper-nav {
    margin-top: 4rem;
  }
  .zone.galerie.subtype2 .cfluid {
    width: 85%;
  }
  .zone.galerie.subtype2 .grille li {
    width: 47%;
    margin-bottom: 4rem;
  }
  .zone.galerie.subtype2 .grille li .ss {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 800px) {
  .zone.galerie .slider .swiper-container .swiper-wrapper {
    min-height: auto;
    align-items: flex-start;
  }
  .zone.galerie .slider .swiper-container .swiper-slide-active .photo:before {
    padding-top: 70% !important;
  }
  .zone.galerie .swiper-nav {
    margin-top: 4rem;
  }
  .zone.galerie.subtype2 .cfluid {
    width: 85%;
  }
  .zone.galerie.subtype2 .grille li {
    width: 48%;
    margin-bottom: 4rem;
  }
  .zone.galerie.subtype2 .grille li .ss {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 600px) {
  .zone.galerie .grille li {
    margin-bottom: 2rem;
  }
  .zone.galerie .grille li .photo {
    height: 100%;
  }
  .zone.galerie.subtype2 .cfluid {
    width: 85%;
  }
  .zone.galerie.subtype2 .grille {
    flex-wrap: wrap;
  }
  .zone.galerie.subtype2 .grille li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .zone.galerie.subtype2 .grille li .ss {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 450px) {
  .zone.galerie .grille li {
    width: 100%;
  }
  .zone.galerie .slider .swiper-container .swiper-wrapper {
    min-height: auto;
    align-items: flex-start;
  }
  .zone.galerie .slider .swiper-container .swiper-slide-active .photo:before {
    padding-top: 100% !important;
  }
  .zone.galerie .swiper-nav {
    margin-top: 4rem;
  }
}
.gift-code.div-ajax.form {
  background: #fff !important;
}
.gift-code.div-ajax .elements .element {
  background: white !important;
}
.gift-code.div-ajax .elements .element:hover .box {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.gift-code.div-ajax .elements .element .box {
  background: #2a292e !important;
  color: white !important;
}
.gift-code.div-ajax .elements .element .box .name {
  font-size: 2.25rem !important;
  margin-bottom: 1rem !important;
  font-family: "Butler" !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  color: #aa907a !important;
}
.gift-code.div-ajax .elements .element .box .price {
  font-family: "Butler" !important;
  color: white !important;
  font-weight: 400 !important;
}
#availpro-calendar-host {
  z-index: 9999 !important;
}
#availpro-calendar-blockout {
  z-index: 9998 !important;
}
@media all and (max-width: 1200px) {
  body {
    font: 1.5rem/1.42;
  }
  .pagetype_nietdiapo header {
    height: 80px;
  }
  .zones.stickyHeader {
    margin-top: 0 !important;
  }
}
@media all and (max-width: 800px) {
  a.anchor {
    top: -100px;
  }
  .zones {
    margin-top: 0;
  }
  .loading .wiper {
    display: none;
  }
}
@media all and (max-width: 600px) {
  body {
    font: 1.2rem/1.42;
  }
}
@media all and (max-width: 450px) {
  a.anchor {
    top: -80px;
  }
}
.mobile-resa {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobile-resa {
    position: fixed;
    z-index: 50;
    right: 75px;
    top: 24px;
    display: block;
  }
  .mobile-resa a {
    background: #aa907a;
    color: #fff;
    padding: 17px 30px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    letter-spacing: 0.1rem;
  }
}
footer .ul .col .rub {
  font-family: "Blacker-light";
  font-weight: 400;
}
.zone.diapotop .booking-form {
  font-family: "Cormoran";
}
.zone.diapotop .booking-form .infos {
  font-family: "Blacker-light";
}
::placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  font-family: "Cormoran";
}
