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;
}
@media all and (min-width: 800px) {
  .apparition {
    transition: all 1000ms;
  }
  .apparition.hide {
    opacity: 0;
  }
  .apparition_right.hide {
    transform: translate(15rem);
    -webkit-transform: translate(15rem);
    position: relative;
  }
  .apparition_right.hide:after {
    width: 100%;
  }
  .apparition_left.hide {
    transform: translate(-15rem);
    -webkit-transform: translate(-15rem);
  }
  .apparition_left.hide:before {
    width: 100%;
  }
  .apparition_top.hide {
    transform: translate(0, -15rem);
    -webkit-transform: translate(0, -15rem);
  }
  .apparition_top.hide:before {
    height: 100%;
  }
  .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_top:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: rgba(236, 255, 236, 0.75);
    right: 0;
    top: 0;
    left: 0;
    height: 0%;
    transition: 0.8s all;
  }
  .apparition_left {
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  .apparition_left:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: rgba(236, 255, 236, 0.75);
    right: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    transition: 0.8s all;
  }
  .apparition_right {
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  .apparition_right:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: rgba(236, 255, 236, 0.75);
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    transition: 0.8s all;
  }
  .apparition_bottom_absolute {
    margin-top: 5rem;
  }
  .apparition_bottom_absolute.show {
    margin-top: 0;
  }
  .apparition_top_absolute {
    margin-bottom: 5rem;
  }
  .apparition_top_absolute.show {
    margin-bottom: 0;
  }
  .apparition_left_absolute {
    margin-right: 5rem;
  }
  .apparition_left_absolute.show {
    margin-right: 0;
  }
  .apparition_right_absolute {
    margin-left: 5rem;
  }
  .apparition_right_absolute.show {
    margin-left: 0;
  }
}
.main.no_diapo {
  margin-top: 15rem;
}
.delay_0 {
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
  transition: all 0s !important;
  -webkit-transition: all 0s !important;
}
.overflow {
  overflow: hidden;
}
.popup {
  width: 800px;
}
.popup.document {
  height: 90vh;
}
.popup.document > iframe {
  height: 100%;
}
.popup iframe {
  width: 100%;
}
.mw1000 {
  max-width: 100rem;
}
.mw1200 {
  max-width: 120rem;
}
.mw1600 {
  max-width: 160rem;
}
.mw800 {
  max-width: 80rem;
}
.mw900 {
  max-width: 90rem;
}
.w1 {
  width: 1%;
}
.h1 {
  height: 1%;
}
.mw1 {
  max-width: 1%;
}
.w2 {
  width: 2%;
}
.h2 {
  height: 2%;
}
.mw2 {
  max-width: 2%;
}
.w3 {
  width: 3%;
}
.h3 {
  height: 3%;
}
.mw3 {
  max-width: 3%;
}
.w4 {
  width: 4%;
}
.h4 {
  height: 4%;
}
.mw4 {
  max-width: 4%;
}
.w5 {
  width: 5%;
}
.h5 {
  height: 5%;
}
.mw5 {
  max-width: 5%;
}
.w6 {
  width: 6%;
}
.h6 {
  height: 6%;
}
.mw6 {
  max-width: 6%;
}
.w7 {
  width: 7%;
}
.h7 {
  height: 7%;
}
.mw7 {
  max-width: 7%;
}
.w8 {
  width: 8%;
}
.h8 {
  height: 8%;
}
.mw8 {
  max-width: 8%;
}
.w9 {
  width: 9%;
}
.h9 {
  height: 9%;
}
.mw9 {
  max-width: 9%;
}
.w10 {
  width: 10%;
}
.h10 {
  height: 10%;
}
.mw10 {
  max-width: 10%;
}
.w11 {
  width: 11%;
}
.h11 {
  height: 11%;
}
.mw11 {
  max-width: 11%;
}
.w12 {
  width: 12%;
}
.h12 {
  height: 12%;
}
.mw12 {
  max-width: 12%;
}
.w13 {
  width: 13%;
}
.h13 {
  height: 13%;
}
.mw13 {
  max-width: 13%;
}
.w14 {
  width: 14%;
}
.h14 {
  height: 14%;
}
.mw14 {
  max-width: 14%;
}
.w15 {
  width: 15%;
}
.h15 {
  height: 15%;
}
.mw15 {
  max-width: 15%;
}
.w16 {
  width: 16%;
}
.h16 {
  height: 16%;
}
.mw16 {
  max-width: 16%;
}
.w17 {
  width: 17%;
}
.h17 {
  height: 17%;
}
.mw17 {
  max-width: 17%;
}
.w18 {
  width: 18%;
}
.h18 {
  height: 18%;
}
.mw18 {
  max-width: 18%;
}
.w19 {
  width: 19%;
}
.h19 {
  height: 19%;
}
.mw19 {
  max-width: 19%;
}
.w20 {
  width: 20%;
}
.h20 {
  height: 20%;
}
.mw20 {
  max-width: 20%;
}
.w21 {
  width: 21%;
}
.h21 {
  height: 21%;
}
.mw21 {
  max-width: 21%;
}
.w22 {
  width: 22%;
}
.h22 {
  height: 22%;
}
.mw22 {
  max-width: 22%;
}
.w23 {
  width: 23%;
}
.h23 {
  height: 23%;
}
.mw23 {
  max-width: 23%;
}
.w24 {
  width: 24%;
}
.h24 {
  height: 24%;
}
.mw24 {
  max-width: 24%;
}
.w25 {
  width: 25%;
}
.h25 {
  height: 25%;
}
.mw25 {
  max-width: 25%;
}
.w26 {
  width: 26%;
}
.h26 {
  height: 26%;
}
.mw26 {
  max-width: 26%;
}
.w27 {
  width: 27%;
}
.h27 {
  height: 27%;
}
.mw27 {
  max-width: 27%;
}
.w28 {
  width: 28%;
}
.h28 {
  height: 28%;
}
.mw28 {
  max-width: 28%;
}
.w29 {
  width: 29%;
}
.h29 {
  height: 29%;
}
.mw29 {
  max-width: 29%;
}
.w30 {
  width: 30%;
}
.h30 {
  height: 30%;
}
.mw30 {
  max-width: 30%;
}
.w31 {
  width: 31%;
}
.h31 {
  height: 31%;
}
.mw31 {
  max-width: 31%;
}
.w32 {
  width: 32%;
}
.h32 {
  height: 32%;
}
.mw32 {
  max-width: 32%;
}
.w33 {
  width: 33%;
}
.h33 {
  height: 33%;
}
.mw33 {
  max-width: 33%;
}
.w34 {
  width: 34%;
}
.h34 {
  height: 34%;
}
.mw34 {
  max-width: 34%;
}
.w35 {
  width: 35%;
}
.h35 {
  height: 35%;
}
.mw35 {
  max-width: 35%;
}
.w36 {
  width: 36%;
}
.h36 {
  height: 36%;
}
.mw36 {
  max-width: 36%;
}
.w37 {
  width: 37%;
}
.h37 {
  height: 37%;
}
.mw37 {
  max-width: 37%;
}
.w38 {
  width: 38%;
}
.h38 {
  height: 38%;
}
.mw38 {
  max-width: 38%;
}
.w39 {
  width: 39%;
}
.h39 {
  height: 39%;
}
.mw39 {
  max-width: 39%;
}
.w40 {
  width: 40%;
}
.h40 {
  height: 40%;
}
.mw40 {
  max-width: 40%;
}
.w41 {
  width: 41%;
}
.h41 {
  height: 41%;
}
.mw41 {
  max-width: 41%;
}
.w42 {
  width: 42%;
}
.h42 {
  height: 42%;
}
.mw42 {
  max-width: 42%;
}
.w43 {
  width: 43%;
}
.h43 {
  height: 43%;
}
.mw43 {
  max-width: 43%;
}
.w44 {
  width: 44%;
}
.h44 {
  height: 44%;
}
.mw44 {
  max-width: 44%;
}
.w45 {
  width: 45%;
}
.h45 {
  height: 45%;
}
.mw45 {
  max-width: 45%;
}
.w46 {
  width: 46%;
}
.h46 {
  height: 46%;
}
.mw46 {
  max-width: 46%;
}
.w47 {
  width: 47%;
}
.h47 {
  height: 47%;
}
.mw47 {
  max-width: 47%;
}
.w48 {
  width: 48%;
}
.h48 {
  height: 48%;
}
.mw48 {
  max-width: 48%;
}
.w49 {
  width: 49%;
}
.h49 {
  height: 49%;
}
.mw49 {
  max-width: 49%;
}
.w50 {
  width: 50%;
}
.h50 {
  height: 50%;
}
.mw50 {
  max-width: 50%;
}
.w51 {
  width: 51%;
}
.h51 {
  height: 51%;
}
.mw51 {
  max-width: 51%;
}
.w52 {
  width: 52%;
}
.h52 {
  height: 52%;
}
.mw52 {
  max-width: 52%;
}
.w53 {
  width: 53%;
}
.h53 {
  height: 53%;
}
.mw53 {
  max-width: 53%;
}
.w54 {
  width: 54%;
}
.h54 {
  height: 54%;
}
.mw54 {
  max-width: 54%;
}
.w55 {
  width: 55%;
}
.h55 {
  height: 55%;
}
.mw55 {
  max-width: 55%;
}
.w56 {
  width: 56%;
}
.h56 {
  height: 56%;
}
.mw56 {
  max-width: 56%;
}
.w57 {
  width: 57%;
}
.h57 {
  height: 57%;
}
.mw57 {
  max-width: 57%;
}
.w58 {
  width: 58%;
}
.h58 {
  height: 58%;
}
.mw58 {
  max-width: 58%;
}
.w59 {
  width: 59%;
}
.h59 {
  height: 59%;
}
.mw59 {
  max-width: 59%;
}
.w60 {
  width: 60%;
}
.h60 {
  height: 60%;
}
.mw60 {
  max-width: 60%;
}
.w61 {
  width: 61%;
}
.h61 {
  height: 61%;
}
.mw61 {
  max-width: 61%;
}
.w62 {
  width: 62%;
}
.h62 {
  height: 62%;
}
.mw62 {
  max-width: 62%;
}
.w63 {
  width: 63%;
}
.h63 {
  height: 63%;
}
.mw63 {
  max-width: 63%;
}
.w64 {
  width: 64%;
}
.h64 {
  height: 64%;
}
.mw64 {
  max-width: 64%;
}
.w65 {
  width: 65%;
}
.h65 {
  height: 65%;
}
.mw65 {
  max-width: 65%;
}
.w66 {
  width: 66%;
}
.h66 {
  height: 66%;
}
.mw66 {
  max-width: 66%;
}
.w67 {
  width: 67%;
}
.h67 {
  height: 67%;
}
.mw67 {
  max-width: 67%;
}
.w68 {
  width: 68%;
}
.h68 {
  height: 68%;
}
.mw68 {
  max-width: 68%;
}
.w69 {
  width: 69%;
}
.h69 {
  height: 69%;
}
.mw69 {
  max-width: 69%;
}
.w70 {
  width: 70%;
}
.h70 {
  height: 70%;
}
.mw70 {
  max-width: 70%;
}
.w71 {
  width: 71%;
}
.h71 {
  height: 71%;
}
.mw71 {
  max-width: 71%;
}
.w72 {
  width: 72%;
}
.h72 {
  height: 72%;
}
.mw72 {
  max-width: 72%;
}
.w73 {
  width: 73%;
}
.h73 {
  height: 73%;
}
.mw73 {
  max-width: 73%;
}
.w74 {
  width: 74%;
}
.h74 {
  height: 74%;
}
.mw74 {
  max-width: 74%;
}
.w75 {
  width: 75%;
}
.h75 {
  height: 75%;
}
.mw75 {
  max-width: 75%;
}
.w76 {
  width: 76%;
}
.h76 {
  height: 76%;
}
.mw76 {
  max-width: 76%;
}
.w77 {
  width: 77%;
}
.h77 {
  height: 77%;
}
.mw77 {
  max-width: 77%;
}
.w78 {
  width: 78%;
}
.h78 {
  height: 78%;
}
.mw78 {
  max-width: 78%;
}
.w79 {
  width: 79%;
}
.h79 {
  height: 79%;
}
.mw79 {
  max-width: 79%;
}
.w80 {
  width: 80%;
}
.h80 {
  height: 80%;
}
.mw80 {
  max-width: 80%;
}
.w81 {
  width: 81%;
}
.h81 {
  height: 81%;
}
.mw81 {
  max-width: 81%;
}
.w82 {
  width: 82%;
}
.h82 {
  height: 82%;
}
.mw82 {
  max-width: 82%;
}
.w83 {
  width: 83%;
}
.h83 {
  height: 83%;
}
.mw83 {
  max-width: 83%;
}
.w84 {
  width: 84%;
}
.h84 {
  height: 84%;
}
.mw84 {
  max-width: 84%;
}
.w85 {
  width: 85%;
}
.h85 {
  height: 85%;
}
.mw85 {
  max-width: 85%;
}
.w86 {
  width: 86%;
}
.h86 {
  height: 86%;
}
.mw86 {
  max-width: 86%;
}
.w87 {
  width: 87%;
}
.h87 {
  height: 87%;
}
.mw87 {
  max-width: 87%;
}
.w88 {
  width: 88%;
}
.h88 {
  height: 88%;
}
.mw88 {
  max-width: 88%;
}
.w89 {
  width: 89%;
}
.h89 {
  height: 89%;
}
.mw89 {
  max-width: 89%;
}
.w90 {
  width: 90%;
}
.h90 {
  height: 90%;
}
.mw90 {
  max-width: 90%;
}
.w91 {
  width: 91%;
}
.h91 {
  height: 91%;
}
.mw91 {
  max-width: 91%;
}
.w92 {
  width: 92%;
}
.h92 {
  height: 92%;
}
.mw92 {
  max-width: 92%;
}
.w93 {
  width: 93%;
}
.h93 {
  height: 93%;
}
.mw93 {
  max-width: 93%;
}
.w94 {
  width: 94%;
}
.h94 {
  height: 94%;
}
.mw94 {
  max-width: 94%;
}
.w95 {
  width: 95%;
}
.h95 {
  height: 95%;
}
.mw95 {
  max-width: 95%;
}
.w96 {
  width: 96%;
}
.h96 {
  height: 96%;
}
.mw96 {
  max-width: 96%;
}
.w97 {
  width: 97%;
}
.h97 {
  height: 97%;
}
.mw97 {
  max-width: 97%;
}
.w98 {
  width: 98%;
}
.h98 {
  height: 98%;
}
.mw98 {
  max-width: 98%;
}
.w99 {
  width: 99%;
}
.h99 {
  height: 99%;
}
.mw99 {
  max-width: 99%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mw100 {
  max-width: 100%;
}
.object-fit {
  object-fit: cover;
  object-position: 50% 50%;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v18/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk-.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v18/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rajdhani Regular'), local('Rajdhani-Regular'), url(https://fonts.gstatic.com/s/rajdhani/v9/LDIxapCSOBg7S-QT7p4HM-M.ttf) format('truetype');
}
html {
  font-size: 62.5%;
  color: black;
  /* font-size:10px;*/
}
body {
  font: 1.4rem/1.42 'Raleway', serif;
  overflow-x: hidden;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  background: rgba(236, 255, 236, 0.75);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif, Arial, Helvetica, sans-serif;
}
.align_content_right {
  align-content: right;
}
.text_right {
  text-align: right;
}
.top0 {
  top: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.photo {
  justify-content: center;
}
.photo > img {
  object-fit: cover;
  object-position: 50% 50%;
}
p {
  line-height: 2;
}
a {
  color: #000;
  transition: color 500ms;
}
a:hover {
  color: #e13536;
}
@keyframes loader {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  99% {
    visibility: visible;
    z-index: 99999;
  }
  100% {
    visibility: hidden;
    z-index: -10;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes loader_extras {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  99% {
    visibility: visible;
    z-index: 99998;
  }
  100% {
    visibility: hidden;
    z-index: -10;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes dots_anim_adds {
  0% {
    bottom: 0.75rem;
  }
  25% {
    bottom: 0rem;
  }
  50% {
    bottom: -0.75rem;
  }
  75% {
    bottom: 0rem;
  }
  100% {
    bottom: 0.75rem;
  }
}
@keyframes dots_anim_adds2 {
  0% {
    bottom: 0rem;
  }
  25% {
    bottom: -0.75rem;
  }
  50% {
    bottom: 0rem;
  }
  75% {
    bottom: 0.75rem;
  }
  100% {
    bottom: 0rem;
  }
}
@keyframes dots_anim_adds3 {
  0% {
    bottom: -0.75rem;
  }
  25% {
    bottom: 0rem;
  }
  50% {
    bottom: 0.75rem;
  }
  75% {
    bottom: 0rem;
  }
  100% {
    bottom: -0.75rem;
  }
}
@keyframes dots_anim_adds4 {
  0% {
    bottom: 0rem;
  }
  25% {
    bottom: 0.75rem;
  }
  50% {
    bottom: 0rem;
  }
  75% {
    bottom: -0.75rem;
  }
  100% {
    bottom: 0rem;
  }
}
.chargement .volet,
.chargement .volet_extra,
.chargement .volet_extra2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.chargement .volet {
  background: #c0a86b;
  animation-name: loader;
  animation-duration: 2s;
  z-index: 99999;
}
.chargement .volet_extra {
  background: rgba(192, 168, 107, 0.8);
  animation-name: loader_extras;
  animation-duration: 2.2s;
  z-index: 99998;
}
.chargement .volet_extra2 {
  background: rgba(239, 238, 238, 0.8);
  animation-name: loader_extras;
  animation-duration: 2.5s;
  z-index: 99998;
}
.chargement .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  width: 300px;
  height: 15vh;
}
.chargement .logo .moving_dots,
.chargement .logo .moving_dots2 {
  position: absolute;
  bottom: -2rem;
  width: 1rem;
  height: 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
  -moz-transform: translate(-50%, 150%);
  -ms-transform: translate(-50%, 150%);
  -o-transform: translate(-50%, 150%);
  transform: translate(-50%, 150%);
}
.chargement .logo .moving_dots:after,
.chargement .logo .moving_dots2:after,
.chargement .logo .moving_dots:before,
.chargement .logo .moving_dots2:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 4;
  animation-timing-function: linear;
}
.chargement .logo .moving_dots:after {
  left: -3rem;
  animation-name: dots_anim_adds;
}
.chargement .logo .moving_dots:before {
  left: -1rem;
  animation-name: dots_anim_adds2;
}
.chargement .logo .moving_dots2:after {
  left: 1rem;
  animation-name: dots_anim_adds3;
}
.chargement .logo .moving_dots2:before {
  left: 3rem;
  animation-name: dots_anim_adds4;
}
.chargement .logo img {
  object-fit: contain;
  width: 100%;
}
header input + .burger {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 6rem;
  height: 6rem;
  border: 1px black solid;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: rgba(236, 255, 236, 0.75);
}
header input + .burger span {
  font-size: 1.2rem;
  color: black;
  padding: 0rem 0;
  transition: 0.5s all;
}
header input + .burger #line_before,
header input + .burger #line_after {
  position: absolute;
  width: 60%;
  height: 1px;
  background: black;
}
header input + .burger #line_before {
  top: 1.9rem;
}
header input + .burger #line_after {
  bottom: 2rem;
}
header .burger:hover {
  cursor: pointer;
}
header input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
header input:not(:checked) + label #text {
  transition-delay: 0.5s;
}
header input:checked + label #line_after,
header input:checked + label #line_before {
  transition-delay: 0.5s;
}
header input:checked + label span#text {
  opacity: 0;
}
header input:checked + label #line_after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  bottom: 50%;
}
header input:checked + label #line_before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 50%;
}
header input ~ .img_deco {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  z-index: 97;
  transition: 0.5s;
  transition-delay: 0.5s;
  background: white;
}
header input ~ .img_deco .photo {
  width: 100%;
  height: 100%;
  display: flex;
}
header input ~ .img_deco .photo img {
  object-fit: cover;
  transition: 0.3s all;
}
header input ~ nav {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0rem;
  left: 2rem;
  right: 2rem;
  height: 0px;
  z-index: 98;
  transition: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header input ~ nav > ul {
  text-align: center;
  position: absolute;
  max-width: 450px;
  width: 30%;
  min-width: 300px;
}
header input ~ nav > ul > li {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}
header input ~ nav > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-family: sans-serif;
  display: block;
  padding: 2rem;
  border-bottom: 1px white solid;
  transition: 0.3s all;
}
header input ~ nav > ul > li > a:hover {
  color: rgba(236, 255, 236, 0.75);
}
header input:checked ~ nav {
  height: calc(100% - 4rem);
  top: 2rem;
  transition-delay: 0s;
}
header input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: 0.5s;
}
header input:checked ~ .img_deco {
  height: 100%;
  transition-delay: 0s;
  padding: 2rem;
}
header .limit {
  position: fixed;
}
@media all and (max-width: 1024px) {
  header input + .burger {
    top: 2rem;
  }
}
@media all and (max-width: 600px) {
  header input ~ nav > ul > li a {
    padding: 1rem;
  }
}
@media all and (min-width: 1024px) {
  header input ~ nav > ul > li > a {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  header input ~ nav > ul > li > a:hover {
    font-size: 2rem;
  }
}
footer .limit {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #b17f6e;
}
footer .limit .top,
footer .limit .bottom {
  z-index: 2;
}
footer .limit .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .limit .top .logo {
  width: 40%;
  display: flex;
  flex: 0;
  padding-bottom: 2rem;
  max-width: 250px;
  padding-top: 2rem;
}
footer .limit .top .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .limit .top .infos {
  flex: 1;
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
footer .limit .bottom {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  margin-bottom: 10rem;
}
footer .limit .bottom .socials {
  display: flex;
  align-items: flex-end;
}
footer .limit .bottom .socials i {
  padding: 1rem;
  background: white;
  font-size: 2.5rem;
  border-radius: 100%;
  color: #3e8200;
  margin: 0 0.5rem;
  width: 45px;
  text-align: center;
}
footer .limit .bottom .credit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .limit .bottom .credit span {
  color: white;
  font-size: 1.4rem;
}
footer .limit .bottom .credit img {
  width: 150px;
}
footer .limit .bottom .credit .copy {
  font-size: 1rem;
}
@media all and (max-width: 800px) {
  footer .limit .deco {
    opacity: 0.3;
  }
  footer .limit .top .infos {
    font-size: 1.4rem;
  }
  footer .limit .top .logo {
    min-width: 250px;
    padding-bottom: 8rem;
  }
}
.diapo {
  z-index: -1;
}
/*.diapo.subtype2 {
  margin-bottom: -20vh;
}*/
.diapo.subtype2 .limit {
  height: 75vw;
  max-height: 50vh;
  min-height: 240px;
  background: rgba(236, 255, 236, 0.1);
}

.diapo.subtype2 .limit:before {
  background: rgba(227, 234, 238, 0.8);
}
.diapo.subtype2 .limit:after {
  left: 0;
  right: auto;
  background: rgba(227, 234, 238, 0.75);
}
.diapo.subtype2 .limit .owl-carousel {
  z-index: -1;
}
.diapo.subtype2 .limit .owl-carousel .slide .photo {
  height: 75vw;
  max-height: 50vh;
}
.diapo .limit .content_box .content {
  background: rgba(255, 255, 255, 0.5);
}
#closeBooking
{
  display: none;
  cursor: pointer;
}
.responsive_booking
{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5vh;
  z-index: 90;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 4rem;
  color: #b17f6e;
  background: white;
  border-top: 1px #b17f6e solid;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.diapo .call_phone {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5vh;
  z-index: 90;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 4rem;
  color: #b17f6e;
  background: white;
  border-top: 1px #b17f6e solid;
}
.diapo .call_phone a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.diapo .limit {
  position: relative;
  width: 100%;
  background: rgba(236, 255, 236, 0.75);
}
.diapo .limit .languages {
  z-index: 4;
  position: absolute;
  right: 8rem;
  font-size: 1.4rem;
  color: white;
  top: 2rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
}
.diapo .limit .languages #languages_check {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.diapo .limit .languages .langs,
.diapo .limit .languages .checker {
  border-radius: 10px;
  width: 4rem;
  height: 3rem;
  background: white;
  margin: 0 0.5rem;
  position: relative;
}
.diapo .limit .languages .checker {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.diapo .limit .languages #languages_check:checked ~ .langs.others {
  opacity: 1;
}
.diapo .limit .languages .langs {
  opacity: 0;
  transition: 0.3s all;
}
.diapo .limit .languages .langs a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.diapo .limit .owl-carousel .slide .photo {
  width: 100%;
  height: 100vh;
  display: flex;
}
.diapo .limit:after,
.diapo .limit:before {
  content: '';
  position: absolute;
  background: rgba(227, 234, 238, 0.75);
}
/*.diapo .limit:after {
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
}
.diapo .limit:before {
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
}*/
.diapo .limit .content_box {
  min-width: 320px;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.diapo .limit .content_box .content {
  transition-delay: 0.5s;
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  color: black;
  padding: 4rem 2rem;
}
.diapo .limit .content_box .content .title,
.diapo .limit .content_box .content .sub_title {
  text-transform: uppercase;
  font-weight: 400;
}
.diapo .limit .content_box .content .title {
  font-size: 4.5rem;
}
.diapo .limit .content_box .content .title .sub_title {
  font-size: 3.5rem;
  padding-top: 1.5rem;
  display: block;
}
.diapo .limit .content_box .content .title .sub_title p {
  line-height: 3.5rem;
}
.diapo .limit .content_box .content .phone a {
  display: flex;
  align-items: center;
  align-content: center;
  padding-top: 1rem;
  transition: 0.3s all;
  font-size: 1.5rem;
}
.diapo .limit .content_box .content .phone a:hover {
  font-size: 2rem;
  color: black;
}
.diapo .limit .content_box .content .phone a img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.diapo .limit .other_pages {
  position: absolute;
  top: 55vw;
  width: 100vw;
  z-index: 3;
}
.diapo .limit .other_pages .items {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.diapo .limit .other_pages .items .item {
  width: 20%;
  min-width: 200px;
  position: relative;
  display: block;
  max-height: 200px;
}
.diapo .limit .other_pages .items .item:nth-child(5n) {
  transition-delay: 0.2s;
}
.diapo .limit .other_pages .items .item:nth-child(5n - 4) {
  transition-delay: 0.4s;
}
.diapo .limit .other_pages .items .item:nth-child(5n - 3) {
  transition-delay: 0.6s;
}
.diapo .limit .other_pages .items .item:nth-child(5n - 2) {
  transition-delay: 0.8s;
}
.diapo .limit .other_pages .items .item:nth-child(5n - 1) {
  transition-delay: 1s;
}
.diapo .limit .other_pages .items .item:after {
  content: '';
  position: relative;
  padding-top: 150%;
  display: block;
}
.diapo .limit .other_pages .items .item .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  filter: sepia(0.5);
  transition: 0.3s all;
  border: 2px solid #b17f6e;
  border-left: 1px solid #b17f6e;
  border-right: 1px solid #b17f6e;
}
.diapo .limit .other_pages .items .item .item_title {
  z-index: 2;
  position: absolute;
  background: #b17f6e;
  color: white;
  text-transform: uppercase;
  font-size: 3rem;
  font-family: "Rajdhani", sans-serif;
  width: 100%;
  padding: 0.5rem;
  transition: 0.3s all;
}
.diapo .limit .other_pages .items .item:nth-child(5n - 5) .item_title {
  top: 72%;
  transform: translate(-4%);
}
.diapo .limit .other_pages .items .item:nth-child(5n - 4) .item_title {
  top: 20%;
  transform: translate(3%);
}
.diapo .limit .other_pages .items .item:nth-child(5n - 3) .item_title {
  top: 68%;
  transform: translate(3%);
}
.diapo .limit .other_pages .items .item:nth-child(5n - 2) .item_title {
  top: 35%;
  transform: translate(-5%);
}
.diapo .limit .other_pages .items .item:nth-child(5n - 1) .item_title {
  top: 22%;
  transform: translate(7%);
}
.diapo .limit .other_pages .items .item:hover .item_title {
  background-color: #9b7e6e;
}
.diapo .limit .other_pages .items .item:hover .photo {
  filter: sepia(0);
}
.diapo .limit .other_pages .items a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .diapo.subtype2 {
    margin-bottom: 0vh;
  }
  .diapo .limit {
    height: auto;
  }
  .diapo .limit .other_pages {
    position: relative;
    transform: translate(0);
    top: 0;
  }
  .diapo .limit .other_pages .items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .diapo .limit .other_pages .items .item {
    width: 50%;
    min-width: none;
    margin: 0;
  }
  .diapo .limit .other_pages .items .item .item_title {
    top: 100%!important;
    transform: translate(0, -100%) !important;
  }
  .diapo .limit .other_pages .items .item:after {
    padding-top: 50%;
  }
  .diapo .limit .other_pages .items .item .photo {
    border-radius: 0;
  }
  .diapo .limit .owl-carousel .slide .photo {
    height: 75vw;
  }
}
@media all and (max-width: 800px) {
  .diapo .call_phone {
    display: flex;
  }
  #closeBooking
  {
    position: absolute;
    top: .5rem;
    right: 1rem;
    z-index: 9999999;
    font-size: 15px;
    display: block;
    color: white;
    font-family: arial;
  }
  .responsive_booking
  {
    display: flex;
  }

  .responsive_booking.active ~.booking_zone
  {
    display: block!important;
  }
  .booking_zone
  {
    display:none;
  }
  .diapo .limit .owl-carousel.owl-loaded {
    height: auto;
    min-height: 280px;
  }
  .diapo .limit .owl-carousel .slide .photo {
    min-height: 280px;
    height: 100%;
  }
  .diapo .limit .content_box {
    position: relative;
    width: 100%;
  }
  .diapo .limit .content_box .content {
    padding: 2rem 2rem 4rem 2rem;
  }
  .diapo .limit .content_box .content .title {
    font-size: 4rem;
    max-width: calc(100% - 7rem);
  }
  .diapo .limit .content_box .content .title .sub_title {
    font-size: 2.5rem;
  }
  .diapo .limit .content_box .content .title .sub_title p {
    line-height: 2.5rem;
  }
  .diapo .limit .content_box .content .phone {
    font-size: 2rem;
  }
  .diapo .limit .other_pages .items {
    flex-direction: column;
  }
  .diapo .limit .other_pages .items .item {
    width: 100%;
  }
}
.photo_text_translated .space_between {
  display: block;
  width: 100%;
  min-height: 150px;
}
.photo_text_translated .space_between:after {
  content: '';
  position: relative;
  display: block;
  width: 60%;
  padding-top: 15%;
  background: rgba(227, 234, 238, 0.75);
  margin-left: auto;
}
.photo_text_translated .space_between:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 0;
  height: 10rem;
  transform: translate(0, -100%);
  background: rgba(227, 234, 238, 0.75);
  z-index: 2;
}
.photo_text_translated .limit {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
}
.photo_text_translated .limit .content_box {
  right: 0;
  display: inline-block;
  background: rgba(227, 234, 238, 0.75);
  padding: 10rem;
  width: 60%;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  min-height: 50vh;
  position: absolute;
}
.photo_text_translated .limit .content_box .content {
  max-width: 600px;
  color: black;
}
.photo_text_translated .limit .content_box .content h2 {
  text-transform: uppercase;
  padding-bottom: 3rem;
  font-size: 3rem;
}
.photo_text_translated .limit .content_box .content h3 {
  font-weight: bold;
  padding-bottom: 3rem;
  letter-spacing: 1px;
}
.photo_text_translated .limit .content_box .content p {
  font-weight: normal;
  font-style: normal;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
}
.photo_text_translated .limit .photo_box {
  position: relative;
  display: inline-block;
  width: 40%;
  z-index: -1;
  margin-top: 6rem;
}
.photo_text_translated .limit .photo_box:after {
  content: '';
  position: relative;
  width: 100%;
  padding-top: 120%;
  display: block;
}
.photo_text_translated .limit .photo_box .photo {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  border: 2px #b17f6e solid;
  border-left: 0;
}
.photo_text_translated .limit .photo_float {
  position: absolute;
  width: 220px;
  right: 10%;
  bottom: 4rem;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.photo_text_translated .limit .photo_float:after {
  content: '';
  position: relative;
  padding-top: 75%;
  display: block;
  width: 100%;
}
.photo_text_translated .limit .photo_float .photo {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.photo_text_translated .limit .photo_float .photo img {
  object-fit: cover;
}
@media all and (max-width: 1024px) {
  .photo_text_translated .space_between {
    height: 0;
    min-height: 0;
  }
  .photo_text_translated .space_between:after {
    display: none;
  }
  .photo_text_translated .limit {
    flex-direction: column-reverse;
  }
  .photo_text_translated .limit .photo_box {
    width: 100%;
    margin-left: 0;
  }
  .photo_text_translated .limit .photo_box .photo {
    transform: translate(0);
    width: 100%;
  }
  .photo_text_translated .limit .photo_float {
    display: none;
  }
  .photo_text_translated .limit .content_box {
    padding: 4rem 2rem;
    height: auto;
    width: 100%;
    position: relative;
  }
  .photo_text_translated .limit .content_box .content h2 {
    line-height: 3rem;
  }
  .photo_text_translated .limit .photo_box {
    margin-top: 0;
  }
}
.zone.rooms {
  position: relative;
  margin-bottom: 4rem;
  z-index: 4;
}
.zone.rooms .deco,
.zone.rooms .deco2 {
  position: absolute;
  z-index: -1;
  top: 20vh;
  left: 0;
  right: 0;
  bottom: 0;
}
.zone.rooms .deco:after,
.zone.rooms .deco2:after,
.zone.rooms .deco:before,
.zone.rooms .deco2:before {
  background: rgba(227, 234, 238, 0.5);
  content: '';
  position: absolute;
}
.zone.rooms .deco:after {
  z-index: 1;
  height: 10rem;
  left: 0;
  right: 0;
  top: 0;
}
.zone.rooms .deco:before {
  right: 0;
  top: 0;
  height: 90%;
  width: 40%;
}
.zone.rooms .deco2:after {
  bottom: 25%;
  height: 20%;
  left: 0;
  right: 0;
}
.zone.rooms .limit {
  width: 100%;
  min-width: 600px;
  padding: 0 4rem;
}
.zone.rooms .limit .items {
  display: flex;
  flex-direction: column;
  position: relative;
}
.zone.rooms .limit .items .item {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 70%;
}
.zone.rooms .limit .items .item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: auto;
}
.zone.rooms .limit .items .item:nth-child(2n) h2 {
  right: auto;
  left: 0;
}
.zone.rooms .limit .items .item:nth-child(2n) .icons_box {
  padding-left: 0;
  padding-right: 2rem;
}
.zone.rooms .limit .items .item:nth-child(2n) .icons_box .icon {
  flex-direction: row-reverse;
}
.zone.rooms .limit .items .item:nth-child(2n) .icons_box .icon .title {
  padding-left: 0;
  padding-right: 1rem;
}
.zone.rooms .limit .items .item:nth-child(2n) .icons_box .prices a {
  flex-direction: row-reverse;
}
.zone.rooms .limit .items .item:nth-child(2n) .icons_box .prices a span {
  margin-right: 0;
  margin-left: 1rem;
}
.zone.rooms .limit .items .item h2 {
  position: absolute;
  right: 0;
  top: 3rem;
  background: #b17e6e;
  z-index: 2;
  min-width: 60%;
  color: white;
  padding: 0.5rem 2rem;
  font-size: 3rem;
}
.zone.rooms .limit .items .item .content_box {
  width: 100%;
}
.zone.rooms .limit .items .item .content_box .photo_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.zone.rooms .limit .items .item .content_box .photo_box:after {
  content: '';
  position: relative;
  width: 100%;
  padding-top: 75%;
  display: block;
}
.zone.rooms .limit .items .item .content_box .photo_box .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zone.rooms .limit .items .item .content_box .content {
  position: relative;
  text-align: justify;
  padding: 2rem 0;
}
.zone.rooms .limit .items .item .content_box .content p {
  font-family: Rajdhani Medium;
}
.zone.rooms .limit .items .item .icons_box {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding-top: 10rem;
  padding-left: 2rem;
}
.zone.rooms .limit .items .item .icons_box .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 1rem;
}
.zone.rooms .limit .items .item .icons_box .icon .photo {
  display: flex;
  width: 5rem;
  height: 5rem;
}
.zone.rooms .limit .items .item .icons_box .icon .photo img {
  object-fit: contain;
}
.zone.rooms .limit .items .item .icons_box .icon .title {
  padding-left: 1rem;
  color: black;
}
.zone.rooms .limit .items .item .icons_box .prices span {
  width: 5rem;
  height: 5rem;
  border: 1px black solid;
  border-radius: 100%;
  position: relative;
  display: block;
  margin-right: 1rem;
  transition: 0.3s all;
}
.zone.rooms .limit .items .item .icons_box .prices span:after,
.zone.rooms .limit .items .item .icons_box .prices span:before {
  content: '';
  position: absolute;
  background: black;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.zone.rooms .limit .items .item .icons_box .prices span:after {
  height: 3rem;
  width: 1px;
}
.zone.rooms .limit .items .item .icons_box .prices span:before {
  height: 1px;
  width: 3rem;
}
.zone.rooms .limit .items .item .icons_box .prices a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.zone.rooms .limit .items .item .icons_box .prices a:hover {
  color: black;
}
.zone.rooms .limit .items .item .icons_box .prices a:hover span {
  transform: rotate(90deg);
}
@media all and (max-width: 800px) {
  .zone.rooms .limit {
    min-width: 300px;
    padding: 0 2rem;
  }
  .zone.rooms .limit .items .item,
  .zone.rooms .limit .items .item:nth-child(2n) {
    flex-direction: column;
    width: 100%;
    margin-bottom: 4rem;
  }
  .zone.rooms .limit .items .item .icons_box,
  .zone.rooms .limit .items .item:nth-child(2n) .icons_box {
    padding-top: 0;
    padding-left: 0;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
  }
  .zone.rooms .limit .items .item .icons_box .icon,
  .zone.rooms .limit .items .item:nth-child(2n) .icons_box .icon,
  .zone.rooms .limit .items .item .icons_box .prices,
  .zone.rooms .limit .items .item:nth-child(2n) .icons_box .prices {
    padding: 0.5rem;
    min-width: 100%;
    flex-direction: row;
  }
  .zone.rooms .limit .items .item .icons_box .icon .title,
  .zone.rooms .limit .items .item:nth-child(2n) .icons_box .icon .title,
  .zone.rooms .limit .items .item .icons_box .prices .title,
  .zone.rooms .limit .items .item:nth-child(2n) .icons_box .prices .title {
    padding-left: 1rem;
    padding-right: 0;
  }
  .zone.rooms .limit .items .item .icons_box .icon a,
  .zone.rooms .limit .items .item:nth-child(2n) .icons_box .icon a,
  .zone.rooms .limit .items .item .icons_box .prices a,
  .zone.rooms .limit .items .item:nth-child(2n) .icons_box .prices a {
    flex-direction: row;
  }
  .zone.rooms .limit .items .item .icons_box .icon a span,
  .zone.rooms .limit .items .item:nth-child(2n) .icons_box .icon a span,
  .zone.rooms .limit .items .item .icons_box .prices a span,
  .zone.rooms .limit .items .item:nth-child(2n) .icons_box .prices a span {
    margin-right: 1rem;
    margin-left: 0;
  }
  .zone.rooms .limit .items .item .content_box .photo_box,
  .zone.rooms .limit .items .item:nth-child(2n) .content_box .photo_box {
    height: 60vw;
  }
  .zone.rooms .limit .items .item .content_box .photo_box:after,
  .zone.rooms .limit .items .item:nth-child(2n) .content_box .photo_box:after {
    display: none;
  }
}
.diapo_min {
  position: relative;
  margin: 4rem;
}
.diapo_min .slide-cont.hide {
  opacity: 0;
  transform: translate(0%, -50%);
}
.diapo_min .slide-cont:not(.hide) {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: 1.5s;
  position: relative;
}
.diapo_min .slide-cont {
  width: 100%;
  display: block;
  margin: 0 auto;
  /*&:after
		{
			content:'';
			position: relative;
			display: block;
			padding-top: 50%;
		}*/
}
.diapo_min .carouselmin {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.diapo_min .owl-carousel img{
  object-fit: contain !important;
  height: 100%;
}
.diapo_min .carouselmin .owl-stage-outer {
  position: relative;
  height: 75vw;
  max-height: 70vh;
}
.diapo_min .carouselmin .owl-stage-outer div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.diapo_min .carouselmin .owl-nav {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.diapo_min .carouselmin .owl-nav .owl-prev,
.diapo_min .carouselmin .owl-nav .owl-next {
  display: none;
}
.diapo_min .carouselmin .owl-nav .owl-prev {
  position: absolute;
  top: 15rem;
  left: -30rem;
  height: 5rem;
  width: 25rem;
}
.diapo_min .carouselmin .owl-nav .owl-prev span {
  /*
					position: absolute;
					left:0;
					height: 1px;
					margin-left: 10px;
					width: 15rem;
					transform:rotate(180deg);
					background-color: black;
					&:before{
						content:"";
						width:30px;
						height:1px;
						right:-5px;
						transform:rotate(-50deg);
						bottom:-11px;
						background-color:black;
						position:absolute;

					}
					&:after{
						content:"";
						width:30px;
						height:1px;
						right:-5px;
						top:-11px;
						transform:rotate(50deg);
						background-color:black;
						position:absolute;

					}
				*/
}
.diapo_min .carouselmin .owl-nav .owl-next {
  position: absolute;
  top: 50rem;
  right: -30rem;
  height: 5rem;
  width: 25rem;
}
.diapo_min .carouselmin .owl-nav .owl-next span {
  /*position: absolute;
					height: 1px;
					right:0;
					margin-left: 10px;
					width: 15rem;
					background-color: black;
					&:before{
						content:"";
						width:30px;
						height:1px;
						right:-5px;
						transform:rotate(-50deg);
						bottom:-11px;
						background-color:black;
						position:absolute;

					}
					&:after{
						content:"";
						width:30px;
						height:1px;
						right:-5px;
						top:-11px;
						transform:rotate(50deg);
						background-color:black;
						position:absolute;

					}
				*/
}
.diapo_min .carouselmin .owl-dots {
  margin-top: 5px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.diapo_min .carouselmin .owl-dots .owl-dot {
  overflow: hidden;
  filter: grayscale(1);
  flex: 1;
  margin-right: 0.5rem;
  max-width: 6rem;
  min-width: 6rem;
  float: left;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  padding: 1px;
  height: 1rem;
  background-color: rgb(155, 126, 110);
  margin-bottom: 1rem;
}
.diapo_min .carouselmin .owl-dots .owl-dot .photo {
  height: 100%;
  overflow: hidden;
}
.diapo_min .carouselmin .owl-dots .owl-dot.active {
  filter: grayscale(0);
}
@media screen and (max-width: 800px) {
  .diapo_min {
    margin: 2rem;
  }
  .diapo_min .slide-cont:after {
    padding-top: 85%;
  }
}
.text_table {
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.text_table:after {
  content: '';
  position: absolute;
  height: 20vh;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(227, 234, 238, 0.8);
  z-index: -1;
  transform: translate(0, 20vh);
}
.text_table.subtype2 .limit .content_box .left {
  width: 60%;
}
.text_table.subtype2 .limit .content_box .right {
  width: 40%;
  border: none;
}
.text_table.subtype2 .limit .content_box .right:after {
  display: none;
}
.text_table.subtype2 .limit .content_box .right .photo {
  display: flex;
}
.text_table .limit {
  max-width: 1024px;
  margin: 0 auto;
  font-family: "Rajdhani", sans-serif;
}
.text_table .limit .content_box {
  display: flex;
  flex-direction: row;
}
.text_table .limit .content_box .left h2,
.text_table .limit .content_box .right h2 {
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.text_table .limit .content_box .left h3,
.text_table .limit .content_box .right h3 {
  line-height: 2rem;
}
.text_table .limit .content_box .left p,
.text_table .limit .content_box .right p {
  line-height: 2rem;
}
.text_table .limit .content_box .left {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-right: 2rem;
  width: 70%;
}
.text_table .limit .content_box .right {
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px #b17f6e solid;
  padding: 2rem;
  position: relative;
  width: 30%;
}
.text_table .limit .content_box .right:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px #b17f6e solid;
}
.text_table .limit .table_box {
  padding: 4rem 0;
}
.text_table .limit .table_box table tbody {
  display: flex;
  flex-direction: column;
}
.text_table .limit .table_box table tbody tr {
  display: flex;
}
.text_table .limit .table_box table tbody tr td {
  border: 3px #b17f6e double;
  vertical-align: center;
  text-align: center;
  height: 4rem !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.text_table .limit .table_box table tbody tr:nth-child(2) td {
  padding: 4rem 0;
}
.text_table .limit .table_box table tbody tr:nth-child(2) td:not(:first-child) {
  font-size: 2rem;
}
@media all and (max-width: 800px) {
  .text_table.subtype2 .limit .content_box {
    position: relative;
  }
  .text_table.subtype2 .limit .content_box .left {
    width: 100%;
  }
  .text_table.subtype2 .limit .content_box .right {
    opacity: 0.5;
    position: absolute;
    top: 100%;
    right: 0;
    transform: translate(0, -50%);
    z-index: -1;
  }
  .text_table .limit .content_box {
    flex-direction: column;
  }
  .text_table .limit .content_box .left,
  .text_table .limit .content_box .right {
    width: 100%;
  }
  .text_table .limit .content_box .right {
    margin-top: 1rem;
  }
  .text_table .limit .table_box table tbody {
    flex-direction: row;
  }
  .text_table .limit .table_box table tbody tr {
    flex-direction: column;
    width: 50%;
  }
  .text_table .limit .table_box table tbody tr td {
    width: 100% !important;
    padding: 4rem 0;
  }
}
.tables_only {
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.tables_only .limit {
  max-width: 1024px;
  margin: 0 auto;
  font-family: "Rajdhani", sans-serif;
}
.tables_only .limit h2 {
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.tables_only .limit .details {
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
}
.tables_only .limit .details .content {
  display: flex;
  flex-direction: column;
  padding-right: 4rem;
  width: 60%;
}
.tables_only .limit .details .content span {
  font-size: 2rem;
  padding-bottom: 2rem;
  display: block;
}
.tables_only .limit .details .photo_box {
  width: 40%;
  position: relative;
}
.tables_only .limit .details .photo_box:after {
  content: '';
  position: relative;
  width: 100%;
  display: block;
  padding-top: 75%;
}
.tables_only .limit .details .photo_box .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.tables_only .limit .table_box {
  padding: 4rem 0;
}
.tables_only .limit .table_box div:nth-of-type(2) {
  flex-direction: row-reverse;
}
.tables_only .limit .table_box div:nth-of-type(2) .content {
  padding-right: 0;
  padding-left: 4rem;
}
.tables_only .limit .table_box table tbody {
  display: flex;
  flex-direction: column;
}
.tables_only .limit .table_box table tbody tr {
  display: flex;
}
.tables_only .limit .table_box table tbody tr td {
  border: 3px #b17f6e double;
  vertical-align: center;
  text-align: center;
  height: 4rem !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.tables_only .limit .table_box table tbody tr:nth-child(2) td,
.tables_only .limit .table_box table tbody tr:nth-child(3) td,
.tables_only .limit .table_box table tbody tr:nth-child(4) td,
.tables_only .limit .table_box table tbody tr:nth-child(5) td,
.tables_only .limit .table_box table tbody tr:nth-child(6) td {
  padding: 4rem 0;
}
.tables_only .limit .table_box table tbody tr:nth-child(2) td:not(:first-child),
.tables_only .limit .table_box table tbody tr:nth-child(3) td:not(:first-child),
.tables_only .limit .table_box table tbody tr:nth-child(4) td:not(:first-child),
.tables_only .limit .table_box table tbody tr:nth-child(5) td:not(:first-child),
.tables_only .limit .table_box table tbody tr:nth-child(6) td:not(:first-child) {
  font-size: 2rem;
}
@media all and (max-width: 800px) {
  .tables_only .limit .table_box .details,
  .tables_only .limit .table_box div:nth-of-type(2) {
    flex-direction: column;
  }
  .tables_only .limit .table_box .details .content,
  .tables_only .limit .table_box div:nth-of-type(2) .content {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .tables_only .limit .table_box .details .photo_box,
  .tables_only .limit .table_box div:nth-of-type(2) .photo_box {
    width: 100%;
  }
  .tables_only .limit .table_box table tbody {
    flex-direction: row;
  }
  .tables_only .limit .table_box table tbody tr {
    flex-direction: column;
    width: 50%;
  }
  .tables_only .limit .table_box table tbody tr td {
    width: 100% !important;
    padding: 4rem 0;
  }
}
.contact_infos {
  position: relative;
  z-index: 2;
}
.contact_infos .limit {
  font-family: "Rajdhani", sans-serif;
}
.contact_infos .limit iframe {
  width: 100%;
  height: 50vh;
}
.contact_infos .limit .infos {
  max-width: 1024px;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
}
.contact_infos .limit .infos .content {
  display: flex;
  flex-direction: column;
  padding-right: 4rem;
  width: 60%;
  font-size: 1.8rem;
  line-height: 2rem;
  font-style: normal;
  font-family: "Rajdhani", sans-serif;
}
.contact_infos .limit .infos .content span {
  font-size: 2rem;
  padding-bottom: 2rem;
  display: block;
}
.contact_infos .limit .infos .photo_box {
  width: 40%;
  position: relative;
}
.contact_infos .limit .infos .photo_box:after {
  content: '';
  position: relative;
  width: 100%;
  display: block;
  padding-top: 75%;
}
.contact_infos .limit .infos .photo_box .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media all and (max-width: 800px) {
  .contact_infos .limit .infos {
    padding: 4rem 2rem;
    flex-direction: column;
  }
  .contact_infos .limit .infos .content {
    width: 100%;
    padding-right: 0;
  }
  .contact_infos .limit .infos .photo_box {
    width: 100%;
  }
}
/*Background zone*/
/*Couleur déco*/
/*Borders cases*/
/*Font size H2*/
.hack-inline-child {
  letter-spacing: 0;
  display: inline-block;
}
.services {
  position: relative;
  padding: 4rem 0;
}
.services .limit {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.services .limit .box_items {
  letter-spacing: -0.5em !important;
  width: 100%;
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.services .limit .box_items .item {
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  padding: 2rem;
  height: 200px;
  min-width: 250px;
  width: 20%;
}
.services .limit .box_items .item .outlink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 2rem;
}
.services .limit .box_items .item .box {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem;
}
.services .limit .box_items .item .box .image {
  padding-top: 0.5rem;
  height: 5rem;
  position: relative;
}
.services .limit .box_items .item .box .image img {
  max-width: 3rem;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.services .limit .box_items .item .box:after,
.services .limit .box_items .item .box:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 50%;
  transition: 0.3s all;
}
.services .limit .box_items .item .box:after {
  top: 0;
  left: 0;
  border-left: 1px solid #b17f6e;
  border-top: 1px solid #b17f6e;
}
.services .limit .box_items .item .box:before {
  bottom: 0;
  right: 0;
  border-right: 1px solid #b17f6e;
  border-bottom: 1px solid #b17f6e;
}
.services .limit .box_items .item .box:hover:after,
.services .limit .box_items .item .box:hover:before {
  height: calc(100% - 1px);
  width: calc(100% - 1px);
}
.bande-resa.zone {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-animation-name: toShowMoveReverse;
  -moz-animation-name: toShowMoveReverse;
  -o-animation-name: toShowMoveReverse;
  animation-name: toShowMoveReverse;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-delay: 1.5s;
}
.bande-resa.zone {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: #ecffec;
  color: black;
  font-family: "Open Sans", sans-serif;
  align-items: center;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  width: auto;
  right: 2rem;
  top: 35%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bande-resa.zone .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bande-resa.zone .content {
  display: flex;
  flex-direction: column;
}
.bande-resa.zone .content > * {
  flex: 1;
  margin: 0 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  color: black;
  transition: all 500ms;
  background: rgba(236, 255, 236, 0.7);
}
.bande-resa.zone .content > *.price {
  text-align: center;
  font-size: 1.2rem;
  background: #d7ffd7;
}
.bande-resa.zone .content > *.price > div {
  width: 100%;
}
.bande-resa.zone .content > *.price:before {
  display: none;
}
.bande-resa.zone .content > *.price.error {
  background: black;
  color: #5f5c68;
}
.bande-resa.zone .content > * > * {
  position: relative;
}
.bande-resa.zone .content > *.date {
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
}
.bande-resa.zone .content > *.date .append {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
.bande-resa.zone .content > *.date input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.bande-resa.zone .content > *.date .icon {
  margin-left: 10px;
  opacity: 0.7;
}
.bande-resa.zone .content > *.date .icon:before {
  content: "\203A";
  margin-right: 15px;
  font-size: 1.6rem;
  display: inline-flex;
  transform: translate(0, -2px);
}
.bande-resa.zone .content > *.date .icon:after {
  content: "\f142\f142\f142";
  font-family: "Font Awesome\ 5 Pro";
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
}
.bande-resa.zone .content > *.nights {
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
.bande-resa.zone .content > *.nights .operator {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  flex: 1;
}
.bande-resa.zone .content > *.nights .operator > * {
  font-size: 1.2rem;
  flex: 1;
  text-align: center;
}
.bande-resa.zone .content > *.nights .operator > *.minus {
  cursor: pointer;
}
.bande-resa.zone .content > *.nights .operator > *.minus:before {
  content: "-";
}
.bande-resa.zone .content > *.nights .operator > *.plus {
  cursor: pointer;
}
.bande-resa.zone .content > *.nights .operator > *.plus:before {
  content: "+";
}
.bande-resa.zone .content > *.send-resa {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
}
.bande-resa.zone .content > *.send-resa:before {
  content: unset;
}
.bande-resa.zone .content > *.send-resa:after {
  content: attr(data-int);
}
.bande-resa.zone .content > *.send-resa:hover {
  background-color: #b17f6e;
}
.bande-resa.zone .content > *.send-resa:hover:after {
  color: white;
}
.bande-resa.zone .content > *.send-dispo {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
}
.bande-resa.zone .content > *.send-dispo:before {
  content: unset;
}
.bande-resa.zone .content > *.send-dispo:after {
  content: attr(data-int);
}
.bande-resa.zone .content > *.send-dispo:hover {
  background-color: #ecffec;
}
.bande-resa.zone .content > *.send-dispo:hover:after {
  color: black;
}
.bande-resa.zone .content > *:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #b17f6e;
  transform-origin: right;
  transform: scale(0, 1);
  transition: all 500ms;
}
.bande-resa.zone .content > *:hover:not(.error) {
  color: white;
}
.bande-resa.zone .content > *:hover:not(.error):before {
  transform: scale(1);
}
.bande-resa.zone .opts {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 1.2rem;
}
.bande-resa.zone .opts div {
  margin-left: 1rem;
}
.bande-resa.zone .opts div:before {
  content: "\2713";
  margin-right: 10px;
}
.ui-datepicker {
  z-index: 99999 !important;
}
#ShowDiffPrice,#betterPrice
{
  display: none;
}

@media screen and (max-width: 1023px) {
  .bande-resa.zone {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
  }
  .bande-resa.zone .opts {
    display: none;
  }
  .bande-resa.zone .content {
    align-items: center;
  }
  .bande-resa.zone .content .price {
    order: 4;
    flex: 1 1 100%;
    margin-top: 10px;
  }
  .bande-resa.zone .content {
    justify-content: center;
    width: 100vw;
  }
  .bande-resa.zone .content .date,
  .bande-resa.zone .content .nights,
  .bande-resa.zone .content .price {
    display: none;
  }
  .bande-resa.zone .content .send-resa {
    max-width: 280px;
  }
}

@media all and (max-width: 800px)
{
  .video_diapo video
  {
    max-width: 100vw;
  }
}

@media all and (max-width: 700px)
{
  #betterPrice
  {
    display: none!important;
  }

  #feeds_recp
  {
    margin-block-end: 0!important;
  }
}

@media all and (max-width: 1024px)
{
  .diapo.subtype2 .limit
  {
    height: auto;
    max-height: none;
  }
}