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;
}
.big_container {
  max-width: 160rem;
}
.small_container {
  max-width: 80rem;
}
.opa0 {
  opacity: 0;
}
.opa1 {
  opacity: 1;
}
.apparition {
  transition: all 1000ms;
}
.apparition.hide {
  opacity: 0;
}
.apparition_right.hide {
  transform: translate(15rem);
  -webkit-transform: translate(15rem);
}
.apparition_left.hide {
  transform: translate(-15rem);
  -webkit-transform: translate(-15rem);
}
.apparition_top.hide {
  transform: translate(0, -15rem);
  -webkit-transform: translate(0, -15rem);
}
.apparition_bottom.hide {
  transform: translate(0, 15rem);
  -webkit-transform: translate(0, 15rem);
}
.apparition_bottom {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_top {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_left {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_right {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_bottom_absolute {
  margin-top: 5rem;
}
.apparition_bottom_absolute.show {
  margin-top: 0;
}
.apparition_top_absolute {
  margin-bottom: 5rem;
}
.apparition_top_absolute.show {
  margin-bottom: 0;
}
.apparition_left_absolute {
  margin-right: 5rem;
}
.apparition_left_absolute.show {
  margin-right: 0;
}
.apparition_right_absolute {
  margin-left: 5rem;
}
.apparition_right_absolute.show {
  margin-left: 0;
}
.main.no_diapo {
  margin-top: 15rem;
}
.delay_0 {
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
  transition: all 0s !important;
  -webkit-transition: all 0s !important;
}
.overflow {
  overflow: hidden;
}
.popup {
  width: 800px;
}
.popup.document {
  height: 90vh;
}
.popup.document > iframe {
  height: 100%;
}
.popup iframe {
  width: 100%;
}
.mw1000 {
  max-width: 100rem;
}
.mw1200 {
  max-width: 120rem;
}
.mw1600 {
  max-width: 160rem;
}
.mw800 {
  max-width: 80rem;
}
.mw900 {
  max-width: 90rem;
}
.w1 {
  width: 1%;
}
.h1 {
  height: 1%;
}
.mw1 {
  max-width: 1%;
}
.w2 {
  width: 2%;
}
.h2 {
  height: 2%;
}
.mw2 {
  max-width: 2%;
}
.w3 {
  width: 3%;
}
.h3 {
  height: 3%;
}
.mw3 {
  max-width: 3%;
}
.w4 {
  width: 4%;
}
.h4 {
  height: 4%;
}
.mw4 {
  max-width: 4%;
}
.w5 {
  width: 5%;
}
.h5 {
  height: 5%;
}
.mw5 {
  max-width: 5%;
}
.w6 {
  width: 6%;
}
.h6 {
  height: 6%;
}
.mw6 {
  max-width: 6%;
}
.w7 {
  width: 7%;
}
.h7 {
  height: 7%;
}
.mw7 {
  max-width: 7%;
}
.w8 {
  width: 8%;
}
.h8 {
  height: 8%;
}
.mw8 {
  max-width: 8%;
}
.w9 {
  width: 9%;
}
.h9 {
  height: 9%;
}
.mw9 {
  max-width: 9%;
}
.w10 {
  width: 10%;
}
.h10 {
  height: 10%;
}
.mw10 {
  max-width: 10%;
}
.w11 {
  width: 11%;
}
.h11 {
  height: 11%;
}
.mw11 {
  max-width: 11%;
}
.w12 {
  width: 12%;
}
.h12 {
  height: 12%;
}
.mw12 {
  max-width: 12%;
}
.w13 {
  width: 13%;
}
.h13 {
  height: 13%;
}
.mw13 {
  max-width: 13%;
}
.w14 {
  width: 14%;
}
.h14 {
  height: 14%;
}
.mw14 {
  max-width: 14%;
}
.w15 {
  width: 15%;
}
.h15 {
  height: 15%;
}
.mw15 {
  max-width: 15%;
}
.w16 {
  width: 16%;
}
.h16 {
  height: 16%;
}
.mw16 {
  max-width: 16%;
}
.w17 {
  width: 17%;
}
.h17 {
  height: 17%;
}
.mw17 {
  max-width: 17%;
}
.w18 {
  width: 18%;
}
.h18 {
  height: 18%;
}
.mw18 {
  max-width: 18%;
}
.w19 {
  width: 19%;
}
.h19 {
  height: 19%;
}
.mw19 {
  max-width: 19%;
}
.w20 {
  width: 20%;
}
.h20 {
  height: 20%;
}
.mw20 {
  max-width: 20%;
}
.w21 {
  width: 21%;
}
.h21 {
  height: 21%;
}
.mw21 {
  max-width: 21%;
}
.w22 {
  width: 22%;
}
.h22 {
  height: 22%;
}
.mw22 {
  max-width: 22%;
}
.w23 {
  width: 23%;
}
.h23 {
  height: 23%;
}
.mw23 {
  max-width: 23%;
}
.w24 {
  width: 24%;
}
.h24 {
  height: 24%;
}
.mw24 {
  max-width: 24%;
}
.w25 {
  width: 25%;
}
.h25 {
  height: 25%;
}
.mw25 {
  max-width: 25%;
}
.w26 {
  width: 26%;
}
.h26 {
  height: 26%;
}
.mw26 {
  max-width: 26%;
}
.w27 {
  width: 27%;
}
.h27 {
  height: 27%;
}
.mw27 {
  max-width: 27%;
}
.w28 {
  width: 28%;
}
.h28 {
  height: 28%;
}
.mw28 {
  max-width: 28%;
}
.w29 {
  width: 29%;
}
.h29 {
  height: 29%;
}
.mw29 {
  max-width: 29%;
}
.w30 {
  width: 30%;
}
.h30 {
  height: 30%;
}
.mw30 {
  max-width: 30%;
}
.w31 {
  width: 31%;
}
.h31 {
  height: 31%;
}
.mw31 {
  max-width: 31%;
}
.w32 {
  width: 32%;
}
.h32 {
  height: 32%;
}
.mw32 {
  max-width: 32%;
}
.w33 {
  width: 33%;
}
.h33 {
  height: 33%;
}
.mw33 {
  max-width: 33%;
}
.w34 {
  width: 34%;
}
.h34 {
  height: 34%;
}
.mw34 {
  max-width: 34%;
}
.w35 {
  width: 35%;
}
.h35 {
  height: 35%;
}
.mw35 {
  max-width: 35%;
}
.w36 {
  width: 36%;
}
.h36 {
  height: 36%;
}
.mw36 {
  max-width: 36%;
}
.w37 {
  width: 37%;
}
.h37 {
  height: 37%;
}
.mw37 {
  max-width: 37%;
}
.w38 {
  width: 38%;
}
.h38 {
  height: 38%;
}
.mw38 {
  max-width: 38%;
}
.w39 {
  width: 39%;
}
.h39 {
  height: 39%;
}
.mw39 {
  max-width: 39%;
}
.w40 {
  width: 40%;
}
.h40 {
  height: 40%;
}
.mw40 {
  max-width: 40%;
}
.w41 {
  width: 41%;
}
.h41 {
  height: 41%;
}
.mw41 {
  max-width: 41%;
}
.w42 {
  width: 42%;
}
.h42 {
  height: 42%;
}
.mw42 {
  max-width: 42%;
}
.w43 {
  width: 43%;
}
.h43 {
  height: 43%;
}
.mw43 {
  max-width: 43%;
}
.w44 {
  width: 44%;
}
.h44 {
  height: 44%;
}
.mw44 {
  max-width: 44%;
}
.w45 {
  width: 45%;
}
.h45 {
  height: 45%;
}
.mw45 {
  max-width: 45%;
}
.w46 {
  width: 46%;
}
.h46 {
  height: 46%;
}
.mw46 {
  max-width: 46%;
}
.w47 {
  width: 47%;
}
.h47 {
  height: 47%;
}
.mw47 {
  max-width: 47%;
}
.w48 {
  width: 48%;
}
.h48 {
  height: 48%;
}
.mw48 {
  max-width: 48%;
}
.w49 {
  width: 49%;
}
.h49 {
  height: 49%;
}
.mw49 {
  max-width: 49%;
}
.w50 {
  width: 50%;
}
.h50 {
  height: 50%;
}
.mw50 {
  max-width: 50%;
}
.w51 {
  width: 51%;
}
.h51 {
  height: 51%;
}
.mw51 {
  max-width: 51%;
}
.w52 {
  width: 52%;
}
.h52 {
  height: 52%;
}
.mw52 {
  max-width: 52%;
}
.w53 {
  width: 53%;
}
.h53 {
  height: 53%;
}
.mw53 {
  max-width: 53%;
}
.w54 {
  width: 54%;
}
.h54 {
  height: 54%;
}
.mw54 {
  max-width: 54%;
}
.w55 {
  width: 55%;
}
.h55 {
  height: 55%;
}
.mw55 {
  max-width: 55%;
}
.w56 {
  width: 56%;
}
.h56 {
  height: 56%;
}
.mw56 {
  max-width: 56%;
}
.w57 {
  width: 57%;
}
.h57 {
  height: 57%;
}
.mw57 {
  max-width: 57%;
}
.w58 {
  width: 58%;
}
.h58 {
  height: 58%;
}
.mw58 {
  max-width: 58%;
}
.w59 {
  width: 59%;
}
.h59 {
  height: 59%;
}
.mw59 {
  max-width: 59%;
}
.w60 {
  width: 60%;
}
.h60 {
  height: 60%;
}
.mw60 {
  max-width: 60%;
}
.w61 {
  width: 61%;
}
.h61 {
  height: 61%;
}
.mw61 {
  max-width: 61%;
}
.w62 {
  width: 62%;
}
.h62 {
  height: 62%;
}
.mw62 {
  max-width: 62%;
}
.w63 {
  width: 63%;
}
.h63 {
  height: 63%;
}
.mw63 {
  max-width: 63%;
}
.w64 {
  width: 64%;
}
.h64 {
  height: 64%;
}
.mw64 {
  max-width: 64%;
}
.w65 {
  width: 65%;
}
.h65 {
  height: 65%;
}
.mw65 {
  max-width: 65%;
}
.w66 {
  width: 66%;
}
.h66 {
  height: 66%;
}
.mw66 {
  max-width: 66%;
}
.w67 {
  width: 67%;
}
.h67 {
  height: 67%;
}
.mw67 {
  max-width: 67%;
}
.w68 {
  width: 68%;
}
.h68 {
  height: 68%;
}
.mw68 {
  max-width: 68%;
}
.w69 {
  width: 69%;
}
.h69 {
  height: 69%;
}
.mw69 {
  max-width: 69%;
}
.w70 {
  width: 70%;
}
.h70 {
  height: 70%;
}
.mw70 {
  max-width: 70%;
}
.w71 {
  width: 71%;
}
.h71 {
  height: 71%;
}
.mw71 {
  max-width: 71%;
}
.w72 {
  width: 72%;
}
.h72 {
  height: 72%;
}
.mw72 {
  max-width: 72%;
}
.w73 {
  width: 73%;
}
.h73 {
  height: 73%;
}
.mw73 {
  max-width: 73%;
}
.w74 {
  width: 74%;
}
.h74 {
  height: 74%;
}
.mw74 {
  max-width: 74%;
}
.w75 {
  width: 75%;
}
.h75 {
  height: 75%;
}
.mw75 {
  max-width: 75%;
}
.w76 {
  width: 76%;
}
.h76 {
  height: 76%;
}
.mw76 {
  max-width: 76%;
}
.w77 {
  width: 77%;
}
.h77 {
  height: 77%;
}
.mw77 {
  max-width: 77%;
}
.w78 {
  width: 78%;
}
.h78 {
  height: 78%;
}
.mw78 {
  max-width: 78%;
}
.w79 {
  width: 79%;
}
.h79 {
  height: 79%;
}
.mw79 {
  max-width: 79%;
}
.w80 {
  width: 80%;
}
.h80 {
  height: 80%;
}
.mw80 {
  max-width: 80%;
}
.w81 {
  width: 81%;
}
.h81 {
  height: 81%;
}
.mw81 {
  max-width: 81%;
}
.w82 {
  width: 82%;
}
.h82 {
  height: 82%;
}
.mw82 {
  max-width: 82%;
}
.w83 {
  width: 83%;
}
.h83 {
  height: 83%;
}
.mw83 {
  max-width: 83%;
}
.w84 {
  width: 84%;
}
.h84 {
  height: 84%;
}
.mw84 {
  max-width: 84%;
}
.w85 {
  width: 85%;
}
.h85 {
  height: 85%;
}
.mw85 {
  max-width: 85%;
}
.w86 {
  width: 86%;
}
.h86 {
  height: 86%;
}
.mw86 {
  max-width: 86%;
}
.w87 {
  width: 87%;
}
.h87 {
  height: 87%;
}
.mw87 {
  max-width: 87%;
}
.w88 {
  width: 88%;
}
.h88 {
  height: 88%;
}
.mw88 {
  max-width: 88%;
}
.w89 {
  width: 89%;
}
.h89 {
  height: 89%;
}
.mw89 {
  max-width: 89%;
}
.w90 {
  width: 90%;
}
.h90 {
  height: 90%;
}
.mw90 {
  max-width: 90%;
}
.w91 {
  width: 91%;
}
.h91 {
  height: 91%;
}
.mw91 {
  max-width: 91%;
}
.w92 {
  width: 92%;
}
.h92 {
  height: 92%;
}
.mw92 {
  max-width: 92%;
}
.w93 {
  width: 93%;
}
.h93 {
  height: 93%;
}
.mw93 {
  max-width: 93%;
}
.w94 {
  width: 94%;
}
.h94 {
  height: 94%;
}
.mw94 {
  max-width: 94%;
}
.w95 {
  width: 95%;
}
.h95 {
  height: 95%;
}
.mw95 {
  max-width: 95%;
}
.w96 {
  width: 96%;
}
.h96 {
  height: 96%;
}
.mw96 {
  max-width: 96%;
}
.w97 {
  width: 97%;
}
.h97 {
  height: 97%;
}
.mw97 {
  max-width: 97%;
}
.w98 {
  width: 98%;
}
.h98 {
  height: 98%;
}
.mw98 {
  max-width: 98%;
}
.w99 {
  width: 99%;
}
.h99 {
  height: 99%;
}
.mw99 {
  max-width: 99%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mw100 {
  max-width: 100%;
}
.object-fit {
  object-fit: cover;
  object-position: 50% 50%;
}
html {
  font-size: 62.5%;
  color: black;
  /* font-size:10px;*/
}
body {
  font: 1.4rem/1.42 'Questrial', sans-serif;
  color: #2b1507;
  overflow-x: hidden;
  transition: all 150ms;
  -webkit-transition: all 150ms;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", serif;
  font-weight: 300;
}
.zone:last-child {
  padding-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .zone:last-child {
    padding-bottom: 80px!important;
  }
}
.align_content_right {
  align-content: flex-end;
}
.text_right {
  text-align: right;
}
.zones {
  overflow: hidden;
}
.top0 {
  top: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.photo {
  display: flex;
  justify-content: center;
  background: #ededed;
}
.photo > img {
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
  transition: all 500ms;
}
.photo.loaded > img {
  opacity: 1;
}
[data-aos="blur"] {
  filter: blur(10px);
  opacity: 0;
  transition-property: filter,opacity;
}
[data-aos="blur"].aos-animate {
  filter: blur(0px);
  opacity: 1;
}
@keyframes none {
  from {
    display: block;
  }
  to {
    display: none;
  }
}
@keyframes scroll {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.preloader {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  animation: scroll 1.5s ease-in-out forwards;
  animation-delay: 0.5s;
  z-index: 99;
  transform-origin: left;
}
.preloader .loader {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  animation: scroll 1.5s ease-in-out forwards;
  animation-delay: 0.5s;
  transform-origin: left;
  z-index: 2;
}
.preloader .loader2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c2c0c0;
  animation: scroll 1.75s ease-in-out forwards;
  animation-delay: 0.75s;
  transform-origin: left;
  z-index: 1;
}
a {
  color: #8D8162;
  transition: color 500ms;
}
a:hover {
  color: black;
}
p {
  color: rgba(43, 21, 7, 0.7);
}
#back2top {
  opacity: 0;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #c58437;
  /* Set a background color */
  color: white;
  /* Text color */
  font-weight: bold;
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 24px;
  /* Increase font size */
  transition: all 500ms;
}
#back2top.show {
  opacity: 1;
}
#back2top:hover {
  background-color: #2b1507;
}
@keyframes appear_o {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  z-index: 20;
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 25px;
}
header .fa-home {
  font-size: 2rem;
}
header .container {
  height: 25px;
  display: flex;
  flex-direction: row;
}
header .container .logo {
  max-width: 150px;
}
header .container .logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .container .logo a img {
  width: 50%;
}
header .container .phone {
  display: none;
}
header .container .contact {
  display: none;
}
header .container .langs {
  list-style-type: none;
  position: relative;
  width: 3.5rem;
}
header .container .langs:hover .arrow {
  transform: rotate(-180deg);
}
header .container .langs:hover .arrow ~ a {
  display: block;
}
header .container .langs:hover a {
  display: block!important;
}
header .container .langs a {
  text-transform: uppercase;
}
header .container .langs a.active {
  display: block;
  order: 1;
  color: #2b1507 !important;
}
header .container .langs a.active:after {
  display: none !important;
}
header .container .langs a:not(.active) {
  order: 2;
  display: none;
}
header .container .langs .arrow {
  color: #2b1507;
  transition: 0.5s;
  position: absolute;
  right: -5px;
  top: 2px;
}
header .container .resa {
  flex: 1;
  order: 1;
  color: #c58437;
  display: flex;
  padding-right: 15px;
  justify-content: flex-end;
}
header .container .resa img {
  width: 25px;
}
header .container .resa img.desktop {
  display: none;
}
header .container .resa i {
  font-size: 2.5rem;
}
header .container .resa .text {
  display: none;
}
header .container .logo {
  flex: 1;
}
header .container #menu {
  z-index: 99;
  top: 65px;
  transition-delay: 0s;
  height: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .container #menu > .pagination > a {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
header .container #menu > .pagination > a:hover > span.sub,
header .container #menu > .pagination > a.active > span.sub {
  color: #c58437;
}
header .container #menu > .pagination > a > span.sub {
  color: #212121;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  border: 0;
}
header .container #menu .pagination {
  text-align: center;
  font-size: 2rem;
}
header .container #menu .pagination.active .withsub:after {
  transition: 1s;
  transform: rotate(180deg);
}
header .container #menu .pagination.active .sub_menu {
  max-height: 100%;
  display: block;
  opacity: 1;
  height: 100%;
  width: auto;
}
header .container #menu .pagination.active .sub_menu li {
  display: block;
}
header .container #menu .pagination.active .sub_menu li a {
  white-space: nowrap;
  display: block;
}
header .container #menu .pagination .active {
  padding: 10px 35px;
  border: 1px solid #c58437;
  color: #c58437 !important;
}
header .container #menu .pagination a {
  color: #2b1507 !important;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
header .container #menu .pagination a span {
  margin-right: 5px;
  padding: 5px;
  color: #fff;
  border-radius: 2px;
  font-size: 0.8rem;
  border: 1px solid #fff;
}
header .container #menu .pagination a.withsub:after {
  transition: 1s all;
  content: '\f078';
  font-family: "FontAwesome", "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  position: relative;
  left: 5px;
  vertical-align: middle;
}
header .container #menu .pagination .sub_menu {
  z-index: 9;
  flex-direction: column;
  background-color: white;
  transition: 0.5s all;
  max-height: 0;
  position: relative;
  margin-top: 5px;
  width: auto;
}
header .container #menu .pagination .sub_menu li {
  font-size: 1.8rem;
}
header .container #menu .pagination .sub_menu:hover {
  display: flex;
}
header .container #menu .pagination .sub_menu a {
  white-space: nowrap;
  text-align: left;
  transition: 0.5s all;
  border-style: solid;
  border-color: #ededed;
  border-bottom-width: 1px;
  width: 100%;
  display: flex;
  justify-content: center;
}
header .container #menu .pagination .sub_menu a:hover {
  color: white;
}
header .container #menu .pagination .sub_menu a:before {
  display: none;
}
header .container #menu .pagination .sub_menu a:after {
  display: none;
}
header .container #menu .pagination .sub_menu a li {
  padding: 0;
  font-weight: 500;
  display: block;
  margin: 15px 15px;
  font-size: 1.4rem;
}
header input {
  display: none;
}
header input:checked ~ ul {
  transition-delay: 0s;
  height: calc(100% - 65px) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset !important;
}
header input:checked ~ ul li {
  margin: 15px 20px;
}
header input:checked ~ ul > ul > li {
  opacity: 1;
}
header input:checked ~ ul > ul > li a {
  text-transform: uppercase;
}
header input + label {
  flex: none;
  order: 2;
  position: relative;
  display: block;
  height: 100%;
  width: 30px;
  z-index: 9999;
  margin-left: auto;
}
header input + label span {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #2b1507;
  transition: 0.5s;
}
header input + label span:first-child {
  top: 2px;
}
header input + label span:last-child {
  top: 98%;
}
header input:checked + label span {
  background: #2b1507;
  opacity: 0;
  top: 50%;
}
header input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
header input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
header label:hover {
  cursor: pointer;
}
header ul {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 9000;
  transition: 0.5s;
  overflow: hidden;
}
header input:checked ~ ul {
  height: 100%;
}
.burger {
  display: none;
  right: 2rem;
  top: 1.5rem;
  width: 3rem;
  height: 4rem;
  z-index: 999;
}
.burger span {
  top: 50%;
  width: 100%;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s all;
}
.burger span:after,
.burger span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
}
.burger span:after {
  top: 1rem;
}
.burger span:before {
  bottom: 1rem;
}
.burger.active span {
  transform: rotate(45deg);
}
.burger.active span:after {
  transform: rotate(-90deg);
  top: 0;
}
.burger.active span:before {
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  header {
    height: 7rem;
    padding: 0;
  }
  header .container {
    height: 100%;
  }
  header .container .logo {
    animation-duration: 5s;
    animation-name: appear_o;
    transition: 1s;
  }
  header .container .logo a img {
    width: 100%;
  }
  header .container #menu {
    position: relative;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    overflow: visible;
    padding: 0 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  header .container #menu li {
    animation-duration: 5s;
    animation-name: appear_o;
    transition: 1s;
  }
  header .container #menu .end_b {
    animation-duration: 5s;
    animation-name: appear_o;
    transition: 1s;
  }
  header .container #menu .langs a {
    font-size: 1.3rem;
  }
  header .container #menu .pagination {
    position: relative;
    flex: none;
    margin: 0 10px;
  }
  header .container #menu .pagination:hover a {
    transition: 0.5s ease-in-out;
    color: #c58437 !important;
  }
  header .container #menu .pagination:hover .sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: unset;
    display: block;
    opacity: 1;
    height: auto;
    transition: 0s !important;
    background: transparent;
    padding-top: 25px;
    min-width: 220px;
  }
  header .container #menu .pagination:hover .sub_menu li {
    animation: none;
    font-size: 1.5rem;
    text-align: left;
    transition: 0.5s ease-in-out;
  }
  header .container #menu .pagination:hover .sub_menu li:hover {
    background-color: #c58437;
    color: white;
  }
  header .container #menu .pagination:hover .sub_menu li:hover a {
    transition: 0.5s ease-in-out;
    color: white !important;
    padding-left: 20px;
  }
  header .container #menu .pagination:hover .sub_menu li a {
    transition: 0.5s ease-in-out;
    padding: 15px 15px;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    border: none;
    font-size: 1.1rem;
    background: rgba(141, 129, 98, 0.85);
    color: #fff !important;
  }
  header .container #menu .pagination a {
    font-size: 1.15rem;
    text-transform: uppercase;
  }
  header .container #menu .pagination a.active {
    padding: 0;
    border: none;
    position: relative;
  }
  header .container #menu .pagination a.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    height: 25px;
    width: 1px;
    background: #c58437;
  }
  header .container #menu .pagination .sub_menu {
    display: none;
    margin-top: 0;
  }
  header .container .logo {
    padding-left: 20px;
    max-width: 275px;
    flex: none;
  }
  header .container .resa {
    padding: 25px;
    background: #ac844a;
    color: white;
    align-items: center;
    transition: 0.5s;
    animation-duration: 5s;
    animation-name: appear_o;
    transition: 1s;
  }
  header .container .resa:hover {
    background: #c58437;
  }
  header .container .resa .mobile {
    display: none;
  }
  header .container .resa .desktop {
    width: 20px;
    height: 20px;
    display: block !important;
  }
  header .container .resa .text {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
    margin-left: 5px;
  }
  header input + label {
    display: none !important;
  }
}
@media screen and (min-width: 1300px) {
  header .container #menu .pagination a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1600px) {
  header #menu .end_b {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    left: calc(20% - 160px);
  }
  header #menu .end_b .langs a {
    font-size: 1.3rem;
  }
  header #menu .end_b .contact {
    color: #2b1507;
    font-weight: bold;
    margin-left: 20px;
    display: block;
  }
}
@media screen and (min-width: 1800px) {
  header .container #menu .end_b {
    left: calc(30% - 160px);
  }
}
@media screen and (max-width: 1199px) {
  header .container .logo a {
    position: absolute;
    transform: translatey(-20px);
  }
  header .container #menu {
    overflow: auto;
  }
  header .container #menu > li:first-child {
    padding-top: 25px;
  }
  header .container #menu .end_b {
    padding-bottom: 25px;
  }
  header .container #menu .pagination {
    margin: 0;
    padding: 10px;
  }
  header .container #menu .pagination > a {
    display: flex;
  }
  header .container #menu .pagination > a > span.sub {
    font-size: 1.2rem;
  }
  header .container #menu .pagination > a:first-letter {
    color: #8D8162;
  }
  header .container #menu .pagination a + .sub_menu {
    height: auto !important;
    max-height: none !important;
    display: block !important;
  }
  header .container #menu .pagination a + .sub_menu li a {
    border-bottom: 0;
    color: #8D8162 !important;
    font-size: 1.2rem;
  }
  header .container #menu .pagination a + .sub_menu li a span {
    background: #8D8162;
  }
}
footer {
  position: relative;
}
footer .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.8);
}
footer .content {
  padding: 25px 5%;
  color: white;
  overflow: hidden;
  font-size: 15px;
  position: relative;
}
footer a {
  transition: 0.5s;
  color: white;
}
footer a:hover {
  color: whitesmoke;
}
footer .ul {
  display: flex;
  justify-content: space-evenly;
}
footer .ul .col {
  width: 20%;
  padding: 0 30px;
}
footer .ul .col:first-child {
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ul .col:first-child .logo {
  font-weight: normal;
  font-size: 36px;
}
footer .ul .col:first-child .logo .titre {
  text-transform: uppercase;
}
footer .ul .col .rub {
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
footer .ul .col .logo {
  display: inline-block;
}
footer .ul .col .coords li a {
  display: block;
}
footer .ul .col .coords .copy {
  vertical-align: 0;
  margin-right: 5px;
}
footer .ul .col .coords .social {
  margin-top: 10px;
}
footer .ul .col .coords .social li {
  display: inline-block;
  margin-right: 10px;
}
footer .ul .col .coords .social li i {
  font-size: 3rem;
}
footer .ul .col .edc {
  text-align: left;
  display: block;
  margin-bottom: 15px;
}
footer .ul .col .edc img {
  max-width: 180px;
}
footer .ul .col .langs {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
}
footer .ul .col .langs li {
  text-transform: uppercase;
  padding-right: 10px;
}
footer .ul .col .langs li a.active {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 1770px) {
  footer .ul .col {
    padding: 0 3rem;
  }
}
@media all and (max-width: 1500px) {
  footer .ul .col {
    padding: 0 1rem;
    margin: 20px 0;
  }
  footer .ul .col .edc img {
    margin-right: 0;
  }
}
@media all and (max-width: 1200px) {
  footer .ul .col:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  footer {
    padding: 5rem 5%;
  }
  footer .ul {
    flex-wrap: wrap;
  }
  footer .ul .col {
    min-width: 50%;
    max-width: 50%;
  }
  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: 650px) {
  footer {
    padding: 0;
    text-align: center;
  }
  footer .rub {
    text-align: center;
  }
  footer .ul .col {
    width: 100%!important;
    max-width: 100%!important;
  }
  footer .ul .col .edc {
    text-align: center;
  }
  footer .ul .col .langs {
    justify-content: center;
  }
  footer .ul .col:nth-child(3) {
    order: initial;
  }
}
@media screen and (max-width: 420px) {
  footer .ul .col:first-child .logo {
    width: 85%;
  }
  footer .ul .col .logo img {
    width: 50%;
  }
}
@media screen and (max-width: 390px) {
  footer .ul .col {
    min-width: 100%;
    max-width: 100%;
  }
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes appear2 {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.zone.diapo + .reviews + .open-reviews + .text-diapo {
  margin-top: 25px;
}
.text-diapo {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.text-diapo span {
  display: block;
  margin-top: 0px;
  width: 4px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  height: 4px;
  background: #8D8162;
  margin-bottom: 60px;
}
.text-diapo span:after {
  content: "";
  position: absolute;
  height: 25px;
  bottom: -25px;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #8D8162;
}
.text-diapo p {
  text-align: justify !important;
  padding: 0px 30px;
}
.diapo {
  font-family: 'Questrial', sans-serif;
  margin-top: 65px;
  height: 40vh;
}
.diapo.subtype3 {
  height: auto;
}
.diapo.subtype3 .photo:first-child {
  display: flex;
  position: relative;
  height: 200px;
  min-height: 350px;
}
.diapo.subtype3 .photo:first-child .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
}
.diapo.subtype3 .photo:first-child .text {
  top: 50%;
}
.diapo.subtype3 .photo:first-child .text .title {
  text-align: center;
  font-family: "Lato", serif;
}
.diapo.subtype3 .photo:first-child .text .title2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.diapo.subtype3 .photo.small {
  width: 70%;
  height: 100px;
  margin: 0 auto;
  top: -35px;
  position: relative;
  z-index: 9;
  overflow: visible;
}
.diapo.subtype3 .photo.small img {
  width: 100%;
  height: 100%;
}
.diapo.subtype3 .photo.small:before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 55%;
  top: -2px;
  z-index: -1;
  right: -2px;
  background-color: black;
}
.diapo.subtype2 {
  height: auto;
}
.diapo.subtype2 .photo:first-child {
  display: flex;
  position: relative;
  height: 200px;
  min-height: 350px;
}
.diapo.subtype2 .photo:first-child .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
}
.diapo.subtype2 .photo:first-child .text {
  top: 50%;
}
.diapo.subtype2 .photo:first-child .text .title {
  text-align: center;
  font-family: "Lato", serif;
}
.diapo.subtype2 .photo:first-child .text .title2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.diapo.subtype2 .photo.small {
  width: 70%;
  height: 100px;
  margin: 0 auto;
  top: -35px;
  position: relative;
  z-index: 9;
  overflow: visible;
}
.diapo.subtype2 .photo.small img {
  width: 100%;
  height: 100%;
}
.diapo.subtype2 .photo.small:before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 55%;
  top: -2px;
  z-index: -1;
  right: -2px;
  background-color: black;
}
.diapo .text {
  z-index: 10;
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.diapo .text .btn-resa {
  margin: 50px 0 25px;
}
.diapo .text .btn-resa a {
  padding: 15px 35px;
  color: #fff;
  text-transform: uppercase;
  background: #ac844a;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.diapo .text .title {
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  animation-duration: 5s;
  animation-name: appear2;
  transition: 1s;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.diapo .text .title2 {
  animation-duration: 5s;
  animation-name: appear2;
  transition: 1s;
  font-weight: 300;
  line-height: 45px;
  font-size: 2.2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
}
.diapo .text .btn-resa {
  animation-duration: 5s;
  animation-name: appear2;
}
.diapo .text .desc {
  font-family: "Lato", serif;
  animation-duration: 5s;
  animation-name: appear;
  transition: 1s;
  font-weight: 300;
  margin-top: 10px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.diapo .text .desc p {
  color: white;
}
.diapo .swiper-container {
  height: 100%;
  position: relative;
  width: 100%;
}
.diapo .swiper-container .trait {
  display: none;
}
.diapo .swiper-container .bg {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.diapo .swiper-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diapo .swiper-container .arrow {
  cursor: pointer;
  transition: transform 0.1s;
}
.diapo .swiper-container .arrow-top,
.diapo .swiper-container .arrow-bottom {
  background-color: white;
  height: 1px;
  left: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.diapo .swiper-container .arrow-top:after,
.diapo .swiper-container .arrow-bottom:after {
  background-color: #fff;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}
.diapo .swiper-container .arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.diapo .swiper-container .arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}
.diapo .swiper-container .arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.diapo .swiper-container .arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}
.diapo .swiper-container .arrow:hover .diapo .swiper-container .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}
.diapo .swiper-container .arrow:hover .diapo .swiper-container .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}
.diapo .swiper-container:before {
  color: white;
  font-size: 5rem;
}
.diapo .swiper-container .swiper-button-prev,
.diapo .swiper-container .swiper-button-next {
  background-image: none;
  z-index: 20;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 25px;
  transform: translateY(-50%) scale(0.7);
}
.diapo .swiper-container .swiper-button-prev:hover:after,
.diapo .swiper-container .swiper-button-next:hover:after {
  width: 46px;
}
.diapo .swiper-container .swiper-button-prev:hover .arrow-top,
.diapo .swiper-container .swiper-button-next:hover .arrow-top,
.diapo .swiper-container .swiper-button-prev:hover .arrow-bottom,
.diapo .swiper-container .swiper-button-next:hover .arrow-bottom {
  transition: 0.5s ease-in-out;
  background-color: black;
  z-index: 99;
}
.diapo .swiper-container .swiper-button-prev:before,
.diapo .swiper-container .swiper-button-next:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -10px;
  width: 45px;
  height: 45px;
  border: 1px solid white;
}
.diapo .swiper-container .swiper-button-prev:after,
.diapo .swiper-container .swiper-button-next:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -10px;
  width: 0px;
  height: 47px;
  background-color: white;
  transition: 0.5s ease-in-out;
}
.diapo .swiper-container .swiper-button-prev {
  transform: scaleX(-1) translateY(-50%) scale(0.7);
  left: 50px;
}
.diapo .swiper-container .swiper-button-next {
  right: 50px;
}
.diapo .swiper-container .swiper-button-disabled {
  display: none;
}
.diapo .swiper-container .swiper-wrapper {
  height: 100%;
}
.diapo .swiper-container .swiper-wrapper .photo {
  height: 100%;
}
.diapo .swiper-container .swiper-wrapper .photo img {
  height: 100%;
  width: 100%;
}
.diapo .swiper-container .arrow_b {
  display: none;
  z-index: 20;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.diapo .swiper-container .arrow_b a {
  font-size: 1rem;
  line-height: 0;
  color: white;
  position: relative;
}
.diapo .swiper-container .arrow_b a:after {
  content: "";
  position: absolute;
  top: -60px;
  height: 60px;
  left: 0.28rem;
  background-color: white;
  width: 1px;
}
.diapo .swiper-container .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media screen and (min-width: 900px) {
  .diapo.subtype2 .photo:first-child,
  .diapo.subtype3 .photo:first-child {
    height: 30vh;
  }
  .diapo.subtype2 .photo:first-child .title,
  .diapo.subtype3 .photo:first-child .title {
    top: 35%;
  }
  .diapo.subtype2 .photo:first-child .title2,
  .diapo.subtype3 .photo:first-child .title2 {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
  .diapo.subtype2 .photo .small,
  .diapo.subtype3 .photo .small {
    width: 55%;
    height: 0;
    padding-bottom: 15%;
    top: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .diapo.subtype2 p,
  .diapo.subtype3 p {
    font-size: 1.4rem;
    padding: 0 180px;
    margin-bottom: 50px;
  }
  .diapo.subtype2 span,
  .diapo.subtype3 span {
    margin-top: -90px;
    width: 8px;
    height: 8px;
  }
  .diapo.subtype2 span:after,
  .diapo.subtype3 span:after {
    height: 45px;
    bottom: -45px;
  }
  .diapo.subtype2 .photo:first-child,
  .diapo.subtype3 .photo:first-child {
    height: 50vh;
  }
  .diapo.subtype2 .photo.small,
  .diapo.subtype3 .photo.small {
    height: 0;
    width: 55%;
    top: -120px;
    padding-bottom: 17%;
  }
  .diapo.subtype2 .photo.small:before,
  .diapo.subtype3 .photo.small:before {
    left: -3px;
    right: -3px;
    top: -3px;
  }
  .diapo.subtype2 .photo.small img,
  .diapo.subtype3 .photo.small img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .diapo {
    height: calc(100vh - 7rem);
  }
  .diapo .swiper-container .text .title {
    font-size: 1.8rem;
  }
  .diapo .swiper-container .text .title2 {
    margin-top: 20px;
    font-size: 6rem;
  }
  .diapo .swiper-container .text .desc {
    margin-top: 30px;
    font-size: 2rem;
  }
  @keyframes trait {
    0% {
      top: 10rem;
      bottom: -8rem;
    }
    50% {
      top: 0;
      bottom: -8rem;
    }
    100% {
      bottom: 0;
      top: 0;
    }
  }
  .diapo .swiper-container .trait {
    display: block;
    z-index: 200;
    position: absolute;
    left: 50%;
    transform: rotate(180deg);
    bottom: 3rem;
    width: 15px;
    height: 15px;
    background-color: white;
  }
  .diapo .swiper-container .trait span {
    animation: trait infinite;
    animation-duration: 3s;
    animation-transition: linear;
    position: absolute;
    left: 45%;
    width: 1px;
    background-color: white;
  }
}
@media screen and (min-width: 1600px) {
  .diapo.subtype3 p {
    font-size: 1.4rem;
    padding: unset;
    width: 60%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .diapo.subtype3 .photo:first-child {
    height: 55vh;
  }
  .diapo.subtype3 .photo:first-child .title {
    top: 40%;
    font-size: 1.9rem;
  }
  .diapo.subtype3 .photo.small {
    width: 40%;
    padding-bottom: 13%;
  }
  .diapo.subtype2 p {
    font-size: 1.4rem;
    padding: unset;
    width: 60%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .diapo.subtype2 .photo:first-child {
    height: 55vh;
  }
  .diapo.subtype2 .photo:first-child .title {
    top: 40%;
    font-size: 1.9rem;
  }
  .diapo.subtype2 .photo.small {
    width: 40%;
    padding-bottom: 13%;
  }
  .diapo .swiper-container .text .title {
    margin-top: unset;
  }
  .diapo .swiper-container .text .desc {
    margin-top: 25px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 500px) {
  .diapo .swiper-container .swiper-button-prev {
    transform: translateY(-50%) scaleX(-1) scale(0.75);
  }
  .diapo .swiper-container .arrow.swiper-button-prev:active {
    transform: translateY(-50%) scaleX(-1) scale(0.75);
  }
  .diapo .swiper-container .swiper-button-next {
    transform: translateY(-50%) scale(0.75);
  }
  .diapo .swiper-container .swiper-button-next:active {
    transform: translateY(-50%) scale(0.75);
  }
  .diapo .text .title {
    margin-top: 0;
  }
  .diapo .swiper-container .swiper-button-prev,
  .diapo .swiper-container .swiper-button-next {
    top: auto;
    bottom: 20px;
  }
  .diapo .swiper-container .swiper-button-prev,
  .diapo .swiper-container .swiper-button-prev:active,
  .diapo .swiper-container .arrow.swiper-button-prev:active {
    left: 50%;
    transform: translate(-35px) scaleX(-1) scale(0.75);
  }
  .diapo .swiper-container .swiper-button-next,
  .diapo .swiper-container .swiper-button-next:active {
    right: 50%;
    transform: translate(35px) scale(0.75);
  }
}
.open-reviews {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: default;
  background: #8D8162;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  z-index: 5;
  transition: all 1000ms;
  padding: 10px 15px;
  opacity: 0;
  cursor: pointer;
}
.open-reviews img {
  max-width: 24px;
}
.open-reviews.show {
  opacity: 1;
}
.reviews {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: all 1000ms;
  padding: 10px;
  border: 1px solid #8D8162;
}
.reviews.hide {
  transform: translate(0, 100%);
  bottom: 0;
}
.reviews .close-open {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #8D8162;
  font-weight: bold;
  cursor: pointer;
}
.reviews .c-reviews {
  min-width: 270px;
  transition: all 500ms;
  padding: 35px 50px;
  background: #fff;
  position: relative;
}
.reviews .title {
  color: #8D8162;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  display: none;
}
.reviews .subtitle {
  color: #8D8162;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: 300;
}
.reviews .review ul li {
  display: flex;
  flex-direction: column;
}
.reviews .review ul li .carac {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.reviews .review ul li .carac .name {
  color: #444;
  text-transform: uppercase;
  flex: 1;
}
.reviews .review ul li .carac .percent {
  color: #fff;
}
.reviews .review ul li .jauge {
  position: relative;
  background: #212121;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.reviews .review ul li .jauge .bg-jauge {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
.reviews .avantages {
  margin-top: 15px;
}
.reviews .avantages ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  color: #444;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.reviews .avantages ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #8D8162;
  margin-right: 10px;
}
.diapo.subtype3.notext + .reviews .c-reviews {
  margin-top: 0px;
}
.diapo.subtype2.notext + .reviews .c-reviews {
  margin-top: 0px;
}
.diapo.subtype3 + .reviews {
  position: relative;
  right: auto;
  bottom: auto;
}
.diapo.subtype3 + .reviews.hide {
  transform: unset;
  bottom: auto;
}
.diapo.subtype3 + .reviews .c-reviews {
  background: #fff;
  margin: -100px auto 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
  padding: 0;
}
.diapo.subtype3 + .reviews .c-reviews .photo {
  width: 100%;
  max-height: 250px;
  position: relative;
}
.diapo.subtype3 + .reviews .c-reviews .photo img,
.diapo.subtype3 + .reviews .c-reviews .photo video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diapo.subtype3 + .reviews .c-reviews .photo:after {
  padding-top: 50%;
  content: "";
  display: block;
}
.diapo.subtype2 + .reviews {
  position: relative;
  right: auto;
  bottom: auto;
  padding: 25px;
}
.diapo.subtype2 + .reviews.hide {
  transform: unset;
  bottom: auto;
}
.diapo.subtype2 + .reviews .c-reviews {
  background: #fff;
  margin: -100px auto 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
  border: 1px solid #8D8162;
}
.diapo.subtype2 + .reviews .c-reviews .title {
  color: #212121;
  flex: 1 1 100%;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
.diapo.subtype2 + .reviews .c-reviews .review {
  padding-right: 50px;
}
.diapo.subtype2 + .reviews .c-reviews .avantages {
  display: flex;
  flex-direction: column;
}
.diapo.subtype2 + .reviews .c-reviews .avantages > * {
  padding-left: 50px;
}
.diapo.subtype2 + .reviews .c-reviews .avantages:nth-of-type(1) > * {
  padding-left: 0;
}
.diapo.subtype2 + .reviews .c-reviews .avantages:nth-of-type(1) ul {
  border-left: 0;
}
.diapo.subtype2 + .reviews .c-reviews .avantages ul {
  flex: 1;
  border-left: 1px solid rgba(133, 133, 133, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 10px;
}
.diapo.subtype2 + .reviews .c-reviews .avantages ul li {
  color: #444;
  margin-bottom: 5px;
}
.diapo.subtype2 + .reviews .c-reviews .avantages ul li:last-child {
  margin-bottom: 0;
}
.diapo.subtype2 + .reviews .c-reviews .avantages ul li:before {
  margin-right: 15px;
}
.diapo.subtype2 + .reviews .c-reviews .review,
.diapo.subtype2 + .reviews .c-reviews .avantages {
  flex: 1;
  max-width: 50%;
}
.diapo.subtype2 + .reviews .c-reviews .review ul li {
  margin: 5px 0;
}
.diapo.subtype2 + .reviews .c-reviews .review ul li .jauge .bg-jauge {
  background: #8D8162;
}
.diapo.subtype2 + .reviews .c-reviews .review ul li .carac .name {
  color: #444;
  text-transform: unset;
  font-size: 1.2rem;
  letter-spacing: unset;
}
.diapo.subtype2 + .reviews .c-reviews .review ul li .carac .percent {
  color: #8D8162;
  font-size: 1.2rem;
}
.diapo.subtype2 + .reviews .c-reviews .avantages {
  margin-top: 0;
}
.diapo.subtype2 + .reviews .c-reviews .avantages ul li {
  color: #444;
}
.diapo.subtype2 + .reviews .c-reviews .avantages ul li:before {
  background: #8D8162;
}
.diapo.subtype2 + .reviews .c-reviews .subtitle {
  color: #8D8162;
}
.diapo.subtype2 + .reviews + .open-reviews {
  display: none;
}
.diapo.subtype2 + .reviews {
  border: 0;
}
.diapo.subtype2 + .reviews {
  background: transparent;
}
.diapo.subtype3 + .reviews + .open-reviews {
  display: none;
}
.diapo.subtype3 + .reviews {
  background: transparent;
  border: 0;
}
.diapo.subtype3 + .reviews.nophoto {
  display: none;
}
@media screen and (min-width: 1200px) {
  .diapo .text .btn-resa {
    display: none;
  }
  .diapo.subtype3.notext + .reviews .c-reviews {
    margin-top: -50px;
  }
  .diapo.subtype2.notext + .reviews .c-reviews {
    margin-top: -50px;
  }
  .diapo.subtype3 + .reviews .c-reviews {
    position: relative;
  }
  .diapo.subtype3 + .reviews .c-reviews:before {
    content: "";
    left: -3px;
    top: -3px;
    right: -3px;
    height: 50%;
    border: 3px solid #000;
    border-bottom: 0;
    position: absolute;
  }
  .diapo.subtype2 + .reviews {
    padding-bottom: 0;
  }
  .diapo.subtype2 + .reviews .c-reviews {
    position: relative;
  }
  .diapo.subtype2 + .reviews .c-reviews:before {
    content: "";
    left: -3px;
    top: -3px;
    right: -3px;
    height: 50%;
    border: 3px solid #000;
    border-bottom: 0;
    position: absolute;
  }
}
@media screen and (max-width: 1200px) {
  .reviews {
    border: 0;
  }
  .diapo.subtype2 + .reviews .c-reviews {
    margin-top: 0;
  }
  .open-reviews {
    display: none;
  }
  .diapo.subtype3 + .reviews {
    display: none;
  }
  .reviews {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 25px;
    background: #fff;
  }
  .reviews.scrolled .c-reviews {
    background: #fff;
  }
  .reviews.hide {
    transform: unset;
    bottom: auto;
    background: transparent;
    display: none;
  }
  .reviews .c-reviews {
    background: #fff;
    margin: -50px auto 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
    border: 1px solid #8D8162;
  }
  .reviews .c-reviews .review {
    padding-right: 25px;
  }
  .reviews .c-reviews .avantages {
    padding-left: 25px;
  }
  .reviews .c-reviews .review,
  .reviews .c-reviews .avantages {
    flex: 1;
  }
  .reviews .c-reviews .review ul li .carac .name {
    color: #212121;
  }
  .reviews .c-reviews .review ul li .carac .percent {
    color: #8D8162;
  }
  .reviews .c-reviews .review ul li .jauge .bg-jauge {
    background: #8D8162;
  }
  .reviews .c-reviews .avantages {
    margin-top: 0;
  }
  .reviews .c-reviews .avantages ul li {
    color: #8D8162;
  }
  .reviews .c-reviews .avantages ul li:before {
    background: #8D8162;
  }
  .reviews .c-reviews .subtitle {
    color: #8D8162;
  }
}
@media screen and (max-width: 800px) {
  .diapo.subtype3 + .reviews .c-reviews {
    display: none;
  }
  .diapo.subtype2 + .reviews .c-reviews .review {
    padding-right: 0;
    max-width: unset;
    flex: 1 1 100%;
  }
  .diapo.subtype2 + .reviews .c-reviews .avantages {
    padding-left: 0;
    margin-top: 25px;
    flex: 1 1 100%;
    max-width: unset;
  }
  .diapo.subtype2 + .reviews .c-reviews .avantages > * {
    padding-left: 0;
  }
  .diapo.subtype2 + .reviews .c-reviews .avantages ul {
    border: 0;
  }
}
@media screen and (max-width: 620px) {
  .reviews .c-reviews {
    margin-top: 0;
  }
  .reviews .c-reviews .review,
  .reviews .c-reviews .avantages {
    flex: 1 1 100%;
    padding: 0 !important;
  }
  .reviews .c-reviews .avantages {
    margin-top: 25px;
  }
}
@media screen and (max-height: 800px) {
  .diapo.subtype2.notext + .reviews .c-reviews {
    margin-top: 0px;
  }
  .diapo.subtype3.notext + .reviews .c-reviews {
    margin-top: 0px;
  }
}
/*
	@media screen and (max-width : 800px)
	{
		.diapo{
			height:auto;
			.swiper-container{
              height:auto;
				.swiper-wrapper{
					position:absolute;
                  	left:0;
					top:0;
				}
				.text{
					position:relative;
					width:100%;
					padding:50px 0;
					left:auto;
					top:auto;
					transform:unset;
				}
            }
		}
	}

 */
.zone.diapo + .zone.text_photos,
.zone.diapo + .text-diapo + .zone.text_photos {
  padding-top: 80px;
  /*
	.col{
		.title1{
			order:2;
			text-transform: unset;
			font-family: unset;
			font-size: unset;
			font-weight:600;
			margin-bottom:50px;
			color:#000;
		}
		.title{
			font-family: "Lato", serif;
			color:#8D8162;
			font-size: 3rem;
		}
	}

	 */
}
.zone.text_photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 0 40px;
  position: relative;
  z-index: 5;
}
.zone.text_photos .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 55%;
  position: relative;
  background: #fff;
}
.zone.text_photos .col:nth-of-type(1) {
  flex: none;
  max-width: 45%;
  padding: 0 45px;
  padding-right: 150px;
}
.zone.text_photos .col:nth-of-type(2) {
  max-height: 900px;
  padding-bottom: 100px;
}
.zone.text_photos .col .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Questrial', sans-serif;
  text-align: center;
  font-size: 1.8rem;
  order: -1;
}
.zone.text_photos .col .title br {
  display: none;
}
.zone.text_photos .col .title1 {
  order: 2;
  color: #c58437;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  font-family: "Lato", serif;
}
.zone.text_photos .col .first_trait {
  display: block;
  order: 1;
  margin: 10px auto 50px;
}
.zone.text_photos .col .first_trait:before {
  content: "";
  width: 8px;
  position: relative;
  height: 8px;
  background: #2b1507;
  display: block;
}
.zone.text_photos .col .first_trait:after {
  content: "";
  height: 80px;
  width: 1px;
  display: block;
  margin: 0 auto;
  background: #2b1507;
}
.zone.text_photos .col .title1 {
  order: -1;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Lato", serif;
  text-align: center;
  font-size: 3.3rem;
  font-weight: 300;
}
.zone.text_photos .col .title1 br {
  display: none;
}
.zone.text_photos .col > .desc {
  order: 3;
  padding: 0 75px;
  text-align: justify;
}
.zone.text_photos .col > .c-link {
  order: 4;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone.text_photos .col > .c-link:before {
  content: "";
  width: 1px;
  background: #2b1507;
  flex: 1;
  max-height: 150px;
  margin-top: 50px;
}
.zone.text_photos .col > .c-link > a {
  color: white;
  text-transform: uppercase;
  background: #cc6219;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  transition: all 500ms;
}
.zone.text_photos .col > .c-link > a:hover {
  background: #2b1507;
}
.zone.text_photos .col .textdiapo {
  max-height: 700px;
  width: 100%;
}
.zone.text_photos .col .textdiapo.disabled .arrow-right,
.zone.text_photos .col .textdiapo.disabled .arrow-left {
  display: none;
}
.zone.text_photos .col .textdiapo .swiper-pagination {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.zone.text_photos .col .textdiapo .arrow-left,
.zone.text_photos .col .textdiapo .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 500ms;
}
.zone.text_photos .col .textdiapo .arrow-left:before,
.zone.text_photos .col .textdiapo .arrow-right:before {
  background: #8D8162;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: inherit;
}
.zone.text_photos .col .textdiapo .arrow-left span,
.zone.text_photos .col .textdiapo .arrow-right span {
  position: relative;
  z-index: 5;
  transition: inherit;
}
.zone.text_photos .col .textdiapo .arrow-left:hover:before,
.zone.text_photos .col .textdiapo .arrow-right:hover:before {
  transform: scaleX(1);
}
.zone.text_photos .col .textdiapo .arrow-left:hover span,
.zone.text_photos .col .textdiapo .arrow-right:hover span {
  color: #fff;
}
.zone.text_photos .col .textdiapo .arrow-left {
  left: 10px;
  transform: translateY(-50%) rotate(90deg);
}
.zone.text_photos .col .textdiapo .arrow-left:before {
  transform-origin: left;
}
.zone.text_photos .col .textdiapo .arrow-right {
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
}
.zone.text_photos .col .textdiapo .arrow-right:before {
  transform-origin: right;
}
.zone.text_photos .col .textdiapo .photo {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}
.zone.text_photos .col .textdiapo .photo:after {
  padding-top: 80%;
  display: block;
  content: "";
}
.zone.text_photos .col .textdiapo .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zone.text_photos .col .photo {
  overflow: hidden;
  max-height: 700px;
  position: relative;
}
.zone.text_photos .col > .photo:first-child {
  position: relative;
  z-index: 5;
}
.zone.text_photos .col > .photo:first-child:after {
  padding-top: 80%;
  display: block;
  content: "";
}
.zone.text_photos .col > .photo:first-child:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  z-index: 2;
}
.zone.text_photos .col > .photo:first-child img,
.zone.text_photos .col > .photo:first-child video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.text_photos .col > .photo:last-child {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 100%;
}
.zone.text_photos .col > .photo:last-child img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.text_photos .col > .photo:last-child:after {
  padding-top: 80%;
  display: block;
  content: "";
}
.zone.text_photos.subtype2 {
  flex-direction: row-reverse;
}
.zone.text_photos.subtype2 .col:nth-of-type(1) {
  padding-right: 45px;
  padding-left: 150px;
}
.zone.text_photos.subtype2 .col .photo:first-child:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 3px solid #000;
}
.zone.text_photos.subtype2 .col .photo:last-child {
  left: 100px;
  width: auto;
  right: -100px;
}
.zone.text_photos.subtype2 .col > .c-link {
  margin-bottom: 0px;
  transform: unset;
}
.zone.text_photos.subtype2 .col > .c-link a {
  margin-top: 0;
}
.zone.text_photos.subtype2 .col > .c-link:after {
  display: none;
}
.zone.text_photos.subtype2 .col > p {
  margin-top: 0;
}
.zone.text_photos.subtype3 {
  flex-direction: column;
}
.zone.text_photos.subtype3 .col {
  max-width: unset;
  width: 100%;
  flex: none;
}
.zone.text_photos.subtype3 .col .first_trait {
  display: none;
}
.zone.text_photos.subtype3 .col:nth-of-type(1) {
  max-width: unset;
  z-index: 10;
  padding: 0;
}
.zone.text_photos.subtype3 .col .desc {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.zone.text_photos.subtype3 .col .c-link {
  position: relative;
  transform: translate(0, 45px);
}
.zone.text_photos.subtype3 .col .c-link:before {
  flex: none;
  height: 50px;
  margin-top: 0;
}
.zone.text_photos.subtype3 .col .c-link:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #8D8162;
  transform: translate(-50%);
  content: "";
  display: block;
}
.zone.text_photos.subtype3 .col:nth-of-type(2) {
  padding-bottom: 0;
}
.zone.text_photos.subtype3 .col .photo .textdiapo {
  max-height: 500px;
}
.zone.text_photos.subtype3 .col .photo .textdiapo .photo:after {
  padding: 50%;
}
.zone.text_photos.subtype3 .col .photo:nth-of-type(1) {
  max-height: 500px;
}
.zone.text_photos.subtype3 .col .photo:nth-of-type(1):after {
  padding-top: 50%;
}
.zone.text_photos.subtype3 .col .photo:nth-of-type(1):before {
  display: none;
}
.zone.text_photos.subtype3 .col .photo:nth-of-type(2) {
  position: relative;
  left: 0;
  top: 0;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 10;
  margin-top: -150px;
  height: 300px;
}
.zone.text_photos.subtype3 .col .photo:nth-of-type(2):before {
  right: 0;
  content: "";
  z-index: 5;
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
.zone.text_photos.subtype3 .col .photo:nth-of-type(2):after {
  display: none;
}
@media screen and (max-width: 1400px) {
  .zone.text_photos .col .desc {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .zone.text_photos.subtype2 .col .photo:nth-of-type(2) {
    left: 0;
  }
  .zone.text_photos.subtype3 .col .desc {
    padding: 0;
  }
  .zone.text_photos.subtype3 .col .c-link:after {
    transform: translate(-50%);
  }
  .zone.text_photos.subtype3 .col:nth-of-type(2) {
    display: block;
  }
  .zone.text_photos.subtype3 .col:nth-of-type(2) .photo:nth-of-type(2) {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    display: block;
    height: auto;
    max-height: 300px;
    margin-top: -75px;
  }
  .zone.text_photos.subtype3 .col:nth-of-type(2) .photo:nth-of-type(2):after {
    padding-top: 33.3%;
    display: block;
    content: "";
  }
  .zone.text_photos .col:nth-of-type(1) {
    max-width: 45%;
    padding: 0 45px !important;
  }
  .zone.text_photos .col:nth-of-type(2) {
    padding-bottom: 0;
  }
  .zone.text_photos .col .photo:nth-of-type(2) {
    position: relative;
    left: 0;
    top: 0;
    flex: 1;
    margin-top: 10px;
    max-height: 300px;
  }
  .zone.text_photos .col .photo:nth-of-type(2):after {
    padding-top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .zone.diapo + .reviews + .open-reviews + .zone.text_photos,
  .zone.diapo + .reviews + .open-reviews + .text-diapo + .zone.text_photos {
    padding-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .zone.diapo.subtype3 + .reviews + .open-reviews + .zone.text_photos {
    padding-top: 40px;
  }
  .zone.diapo + .reviews + .open-reviews + .zone.text_photos,
  .zone.diapo + .reviews + .open-reviews + .text-diapo + .zone.text_photos {
    padding-top: 0px;
  }
  .zone.diapo + .reviews + .open-reviews + .zone.text_photos .col .title1,
  .zone.diapo + .reviews + .open-reviews + .text-diapo + .zone.text_photos .col .title1 {
    text-align: center;
    margin-bottom: 25px;
  }
  .zone.text_photos {
    padding-top: 20px;
  }
  .zone.text_photos .col {
    max-width: unset;
    width: 100%;
    flex: 1 1 100%;
    padding: 20px;
  }
  .zone.text_photos .col .first_trait {
    margin-bottom: 25px;
  }
  .zone.text_photos .col .first_trait:after {
    height: 40px;
  }
  .zone.text_photos .col .textdiapo .photo:last-child {
    max-height: 400px;
  }
  .zone.text_photos .col .photo:first-child {
    max-height: 400px;
  }
  .zone.text_photos .col .photo:last-child {
    max-height: 220px;
  }
  .zone.text_photos .col > .photo:nth-of-type(2) {
    display: none;
  }
  .zone.text_photos .col:nth-of-type(1) {
    max-width: unset;
    padding: 0 20px;
  }
}
.zone.text_diapo .elem {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.zone.text_diapo .elem:nth-of-type(even) {
  flex-direction: row-reverse;
}
.zone.text_diapo .elem .col {
  flex: 1;
}
.zone.text_diapo .elem .col:last-child {
  max-width: 55%;
}
.zone.text_diapo .elem .col:first-child {
  padding: 20px 50px;
  max-width: 45%;
}
.zone.text_diapo .elem .col:first-child .top {
  border: 1px solid #8D8162;
  padding: 55px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}
.zone.text_diapo .elem .col:first-child .top:before {
  content: "";
  background: #8D8162;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 5px;
  width: 5px;
}
.zone.text_diapo .elem .col:first-child .top .new {
  display: block;
  margin: 0 auto 25px;
  padding: 15px 25px;
  border: 1px solid #8D8162;
  border-radius: 2px;
  color: #8D8162;
  text-transform: uppercase;
  max-width: 320px;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
.zone.text_diapo .elem .col:first-child .top .little_title {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}
.zone.text_diapo .elem .col:first-child .top .title {
  text-align: center;
  color: #8D8162;
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 45px;
}
.zone.text_diapo .elem .col:first-child .top .title br {
  display: none;
}
.zone.text_diapo .elem .col:first-child .top:after {
  content: "";
  background: #8D8162;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 1px;
}
.zone.text_diapo .elem .col:first-child .bottom {
  padding: 20px 0;
}
.zone.text_diapo .elem .col:first-child .bottom .text {
  text-align: justify;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
}
.zone.text_diapo .elem .col:first-child .bottom .text > ul {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.zone.text_diapo .elem .col:first-child .bottom .text > ul > li {
  position: relative;
  width: 50%;
  margin: 3px 0;
  text-align: left;
  display: flex;
  align-items: center;
}
.zone.text_diapo .elem .col:first-child .bottom .text > ul > li:before {
  content: "";
  background: #8D8162;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}
.zone.text_diapo .elem .col:first-child .bottom .icones {
  display: none;
}
.zone.text_diapo .elem .col:first-child .bottom > a {
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: 1px solid black;
  padding: 20px 0px;
  display: block;
  width: 220px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  text-align: center;
  margin-top: 50px;
  font-size: 1.2rem;
}
.zone.text_diapo .elem .col:last-child {
  padding: 20px 0 20px 20px;
}
.zone.text_diapo .elem .col:last-child .swiper-container .disabled + .arrow-right,
.zone.text_diapo .elem .col:last-child .swiper-container .disabled + .arrow-left {
  display: none;
}
.zone.text_diapo .elem .col:last-child .swiper-container .swiper-pagination {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-left,
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 500ms;
}
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-left:before,
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-right:before {
  background: #8D8162;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: inherit;
}
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-left span,
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-right span {
  position: relative;
  z-index: 5;
  transition: inherit;
}
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-left:hover:before,
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-right:hover:before {
  transform: scaleX(1);
}
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-left:hover span,
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-right:hover span {
  color: #fff;
}
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-left {
  left: 10px;
  transform: translateY(-50%) rotate(90deg);
}
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-left:before {
  transform-origin: left;
}
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-right {
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
}
.zone.text_diapo .elem .col:last-child .swiper-container .arrow-right:before {
  transform-origin: right;
}
.zone.text_diapo .elem .col:last-child .swiper-container .photo {
  width: 100%;
  max-height: 800px;
}
.zone.text_diapo .elem .col:last-child .swiper-container .photo:after {
  padding-top: 90%;
  display: block;
  content: "";
}
.zone.text_diapo .elem .col:last-child .swiper-container .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .zone.text_diapo .elem .col:last-child .swiper-container .photo:after {
    padding-top: 90%;
  }
  .zone.text_diapo .elem .col:first-child .top {
    padding: 25px 35px;
  }
  .zone.text_diapo .elem .col:first-child .bottom > a {
    margin-top: 0;
  }
  .zone.text_diapo .elem .col:first-child .bottom .text > ul > li {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1400px) {
  .zone.text_diapo .elem .col:last-child:after {
    padding-top: 100%;
  }
  .zone.text_diapo .elem .col:first-child {
    max-width: 50%;
  }
  .zone.text_diapo .elem .col:first-child .top .title {
    font-size: 2rem;
  }
  .zone.text_diapo .elem .col:first-child .bottom .text {
    font-size: 1.2rem;
  }
  .zone.text_diapo .elem .col:first-child .bottom > a {
    padding: 10px 0;
  }
  .zone.text_diapo .elem .col:last-child {
    max-width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .zone.text_diapo .elem .col:last-child .swiper-container .photo:after {
    padding-top: 60%;
  }
  .zone.text_diapo .elem {
    flex-direction: column-reverse;
  }
  .zone.text_diapo .elem:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .zone.text_diapo .elem .col {
    max-width: unset !important;
    width: 100%;
  }
  .zone.text_diapo .elem .col:first-child {
    padding: 20px;
  }
  .zone.text_diapo .elem .col:last-child {
    padding: 20px;
  }
  .zone.text_diapo .elem .col:last-child .photo {
    max-height: 500px;
  }
  .zone.text_diapo .elem .col:last-child .photo:after {
    padding-top: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .zone.text_diapo .elem .col:last-child .photo {
    max-height: 300px;
  }
}
.text_options {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0;
}
.text_options .col {
  max-width: 50%;
  flex: 1;
}
.text_options .col .text {
  background: #f7f7f7;
  padding: 100px 100px;
  text-align: justify;
}
.text_options .col .text strong {
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  color: #c58437;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Lato", serif;
}
.text_options .col .text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  flex-direction: column;
  display: flex;
}
.text_options .col .text ul li {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.text_options .col .text ul li:before {
  content: "";
  position: relative;
  height: 8px;
  width: 8px;
  background: #c58437;
  margin-right: 15px;
}
.text_options .col:nth-of-type(2) {
  position: relative;
}
.text_options .col:nth-of-type(2) .photo {
  overflow: hidden;
  display: block;
  max-height: 800px;
}
.text_options .col:nth-of-type(2) .photo:nth-of-type(1) {
  z-index: 5;
  position: relative;
  height: 100%;
}
.text_options .col:nth-of-type(2) .photo:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.text_options .col:nth-of-type(2) .photo:nth-of-type(2):after {
  content: "";
  padding-bottom: 33.3%;
  display: block;
}
.text_options .col:nth-of-type(2) .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.text_options .options {
  text-align: center;
  color: white;
  position: relative;
  flex: 1 1 100%;
}
.text_options .options .content {
  padding: 25px;
  background: #8D815F;
  max-width: 1600px;
  margin: 25px auto;
}
.text_options .options ul {
  display: flex;
}
.text_options .options ul li {
  margin: 0;
  text-align: left;
  flex: 1;
}
.text_options .options ul li strong {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.text_options .options ul li em {
  margin: 5px 0;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.text_options .options ul li em:before {
  content: "";
  position: absolute;
  left: 0px;
  display: inline-block;
  background: white;
  height: 8px;
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}
@media screen and (max-width: 1600px) {
  .text_options .col:nth-of-type(2) .photo {
    height: 100%;
    max-height: unset;
  }
  .text_options .col:nth-of-type(2) .photo:after {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .text_options .col {
    max-width: 50% !important;
  }
}
@media screen and (max-width: 1200px) {
  .text_options {
    flex-direction: column-reverse;
  }
  .text_options .options {
    margin: 0;
  }
  .text_options .options .content {
    margin: 0;
  }
  .text_options .options .content ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .text_options .options .content ul li {
    flex: 1 1 50%;
    margin-bottom: 15px;
  }
  .text_options .col {
    max-width: unset !important;
    width: 100%;
    flex: 1 1 100%;
  }
  .text_options .col .text {
    padding: 20px;
  }
  .text_options .col:nth-of-type(2) {
    order: 2;
  }
  .text_options .col:nth-of-type(2) .photo {
    height: auto;
    max-height: 500px;
  }
  .text_options .col:nth-of-type(2) .photo:after {
    padding-top: 60%;
    display: block;
    content: "";
  }
}
.zone.text_diapo2 .discover {
  display: inline-block;
  padding: 15px 50px;
  text-transform: uppercase;
  border: 1px solid #8D8162;
  transition: all 500ms;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  margin: 25px auto 0;
}
.zone.text_diapo2 .discover:hover {
  background: #8D8162;
  color: #fff;
}
.zone.text_diapo2 .bottom {
  text-align: center;
}
.zone.text_diapo2.subtype1 .col .box {
  position: relative;
}
.zone.text_diapo2.subtype1 .col .box:before {
  content: "";
  background: black;
  position: absolute;
  left: 70%;
  top: -3px;
  right: -3px;
  bottom: 60%;
}
.zone.text_diapo2.subtype2 .col .arrow-left,
.zone.text_diapo2.subtype2 .col .arrow-right {
  z-index: 20;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 0;
  transition: 1s;
  top: 50%;
  padding: 5px 8px;
  border: 1px solid #fff;
  text-align: center;
}
.zone.text_diapo2.subtype2 .col .arrow-left:hover,
.zone.text_diapo2.subtype2 .col .arrow-right:hover {
  cursor: pointer;
  background-color: white;
}
.zone.text_diapo2.subtype2 .col .arrow-left:hover span,
.zone.text_diapo2.subtype2 .col .arrow-right:hover span {
  color: #00626b;
}
.zone.text_diapo2.subtype2 .col .arrow-left:hover span:after,
.zone.text_diapo2.subtype2 .col .arrow-right:hover span:after {
  background-color: #00626b;
}
.zone.text_diapo2.subtype2 .col .arrow-left span,
.zone.text_diapo2.subtype2 .col .arrow-right span {
  transition: 1s;
  font-size: 15px;
  color: #fff;
}
.zone.text_diapo2.subtype2 .col .arrow-left {
  left: 30px;
  transform: rotate(90deg);
}
.zone.text_diapo2.subtype2 .col .swiper-pagination {
  font-family: "Lato", serif;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  bottom: 10px;
}
.zone.text_diapo2.subtype2 .col .arrow-right {
  right: 30px;
  transform: rotate(-90deg);
}
.zone.text_diapo2.subtype2 .col .box {
  position: relative;
}
.zone.text_diapo2.subtype2 .col .box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 35%;
  z-index: 5;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}
.zone.text_diapo2.subtype3 .col:first-child .text_li {
  margin-top: 10px;
  background: #F7F7F8;
  padding: 20px 40px;
}
.zone.text_diapo2.subtype3 .col:first-child .text_li ul {
  position: relative;
}
.zone.text_diapo2.subtype3 .col:first-child .text_li ul:before {
  content: "";
  background: #8D8162;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.zone.text_diapo2.subtype3 .col:first-child .text_li ul li {
  margin: 3px;
  text-align: center;
}
.zone.text_diapo2.subtype3 .col:last-child .box {
  position: relative;
  margin: 0 25px;
  margin-top: 20px;
}
.zone.text_diapo2.subtype3 .col:last-child .box:before {
  content: "";
  background: black;
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: 80%;
}
.zone.text_diapo2.subtype3 .col:last-child .box .swiper-container {
  height: 400px;
  padding-bottom: 0;
}
.zone.text_diapo2.subtype3 .col:last-child .box .swiper-container .photo img {
  height: 100%;
  width: 100%;
}
.zone.text_diapo2.subtype3 .col:last-child .box .swiper-container .arrow-left,
.zone.text_diapo2.subtype3 .col:last-child .box .swiper-container .arrow-right {
  z-index: 20;
  position: absolute;
  bottom: 20px;
  border-radius: 10%;
  transition: 1s;
}
.zone.text_diapo2.subtype3 .col:last-child .box .swiper-container .arrow-left span,
.zone.text_diapo2.subtype3 .col:last-child .box .swiper-container .arrow-right span {
  transition: 1s;
  font-size: 15px;
  line-height: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.zone.text_diapo2.subtype3 .col:last-child .box .swiper-container .arrow-left {
  left: 30px;
  transform: rotate(90deg);
}
.zone.text_diapo2.subtype3 .col:last-child .box .swiper-container .swiper-pagination {
  font-family: "Lato", serif;
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  bottom: 30px;
}
.zone.text_diapo2.subtype3 .col:last-child .box .swiper-container .arrow-right {
  right: 30px;
  transform: rotate(-90deg);
}
.zone.text_diapo2 .col {
  padding: 20px 25px;
}
.zone.text_diapo2 .col:first-child .top {
  border: 1px solid #8D8162;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}
.zone.text_diapo2 .col:first-child .top:after {
  content: "";
  background: #8D8162;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 1px;
}
.zone.text_diapo2 .col:first-child .top:before {
  content: "";
  background: #8D8162;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 5px;
  width: 5px;
}
.zone.text_diapo2 .col:first-child .top .title {
  text-align: center;
  color: #8D8162;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 45px;
}
.zone.text_diapo2 .col:first-child .bottom .box {
  margin-top: 20px;
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container {
  height: 300px;
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .photo img {
  height: 100%;
  width: 100%;
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-left,
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-right {
  z-index: 20;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 0;
  transition: 1s;
  bottom: 20px;
  padding: 5px 8px;
  border: 1px solid #fff;
  text-align: center;
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-left:hover,
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-right:hover {
  cursor: pointer;
  background-color: white;
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-left:hover span,
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-right:hover span {
  color: #00626b;
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-left:hover span:after,
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-right:hover span:after {
  background-color: #00626b;
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-left span,
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-right span {
  transition: 1s;
  font-size: 15px;
  color: #fff;
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-left {
  left: 30px;
  transform: rotate(90deg);
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .swiper-pagination {
  font-family: "Lato", serif;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  bottom: 10px;
}
.zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-right {
  right: 30px;
  transform: rotate(-90deg);
}
.zone.text_diapo2 .col:first-child .bottom .text {
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}
.zone.text_diapo2 .col:first-child .bottom .text p {
  text-align: justify;
}
.zone.text_diapo2 .col:first-child .bottom .text ul {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.zone.text_diapo2 .col:first-child .bottom .text ul li {
  margin: 3px;
  text-align: left;
}
.zone.text_diapo2 .col:first-child .bottom .text ul li:before {
  content: "";
  background: #8D8162;
  width: 8px;
  height: 8px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.zone.text_diapo2 .col:last-child {
  padding: 20px 0;
}
.zone.text_diapo2 .col:last-child .photo.big {
  height: 500px;
}
.zone.text_diapo2 .col:last-child .text {
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  margin: 35px 40px;
}
.zone.text_diapo2 .col:last-child .text p {
  text-align: justify;
}
.zone.text_diapo2 .col:last-child .text ul {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.zone.text_diapo2 .col:last-child .text ul li {
  margin: 3px;
  text-align: left;
}
.zone.text_diapo2 .col:last-child .text ul li:before {
  content: "";
  background: #8D8162;
  width: 8px;
  height: 8px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.zone.text_diapo2 .col:last-child .trait {
  position: relative;
  left: 50%;
  display: block;
  background: #8D8162;
  height: 60px;
  width: 1px;
}
.zone.text_diapo2 .col:last-child .trait:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #8D8162;
}
.zone.text_diapo2 .col:last-child .title2 {
  font-family: "Lato", serif;
  text-align: center;
  color: #8D8162;
  padding: 25px 25px;
  font-weight: 100;
  font-size: 3rem;
  line-height: 45px;
}
@media screen and (min-width: 900px) {
  .zone.text_diapo2 .col:first-child .bottom .box .swiper-container {
    height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .zone.text_diapo2 {
    display: flex;
  }
  .zone.text_diapo2.subtype1 .bottom .box:before {
    top: -2px;
    right: -2px;
    bottom: 40%;
  }
  .zone.text_diapo2.subtype2 .col:first-child {
    order: 2;
  }
  .zone.text_diapo2.subtype2 .col:first-child .box {
    transform: translateX(-10%);
  }
  .zone.text_diapo2.subtype2 .col:last-child {
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .zone.text_diapo2.subtype2 .col:last-child .text {
    margin: 35px 75px 35px 25px;
  }
  .zone.text_diapo2.subtype2 .col:last-child .trait {
    display: none;
  }
  .zone.text_diapo2.subtype2 .col:last-child .photo.big {
    flex: none;
    height: 600px;
  }
  .zone.text_diapo2.subtype3 .col:first-child .text_li {
    margin-top: 50px;
  }
  .zone.text_diapo2.subtype3 .col:first-child .text_li ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .zone.text_diapo2.subtype3 .col:first-child .text_li ul:before {
    display: none;
  }
  .zone.text_diapo2.subtype3 .col:first-child .text_li ul li {
    margin: 5px 0;
    text-align: left;
    position: relative;
    width: 50%;
  }
  .zone.text_diapo2.subtype3 .col:first-child .text_li ul li:before {
    content: "";
    background: #8D8162;
    position: absolute;
    left: -15px;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .zone.text_diapo2.subtype3 .col:first-child .text_li ul li:nth-child(2n+0) {
    padding-left: 50px;
  }
  .zone.text_diapo2.subtype3 .col:first-child .text_li ul li:nth-child(2n+0):before {
    left: 35px;
  }
  .zone.text_diapo2.subtype3 .col:last-child {
    display: flex;
    flex-direction: column;
  }
  .zone.text_diapo2.subtype3 .col:last-child .box {
    flex: 1;
    top: -80px;
    margin: 0 80px;
  }
  .zone.text_diapo2.subtype3 .col:last-child .box:before {
    left: -2px;
    top: -2px;
    right: -2px;
  }
  .zone.text_diapo2.subtype3 .col:last-child .box .swiper-container {
    height: calc(100% + 80px);
  }
  .zone.text_diapo2.subtype3 .col:last-child .photo.big {
    height: 45%;
  }
  .zone.text_diapo2.subtype3 .col:last-child .trait {
    display: none;
  }
  .zone.text_diapo2 .col {
    width: 50%;
  }
  .zone.text_diapo2 .col:first-child .top {
    padding: 50px 20px;
  }
  .zone.text_diapo2 .col:first-child .bottom .box {
    width: 110%;
  }
  .zone.text_diapo2 .col:first-child .bottom .box .swiper-container {
    height: 500px;
  }
  .zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-right {
    right: 20%;
  }
  .zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-left {
    left: 20%;
  }
  .zone.text_diapo2 .col:last-child .trait {
    height: 120px;
  }
  .zone.text_diapo2 .col:last-child .trait:after {
    width: 8px;
    height: 8px;
  }
  .zone.text_diapo2 .col:last-child .title2 {
    padding: 25px 140px;
  }
  .zone.text_diapo2 .col:last-child .photo.big {
    height: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .zone.text_diapo2.subtype2 .col:first-child .bottom .box {
    width: calc(100% + 150px);
    transform: translateX(-150px);
  }
  .zone.text_diapo2.subtype2 .box:before {
    left: -8px;
  }
  .zone.text_diapo2 .col:first-child {
    padding: 20px 50px;
  }
  .zone.text_diapo2 .col:first-child .top {
    padding: 25px 20px 50px;
  }
  .zone.text_diapo2 .col:first-child .top .title {
    font-size: 3rem;
  }
  .zone.text_diapo2 .col:first-child .bottom .text {
    font-size: 1.2rem;
    margin: 25px 0;
  }
  .zone.text_diapo2 .col:first-child .bottom .box .swiper-container {
    height: 500px;
  }
  .zone.text_diapo2 .col:first-child .bottom .box .swiper-container .swiper-pagination {
    bottom: 10px;
    font-style: italic;
  }
  .zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-left {
    left: 35%;
  }
  .zone.text_diapo2 .col:first-child .bottom .box .swiper-container .arrow-right {
    right: 35%;
  }
  .zone.text_diapo2 .col:last-child .text {
    font-size: 1.2rem;
    margin: 50px 200px 0 20px !important;
    padding-left: 40px;
  }
}
.zone.text_diapo2 .col .box > .photo {
  overflow: hidden;
  max-height: 500px;
}
.zone.text_diapo2 .col .box > .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zone.text_diapo2 .col .box > .photo:after {
  padding-top: 75%;
  content: "";
  display: block;
}
.zone.text_diapo2 .col .box .textdiapo2 {
  max-height: 600px;
}
.zone.text_diapo2 .col .box .textdiapo2.disabled .arrow-left,
.zone.text_diapo2 .col .box .textdiapo2.disabled .arrow-right {
  display: none;
}
.zone.text_diapo2 .col .box .textdiapo2 .photo {
  overflow: hidden;
}
.zone.text_diapo2 .col .box .textdiapo2 .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zone.text_diapo2 .col .box .textdiapo2 .photo:after {
  padding-top: 75%;
  content: "";
  display: block;
}
.zone.text_diapo2 .col:first-child .bottom .text ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.zone.text_diapo2 .col:first-child .bottom .text ul li {
  padding: 0 10px;
  flex: 1 1 50%;
  margin: 3px 0;
}
@media screen and (max-width: 1200px) {
  .zone.text_diapo2.subtype2 .col .box:before {
    display: none;
  }
  .zone.text_diapo2 .col:first-child .bottom .box {
    display: none;
  }
  .zone.text_diapo2 .col .box .textdiapo2 {
    max-height: 400px;
  }
  .zone.text_diapo2 .col .box > .photo {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .zone.text_diapo2 .col:first-child .bottom .text ul li {
    padding: 0px;
    flex: 1 1 100%;
    margin: 3px 0;
  }
}
.zone.diapo + .reviews + .zone.text_photos2 {
  padding-top: 80px;
}
.zone.text_photos2 {
  display: flex;
  flex-direction: column;
}
.zone.text_photos2 .col {
  flex: 1;
  padding: 40px 25px;
}
.zone.text_photos2 .col:last-child {
  order: 1;
}
.zone.text_photos2 .col:last-child .top {
  border: 1px solid #2b1507;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}
.zone.text_photos2 .col:last-child .top:after {
  content: "";
  background: #2b1507;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 1px;
}
.zone.text_photos2 .col:last-child .top:before {
  content: "";
  background: #2b1507;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 5px;
  width: 5px;
}
.zone.text_photos2 .col:last-child .top .title {
  text-align: center;
  color: #c58437;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 45px;
}
.zone.text_photos2 .col:last-child .bottom .text {
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
}
.zone.text_photos2 .col:last-child .bottom .text p {
  text-align: justify;
}
.zone.text_photos2 .col:last-child .bottom .text ul {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.zone.text_photos2 .col:last-child .bottom .text ul li {
  margin: 3px;
  text-align: left;
}
.zone.text_photos2 .col:last-child .bottom .text ul li:before {
  content: "";
  background: #8D8162;
  width: 8px;
  height: 8px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.zone.text_photos2 .col:last-child .bottom > a {
  text-transform: uppercase;
  color: white;
  background-color: #cc6219;
  padding: 15px 0px;
  display: block;
  width: 220px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 50px;
  font-size: 1.2rem;
  transition: all 500ms;
}
.zone.text_photos2 .col:last-child .bottom > a:hover {
  background: #2b1507;
}
.zone.text_photos2 .col:last-child .photo.border {
  margin-top: 20px;
  height: 180px;
  position: relative;
  overflow: visible;
}
.zone.text_photos2 .col:last-child .photo.border img {
  width: 100%;
  height: 100%;
}
.zone.text_photos2 .col:last-child .photo.border:before {
  z-index: -1;
  content: "";
  background: #2b1507;
  position: absolute;
  left: -4px;
  top: -4px;
  right: 70%;
  bottom: 60%;
}
.zone.text_photos2 .col:first-child {
  order: 2;
  padding: 20px 0;
}
.zone.text_photos2 .col:first-child .photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.text_photos2 .col:first-child .photo.big {
  height: 300px;
}
.zone.text_photos2 .col:first-child .text {
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  margin: 35px 40px;
}
.zone.text_photos2 .col:first-child .text p {
  text-align: justify;
}
.zone.text_photos2 .col:first-child .text ul {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.zone.text_photos2 .col:first-child .text ul li {
  margin: 3px;
  text-align: left;
}
.zone.text_photos2 .col:first-child .text ul li:before {
  content: "";
  background: #8D8162;
  width: 8px;
  height: 8px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.zone.text_photos2 .col:first-child .title2 {
  font-family: "Lato", serif;
  text-align: center;
  color: #8D8162;
  padding: 25px 25px;
  font-weight: 100;
  font-size: 3rem;
  line-height: 45px;
}
@media screen and (min-width: 1200px) {
  .zone.text_photos2 {
    flex-direction: row;
    padding: 2rem 0;
  }
  .zone.text_photos2.subtype1 .col:first-child .title2 {
    margin-right: 75px;
    padding: 25px 80px;
  }
  .zone.text_photos2 .col {
    width: 50%;
    flex-basis: 50%;
  }
  .zone.text_photos2 .col:first-child {
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .zone.text_photos2 .col:first-child .title2 {
    padding: 25px 140px;
  }
  .zone.text_photos2 .col:first-child .photo.big {
    flex: none;
    height: 650px;
  }
  .zone.text_photos2 .col:first-child .photo.big > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .zone.text_photos2 .col:last-child {
    order: 2;
  }
  .zone.text_photos2 .col:last-child .photo.border {
    z-index: 10;
    width: 120%;
    float: right;
    position: relative;
    height: 0;
    padding-bottom: 50%;
  }
  .zone.text_photos2 .col:last-child .photo.border img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .zone.text_photos2.subtype2 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1600px) {
  .zone.text_photos2 .col:first-child .title2 {
    padding: 80px 150px !important;
    font-size: 4rem;
  }
  .zone.text_photos2 .col:last-child {
    padding: 25px 100px;
  }
  .zone.text_photos2 .col:last-child .photo.border {
    width: 130%;
    margin-top: 60px;
  }
  .zone.text_photos2 .col:last-child .photo.border:before {
    left: -3px;
    top: -3px;
  }
  .zone.text_photos2 .col:last-child .top {
    margin-bottom: 90px;
    padding: 60px 25px;
  }
  .zone.text_photos2 .col:last-child .top .title {
    font-size: 3rem;
  }
  .zone.text_photos2 .col:last-child .text {
    font-size: 1.4rem !important;
  }
}
.zone.doublephotos_text {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.zone.doublephotos_text .col {
  padding: 20px 25px;
}
.zone.doublephotos_text .col:first-child {
  flex: 1;
  order: 2;
  padding: 0;
}
.zone.doublephotos_text .col:first-child .photo.big {
  height: 300px;
}
.zone.doublephotos_text .col:last-child {
  flex: 1;
  order: 1;
}
.zone.doublephotos_text .col:last-child .text {
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
}
.zone.doublephotos_text .col:last-child .text p {
  text-align: justify;
}
.zone.doublephotos_text .col:last-child .text ul {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.zone.doublephotos_text .col:last-child .text ul:before {
  content: "";
  background: #8D8162;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.zone.doublephotos_text .col:last-child .text ul li {
  margin: 3px;
  text-align: center;
}
.zone.doublephotos_text .col:last-child .photo.border {
  margin-top: 20px;
  height: 180px;
  position: relative;
  overflow: visible;
}
.zone.doublephotos_text .col:last-child .photo.border img {
  width: 100%;
  height: 100%;
}
.zone.doublephotos_text .col:last-child .photo.border:before {
  z-index: -1;
  content: "";
  position: absolute;
  background: black;
  left: -4px;
  top: -4px;
  right: 70%;
  bottom: 60%;
}
@media screen and (min-width: 1200px) {
  .zone.doublephotos_text {
    flex-direction: row;
  }
  .zone.doublephotos_text .col {
    width: 50%;
  }
  .zone.doublephotos_text .col:first-child {
    order: 1;
  }
  .zone.doublephotos_text .col:first-child .photo.big {
    flex: 1;
    height: 85%;
  }
  .zone.doublephotos_text .col:last-child {
    order: 2;
  }
  .zone.doublephotos_text .col:last-child .text {
    margin: 55px 75px;
  }
  .zone.doublephotos_text .col:last-child .text ul {
    line-height: 25px;
  }
  .zone.doublephotos_text .col:last-child .text ul:before {
    display: none;
  }
  .zone.doublephotos_text .col:last-child .text ul li {
    text-align: left;
    position: relative;
  }
  .zone.doublephotos_text .col:last-child .text ul li:before {
    content: "";
    background: #8D8162;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
  }
  .zone.doublephotos_text .col:last-child .photo.border {
    position: relative;
    height: auto;
    padding-bottom: 50%;
    z-index: 10;
    float: right;
    width: 120%;
  }
  .zone.doublephotos_text .col:last-child .photo.border img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .zone.doublephotos_text .col:first-child {
    padding-left: 100px;
  }
  .zone.doublephotos_text .col:last-child {
    padding-right: 100px;
  }
  .zone.doublephotos_text .col:last-child .text {
    font-size: 1.6rem;
  }
  .zone.doublephotos_text .col:last-child .photo.border:before {
    left: -8px;
    top: -8px;
  }
}
.zone.tarifs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 50px;
}
.zone.tarifs .col {
  flex: 1;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
}
.zone.tarifs .col .desc2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 80px;
}
.zone.tarifs .col .top {
  margin: 20px 0px;
  border: 1px solid #8D8162;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}
.zone.tarifs .col .top:after {
  content: "";
  background: #8D8162;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 1px;
}
.zone.tarifs .col .top:before {
  content: "";
  background: #8D8162;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 5px;
  width: 5px;
}
.zone.tarifs .col .top .title {
  text-align: center;
  color: #8D8162;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 45px;
}
.zone.tarifs .col .title2 {
  margin: 50px 25px 0px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
}
.zone.tarifs .col .tableau {
  font-family: "Lato", serif;
}
.zone.tarifs .col .tableau tr {
  height: 60px !important;
  align-items: center;
  vertical-align: middle;
}
.zone.tarifs .col .tableau tr td {
  vertical-align: middle;
  color: white;
  border: 1px solid white;
}
.zone.tarifs .col .tableau tr td:first-child {
  background-color: black;
}
.zone.tarifs .col .tableau tr td:last-child {
  background-color: #8D8162;
}
.zone.tarifs .col .desc {
  position: relative;
}
.zone.tarifs .col .desc a.resa-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000000;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: all 500ms;
}
.zone.tarifs .col .desc a.resa-btn:hover {
  background: #8D8162;
}
.zone.tarifs .col .desc > p {
  max-width: 50%;
}
.zone.tarifs .col .desc > ul {
  margin-bottom: 25px;
}
.zone.tarifs .col .desc > ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.zone.tarifs .col .desc > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 15px;
  background: #8D8162;
}
@media screen and (max-width: 1200px) {
  .zone.tarifs {
    padding-bottom: 25px;
  }
  .zone.tarifs .col {
    padding: 0 20px;
    flex: 1 1 100%;
    padding-bottom: 25px;
  }
  .zone.tarifs .col .top .title {
    font-size: 2.6rem;
  }
  .zone.tarifs .col .title2 {
    margin: 25px 0 25px;
  }
  .zone.tarifs .col .desc2 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 800px) {
  .zone.tarifs .col .top .title {
    font-size: 2.2rem;
  }
  .zone.tarifs .col .desc > p {
    max-width: unset;
  }
  .zone.tarifs .col .desc a.resa-btn {
    position: relative;
    margin-top: 25px;
    right: auto;
    bottom: auto;
    display: inline-block;
  }
}
.zone.devis {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 25px;
  justify-content: center;
}
.zone.devis .col {
  flex: 1;
  max-width: 800px;
  padding: 0 50px;
}
.zone.devis .col .desc {
  position: relative;
  text-align: justify;
}
.zone.devis .col .desc a.resa-btn {
  background: #000000;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: all 500ms;
  display: inline-block;
  margin-top: 25px;
}
.zone.devis .col .desc a.resa-btn:hover {
  background: #8D8162;
}
.zone.devis .col .desc > ul {
  margin-bottom: 25px;
}
.zone.devis .col .desc > ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
}
.zone.devis .col .desc > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 15px;
  background: #8D8162;
}
.zone.devis .warning {
  text-align: justify;
}
.zone.devis .c-top .top {
  margin: 20px 0px;
  border: 1px solid #8D8162;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}
.zone.devis .c-top .top:after {
  content: "";
  background: #8D8162;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 1px;
}
.zone.devis .c-top .top:before {
  content: "";
  background: #8D8162;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 5px;
  width: 5px;
}
.zone.devis .c-top .top .title {
  text-align: center;
  color: #8D8162;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 45px;
}
.zone.devis .form {
  flex: 1 1 100%;
  margin-top: 25px;
}
.zone.devis .form .groups {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
  justify-content: flex-start;
  margin-left: -25px;
  margin-right: -25px;
}
.zone.devis .form .groups .form-group {
  flex: 1;
  max-width: 39%;
  padding: 0 25px;
}
.zone.devis .form .groups .form-group .elt {
  position: relative;
  border: 1px solid #8D8162;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 15px;
}
.zone.devis .form .groups .form-group .elt label {
  color: #8D8162;
  text-transform: uppercase;
  flex: 1;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
}
.zone.devis .form .groups .form-group .elt input,
.zone.devis .form .groups .form-group .elt select {
  border: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #8D8162;
  outline: none;
  font-size: 1.1rem;
  padding-left: 15px;
  border-left: 1px solid #8D8162;
  text-transform: uppercase;
  cursor: pointer;
}
.zone.devis .form .groups .form-group[data-name="contact_form[age]"] {
  flex: none;
}
.zone.devis .form .groups .form-group[data-name="contact_form[age]"] select {
  padding: 0;
  border: 0;
}
.zone.devis .form .groups .form-group[data-name="contact_form[age]"] label {
  display: none;
}
.zone.devis .form .groups.groups2 {
  max-width: unset;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.zone.devis .form .groups.groups2 > p {
  flex: 1 1 100%;
  padding: 0 25px;
  margin-bottom: 25px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zone.devis .form .groups.groups2 > p:before {
  content: "";
  margin-right: 15px;
  height: 8px;
  width: 8px;
  background: #8D8162;
}
.zone.devis .form .groups.groups2 .form-group {
  max-width: 33.3%;
  flex: 1 1 100%;
}
.zone.devis .form .groups.groups2 .form-group .elt {
  border: 0;
  align-items: center;
  padding: 0 0px 15px 0;
}
.zone.devis .form .groups.groups2 .form-group .elt label {
  padding-right: 25px;
  font-size: 1.1rem;
  color: #777;
  text-align: justify;
}
.zone.devis .form .groups.groups2 .form-group .elt select {
  border: 1px solid #8D8162;
  padding: 10px;
}
.zone.devis .form .groups.groups3 {
  margin-bottom: 15px;
}
.zone.devis .form .groups.groups3 > p {
  flex: 1 1 100%;
  padding: 0 25px;
  margin-bottom: 25px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zone.devis .form .groups.groups3 > p:before {
  content: "";
  margin-right: 15px;
  height: 8px;
  width: 8px;
  background: #8D8162;
}
.zone.devis .form .groups.groups3 .form-group .elt label {
  display: none;
}
.zone.devis .form .groups.groups3 .form-group .elt input {
  width: 100%;
  border: 0;
  text-align: left;
  cursor: unset;
  padding: 0;
}
.zone.devis .form .groups.groups4 .form-group {
  max-width: 50%;
}
.zone.devis .form .groups.groups4 .form-group .elt {
  padding: 0;
  border: 0;
}
.zone.devis .form .groups.groups4 .form-group .elt:nth-of-type(2) {
  margin-top: 15px;
}
.zone.devis .form .groups.groups4 .form-group .elt label {
  flex: 1 1 100%;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.zone.devis .form .groups.groups4 .form-group .elt label:before {
  content: "";
  margin-right: 15px;
  height: 8px;
  width: 8px;
  background: #8D8162;
}
.zone.devis .form .groups.groups4 .form-group .elt textarea {
  font-family: "Lato", sans-serif;
  width: 100%;
  resize: vertical;
  padding: 15px;
  height: 160px;
}
.zone.devis .form .groups.groups4 .form-group .elt input {
  border: 1px solid #8D8162;
  padding: 15px;
  width: 100%;
  cursor: unset;
  text-align: left;
}
.zone.devis .form .groups.groups4 .form-group .elt select {
  padding: 15px;
  border: 1px solid #8D8162;
  width: 100%;
}
.zone.devis .form .groups.groups5 .form-group {
  max-width: 50%;
}
.zone.devis .form .groups.groups5 .form-group .elt {
  padding: 0;
  border: 0;
  flex-direction: row-reverse;
}
.zone.devis .form .groups.groups5 .form-group .elt label {
  margin-left: 15px;
  text-transform: unset;
  color: #212121;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: unset;
}
.zone.devis .form .groups.groups5 .form-group .elt input {
  margin-left: 0;
}
.zone.devis .form .groups.groups6 .form-group .elt {
  padding: 0;
  border: 0;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.zone.devis .form .groups.groups6 .form-group .elt button {
  background: #000000;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
  padding: 15px 35px;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: all 500ms;
}
.zone.devis .form .groups.groups6 .form-group .elt button:hover {
  background: #8D8162;
}
@media screen and (max-width: 1200px) {
  .zone.devis .c-top .top .title {
    font-size: 2.2rem;
  }
  .zone.devis {
    padding-top: 0;
  }
  .zone.devis .col {
    flex: 1 1 100%;
    padding: 20px;
    padding-top: 0;
  }
  .zone.devis .col:nth-of-type(1) {
    max-width: unset;
  }
}
@media screen and (max-width: 720px) {
  .zone.devis .form .groups .form-group {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
  .zone.devis .form .groups .form-group {
    max-width: unset;
  }
  .zone.devis .form .groups.groups4 .form-group {
    max-width: unset;
  }
  .zone.devis .form .groups {
    margin-bottom: 0;
  }
  .zone.devis .form .groups .form-group[data-name="contact_form[age]"] {
    flex: 1 1 100%;
  }
  .zone.devis .form .groups .form-group[data-name="contact_form[age]"] label {
    display: block;
  }
  .zone.devis .form .groups.groups2 > p {
    margin-top: 15px;
  }
  .zone.devis .form .groups.groups2 .form-group {
    max-width: unset;
  }
  .zone.devis .form .groups.groups3 {
    margin-bottom: 0;
  }
  .zone.devis .form .groups.groups6 .form-group .elt button {
    margin-top: 25px;
  }
  .zone.devis .form .groups.groups5 .form-group {
    max-width: unset;
  }
}
@keyframes disparition {
  from {
    height: auto;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}
.grid-item--width20 {
  width: 20%;
}
.grid-item--width30 {
  width: 30%;
}
.grid-item--width33 {
  width: 33%;
}
.grid-item--width35 {
  width: 35%;
}
.grid-item--width40 {
  width: 40%;
}
.grid-item--width50 {
  width: 50%;
}
.grid-item--width60 {
  width: 60%;
}
.grid-item--width65 {
  width: 65%;
}
.grid-item--width67 {
  width: 67%;
}
.grid-item--width100 {
  width: 100%;
}
.grid-item--ratio100 {
  padding-top: 100%;
}
.grid-item--ratio80 {
  padding-top: 80%;
}
.grid-item--ratio75 {
  padding-top: 75%;
}
.grid-item--ratio60 {
  padding-top: 60%;
}
.grid-item--ratio50 {
  padding-top: 50%;
}
.grid-item--ratio40 {
  padding-top: 40%;
}
.grid-item--ratio35 {
  padding-top: 35%;
}
.grid-item--ratio30 {
  padding-top: 30%;
}
.grid-item--ratio25 {
  padding-top: 25%;
}
.grid-item--ratio20 {
  padding-top: 20%;
}
.absolute_top_left {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery {
  position: relative;
  padding: 0 2rem;
  padding-top: 25px;
}
.gallery input:not(:checked) + label {
  display: block;
}
.gallery label {
  width: 150px;
  background: #cc6219;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: 0.5s ease-in-out;
  position: relative;
  left: 50%;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  transform: translateX(-50%);
  margin: 50px 0;
}
.gallery label:hover {
  background: #2b1507;
  cursor: pointer;
}
.gallery .block {
  display: block;
}
.gallery .block.hide {
  display: none;
}
.gallery input {
  display: none;
}
.gallery input + .grid {
  display: block;
}
.gallery input:checked + label {
  display: none;
}
.gallery input:checked ~ .grid {
  display: block !important;
}
.gallery input:not(:checked) ~ .grid {
  animation: disparition 1s forwards;
}
.gallery > a {
  position: relative;
}
.gallery.subtype1 .title {
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  position: relative;
}
.gallery.subtype1 .title h1 {
  padding: 0 4rem 4rem;
  text-align: center;
  font-size: 5rem;
}
.gallery .title {
  position: absolute;
  top: 0;
  background: white;
  z-index: 2;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  left: 50%;
  width: 300px;
}
.gallery .title h1 {
  color: #c0a86b;
  padding: 4rem 4rem;
  font-family: "Playfair Display";
  font-style: italic;
  position: relative;
  text-align: center;
  font-size: 5rem;
}
.gallery .title h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2rem;
  background: #c0a86b;
  height: 1px;
  width: 30px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.gallery .grid:after {
  content: '';
  display: block;
  clear: both;
}
.gallery .grid .grid-item {
  float: left;
  width: 20%;
  height: 100px;
  position: relative;
}
.gallery .grid .grid-item .photo {
  position: absolute;
  top: 0;
  left: 0;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.gallery .grid .grid-item .photo a {
  width: 100%;
  height: 100%;
}
.gallery .grid .grid-item:nth-child(9n - 8) {
  width: 50%;
  padding-top: 40%;
}
.gallery .grid .grid-item:nth-child(9n - 7) {
  width: 50%;
  padding-top: 40%;
}
.gallery .grid .grid-item:nth-child(9n - 6) {
  width: 33%;
  padding-top: 30%;
}
.gallery .grid .grid-item:nth-child(9n - 5) {
  width: 67%;
  padding-top: 30%;
}
.gallery .grid .grid-item:nth-child(9n - 4) {
  width: 33%;
  padding-top: 25%;
}
.gallery .grid .grid-item:nth-child(9n - 3) {
  width: 33%;
  padding-top: 25%;
}
.gallery .grid .grid-item:nth-child(9n - 2) {
  width: 33%;
  padding-top: 25%;
}
.gallery .grid .grid-item:nth-child(9n - 1) {
  width: 67%;
  padding-top: 35%;
}
.gallery .grid .grid-item:nth-child(9n) {
  width: 33%;
  padding-top: 35%;
}
@media all and (max-width: 800px) {
  .gallery .title {
    padding-top: 4rem;
  }
  .gallery .grid .grid-item:nth-child(9n),
  .gallery .grid .grid-item:nth-child(9n - 2),
  .gallery .grid .grid-item:nth-child(9n - 3),
  .gallery .grid .grid-item:nth-child(9n - 4),
  .gallery .grid .grid-item:nth-child(9n - 6),
  .gallery .grid .grid-item:nth-child(9n - 7),
  .gallery .grid .grid-item:nth-child(9n - 8) {
    width: 100%;
    padding-top: 75%;
  }
  .gallery .grid .grid-item:nth-child(9n - 5),
  .gallery .grid .grid-item:nth-child(9n - 1) {
    width: 100%;
    padding-top: 40%;
  }
}
.zone.listing_elem {
  padding: 25px;
}
.zone.listing_elem .top {
  border: 1px solid #8D8162;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}
.zone.listing_elem .top:after {
  content: "";
  background: #8D8162;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 1px;
}
.zone.listing_elem .top:before {
  content: "";
  background: #8D8162;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 5px;
  width: 5px;
}
.zone.listing_elem .top .title {
  font-family: "Lato", serif;
  text-align: center;
  color: #8D8162;
  text-transform: uppercase;
  font-size: 3.5rem;
  margin: 0 40px;
  line-height: 45px;
}
.zone.listing_elem .box {
  position: relative;
}
.zone.listing_elem .box:before {
  position: relative;
  content: "";
  display: block;
  padding-bottom: 70%;
}
.zone.listing_elem .box .photo {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.zone.listing_elem p {
  text-align: center;
  padding: 20px 5px 60px 5px;
}
@media screen and (min-width: 900px) {
  .zone.listing_elem .box:before {
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .zone.listing_elem {
    display: flex;
    flex-direction: row;
  }
  .zone.listing_elem .elem {
    flex: 1;
    margin: 0 25px;
  }
}
@media screen and (min-width: 1600px) {
  .zone.listing_elem {
    padding: 25px 15%;
  }
  .zone.listing_elem p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1890px) {
  .zone.listing_elem {
    padding: 25px 20%;
  }
  .zone.listing_elem .top .title {
    font-size: 4rem;
  }
}
.zone.infos {
  padding: 80px 25px;
}
.zone.infos .title {
  font-weight: 300;
}
.zone.infos .top {
  border: 1px solid #2b1507;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}
.zone.infos .top:after {
  content: "";
  background: #2b1507;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 1px;
}
.zone.infos .top:before {
  content: "";
  background: #2b1507;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 5px;
  width: 5px;
}
.zone.infos .top .title {
  font-family: "Lato", serif;
  text-align: center;
  color: #2b1507;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 45px;
}
.zone.infos .gmap {
  order: 4;
  width: 100%;
  margin-top: 25px;
}
.zone.infos .infos-last {
  order: 4;
  width: 100%;
  margin-top: 25px;
}
.zone.infos .infos-last .infos {
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 25px;
  border: 1px solid #2b1507;
}
.zone.infos .infos-last .infos ul li {
  text-align: center !important;
}
.zone.infos .infos {
  text-align: center;
}
.zone.infos .infos .coords p {
  display: inline-block;
}
.zone.infos .infos .coords i {
  display: inline-block;
  font-size: 2.8rem;
  color: #2b1507;
  margin-right: 10px;
}
.zone.infos .infos li {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 25px;
}
.zone.infos .infos strong {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  font-family: "Lato", serif;
  color: #2b1507;
  margin-bottom: 40px;
}
.zone.infos .form {
  margin: 20px 25px;
}
.zone.infos .form h2 {
  margin-top: 50px;
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.6rem;
}
.zone.infos .form .form-group {
  margin: 30px 0px;
}
.zone.infos .form .form-group:first-child {
  width: 60%;
}
.zone.infos .form .form-group:nth-child(6) input {
  color: black;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.zone.infos .form .form-group:nth-child(6) label {
  width: auto;
  font-weight: normal;
  color: black;
  display: inline-block;
}
.zone.infos .form .form-group label {
  color: #2b1507;
  margin-bottom: 5px;
  width: 100%;
  font-weight: bold;
  display: inline-block;
}
.zone.infos .form .form-group button {
  color: white;
  background: #cc6219;
  border: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 10px;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}
.zone.infos .form .form-group button:hover {
  cursor: pointer;
  background: #2b1507;
  transition: 0.5s;
}
.zone.infos .form .form-group input {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 35px;
  width: 100%;
  display: inline-block;
}
.zone.infos .form .form-group select {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 35px;
  width: 100%;
  display: inline-block;
}
.zone.infos .form .form-group textarea {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 150px;
}
@media screen and (min-width: 900px) {
  .zone.infos .form .form-group:nth-child(6) label {
    width: auto;
  }
  .zone.infos .form .form-group:nth-child(6),
  .zone.infos .form .form-group:nth-child(7) {
    width: 50%;
  }
  .zone.infos .form .form-group button {
    width: 200px !important;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .zone.infos {
    margin: 0 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .zone.infos .top {
    width: 100%;
    min-width: 100%;
    flex: 0;
  }
  .zone.infos .infos {
    margin: 20px 0;
    order: 3;
    flex: none;
    width: 40%;
    text-align: left;
    padding-left: 50px;
  }
  .zone.infos .form {
    margin: 20px 0;
    order: 2;
    flex: none;
    width: 60%;
  }
  .zone.infos .form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .zone.infos .form form .form-group {
    margin: 10px 0;
  }
  .zone.infos .form form .form-group:nth-child(1),
  .zone.infos .form form .form-group:nth-child(2),
  .zone.infos .form form .form-group:nth-child(3),
  .zone.infos .form form .form-group:nth-child(4) {
    width: 50%;
  }
  .zone.infos .form form .form-group:nth-child(5) {
    width: 100%;
  }
  .zone.infos .form form .form-group:nth-child(5) textarea {
    width: 100%;
  }
  .zone.infos .form form .form-group:nth-child(6),
  .zone.infos .form form .form-group:nth-child(7) {
    display: flex;
    align-items: center;
  }
  .zone.infos .form form .form-group:nth-child(6) input,
  .zone.infos .form form .form-group:nth-child(7) input {
    height: 15px;
    width: 15px;
  }
  .zone.infos .form form .form-group:nth-child(7) {
    justify-content: flex-end;
  }
  .zone.infos .form form .form-group:nth-child(7) .g-recaptcha {
    float: right;
  }
  .zone.infos .form form .form-group:nth-child(7) .g-recaptcha div {
    float: right;
  }
  .zone.infos .form form .form-group:nth-child(2n+0) {
    padding-left: 10px;
  }
  .zone.infos .form form .form-group:nth-child(2n+1) {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .zone.infos {
    margin: 0 15%;
  }
  .zone.infos .top {
    padding: 70px 20px;
  }
  .zone.infos .top .title {
    font-size: 4rem;
  }
}
.grid-gallery + .grid-gallery .title {
  display: none;
}
.grid-gallery {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding-top: 25px;
}
.grid-gallery .title {
  text-align: center;
  color: #8D8162;
  font-family: 'Vollkorn', serif;
  font-size: 5rem;
  padding: 50px 0 50px;
  transition: opacity 1500ms 250ms;
}
.grid-gallery .title em {
  font-size: 3.5rem;
}
.grid-gallery .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 5.55%);
  grid-template-rows: 35vw 10vw 15vw 25vw 20vw;
}
.grid-gallery .grid .elt {
  padding: 5px;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid-gallery .grid .elt .fancy {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 5;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 500ms;
}
.grid-gallery .grid .elt .fancy:hover {
  opacity: 1;
}
.grid-gallery .grid .elt .photo {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.grid-gallery .grid .elt .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.grid-gallery .grid .elt .photo:before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #8D8162;
  transition: all 1000ms 500ms;
  transform-origin: bottom;
  transform: scale(1, 0);
}
.grid-gallery .grid .elt .photo:after {
  content: "";
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all 1000ms;
  transform-origin: bottom;
  transform: scale(1, 0);
}
.grid-gallery .grid .elt:nth-child(11n - 10) {
  grid-column-start: 1;
  grid-column-end: 13;
}
.grid-gallery .grid .elt:nth-child(11n - 9) {
  grid-column-start: 13;
  grid-column-end: 19;
  grid-row-start: 1;
  grid-row-end: 3;
}
.grid-gallery .grid .elt:nth-child(11n - 8) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
}
.grid-gallery .grid .elt:nth-child(11n - 7) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 4;
}
.grid-gallery .grid .elt:nth-child(11n - 6) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 2;
  grid-row-end: 4;
}
.grid-gallery .grid .elt:nth-child(11n - 5) {
  grid-column-start: 13;
  grid-column-end: 19;
  grid-row-start: 3;
  grid-row-end: 5;
}
.grid-gallery .grid .elt:nth-child(11n - 4) {
  grid-column-start: 1;
  grid-column-end: 9;
}
.grid-gallery .grid .elt:nth-child(11n - 3) {
  grid-column-start: 9;
  grid-column-end: 13;
}
.grid-gallery .grid .elt:nth-child(11n - 2) {
  grid-column-start: 1;
  grid-column-end: 6;
}
.grid-gallery .grid .elt:nth-child(11n - 1) {
  grid-column-start: 6;
  grid-column-end: 12;
}
.grid-gallery .grid .elt:nth-child(11n) {
  grid-column-start: 12;
  grid-column-end: 19;
}
.grid-gallery .grid .elt.hide .photo:before {
  transform: scale(1);
}
.grid-gallery .grid .elt.hide .photo:after {
  transform: scale(1);
}
.grid-gallery.hide .title {
  opacity: 0;
}
@media screen and (max-width: 799px) {
  .grid-gallery .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .grid-gallery .grid .elt {
    flex: 1 1 50%;
    height: 40vh;
  }
}
@media screen and (max-width: 499px) {
  .grid-gallery .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .grid-gallery .grid .elt {
    flex: 1 1 100%;
    height: auto;
  }
  .grid-gallery .grid .elt:after {
    content: "";
    padding-top: 75%;
    display: block;
  }
  .grid-gallery .grid .elt .photo {
    position: absolute;
    left: 5px;
    height: auto;
    top: 5px;
    bottom: 5px;
    right: 5px;
  }
}
/*# sourceMappingURL=style.css.map */