a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
s,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.inline-block,
ul.hack-inline > li {
  display: inline-block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.hack-inline {
  letter-spacing: -0.5em !important;
}
.hack-inline > * {
  letter-spacing: normal;
  display: inline-block;
}
.block {
  display: block;
}
.none {
  display: none;
}
.flex {
  display: flex;
  -webkit-display: -webkit-flex;
}
.flex > * {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.clear {
  clear: both;
}
.padding_top_0 {
  padding-top: 0 !important;
}
.padding_bottom_0 {
  padding-bottom: 0 !important;
}
.margin_top_0 {
  margin-top: 0 !important;
}
.margin_0_auto {
  margin: 0 auto;
}
.centerblock {
  margin: 0 auto;
  display: block;
}
.uppercase {
  text-transform: uppercase;
}
.justify {
  text-align: justify;
}
.photo {
  overflow: hidden;
  justify-content: center;
  object-position: 50% 50%;
}
.photo img {
  flex: 1;
  object-fit: cover;
}
.photo img.contain {
  object-fit: contain;
}
.centerX,
.centerXY,
.centerY {
  position: absolute;
}
.centerXY {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.centerX {
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.centerY,
.trigger:after {
  transform: translate(0, -50%);
}
.centerY {
  top: 50%;
  -webkit-transform: translate(0, -50%);
}
.grid_2 > .element {
  width: 50%;
}
.grid_3 > .element {
  width: 33.3%;
}
.grid_4 > .element {
  width: 25%;
}
.grid_5 > .element {
  width: 20%;
}
.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.align_content_center {
  align-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
}
.justify_center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.flex_0 {
  flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
}
.flex_column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.element {
  position: relative;
}
.mailto {
  cursor: pointer;
}
.container,
.small_container,
.big_container {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.container {
  max-width: 100rem;
}
.big_container {
  max-width: 160rem;
}
.small_container {
  max-width: 80rem;
}
.opa0 {
  opacity: 0;
}
.opa1 {
  opacity: 1;
}
.apparition {
  transition: all 1000ms;
}
.apparition.hide {
  opacity: 0;
}
.apparition_right.hide {
  transform: translate(15rem);
  -webkit-transform: translate(15rem);
}
.apparition_left.hide {
  transform: translate(-15rem);
  -webkit-transform: translate(-15rem);
}
.apparition_top.hide {
  transform: translate(0, -15rem);
  -webkit-transform: translate(0, -15rem);
}
.apparition_bottom.hide {
  transform: translate(0, 15rem);
  -webkit-transform: translate(0, 15rem);
}
.apparition_bottom {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_top {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_left {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_right {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.apparition_bottom_absolute {
  margin-top: 5rem;
}
.apparition_bottom_absolute.show {
  margin-top: 0;
}
.apparition_top_absolute {
  margin-bottom: 5rem;
}
.apparition_top_absolute.show {
  margin-bottom: 0;
}
.apparition_left_absolute {
  margin-right: 5rem;
}
.apparition_left_absolute.show {
  margin-right: 0;
}
.apparition_right_absolute {
  margin-left: 5rem;
}
.apparition_right_absolute.show {
  margin-left: 0;
}
.main.no_diapo {
  margin-top: 15rem;
}
.delay_0 {
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
  transition: all 0s !important;
  -webkit-transition: all 0s !important;
}
.overflow {
  overflow: hidden;
}
.popup {
  width: 800px;
}
.popup.document {
  height: 90vh;
}
.popup.document > iframe {
  height: 100%;
}
.popup iframe {
  width: 100%;
}
.mw1000 {
  max-width: 100rem;
}
.mw1200 {
  max-width: 120rem;
}
.mw1600 {
  max-width: 160rem;
}
.mw800 {
  max-width: 80rem;
}
.mw900 {
  max-width: 90rem;
}
.w1 {
  width: 1%;
}
.h1 {
  height: 1%;
}
.mw1 {
  max-width: 1%;
}
.w2 {
  width: 2%;
}
.h2 {
  height: 2%;
}
.mw2 {
  max-width: 2%;
}
.w3 {
  width: 3%;
}
.h3 {
  height: 3%;
}
.mw3 {
  max-width: 3%;
}
.w4 {
  width: 4%;
}
.h4 {
  height: 4%;
}
.mw4 {
  max-width: 4%;
}
.w5 {
  width: 5%;
}
.h5 {
  height: 5%;
}
.mw5 {
  max-width: 5%;
}
.w6 {
  width: 6%;
}
.h6 {
  height: 6%;
}
.mw6 {
  max-width: 6%;
}
.w7 {
  width: 7%;
}
.h7 {
  height: 7%;
}
.mw7 {
  max-width: 7%;
}
.w8 {
  width: 8%;
}
.h8 {
  height: 8%;
}
.mw8 {
  max-width: 8%;
}
.w9 {
  width: 9%;
}
.h9 {
  height: 9%;
}
.mw9 {
  max-width: 9%;
}
.w10 {
  width: 10%;
}
.h10 {
  height: 10%;
}
.mw10 {
  max-width: 10%;
}
.w11 {
  width: 11%;
}
.h11 {
  height: 11%;
}
.mw11 {
  max-width: 11%;
}
.w12 {
  width: 12%;
}
.h12 {
  height: 12%;
}
.mw12 {
  max-width: 12%;
}
.w13 {
  width: 13%;
}
.h13 {
  height: 13%;
}
.mw13 {
  max-width: 13%;
}
.w14 {
  width: 14%;
}
.h14 {
  height: 14%;
}
.mw14 {
  max-width: 14%;
}
.w15 {
  width: 15%;
}
.h15 {
  height: 15%;
}
.mw15 {
  max-width: 15%;
}
.w16 {
  width: 16%;
}
.h16 {
  height: 16%;
}
.mw16 {
  max-width: 16%;
}
.w17 {
  width: 17%;
}
.h17 {
  height: 17%;
}
.mw17 {
  max-width: 17%;
}
.w18 {
  width: 18%;
}
.h18 {
  height: 18%;
}
.mw18 {
  max-width: 18%;
}
.w19 {
  width: 19%;
}
.h19 {
  height: 19%;
}
.mw19 {
  max-width: 19%;
}
.w20 {
  width: 20%;
}
.h20 {
  height: 20%;
}
.mw20 {
  max-width: 20%;
}
.w21 {
  width: 21%;
}
.h21 {
  height: 21%;
}
.mw21 {
  max-width: 21%;
}
.w22 {
  width: 22%;
}
.h22 {
  height: 22%;
}
.mw22 {
  max-width: 22%;
}
.w23 {
  width: 23%;
}
.h23 {
  height: 23%;
}
.mw23 {
  max-width: 23%;
}
.w24 {
  width: 24%;
}
.h24 {
  height: 24%;
}
.mw24 {
  max-width: 24%;
}
.w25 {
  width: 25%;
}
.h25 {
  height: 25%;
}
.mw25 {
  max-width: 25%;
}
.w26 {
  width: 26%;
}
.h26 {
  height: 26%;
}
.mw26 {
  max-width: 26%;
}
.w27 {
  width: 27%;
}
.h27 {
  height: 27%;
}
.mw27 {
  max-width: 27%;
}
.w28 {
  width: 28%;
}
.h28 {
  height: 28%;
}
.mw28 {
  max-width: 28%;
}
.w29 {
  width: 29%;
}
.h29 {
  height: 29%;
}
.mw29 {
  max-width: 29%;
}
.w30 {
  width: 30%;
}
.h30 {
  height: 30%;
}
.mw30 {
  max-width: 30%;
}
.w31 {
  width: 31%;
}
.h31 {
  height: 31%;
}
.mw31 {
  max-width: 31%;
}
.w32 {
  width: 32%;
}
.h32 {
  height: 32%;
}
.mw32 {
  max-width: 32%;
}
.w33 {
  width: 33%;
}
.h33 {
  height: 33%;
}
.mw33 {
  max-width: 33%;
}
.w34 {
  width: 34%;
}
.h34 {
  height: 34%;
}
.mw34 {
  max-width: 34%;
}
.w35 {
  width: 35%;
}
.h35 {
  height: 35%;
}
.mw35 {
  max-width: 35%;
}
.w36 {
  width: 36%;
}
.h36 {
  height: 36%;
}
.mw36 {
  max-width: 36%;
}
.w37 {
  width: 37%;
}
.h37 {
  height: 37%;
}
.mw37 {
  max-width: 37%;
}
.w38 {
  width: 38%;
}
.h38 {
  height: 38%;
}
.mw38 {
  max-width: 38%;
}
.w39 {
  width: 39%;
}
.h39 {
  height: 39%;
}
.mw39 {
  max-width: 39%;
}
.w40 {
  width: 40%;
}
.h40 {
  height: 40%;
}
.mw40 {
  max-width: 40%;
}
.w41 {
  width: 41%;
}
.h41 {
  height: 41%;
}
.mw41 {
  max-width: 41%;
}
.w42 {
  width: 42%;
}
.h42 {
  height: 42%;
}
.mw42 {
  max-width: 42%;
}
.w43 {
  width: 43%;
}
.h43 {
  height: 43%;
}
.mw43 {
  max-width: 43%;
}
.w44 {
  width: 44%;
}
.h44 {
  height: 44%;
}
.mw44 {
  max-width: 44%;
}
.w45 {
  width: 45%;
}
.h45 {
  height: 45%;
}
.mw45 {
  max-width: 45%;
}
.w46 {
  width: 46%;
}
.h46 {
  height: 46%;
}
.mw46 {
  max-width: 46%;
}
.w47 {
  width: 47%;
}
.h47 {
  height: 47%;
}
.mw47 {
  max-width: 47%;
}
.w48 {
  width: 48%;
}
.h48 {
  height: 48%;
}
.mw48 {
  max-width: 48%;
}
.w49 {
  width: 49%;
}
.h49 {
  height: 49%;
}
.mw49 {
  max-width: 49%;
}
.w50 {
  width: 50%;
}
.h50 {
  height: 50%;
}
.mw50 {
  max-width: 50%;
}
.w51 {
  width: 51%;
}
.h51 {
  height: 51%;
}
.mw51 {
  max-width: 51%;
}
.w52 {
  width: 52%;
}
.h52 {
  height: 52%;
}
.mw52 {
  max-width: 52%;
}
.w53 {
  width: 53%;
}
.h53 {
  height: 53%;
}
.mw53 {
  max-width: 53%;
}
.w54 {
  width: 54%;
}
.h54 {
  height: 54%;
}
.mw54 {
  max-width: 54%;
}
.w55 {
  width: 55%;
}
.h55 {
  height: 55%;
}
.mw55 {
  max-width: 55%;
}
.w56 {
  width: 56%;
}
.h56 {
  height: 56%;
}
.mw56 {
  max-width: 56%;
}
.w57 {
  width: 57%;
}
.h57 {
  height: 57%;
}
.mw57 {
  max-width: 57%;
}
.w58 {
  width: 58%;
}
.h58 {
  height: 58%;
}
.mw58 {
  max-width: 58%;
}
.w59 {
  width: 59%;
}
.h59 {
  height: 59%;
}
.mw59 {
  max-width: 59%;
}
.w60 {
  width: 60%;
}
.h60 {
  height: 60%;
}
.mw60 {
  max-width: 60%;
}
.w61 {
  width: 61%;
}
.h61 {
  height: 61%;
}
.mw61 {
  max-width: 61%;
}
.w62 {
  width: 62%;
}
.h62 {
  height: 62%;
}
.mw62 {
  max-width: 62%;
}
.w63 {
  width: 63%;
}
.h63 {
  height: 63%;
}
.mw63 {
  max-width: 63%;
}
.w64 {
  width: 64%;
}
.h64 {
  height: 64%;
}
.mw64 {
  max-width: 64%;
}
.w65 {
  width: 65%;
}
.h65 {
  height: 65%;
}
.mw65 {
  max-width: 65%;
}
.w66 {
  width: 66%;
}
.h66 {
  height: 66%;
}
.mw66 {
  max-width: 66%;
}
.w67 {
  width: 67%;
}
.h67 {
  height: 67%;
}
.mw67 {
  max-width: 67%;
}
.w68 {
  width: 68%;
}
.h68 {
  height: 68%;
}
.mw68 {
  max-width: 68%;
}
.w69 {
  width: 69%;
}
.h69 {
  height: 69%;
}
.mw69 {
  max-width: 69%;
}
.w70 {
  width: 70%;
}
.h70 {
  height: 70%;
}
.mw70 {
  max-width: 70%;
}
.w71 {
  width: 71%;
}
.h71 {
  height: 71%;
}
.mw71 {
  max-width: 71%;
}
.w72 {
  width: 72%;
}
.h72 {
  height: 72%;
}
.mw72 {
  max-width: 72%;
}
.w73 {
  width: 73%;
}
.h73 {
  height: 73%;
}
.mw73 {
  max-width: 73%;
}
.w74 {
  width: 74%;
}
.h74 {
  height: 74%;
}
.mw74 {
  max-width: 74%;
}
.w75 {
  width: 75%;
}
.h75 {
  height: 75%;
}
.mw75 {
  max-width: 75%;
}
.w76 {
  width: 76%;
}
.h76 {
  height: 76%;
}
.mw76 {
  max-width: 76%;
}
.w77 {
  width: 77%;
}
.h77 {
  height: 77%;
}
.mw77 {
  max-width: 77%;
}
.w78 {
  width: 78%;
}
.h78 {
  height: 78%;
}
.mw78 {
  max-width: 78%;
}
.w79 {
  width: 79%;
}
.h79 {
  height: 79%;
}
.mw79 {
  max-width: 79%;
}
.w80 {
  width: 80%;
}
.h80 {
  height: 80%;
}
.mw80 {
  max-width: 80%;
}
.w81 {
  width: 81%;
}
.h81 {
  height: 81%;
}
.mw81 {
  max-width: 81%;
}
.w82 {
  width: 82%;
}
.h82 {
  height: 82%;
}
.mw82 {
  max-width: 82%;
}
.w83 {
  width: 83%;
}
.h83 {
  height: 83%;
}
.mw83 {
  max-width: 83%;
}
.w84 {
  width: 84%;
}
.h84 {
  height: 84%;
}
.mw84 {
  max-width: 84%;
}
.w85 {
  width: 85%;
}
.h85 {
  height: 85%;
}
.mw85 {
  max-width: 85%;
}
.w86 {
  width: 86%;
}
.h86 {
  height: 86%;
}
.mw86 {
  max-width: 86%;
}
.w87 {
  width: 87%;
}
.h87 {
  height: 87%;
}
.mw87 {
  max-width: 87%;
}
.w88 {
  width: 88%;
}
.h88 {
  height: 88%;
}
.mw88 {
  max-width: 88%;
}
.w89 {
  width: 89%;
}
.h89 {
  height: 89%;
}
.mw89 {
  max-width: 89%;
}
.w90 {
  width: 90%;
}
.h90 {
  height: 90%;
}
.mw90 {
  max-width: 90%;
}
.w91 {
  width: 91%;
}
.h91 {
  height: 91%;
}
.mw91 {
  max-width: 91%;
}
.w92 {
  width: 92%;
}
.h92 {
  height: 92%;
}
.mw92 {
  max-width: 92%;
}
.w93 {
  width: 93%;
}
.h93 {
  height: 93%;
}
.mw93 {
  max-width: 93%;
}
.w94 {
  width: 94%;
}
.h94 {
  height: 94%;
}
.mw94 {
  max-width: 94%;
}
.w95 {
  width: 95%;
}
.h95 {
  height: 95%;
}
.mw95 {
  max-width: 95%;
}
.w96 {
  width: 96%;
}
.h96 {
  height: 96%;
}
.mw96 {
  max-width: 96%;
}
.w97 {
  width: 97%;
}
.h97 {
  height: 97%;
}
.mw97 {
  max-width: 97%;
}
.w98 {
  width: 98%;
}
.h98 {
  height: 98%;
}
.mw98 {
  max-width: 98%;
}
.w99 {
  width: 99%;
}
.h99 {
  height: 99%;
}
.mw99 {
  max-width: 99%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mw100 {
  max-width: 100%;
}
.object-fit {
  object-fit: cover;
  object-position: 50% 50%;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
html {
  font-size: 62.5%;
  color: #000;
}
body {
  font: 1.4rem/1.42 'Lato', serif;
  overflow-x: hidden;
  transition: all 150ms;
  -webkit-transition: all 150ms;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.align_content_right {
  align-content: right;
}
.text_right {
  text-align: right;
}
.top0 {
  top: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.photo {
  justify-content: center;
  background: white;
}
.photo > img {
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
  transition: all 500ms;
}
.photo.loaded > img {
  opacity: 1;
}
p {
  line-height: 2;
}
a {
  color: #000;
  transition: color 500ms;
}
a:hover {
  color: #ebb474;
}
.zones {
  overflow: hidden;
}
.zone h2 {
  text-transform: uppercase;
  color: #c48252;
  letter-spacing: 5px;
  font-size: 4.75rem;
  line-height: 1.2;
}
.zone h3 {
  font-size: 4.75rem;
  color: black;
  line-height: 1.2;
}
.zone .button {
  background: #ebb474;
  display: inline-block;
  height: 4rem;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: 3rem;
}
.zone .button .hover {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 999;
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease;
}
.zone .button:after {
  position: absolute;
  content: '';
  width: 400px;
  height: 400px;
  border-radius: 100%;
  bottom: -190px;
  right: -190px;
  background: linear-gradient(90deg, #c18252 0%, #c18252 54%);
  transform: scale(0);
  transform-origin: center;
  transition: all 0.5s linear;
}
.zone .button:hover:after {
  transform: scale(1);
}
.zone .button:hover .hover {
  letter-spacing: 2px;
}
.zone .clearfix {
  overflow: auto;
  zoom: 1;
}
.zone .clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.zone .ratio {
  position: relative;
}
.zone .ratio:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
}
.zone .ratio .photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
}
.zone .ratio .photo img {
  object-fit: cover;
}
.openslide {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: white;
  display: block;
  top: 0;
  left: 0;
  transform-origin: bottom left;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-aos="blur"] {
  filter: blur(5px);
  opacity: 0;
  transition-property: filter, opacity;
}
[data-aos="blur"].aos-animate {
  filter: blur(0px);
  opacity: 1;
}
[data-aos="fadeleftname"] {
  transform: translateX(100px);
  opacity: 0 !important;
  transition-property: transform, opacity;
}
[data-aos="fadeleftname"].aos-animate {
  transform: translateX(0);
  opacity: 0.2 !important;
}
[data-aos="openslideslow"] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
[data-aos="openslideslow"].aos-animate {
  animation: 4s inset ease forwards;
  animation-delay: 0s;
}
[data-aos="openslide"] {
  opacity: 1 !important;
}
[data-aos="openslide"].aos-animate {
  animation: 1.5s inset ease forwards;
  animation-delay: 0s;
}
@keyframes inset {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  99.9% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: none;
  }
}
[data-aos="scaleX"] {
  transform: scaleX(0);
  transition-property: transform;
}
[data-aos="scaleX"].aos-animate {
  transform: scaleX(1);
}
@keyframes expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
[data-aos="expand"].aos-animate {
  animation: expand 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@media screen and (max-width: 1600px) {
  .zone h2 {
    text-transform: uppercase;
    color: #c48252;
    letter-spacing: 5px;
    font-size: 4rem;
    line-height: 1.2;
  }
  .zone h3 {
    font-size: 4rem;
    color: black;
    line-height: 1.2;
  }
  .zone .button {
    background: #ebb474;
    display: inline-block;
    height: 4rem;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1400px) {
  .zone h2 {
    text-transform: uppercase;
    color: #c48252;
    letter-spacing: 5px;
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .zone h3 {
    font-size: 3.4rem;
    color: black;
    line-height: 1.2;
  }
  .zone .button {
    background: #ebb474;
    display: inline-block;
    height: 4rem;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .zone h2 {
    text-transform: uppercase;
    color: #c48252;
    letter-spacing: 5px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .zone h3 {
    font-size: 3.2rem;
    color: black;
    line-height: 1.2;
    margin-bottom: 4rem;
  }
  .zone .button {
    background: #ebb474;
    display: inline-block;
    height: 4rem;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.45rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .zone h2 {
    text-transform: uppercase;
    color: #c48252;
    letter-spacing: 5px;
    font-size: 3rem;
    line-height: 1.2;
  }
  .zone h3 {
    font-size: 3rem;
    color: black;
    line-height: 1.2;
  }
  .zone .button {
    background: #ebb474;
    display: inline-block;
    height: 4rem;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .zone h2 {
    text-transform: uppercase;
    color: #c48252;
    letter-spacing: 5px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .zone h3 {
    font-size: 2.5rem;
    color: black;
    line-height: 1.2;
  }
  .zone .button {
    background: #ebb474;
    display: inline-block;
    height: 4rem;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .zone h2 {
    text-transform: uppercase;
    color: #c48252;
    letter-spacing: 5px;
    font-size: 2.2rem;
    line-height: 1;
  }
  .zone h3 {
    font-size: 2.2rem;
    color: black;
    line-height: 1;
  }
  .zone .button {
    background: #ebb474;
    display: inline-block;
    height: 4rem;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 2rem;
    display: block;
  }
}
.phone {
  display: none;
}
header nav.mainNavigation {
  position: fixed;
  width: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
  height: 40px;
  transition: all 0.5s ease;
}
header nav.mainNavigation ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: 10rem;
}
header nav.mainNavigation li {
  display: inline-block;
  vertical-align: top;
}
header nav.mainNavigation li a {
  display: block;
  color: #fff;
  transition: all 0.5s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header nav.mainNavigation .tel-header {
  float: right;
  color: white;
  font-size: 1.8rem;
  word-spacing: 5px;
  min-width: 140px;
  transition: all 0.3s ease;
}
header.sticky nav.mainNavigation {
  background: white;
}
header.sticky nav.mainNavigation .tel-header {
  color: black !important;
}
header.sticky a {
  color: black !important;
}
.burglar {
  background: #c48252;
  transform: scale(0.8);
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  -webkit-touch-callout: none;
  user-select: none;
}
#bottom,
#top {
  position: absolute;
  display: block;
  height: 2px;
  width: 36px;
  border-radius: 2px;
  background: white;
}
#top {
  top: 19px;
  left: 14px;
}
#bottom {
  top: 42px;
  left: 14px;
}
line,
path {
  stroke: white;
  stroke-linecap: round;
}
#bottom,
#top {
  transform-origin: 34px 2px;
  transform: rotate(0deg);
  transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}
#circle {
  stroke-dasharray: 1 100 32 300;
  stroke-dashoffset: 101;
  transition: all 750ms ease;
}
.burglar.is-closed {
  border-radius: 32px;
}
.burglar.is-closed #circle {
  stroke-dasharray: 1 100 190 300;
  stroke-dashoffset: 1;
}
.burglar.is-closed #top {
  transform: translateX(-4.5px) rotate(-45deg);
}
.burglar.is-closed #bottom {
  transform: translateX(-4.5px) rotate(45deg);
}
.burger {
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 99999999;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  display: none;
}
.burger span {
  position: absolute;
  width: 50%;
  height: 2px;
  background: white;
  border-radius: 10px;
  transition: background 0.3s ease;
}
.burger span::before {
  content: '';
  position: absolute;
  transition: 0.3s all;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 10px;
  bottom: -1rem;
  transition: background 0.3s ease;
}
.burger span::after {
  content: '';
  position: absolute;
  transition: 0.3s all;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 10px;
  top: -1rem;
  transition: all 0.3s ease;
}
.burger.active {
  background: none;
}
.burger.active line,
.burger.active path,
.burger.active #bottom,
.burger.active #top {
  background: white;
}
.burger.active span {
  transform: rotate(45deg);
}
.burger.active span:after {
  transform: rotate(-90deg) translate(-30%);
}
.burger.active span:before {
  display: none;
}
.burger:hover {
  transition: all 0.3s ease;
}
.burger:hover ::after,
.burger:hover ::before,
.burger:hover span {
  background: white;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
#fullpage_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  padding: 0 18%;
  justify-content: center;
  align-items: center;
  background: #c48252;
  opacity: 1;
  z-index: 999999;
  display: flex;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
}
#fullpage_menu .lang {
  display: none;
}
#fullpage_menu .lang li {
  display: inline-block;
}
#fullpage_menu .images {
  width: 60%;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.3s ease-out;
  height: 100%;
  margin-right: 10rem;
}
#fullpage_menu .images .round {
  bottom: 80px;
  width: 180px;
  right: -100px;
  z-index: 9;
}
#fullpage_menu .images li {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
#fullpage_menu .images li.show {
  z-index: 99;
  opacity: 1;
  transition: all 0.8s ease;
}
#fullpage_menu .images li.current {
  display: block;
  z-index: 9;
  opacity: 1;
}
#fullpage_menu .images li .photo {
  position: relative;
}
#fullpage_menu .images li .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
#fullpage_menu .images li .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#fullpage_menu.active {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform opacity 0.3s ease-in-out;
}
#fullpage_menu.active .images {
  transform: translateX(0);
  transition-delay: 0.3s;
  opacity: 1;
}
#fullpage_menu.active nav {
  transition-delay: 0.3s;
}
#fullpage_menu.active nav ul li {
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease;
  transition-delay: 0.3s;
  opacity: 1;
}
#fullpage_menu nav {
  width: 100%;
}
#fullpage_menu nav ul li {
  text-align: center;
  font-size: 3rem;
  margin: 15px 0;
  font-weight: 300;
  letter-spacing: 2px;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease;
  font-family: "Butler";
  opacity: 0;
  transition: all 0.5s ease;
  line-height: 1;
}
#fullpage_menu nav ul li.show {
  z-index: 99;
  opacity: 1;
  transition: all 0.8s ease;
}
#fullpage_menu nav ul li a {
  transition: all 0.2s ease-in-out;
  padding: 0 5px;
  color: white;
}
#fullpage_menu nav ul li a:hover {
  color: #ebb474;
  margin-left: -10px;
  transition: all 0.3s ease;
}
#fullpage_menu nav .current a {
  font-size: 5rem;
  display: inline-block;
  position: relative;
  color: #ebb474;
  margin-left: -50px;
}
@media all and (max-width: 1200px) {
  header {
    display: none;
  }
  .burger {
    display: block;
  }
  .phone {
    position: fixed;
    top: 18px;
    right: 80px;
    font-size: 3.2rem;
    color: white;
    background: #c48252;
    width: 6rem;
    height: 6rem;
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transform: scale(0.8);
  }
}
@media all and (max-width: 800px) {
  #fullpage_menu nav ul li {
    font-size: 2rem;
  }
}
footer {
  padding: 6rem 10%;
  overflow-y: visible;
  position: relative;
  color: black;
  font-weight: 400;
  padding-bottom: 6rem;
}
footer #back2top {
  display: none;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #ebb474;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 0;
  position: absolute;
  top: -33px;
  right: 5rem;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  border: 0;
  outline: none;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
footer #back2top a {
  color: #ebb474;
}
footer #back2top i {
  margin: 0;
}
footer #back2top:after {
  display: none;
}
footer #back2top:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
footer #back2top:active {
  background-color: #555;
}
footer .rub {
  padding: 0;
  margin: 0;
  width: auto;
  text-align: left;
}
footer .rub:before {
  display: none;
}
footer a {
  transition: 0.5s;
  color: black;
}
footer a:hover {
  color: #ebb474;
}
footer .ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .ul .col {
  padding: 0 2rem;
}
footer .ul .col .logo {
  font-size: 4rem;
  letter-spacing: 3px;
  width: 100%;
  max-width: 240px;
}
footer .ul .col .logo img {
  width: 100%;
}
footer .ul .col .rub {
  font-weight: 300;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ebb474;
  padding-bottom: 2rem;
  font-size: 2.5rem;
  color: black;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
footer .ul .col .cgv {
  text-transform: uppercase;
}
footer .ul .col .cgv:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: white;
}
footer .ul .col .loc {
  text-align: left;
  line-height: 25px;
}
footer .ul .col .coords li {
  margin-bottom: 5px;
}
footer .ul .col:nth-child(2) .coords {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .ul .col:nth-child(2) .coords li {
  width: 45%;
}
footer .ul .log {
  border-top: 0;
  border-bottom: 0;
}
footer .real {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer .real i {
  vertical-align: 0;
  margin-right: 3px;
}
footer .real .edc {
  display: block;
  margin-right: -10px;
}
footer .real .edc img {
  max-width: 180px;
  margin-bottom: 10px;
}
footer .real li {
  margin: 0;
}
footer .real li:first-child {
  margin-left: 0;
}
footer .real li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1770px) {
  footer .ul .col {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1600px) {
  footer .ul .col .logo {
    width: 100%;
    max-width: auto;
  }
}
@media all and (max-width: 1500px) {
  footer .ul .col {
    padding: 0 1rem;
    margin: 20px 0;
  }
  footer .ul .col .edc img {
    margin-right: 0;
  }
}
@media all and (max-width: 1200px) {
  footer .ul .col:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  footer {
    padding: 0 0 5rem;
    text-align: center;
  }
  footer .real {
    align-items: center;
  }
  footer .real li {
    text-align: center;
  }
  footer .social {
    justify-content: center;
  }
  footer .ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .ul .col {
    min-width: 50%;
    max-width: 50%;
  }
  footer .ul .col .logo {
    margin: 0 auto;
  }
  footer .ul .col .rub {
    text-align: center;
  }
  footer .ul .col:first-child {
    min-width: 100%;
    max-width: 100%;
  }
  footer .ul .col:first-child .loc {
    text-align: center;
  }
}
@media all and (max-width: 1000px) {
  .bandeau .cfluid {
    justify-content: space-between;
  }
  .bandeau .cfluid li {
    width: 18%;
    height: auto;
    margin: auto;
  }
  .bandeau .cfluid li img {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  footer {
    text-align: center;
    padding: 2rem 0;
  }
  footer .rub {
    text-align: center;
    font-size: 2rem !important;
  }
  footer .ul .log {
    border: 0;
  }
  footer .ul .col {
    width: 100% !important;
    max-width: 100% !important;
  }
  footer .ul .col .edc {
    text-align: center;
  }
  footer .real {
    flex-wrap: wrap;
  }
  footer .real li:first-child {
    width: 100%;
    margin-bottom: 3rem;
  }
  footer .real li {
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 600px) {
  .bandeau .cfluid {
    justify-content: center;
    flex-wrap: wrap;
  }
  .bandeau .cfluid li {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
  }
  .bandeau .cfluid li img {
    width: auto;
    filter: grayscale(0);
  }
  .bandeau .cfluid li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  footer .ul .col .logo {
    width: 90%;
  }
  footer #back2top {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  footer .langues {
    display: block;
  }
  footer .langues .dropdown li {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0.5rem;
  }
  footer .langues .dropdown li a {
    color: #999;
    font-weight: 600 !important;
  }
  footer .langues .dropdown li a.active {
    color: black;
    text-decoration: underline;
  }
}
@media screen and (max-width: 390px) {
  footer .ul .col {
    min-width: 100%;
    max-width: 100%;
  }
}
.diapo_full {
  filter: hue-rotate(-15deg);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.diapo_full .swiper-container {
  width: 100%;
  height: 100%;
}
.diapo_full .swiper-slide img {
  height: 100%;
  width: 100%;
}
.diapo_full .logo-slider {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.diapo_full .logo-slider img {
  width: 500px;
}
.diapo_full .see-more {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  bottom: 150px;
  z-index: 2;
  color: white;
  width: 100%;
}
.diapo_full .see-more a {
  display: block;
  padding: 10px 40px;
  border: 1px solid #ebb474;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.8rem;
  color: white;
  transition: all 1s;
}
.diapo_full .see-more a:hover {
  background: rgba(235, 180, 116, 0.4);
  border-color: #c48252;
  transition: all 1s;
}
.diapo_full:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10%;
  max-height: 150px;
  bottom: 0;
  background: #ebb474;
  z-index: 2;
  left: calc(50% - 1px);
}
@media all and (max-width: 600px) {
  .diapo_full .logo-slider img {
    width: 90%;
  }
}
.deux_photos_texte {
  background: white;
}
.deux_photos_texte .container {
  min-height: 10rem;
  max-width: 168rem;
  margin: 0 auto;
  display: flex;
  padding: 5rem 4rem 0;
}
.deux_photos_texte .container .photo-box {
  width: 50%;
}
.deux_photos_texte .container .photo-box .ratio {
  width: 70%;
}
.deux_photos_texte .container .photo-box .ratio:before {
  padding-top: 130%;
}
.deux_photos_texte .container .photo-box .ratio:last-child {
  width: 85%;
  bottom: 20%;
  left: 45%;
  background: white;
}
.deux_photos_texte .container .photo-box .ratio:last-child:before {
  padding-top: 65%;
}
.deux_photos_texte .container .photo-box .ratio:last-child .photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  margin: 15px;
}
.deux_photos_texte .container .photo-box .ratio:last-child .photo img {
  object-fit: cover;
}
.deux_photos_texte .container .text-box {
  width: 50%;
  margin-top: 18rem;
}
.deux_photos_texte .container .text-box h3 {
  margin-bottom: 5rem;
}
.deux_photos_texte .container .text-box .text-histoire {
  width: 55%;
  float: right;
}
.deux_photos_texte .container .text-box .text-histoire p {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: justify;
}
.deux_photos_texte:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  background: #ebb474;
  padding: 6rem 0;
  left: calc(50% - 1px);
}
.deux_photos_texte.subtype2:before {
  display: none;
}
.deux_photos_texte.subtype2 .container:before {
  display: none;
}
.deux_photos_texte.subtype2 .container .text-box {
  width: 60%;
  margin-top: 2rem;
}
.deux_photos_texte.subtype2 .container .text-box h2 {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
}
.deux_photos_texte.subtype2 .container .text-box h3 {
  display: none;
}
.deux_photos_texte.subtype2 .container .text-box .text-histoire {
  width: 100%;
  float: none;
}
.deux_photos_texte.subtype2 .container .text-box .text-histoire p {
  font-weight: bold;
  text-align: justify;
  margin-bottom: 0;
}
.deux_photos_texte.subtype2 .container .text-box .text-histoire strong {
  text-transform: uppercase;
  color: #ebb474;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
}
.deux_photos_texte.subtype2 .container .text-box .text-histoire table {
  height: auto !important;
}
.deux_photos_texte.subtype2 .container .text-box .text-histoire table tr {
  height: auto !important;
  margin: 15px 0;
}
.deux_photos_texte.subtype2 .container .text-box .text-histoire table tr td {
  font-size: 1.6rem;
  font-weight: bold;
  height: auto !important;
  letter-spacing: 1px;
}
.deux_photos_texte.subtype2 .container .text-box .text-histoire table tr td:nth-child(1) ul li {
  list-style-type: disc;
  margin-left: 2.4rem;
}
.deux_photos_texte.subtype2 .container .text-box .text-histoire table tr td:nth-child(2) {
  text-align: right;
  letter-spacing: 2px;
}
.deux_photos_texte.subtype2 .container .text-box .text-histoire table tr td strong {
  text-transform: uppercase;
  color: #ebb474;
}
.deux_photos_texte.subtype2 .container .photo-box {
  width: 40%;
}
.deux_photos_texte.subtype2 .container .photo-box .ratio {
  width: 90%;
}
.deux_photos_texte.subtype2 .container .photo-box .ratio:last-child {
  width: 85%;
  bottom: 10%;
  left: 55%;
  background: white;
}
.deux_photos_texte.subtype2 .container .photo-box .ratio:last-child:before {
  padding-top: 65%;
}
@media all and (max-width: 1600px) {
  .deux_photos_texte .container .text-box .text-histoire p {
    font-size: 1.6rem;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio:last-child {
    display: none;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio {
    height: 100%;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio:before {
    display: none;
  }
  .deux_photos_texte.subtype2 .container .text-box .text-histoire table tr td {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1400px) {
  .deux_photos_texte .container {
    padding: 5rem 4rem;
  }
  .deux_photos_texte .container .text-box {
    margin-top: 8rem;
  }
  .deux_photos_texte .container .text-box .text-histoire {
    width: 80%;
  }
  .deux_photos_texte .container .text-box .text-histoire p {
    font-size: 1.5rem;
  }
  .deux_photos_texte .container .photo-box .ratio:before {
    padding-top: 120%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child {
    width: 65%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child:before {
    padding-top: 90%;
  }
}
@media all and (max-width: 1200px) {
  .deux_photos_texte:before {
    display: none;
  }
  .deux_photos_texte .container {
    padding: 5rem 4rem;
  }
  .deux_photos_texte .container .text-box {
    margin-top: 8rem;
  }
  .deux_photos_texte .container .text-box .text-histoire {
    width: 80%;
  }
  .deux_photos_texte .container .text-box .text-histoire p {
    font-size: 1.45rem;
  }
  .deux_photos_texte .container .photo-box .ratio:before {
    padding-top: 120%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child {
    width: 65%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child:before {
    padding-top: 90%;
  }
}
@media all and (max-width: 1000px) {
  .deux_photos_texte .container {
    padding: 5rem 4rem;
    flex-wrap: wrap;
  }
  .deux_photos_texte .container .text-box {
    order: 1;
    margin-top: 0rem;
    width: 100%;
    margin-bottom: 4rem;
  }
  .deux_photos_texte .container .text-box .text-histoire {
    width: 100%;
    float: none;
  }
  .deux_photos_texte .container .text-box .text-histoire p {
    font-size: 1.4rem;
  }
  .deux_photos_texte .container .photo-box {
    width: 100%;
    order: 2;
  }
  .deux_photos_texte .container .photo-box .ratio:before {
    padding-top: 120%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child {
    width: 65%;
    left: 35%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child:before {
    padding-top: 90%;
  }
  .deux_photos_texte.subtype2 .container .photo-box {
    order: 1;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio:last-child {
    display: none;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio {
    height: 100%;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio:before {
    display: none;
  }
  .deux_photos_texte.subtype2 .container .text-box .text-histoire table tr td {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 800px) {
  .deux_photos_texte:before {
    display: none;
  }
  .deux_photos_texte .container {
    padding: 5rem 4rem;
    flex-wrap: wrap;
  }
  .deux_photos_texte .container .text-box {
    order: 1;
    margin-top: 0rem;
    width: 100%;
    margin-bottom: 4rem;
  }
  .deux_photos_texte .container .text-box .text-histoire {
    width: 100%;
    float: none;
  }
  .deux_photos_texte .container .text-box .text-histoire p {
    font-size: 1.4rem;
  }
  .deux_photos_texte .container .photo-box {
    width: 100%;
    order: 2;
  }
  .deux_photos_texte .container .photo-box .ratio:before {
    padding-top: 120%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child {
    width: 70%;
    left: 35%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child:before {
    padding-top: 90%;
  }
}
@media all and (max-width: 600px) {
  .deux_photos_texte:before {
    display: none;
  }
  .deux_photos_texte .container {
    padding: 3rem;
    flex-wrap: wrap;
  }
  .deux_photos_texte .container .text-box {
    order: 1;
    margin-top: 0rem;
    width: 100%;
    margin-bottom: 4rem;
  }
  .deux_photos_texte .container .text-box .text-histoire {
    width: 100%;
    float: none;
  }
  .deux_photos_texte .container .text-box .text-histoire p {
    font-size: 1.3rem;
  }
  .deux_photos_texte .container .photo-box {
    width: 100%;
    order: 2;
  }
  .deux_photos_texte .container .photo-box .ratio:before {
    padding-top: 120%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child {
    width: 70%;
    left: 35%;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child .photo {
    margin: 7px;
  }
  .deux_photos_texte .container .photo-box .ratio:last-child:before {
    padding-top: 90%;
  }
  .deux_photos_texte.subtype2 .container .photo-box {
    order: 1;
    width: 30%;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio:last-child {
    display: none;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio {
    height: 100%;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio:before {
    display: none;
  }
  .deux_photos_texte.subtype2 .container .text-box {
    width: 70%;
  }
  .deux_photos_texte.subtype2 .container .text-box .text-histoire table tr td {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 450px) {
  .deux_photos_texte.subtype2 .container {
    padding: 2rem;
  }
  .deux_photos_texte.subtype2 .container .photo-box {
    order: 1;
    width: 30%;
    display: none;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio:last-child {
    display: none;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio {
    height: 100%;
  }
  .deux_photos_texte.subtype2 .container .photo-box .ratio:before {
    display: none;
  }
  .deux_photos_texte.subtype2 .container .text-box {
    width: 100%;
  }
  .deux_photos_texte.subtype2 .container .text-box .text-histoire table tr td {
    font-size: 1.3rem;
  }
}
.slider_products {
  position: relative;
  max-width: 170rem;
  margin: 0 auto;
  padding-top: 8rem;
}
.slider_products h2,
.slider_products h3 {
  text-align: center;
  line-height: 1.3;
}
.slider_products h3 {
  margin-bottom: 7rem;
}
.slider_products .container-slide {
  position: relative;
}
.slider_products .container-slide .swiper-container {
  margin: 0 10rem;
}
.slider_products .container-slide .swiper-container .swiper-slide.ratio {
  position: relative;
}
.slider_products .container-slide .swiper-container .swiper-slide.ratio:before {
  padding-top: 160%;
}
.slider_products .container-slide .swiper-container .swiper-slide.ratio .photo {
  display: flex;
  padding-bottom: 13rem;
  background: transparent;
}
.slider_products .container-slide .swiper-container .swiper-slide.ratio .photo h4,
.slider_products .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
  position: absolute;
  text-transform: uppercase;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  height: 7rem;
  z-index: 10;
  background: white;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.slider_products .container-slide .swiper-container .swiper-slide.ratio .photo h4 {
  bottom: 7rem;
  letter-spacing: 2px;
}
.slider_products .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
  bottom: 0;
}
.slider_products .container-slide .swiper-container .swiper-slide.ratio .photo .read-more span {
  padding-bottom: 15px;
  border-bottom: 1px solid #c48252;
}
.slider_products .container-slide .swiper-container .swiper-slide .little_description {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  color: white;
  text-align: justify;
  margin-top: -5rem;
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  flex-direction: column;
}
.slider_products .container-slide .swiper-container .swiper-slide .little_description:hover {
  opacity: 1;
}
.slider_products .container-slide .swiper-button-next,
.slider_products .container-slide .swiper-button-prev {
  background-image: none;
}
.slider_products .container-slide .swiper-button-next:after,
.slider_products .container-slide .swiper-button-prev:after {
  position: absolute;
  top: -11rem;
  left: 0;
  width: 100%;
  font-size: 10rem;
  color: #c48252;
}
.slider_products .container-slide .swiper-button-next:after {
  content: ">";
}
.slider_products .container-slide .swiper-button-prev:after {
  content: "<";
}
.slider_products .button {
  margin: 40px auto 0;
  display: block;
  width: 200px;
}
.slider_products:after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 50%;
  width: 1px;
  background: #ebb474;
  padding: 80px 0;
}
.slider_products:before {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  width: 1px;
  background: #ebb474;
  padding: 80px 0;
}
.to-see {
  display: none;
  max-width: 800px;
  width: 800px;
}
.to-see .description-coffret {
  text-align: justify;
  font-size: 1.7rem;
  padding: 2rem;
}
.fancybox-close-small:hover:after {
  background: rgba(235, 180, 116, 0.3) !important;
  color: #c48252 !important;
}
.fancybox-close-small:after {
  color: #c48252 !important;
}
@media all and (max-width: 800px) {
  .slider_products:before {
    display: none;
  }
}
@media all and (max-width: 1600px) {
  .slider_products .container-slide .swiper-button-next:after,
  .slider_products .container-slide .swiper-button-prev:after {
    font-size: 7rem;
  }
}
@media all and (max-width: 1400px) {
  .slider_products .container-slide .swiper-container .swiper-slide.ratio .photo h4,
  .slider_products .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
    line-height: 1.2;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
@media all and (max-width: 1200px) {
  .slider_products .container-slide .swiper-container .swiper-slide.ratio .photo h4,
  .slider_products .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
    line-height: 1.2;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .slider_products .container-slide .swiper-container .swiper-slide.ratio .photo .read-more span {
    padding-bottom: 5px;
  }
}
@media all and (max-width: 1000px) {
  .slider_products .container-slide .swiper-container .swiper-slide.ratio .photo h4,
  .slider_products .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
    line-height: 1.2;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .slider_products .container-slide .swiper-container .swiper-slide.ratio .photo .read-more span {
    padding-bottom: 5px;
  }
}
@media all and (max-width: 800px) {
  .slider_products {
    padding-top: 4rem;
  }
  .slider_products .container-slide .swiper-container {
    margin: 0 7.5%;
  }
  .slider_products .container-slide .swiper-button-next:after,
  .slider_products .container-slide .swiper-button-prev:after {
    font-size: 5rem;
  }
  .slider_products:after {
    display: none;
  }
  .zone .swiper-button-next {
    right: 10px;
  }
  .zone .swiper-button-prev {
    left: 10px;
  }
}
@media all and (max-width: 450px) {
  .slider_products .container-slide .swiper-container {
    margin: 0 7.5%;
  }
  .slider_products .container-slide .swiper-button-next:after,
  .slider_products .container-slide .swiper-button-prev:after {
    font-size: 4rem;
  }
  .zone .swiper-button-next {
    right: 0px;
  }
  .zone .swiper-button-prev {
    left: 0px;
  }
}
.texte_gauche_photo_droite {
  display: flex;
  margin-top: 19rem;
}
.texte_gauche_photo_droite .text-box,
.texte_gauche_photo_droite .photo-box {
  width: 50%;
}
.texte_gauche_photo_droite .ratio {
  width: 70%;
  margin: 0 8rem;
}
.texte_gauche_photo_droite .ratio:before {
  padding-top: 120%;
}
.texte_gauche_photo_droite .text-box {
  margin-top: 12rem;
  padding: 0 0 0 30rem;
}
.texte_gauche_photo_droite .text-box .titres {
  float: right;
  width: 100%;
}
.texte_gauche_photo_droite .text-box .titres h2,
.texte_gauche_photo_droite .text-box .titres h3 {
  line-height: 1;
}
.texte_gauche_photo_droite .text-box .contenu {
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: 18rem;
  width: 70%;
}
.texte_gauche_photo_droite .text-box .contenu p {
  line-height: 1.4;
}
.texte_gauche_photo_droite .text-box .contenu h4 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ebb474;
  padding: 2rem 0;
}
.texte_gauche_photo_droite .text-box .button {
  margin-top: 8rem;
}
@media all and (max-width: 1600px) {
  .texte_gauche_photo_droite {
    margin-top: 10rem;
    align-items: center;
  }
  .texte_gauche_photo_droite .text-box {
    margin-top: 10rem;
    padding: 0 0 0 10%;
  }
}
@media all and (max-width: 1400px) {
  .texte_gauche_photo_droite {
    margin-top: 10rem;
    align-items: center;
  }
  .texte_gauche_photo_droite .text-box {
    margin-top: 10rem;
    padding: 0 0 0 10%;
  }
  .texte_gauche_photo_droite .text-box .contenu {
    font-size: 1.6rem;
    margin-top: 12rem;
  }
}
@media all and (max-width: 800px) {
  .texte_gauche_photo_droite {
    margin-top: 0rem;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 7.5%;
  }
  .texte_gauche_photo_droite .text-box {
    width: 100%;
    margin-top: 10rem;
    padding: 0;
  }
  .texte_gauche_photo_droite .text-box .button {
    margin-top: 4rem;
  }
  .texte_gauche_photo_droite .text-box .contenu {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 10rem;
  }
  .texte_gauche_photo_droite .photo-box {
    width: 100%;
    margin-top: 4rem;
  }
  .texte_gauche_photo_droite .photo-box .ratio {
    width: 100%;
    margin: 0;
  }
  .texte_gauche_photo_droite .photo-box .ratio:before {
    padding-top: 80%;
  }
}
.double_slider.zone .limit {
  position: relative;
  text-align: center;
}
.double_slider.zone .limit .paralax_box {
  position: relative;
  padding: 2rem 2rem 0;
}
.double_slider.zone .limit .paralax_box strong.description {
  font-size: 1.8rem;
  display: block;
  padding: 3rem;
  max-width: 90rem;
  margin: 0 auto;
}
.double_slider.zone .limit .paralax_box strong.description p {
  line-height: 1.6;
}
.double_slider.zone .limit .paralax_box .paralax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.double_slider.zone .limit .paralax_box ul {
  text-align: center;
}
.double_slider.zone .limit .paralax_box ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: normal;
  border: 1px solid #ebb474;
  font-size: 1.9rem;
}
.double_slider.zone .limit .paralax_box ul li.active {
  background: #ebb474;
}
.double_slider.zone .limit .paralax_box ul li .img_box {
  height: 50%;
  position: absolute;
  left: 1rem;
  top: 25%;
  display: none;
}
.double_slider.zone .limit .paralax_box ul li .img_box img {
  object-fit: contain;
  height: 100%;
}
.double_slider.zone .limit .paralax_box ul li.active .img_box {
  display: flex;
}
.double_slider.zone .limit .paralax_box ul li a {
  color: #000;
  letter-spacing: 1px;
}
.double_slider.zone .limit .gallery_inbox {
  max-width: 80vw;
  left: 10vw;
  position: relative;
}
.double_slider.zone .limit .gallery_inbox .swiper_box {
  width: 100%;
  height: 100%;
  visibility: hidden;
  padding: 4rem 2rem;
  display: none;
}
.double_slider.zone .limit .gallery_inbox .swiper_box .item .photo_box {
  position: relative;
}
.double_slider.zone .limit .gallery_inbox .swiper_box .item .photo_box .ratio {
  width: 100%;
}
.double_slider.zone .limit .gallery_inbox .swiper_box .item .photo_box .ratio:before {
  padding-top: 85%;
}
.double_slider.zone .limit .gallery_inbox .swiper_box .item .photo_box .ratio .photo {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  background: transparent;
  overflow: hidden;
}
.double_slider.zone .limit .gallery_inbox .swiper_box .item .desc {
  padding: 0 3rem;
  font-size: 1.6rem;
}
.double_slider.zone .limit .gallery_inbox .swiper_box .item .desc h3 {
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
}
.double_slider.zone .limit .gallery_inbox .swiper_box .item .desc h3:first-child {
  margin-top: 2rem;
}
.double_slider.zone .limit .gallery_inbox .swiper_box .item .desc h3:last-child:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 1px;
  background: #ebb474;
  bottom: 0;
  left: calc(50% - 2.5rem);
}
.double_slider.zone .limit .gallery_inbox .swiper_box.active {
  visibility: visible;
  display: block;
}
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-next-gal-tabs,
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-prev-gal-tabs {
  width: 3rem;
  height: 5rem;
  position: absolute;
  top: calc(35% - 1.5rem);
  z-index: 2;
}
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-next-gal-tabs:after,
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-prev-gal-tabs:after,
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-next-gal-tabs:before,
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-prev-gal-tabs:before {
  content: '';
  position: absolute;
  background: #404040;
  width: 1px;
  height: 54%;
}
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-next-gal-tabs:after,
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-prev-gal-tabs:after {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-next-gal-tabs:before,
.double_slider.zone .limit .gallery_inbox .swiper_box.active .swiper-button-prev-gal-tabs:before {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.double_slider.zone .limit .swiper-button-next {
  background-image: none;
}
.double_slider.zone .limit .swiper-button-next:after {
  content: ">";
  position: absolute;
  display: block;
  font-size: 10rem;
  color: #c48252;
  right: 100px;
  top: 30px;
}
.double_slider.zone .limit .swiper-button-next:focus {
  outline: none;
}
.double_slider.zone .limit .swiper-button-prev {
  background-image: none;
}
.double_slider.zone .limit .swiper-button-prev:after {
  content: "<";
  position: absolute;
  display: block;
  font-size: 10rem;
  color: #c48252;
  left: 100px;
  top: 30px;
}
.double_slider.zone .limit .swiper-button-prev:focus {
  outline: none;
}
.double_slider.zone:before,
.double_slider.zone:after {
  content: "";
  position: relative;
  left: 50%;
  width: 1px;
  padding: 6rem 0;
  display: block;
  background: #ebb474;
}
.double_slider.zone:before {
  bottom: 3rem;
}
@media all and (min-width: 1080px) {
  .gallery_tabs.zone .limit .paralax_box ul {
    padding-bottom: 0;
    flex-direction: row;
    justify-content: center;
  }
  .gallery_tabs.zone .limit .paralax_box ul li {
    margin: 0 0.5rem;
  }
  .gallery_tabs.zone .limit .paralax_box ul li.active {
    background: rgba(0, 0, 0, 0.85);
  }
  .gallery_tabs.zone .limit .gallery_inbox {
    max-width: 1400px;
    margin: 0 auto;
  }
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide {
    transition: 0.3s all;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide .desc {
    display: none;
  }
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide-duplicate-next,
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide-duplicate-prev,
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide-next,
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide-prev {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide-active,
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide-active .desc,
  .gallery_tabs.zone .limit .gallery_inbox .swiper_box.active .swiper-wrapper .swiper-slide-duplicate-active .desc {
    display: block;
  }
}
.contact_form.zone {
  padding: 4rem 10%;
}
.contact_form.zone .content {
  display: flex;
}
.contact_form.zone .content .coordonnees {
  margin-top: 5rem;
  width: 50%;
  font-weight: bold;
  font-size: 1.7rem;
}
.contact_form.zone .content .coordonnees p {
  line-height: 1.5;
}
.contact_form.zone .content .formulaire {
  width: 50%;
}
.contact_form.zone .content .formulaire form {
  width: 100%;
}
.contact_form.zone .content .formulaire form .form-group label {
  display: none;
}
.contact_form.zone .content .formulaire form .form-group input,
.contact_form.zone .content .formulaire form .form-group textarea {
  width: 100%;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #ebb474;
  font-family: 'Lato', sans-serif;
}
.contact_form.zone .content .formulaire form .form-group input::placeholder,
.contact_form.zone .content .formulaire form .form-group textarea::placeholder {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.contact_form.zone .content .formulaire form .form-group textarea {
  height: 10rem;
}
.contact_form.zone .content .formulaire form .form-group .g-recaptcha {
  float: right;
  margin: 2rem 0;
}
.contact_form.zone .content .formulaire form .form-group[data-class="nom"],
.contact_form.zone .content .formulaire form .form-group[data-class="tel"] {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.contact_form.zone .content .formulaire form .form-group[data-class="tel"] {
  float: right;
}
.contact_form.zone .content .formulaire form .form-group[data-class="rgpd"] {
  text-align: right;
  font-weight: bold;
  color: #c48252;
}
.contact_form.zone .content .formulaire form .form-group[data-class="rgpd"] label,
.contact_form.zone .content .formulaire form .form-group[data-class="rgpd"] input {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 1rem;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button {
  cursor: pointer;
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 1rem 5rem;
  box-shadow: inset 0 0 0 1px #ebb474;
  color: #000;
  font-size: 1.7rem;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle;
  transition: color 0.25s;
  letter-spacing: 2px;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button::before,
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button::before {
  top: 0;
  left: 0;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button::after {
  bottom: 0;
  right: 0;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button:hover::before,
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button:hover::after {
  width: 100%;
  height: 100%;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button:hover::before {
  border-top-color: #c48252;
  border-right-color: #c48252;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button:hover::after {
  border-bottom-color: #c48252;
  border-left-color: #c48252;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button::after {
  top: 0;
  left: 0;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button:hover::before {
  border-top-color: #c48252;
  border-right-color: #c48252;
}
.contact_form.zone .content .formulaire form .form-group[data-class="send"] button:hover::after {
  border-bottom-color: #c48252;
  border-left-color: #c48252;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
@media all and (max-width: 1000px) {
  .zone.contact_form .content {
    flex-wrap: wrap;
  }
  .zone.contact_form .content .coordonnees {
    width: 100%;
    font-size: 1.6rem;
  }
  .zone.contact_form .content .formulaire {
    width: 100%;
    margin-top: 3rem;
  }
}
@media all and (max-width: 600px) {
  .zone.contact_form {
    padding: 4rem 20px;
  }
  .zone.contact_form .content {
    flex-wrap: wrap;
  }
  .zone.contact_form .content .coordonnees {
    width: 100%;
    font-size: 1.5rem;
  }
  .zone.contact_form .content .formulaire {
    width: 100%;
    margin-top: 3rem;
  }
  .zone.contact_form .content .formulaire form .form-group {
    width: 100% !important;
  }
  .zone.contact_form .content .formulaire form .form-group button {
    width: 100%;
    font-size: 1.5rem !important;
  }
  .contact_form.zone .content .formulaire form .form-group[data-class="rgpd"] label,
  .contact_form.zone .content .formulaire form .form-group[data-class="rgpd"] input {
    margin: 0;
  }
}
.zone.fullpage {
  height: calc(100vh - 80px);
  position: relative;
  color: black;
  padding: 0;
  overflow: hidden;
}
.zone.fullpage.active .slices div {
  transform: translate(20%, -20%) !important;
}
.zone.fullpage.active .children div {
  transform: translateY(0) !important;
  opacity: 1;
  transition: 2.25s;
}
.zone.fullpage.active .children.cons {
  left: 65%;
  transform: translateX(-50%);
  width: 50%;
  flex-wrap: wrap;
}
.zone.fullpage.active .children.cons div {
  width: 31%;
  margin: 0 0 5rem;
}
.zone.fullpage .children {
  display: flex;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.zone.fullpage .children div {
  background: whitesmoke;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0 15px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(1000px);
}
.zone.fullpage .children div .button {
  padding: 10px 22px;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  color: white;
}
.zone.fullpage .children div .button:hover {
  color: white;
}
.zone.fullpage .slices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.zone.fullpage .slices div {
  transform: translate(20%, 10.5%) !important;
  transition: all 4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  width: 45%;
  align-self: flex-end;
  height: 70%;
}
.zone.fullpage .slices div .photo {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.zone.fullpage .titres {
  padding-left: 37%;
  margin-top: 5%;
}
.zone.fullpage.subtype2 .rub .titre {
  font-size: 12rem;
}
.zone.fullpage.subtype2 .colorbg {
  background: white;
}
.zone.fullpage.subtype2 .children li {
  background: whitesmoke;
}
.zone.fullpage.subtype3 .slices li .photo {
  filter: contrast(0.5) brightness(1.2);
}
.zone.fullpage.subtype3 .rub {
  top: calc(50% - 200px);
}
.zone.fullpage.subtype3 .rub .titre .wrapword:first-child .word {
  left: 0;
}
.zone.fullpage.subtype3 .rub .titre .wrapword:nth-child(2) .word {
  left: -350px;
}
.zone.fullpage.subtype3 .rub .titre .wrapword:nth-child(3) .word {
  left: -400px;
}
.zone.fullpage.subtype3 .colorbg {
  background: white;
}
.zone.fullpage.subtype3 .children li {
  background: whitesmoke;
}
.zone.fullpage.subtype3 .nezoeilbush {
  top: 0;
  margin: 20rem auto 0;
  display: inline-block;
  width: 35%;
  position: absolute;
}
.zone.fullpage.subtype3 .nezoeilbush li {
  margin-bottom: 5rem;
  text-align: left;
  font-size: 1.5rem;
}
.zone.fullpage.subtype3 .nezoeilbush li:first-child .icone {
  background: #013637;
}
.zone.fullpage.subtype3 .nezoeilbush li:nth-child(2) .icone {
  background: #096e56;
}
.zone.fullpage.subtype3 .nezoeilbush li:last-child {
  margin-bottom: 0;
}
.zone.fullpage.subtype3 .nezoeilbush li .icone {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: whitesmoke;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}
.zone.fullpage.subtype3 .nezoeilbush li .icone img {
  width: 80%;
  margin-top: 5px;
}
.zone.fullpage.subtype3 .rub .titre {
  font-size: 13rem;
}
.zone.fullpage.subtype3 .nezoeilbush {
  margin: 18rem auto 0;
}
.zone.fullpage.subtype3 .nezoeilbush li {
  margin-bottom: 4rem;
}
.zone.fullpage.subtype3 .nezoeilbush li .icone {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
@media all and (max-width: 1600px) {
  .zone.fullpage .rub {
    top: calc(50% - 80px);
  }
  .zone.fullpage .rub .titre {
    font-size: 12rem;
  }
  .zone.fullpage.subtype2 .rub {
    top: calc(50% - 120px);
  }
  .zone.fullpage.subtype2 .rub .titre {
    font-size: 8rem;
  }
  .zone.fullpage.subtype2 .rub .titre .wrapword {
    height: 100px;
  }
  .zone.fullpage.subtype2 .button {
    font-size: 1.3rem;
  }
  .zone.fullpage.subtype3 .rub .titre {
    font-size: 10rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush {
    margin: 18rem auto 0;
  }
  .zone.fullpage.subtype3 .nezoeilbush li {
    margin-bottom: 2.5rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush li .icone {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1400px) {
  .zone.fullpage .children li {
    width: 100%;
  }
  .zone.fullpage .children li .button {
    padding: 10px 15px;
  }
  .zone.fullpage .rub {
    top: calc(50% - 80px);
  }
  .zone.fullpage .rub .titre {
    font-size: 10rem;
  }
  .zone.fullpage .rub .titre .wrapword {
    height: 110px;
  }
  .zone.fullpage.subtype2.active .children.cons {
    left: 60%;
    transform: translateX(-50%);
    width: 60%;
  }
  .zone.fullpage.subtype2.active .children.cons li {
    width: 32.5%;
  }
  .zone.fullpage.subtype3 .rub .titre {
    font-size: 8rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush {
    margin: 15rem auto 0;
  }
  .zone.fullpage.subtype3 .nezoeilbush li {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush li .icone {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1200px) {
  .zone.fullpage .children {
    width: 80%;
  }
  .zone.fullpage .children li {
    width: 100%;
  }
  .zone.fullpage .children li .button {
    padding: 10px 15px;
  }
  .zone.fullpage .rub {
    top: calc(50% - 80px);
  }
  .zone.fullpage .rub .titre {
    font-size: 9rem;
  }
  .zone.fullpage .rub .titre .wrapword {
    height: 100px;
  }
  .zone.fullpage.subtype2.active .children.cons {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  .zone.fullpage.subtype2 .rub {
    top: calc(50% - 120px);
  }
  .zone.fullpage.subtype2 .rub .titre {
    font-size: 6rem;
  }
  .zone.fullpage.subtype2 .rub .titre .wrapword {
    height: 80px;
  }
  .zone.fullpage.subtype2 .button {
    font-size: 1.3rem;
  }
  .zone.fullpage.subtype3 .rub .titre {
    font-size: 7rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush {
    margin: 18rem auto 0;
  }
  .zone.fullpage.subtype3 .nezoeilbush li {
    font-size: 1.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush li .icone {
    width: auto;
    height: 40px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .zone.fullpage.subtype3 .nezoeilbush li .icone img {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
}
@media all and (max-width: 1024px) {
  .zone.fullpage {
    height: 100vh;
  }
  .zone.fullpage .children {
    width: 80%;
  }
  .zone.fullpage .children li {
    width: 100%;
  }
  .zone.fullpage .children li .button {
    padding: 10px 15px;
  }
  .zone.fullpage .rub {
    top: calc(50% - 80px);
  }
  .zone.fullpage .rub .titre {
    font-size: 9rem;
  }
  .zone.fullpage .rub .titre .wrapword {
    height: 100px;
  }
}
@media all and (max-width: 800px) {
  .zone.fullpage {
    height: 100vh;
  }
  .zone.fullpage .children {
    width: 85%;
    flex-wrap: wrap;
  }
  .zone.fullpage .children li {
    width: 45%;
    margin: 5px 1rem;
  }
  .zone.fullpage .children li .button {
    padding: 10px 15px;
  }
  .zone.fullpage .rub {
    top: calc(50% - 70px);
  }
  .zone.fullpage .rub .titre {
    font-size: 7rem;
  }
  .zone.fullpage .rub .titre .wrapword {
    height: 70px;
  }
  .zone.fullpage .rub .titre .wrapword .word {
    left: 0!important;
  }
}
@media all and (max-width: 600px) {
  .zone.fullpage {
    height: 100vh;
  }
  .zone.fullpage .slices {
    opacity: 0.8;
  }
  .zone.fullpage .children {
    width: 85%;
    flex-wrap: wrap;
  }
  .zone.fullpage .children li {
    width: 45%;
    margin: 5px 2.5%;
  }
  .zone.fullpage .children li .button {
    padding: 10px 15px;
  }
  .zone.fullpage .rub {
    top: calc(50% - 70px);
  }
  .zone.fullpage .rub .titre {
    font-size: 5rem;
  }
  .zone.fullpage .rub .titre .wrapword {
    height: 60px;
  }
  .zone.fullpage .rub .titre .wrapword .word {
    left: 0!important;
  }
  .zone.fullpage.subtype2.active .children.cons li {
    width: 49%;
    margin: 0 0 1rem;
  }
  .zone.fullpage.subtype2 .rub {
    top: 12rem;
  }
  .zone.fullpage.subtype2 .rub .titre {
    font-size: 4.5rem;
  }
  .zone.fullpage.subtype2 .rub .titre .wrapword {
    height: 55px;
  }
  .zone.fullpage.subtype3 {
    height: auto;
    min-height: 100vh;
  }
  .zone.fullpage.subtype3.active .slices li:nth-child(1) {
    transform: translateY(80%) !important;
  }
  .zone.fullpage.subtype3 .slices {
    opacity: 0.8;
  }
  .zone.fullpage.subtype3 .slices li:nth-child(1) {
    width: 60px;
  }
  .zone.fullpage.subtype3 .slices li:nth-child(2),
  .zone.fullpage.subtype3 .slices li:nth-child(3) {
    display: none;
  }
  .zone.fullpage.subtype3 .slices li:nth-child(4) {
    width: 20%;
  }
  .zone.fullpage.subtype3 .rub {
    top: 0;
    left: 0;
    position: relative;
    margin-top: 5rem;
    transform: none;
  }
  .zone.fullpage.subtype3 .rub .titre {
    font-size: 6rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush {
    margin: 10rem auto 0;
    position: relative;
    left: auto;
    width: 60%;
  }
  .zone.fullpage.subtype3 .nezoeilbush li {
    font-size: 1.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush li .icone {
    width: auto;
    height: 40px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .zone.fullpage.subtype3 .nezoeilbush li .icone img {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
}
@media all and (max-width: 450px) {
  .zone.fullpage {
    height: 100vh;
  }
  .zone.fullpage.active .slices li:nth-child(1) {
    transform: translateY(80%) !important;
  }
  .zone.fullpage .slices {
    opacity: 0.8;
  }
  .zone.fullpage .slices li:nth-child(1) {
    width: 35%;
  }
  .zone.fullpage .slices li:nth-child(2),
  .zone.fullpage .slices li:nth-child(3) {
    display: none;
  }
  .zone.fullpage .slices li:nth-child(4) {
    width: 60px;
  }
  .zone.fullpage .children {
    width: 90%;
    flex-wrap: wrap;
  }
  .zone.fullpage .children li {
    width: 45%;
    margin: 5px 2.5%;
  }
  .zone.fullpage .children li .button {
    padding: 10px 15px;
  }
  .zone.fullpage .rub {
    top: calc(50% - 70px);
  }
  .zone.fullpage .rub .titre {
    font-size: 4rem;
  }
  .zone.fullpage .rub .titre .wrapword {
    height: 50px;
  }
  .zone.fullpage .rub .titre .wrapword .word {
    left: 0!important;
  }
  .zone.fullpage.subtype3 {
    height: auto;
    min-height: 100vh;
  }
  .zone.fullpage.subtype3.active .slices li:nth-child(1) {
    transform: translateY(80%) !important;
  }
  .zone.fullpage.subtype3 .slices {
    opacity: 0.8;
  }
  .zone.fullpage.subtype3 .slices li:nth-child(1) {
    width: 35%;
  }
  .zone.fullpage.subtype3 .slices li:nth-child(2),
  .zone.fullpage.subtype3 .slices li:nth-child(3) {
    display: none;
  }
  .zone.fullpage.subtype3 .slices li:nth-child(4) {
    width: 60px;
  }
  .zone.fullpage.subtype3 .rub {
    top: 0;
    left: 0;
    position: relative;
    margin-top: 5rem;
    transform: none;
  }
  .zone.fullpage.subtype3 .rub .titre {
    font-size: 3.5rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush {
    margin: 10rem auto 0;
    position: relative;
    left: auto;
    width: 60%;
  }
  .zone.fullpage.subtype3 .nezoeilbush li {
    font-size: 1.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
  }
  .zone.fullpage.subtype3 .nezoeilbush li .icone {
    width: auto;
    height: 40px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .zone.fullpage.subtype3 .nezoeilbush li .icone img {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
}
.zone.verticalslider {
  padding: 0 7.5%;
  position: relative;
  height: calc(100vh - 40px);
  padding-bottom: 100px;
}
.zone.verticalslider .rub {
  position: absolute;
  top: 2rem;
  left: calc(50% + 5rem);
  transform: translateX(-50%);
}
.zone.verticalslider [data-aos="openslidefast"] {
  opacity: 1 !important;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.zone.verticalslider [data-aos="openslidefast"].aos-animate {
  animation: 1.8s inset ease forwards;
  animation-delay: 0s;
}
@keyframes inset {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  99.9% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: none;
  }
}
.zone.verticalslider .swiper-pagination {
  color: black;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  top: 50%;
  right: 4.5%;
}
.zone.verticalslider .swiper-pagination-bullet {
  margin: 8px 0;
  width: 1px;
  height: 35px;
  border-radius: 0;
}
.zone.verticalslider .swiper-pagination-bullet-active {
  background-color: #c48252;
}
.zone.verticalslider .swiper-pagination-bullet-active:focus {
  width: 1px;
  background: #c48252;
}
.zone.verticalslider .swiper-container {
  overflow: hidden;
  height: 100%;
}
.zone.verticalslider .swiper-container .swiper-slide {
  opacity: 0;
}
.zone.verticalslider .swiper-container .swiper-slide:first-child {
  top: 0;
  margin-top: 0;
}
.zone.verticalslider .swiper-container .swiper-slide .bloc {
  display: flex;
  justify-content: space-between;
  width: 70%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 65vh !important;
}
.zone.verticalslider .swiper-container .swiper-slide .bloc .photo {
  width: 40%;
  position: relative;
  height: 100%;
  transform: translateY(-100%);
}
.zone.verticalslider .swiper-container .swiper-slide .bloc .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.verticalslider .swiper-container .swiper-slide .bloc .text {
  width: 55%;
  align-self: center;
  transform: translateX(50px);
  opacity: 0;
}
.zone.verticalslider .swiper-container .swiper-slide .bloc .text .title {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.zone.verticalslider .swiper-container .swiper-slide .bloc .text .title:before {
  position: absolute;
  left: -10rem;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #c48252;
  height: 1px;
  width: 9rem;
}
.zone.verticalslider .swiper-container .swiper-slide .bloc .text .name {
  font-size: 4.75rem;
  text-transform: capitalize;
}
.zone.verticalslider .swiper-container .swiper-slide .bloc .text .desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: -1rem;
}
.zone.verticalslider .swiper-container .swiper-slide:nth-child(even) .bloc {
  margin-left: 30%;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0vh;
}
.zone.verticalslider .swiper-container .swiper-slide:nth-child(even) .bloc .photo {
  order: 2;
  transform: translateY(100%);
}
.zone.verticalslider .swiper-container .swiper-slide:nth-child(even) .bloc .text {
  text-align: right;
  transform: translateX(-50px);
  opacity: 0;
}
.zone.verticalslider .swiper-container .swiper-slide:nth-child(even) .bloc .text .title:before {
  left: auto;
  right: -10rem;
}
.zone.verticalslider .swiper-container .swiper-slide-visible {
  opacity: 1;
}
.zone.verticalslider .swiper-container .swiper-slide-visible .bloc .photo {
  transform: translateY(0);
  transition: all 1.5s ease-out;
}
.zone.verticalslider .swiper-container .swiper-slide-visible .bloc .text {
  transform: translateX(0px);
  opacity: 1;
  transition: all 1.5s ease;
  transition-delay: 1.5s;
}
.zone.verticalslider .swiper-container .swiper-slide-visible:nth-child(even) .bloc .photo {
  transform: translateY(0);
  transition: all 1s ease-out;
}
.zone.verticalslider .swiper-container .swiper-slide-visible:nth-child(even) .bloc .text {
  transform: translateX(0px);
  opacity: 1;
  transition: all 1s ease;
  transition-delay: 1s;
}
.zone.verticalslider .swiper-container .swiper-slide-active .bloc,
.zone.verticalslider .swiper-container .swiper-slide-next .bloc {
  opacity: 1;
}
@media all and (max-width: 1600px) {
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .name {
    font-size: 4rem;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .title {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1400px) {
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .name {
    font-size: 3rem;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .title {
    margin-bottom: 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .desc {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: -1rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.verticalslider {
    height: 100vh;
    padding-bottom: 0;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .name {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .title {
    margin-bottom: 0;
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .desc {
    font-size: 1.4rem;
    margin-top: -0.5rem;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .desc p {
    line-height: 1.25;
  }
}
@media all and (max-width: 800px) {
  .zone.verticalslider {
    height: 100vh;
    padding-bottom: 0;
  }
  .zone.verticalslider .rub {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 2rem;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc {
    height: auto !important;
    width: 100%;
    bottom: auto !important;
    display: flex;
    flex-direction: column;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .photo {
    width: 100%;
    transform: translate(0) !important;
    height: 65vh;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text {
    margin-top: 2rem;
    width: auto;
    position: relative;
    left: auto;
    transform: none;
    order: 2 !important;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .name {
    font-size: 2.5rem;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .title {
    margin-bottom: 0;
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .desc {
    font-size: 1.4rem;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .desc p {
    line-height: 1.25;
  }
}
@media all and (max-width: 600px) {
  .zone.verticalslider {
    height: 100vh;
    padding-bottom: 0;
  }
  .zone.verticalslider .rub {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 2rem;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .photo {
    width: 100%;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text {
    padding: 2rem;
    background: white;
    min-width: 80%;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .name {
    font-size: 2.5rem;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .title {
    margin-bottom: 0;
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
  .zone.verticalslider .swiper-container .swiper-slide .bloc .text .desc {
    font-size: 1.4rem;
    line-height: 1.25;
    margin-top: 0rem;
  }
}
.zone.tabslider {
  padding: 8rem 7.5%;
  padding-top: 0;
}
.zone.tabslider .swiper-button-next.swiper-button-disabled,
.zone.tabslider .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.zone.tabslider .button {
  margin-top: 4rem;
  position: absolute;
  bottom: 0;
  right: 8rem;
}
.zone.tabslider .button:after,
.zone.tabslider .button:before {
  display: none;
}
.zone.tabslider .wrap {
  justify-content: space-between;
  margin-bottom: 3rem;
  text-align: center;
}
.zone.tabslider .wrap .description {
  font-size: 1.6rem;
  letter-spacing: 1px;
  width: 50%;
  margin: 3rem 0;
  display: inline-block;
  line-height: 1;
}
.zone.tabslider .wrap .description p {
  line-height: 1.5;
}
.zone.tabslider .wrap .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.zone.tabslider .wrap .tab .tablinks {
  text-transform: uppercase;
  background: none;
  border: 0;
  margin: 0;
  border: 1px solid #ebb474;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0.5;
  height: 35px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  padding: 0 2rem;
  margin: 0 1rem;
  cursor: pointer;
  color: black;
}
.zone.tabslider .wrap .tab .tablinks:hover {
  opacity: 1;
}
.zone.tabslider .wrap .tab .tablinks:last-child {
  margin-right: 0;
}
.zone.tabslider .wrap .tab .tablinks:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
}
.zone.tabslider .wrap .tab .tablinks.active {
  opacity: 1;
  background: #ebb474;
}
.zone.tabslider .wrap .tab .tablinks.active:before {
  opacity: 1;
}
.zone.tabslider .wrap .tab .tablinks:focus {
  outline: none;
}
.zone.tabslider .wrapper {
  position: relative;
  overflow-x: visible;
}
.zone.tabslider .wrapper .swiper-button-next {
  background-image: none;
}
.zone.tabslider .wrapper .swiper-button-next:after {
  content: ">";
  position: absolute;
  display: block;
  font-size: 8rem;
  color: #c48252;
  right: -100px;
  top: -30px;
}
.zone.tabslider .wrapper .swiper-button-next:focus {
  outline: none;
}
.zone.tabslider .wrapper .swiper-button-prev {
  background-image: none;
}
.zone.tabslider .wrapper .swiper-button-prev:after {
  content: "<";
  position: absolute;
  display: block;
  font-size: 8rem;
  color: #c48252;
  left: -100px;
  top: -30px;
}
.zone.tabslider .wrapper .swiper-button-prev:focus {
  outline: none;
}
.zone.tabslider .wrapper .tabcontent .swiper-container {
  width: 100%;
}
.zone.tabslider .wrapper .tabcontent .swiper-container .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zone.tabslider .wrapper .tabcontent .images {
  width: 100%;
}
.zone.tabslider .wrapper .tabcontent .images li {
  position: relative;
}
.zone.tabslider .wrapper .tabcontent .images li .photo {
  position: relative;
}
.zone.tabslider .wrapper .tabcontent .images li .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}
.zone.tabslider .wrapper .tabcontent .images li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.tabslider .wrapper .tabcontent .images li .desc {
  text-align: center;
  margin-top: 2rem;
  position: relative;
}
.zone.tabslider .wrapper .tabcontent .images li .desc p {
  line-height: 1.25;
}
.zone.tabslider .wrapper .tabcontent .images li .desc h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.zone.tabslider .wrapper .tabcontent .images li .desc h3:first-child {
  margin-bottom: 10px;
}
.zone.tabslider .wrapper .tabcontent .images li .desc:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 100px;
  background: #ebb474;
  height: 1px;
  margin: 0 auto;
  margin-top: 1rem;
}
@media all and (max-width: 1600px) {
  .zone.tabslider .wrap .titre {
    font-size: 6rem;
  }
  .zone.tabslider .wrap .tab .tablinks {
    margin-right: 3rem;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.tabslider .wrap {
    margin-right: 1rem;
  }
  .zone.tabslider .wrap .titre {
    font-size: 5rem;
  }
  .zone.tabslider .wrap .tab .tablinks {
    margin-right: 2rem;
    font-size: 1.45rem;
  }
  .zone.tabslider .wrapper .tabcontent .swiper-container-horizontal > .swiper-scrollbar {
    bottom: -35px;
  }
}
@media all and (max-width: 1200px) {
  .zone.tabslider {
    margin-left: 0;
  }
  .zone.tabslider .wrap {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .zone.tabslider .wrap .titre {
    font-size: 5rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .zone.tabslider .wrap .tab {
    align-items: center;
    width: 95%;
  }
  .zone.tabslider .wrap .tab .tablinks {
    margin-right: 0rem;
    font-size: 1.45rem;
  }
  .zone.tabslider .wrapper .tabcontent .swiper-container-horizontal > .swiper-scrollbar {
    bottom: -35px;
  }
  .zone.tabslider .wrapper .swiper-button-next:after {
    font-size: 6rem;
    color: #c48252;
    right: -70px;
  }
  .zone.tabslider .wrapper .swiper-button-prev:after {
    font-size: 6rem;
    color: #c48252;
    left: -70px;
  }
}
@media all and (max-width: 1000px) {
  .zone.tabslider {
    margin-left: 0;
  }
  .zone.tabslider .wrap {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .zone.tabslider .wrap .titre {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .zone.tabslider .wrap .tab {
    justify-content: space-between;
    align-items: center;
    width: 98%;
  }
  .zone.tabslider .wrap .tab .tablinks {
    margin-right: 0rem;
    font-size: 1.3rem;
  }
  .zone.tabslider .wrapper .tabcontent .swiper-container-horizontal > .swiper-scrollbar {
    bottom: -53px;
    width: calc(100% - 300px);
  }
  .zone.tabslider .button {
    right: 2rem;
  }
}
@media all and (max-width: 800px) {
  .zone.tabslider {
    margin-left: 0;
  }
  .zone.tabslider .wrap {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .zone.tabslider .wrap .titre {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .zone.tabslider .wrap .tab {
    justify-content: center;
    align-items: center;
    width: 98%;
    flex-wrap: wrap;
  }
  .zone.tabslider .wrap .tab .tablinks {
    margin-right: 0rem;
    font-size: 1.3rem;
    margin: 0 1rem;
    margin-bottom: 1rem;
  }
  .zone.tabslider .wrapper .tabcontent .swiper-container-horizontal > .swiper-scrollbar {
    bottom: -53px;
    width: calc(100% - 300px);
  }
  .zone.tabslider .wrapper .swiper-button-next:after {
    font-size: 5rem;
    color: #c48252;
    right: -50px;
  }
  .zone.tabslider .wrapper .swiper-button-prev:after {
    font-size: 5rem;
    color: #c48252;
    left: -50px;
  }
  .zone.tabslider .button {
    right: 2rem;
  }
}
@media all and (max-width: 600px) {
  .zone.tabslider {
    margin-left: 0;
    padding: 4rem 20px;
    padding-bottom: 0;
  }
  .zone.tabslider .wrap {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .zone.tabslider .wrap .description {
    width: 100%;
  }
  .zone.tabslider .wrap .titre {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .zone.tabslider .wrap .tab {
    justify-content: center;
    align-items: center;
    width: 98%;
    flex-wrap: wrap;
  }
  .zone.tabslider .wrap .tab .tablinks {
    margin-right: 0rem;
    font-size: 1.3rem;
  }
  .zone.tabslider .wrapper .tabcontent .swiper-container-horizontal > .swiper-scrollbar {
    bottom: -20px;
    width: calc(100% - 2rem);
  }
  .zone.tabslider .wrapper .swiper-button-next:after {
    font-size: 4rem;
    color: #c48252;
    right: 0px;
  }
  .zone.tabslider .wrapper .swiper-button-prev:after {
    font-size: 4rem;
    color: #c48252;
    left: 0px;
  }
  .zone.tabslider .button {
    right: 2rem;
  }
}
.zone.galerie {
  position: relative;
  max-width: 170rem;
  margin: 0 auto;
  padding: 6rem 0;
}
.zone.galerie h2,
.zone.galerie h3 {
  text-align: center;
  line-height: 1.3;
}
.zone.galerie h3 {
  margin-bottom: 7rem;
}
.zone.galerie .container-slide {
  position: relative;
}
.zone.galerie .container-slide .swiper-container {
  margin: 0 10rem;
}
.zone.galerie .container-slide .swiper-container .swiper-slide.ratio {
  position: relative;
}
.zone.galerie .container-slide .swiper-container .swiper-slide.ratio:before {
  padding-top: 100%;
}
.zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo {
  display: flex;
  background: transparent;
}
.zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo h4,
.zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
  position: absolute;
  text-transform: uppercase;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  height: 7rem;
  z-index: 10;
  background: white;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo h4 {
  bottom: 7rem;
  letter-spacing: 2px;
}
.zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
  bottom: 0;
}
.zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo .read-more span {
  padding-bottom: 15px;
  border-bottom: 1px solid #c48252;
}
.zone.galerie .container-slide .swiper-container .swiper-slide .little_description {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  color: white;
  text-align: justify;
  margin-top: -5rem;
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  flex-direction: column;
}
.zone.galerie .container-slide .swiper-container .swiper-slide .little_description:hover {
  opacity: 1;
}
.zone.galerie .container-slide .swiper-button-next,
.zone.galerie .container-slide .swiper-button-prev {
  background-image: none;
}
.zone.galerie .container-slide .swiper-button-next:after,
.zone.galerie .container-slide .swiper-button-prev:after {
  position: absolute;
  top: -11rem;
  left: 0;
  width: 100%;
  font-size: 10rem;
  color: #c48252;
}
.zone.galerie .container-slide .swiper-button-next:after {
  content: ">";
}
.zone.galerie .container-slide .swiper-button-prev:after {
  content: "<";
}
.zone.galerie .button {
  margin: 40px auto 0;
  display: block;
  width: 200px;
}
.zone.galerie:after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 50%;
  width: 1px;
  background: #ebb474;
  padding: 80px 0;
}
.zone.galerie:before {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  width: 1px;
  background: #ebb474;
  padding: 80px 0;
}
.to-see {
  display: none;
  max-width: 800px;
  width: 800px;
}
.to-see .description-coffret {
  text-align: justify;
  font-size: 1.7rem;
  padding: 2rem;
}
.fancybox-close-small:hover:after {
  background: rgba(235, 180, 116, 0.3) !important;
  color: #c48252 !important;
}
.fancybox-close-small:after {
  color: #c48252 !important;
}
@media all and (max-width: 800px) {
  .galerie:before {
    display: none;
  }
}
@media all and (max-width: 1600px) {
  .galerie .container-slide .swiper-button-next:after,
  .galerie .container-slide .swiper-button-prev:after {
    font-size: 7rem;
  }
  .zone.galerie .swiper-button-next {
    right: 35px;
  }
}
@media all and (max-width: 1400px) {
  .galerie .container-slide .swiper-container .swiper-slide.ratio .photo h4,
  .galerie .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
    line-height: 1.2;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
@media all and (max-width: 1200px) {
  .zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo h4,
  .zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
    line-height: 1.2;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo .read-more span {
    padding-bottom: 5px;
  }
  .zone.galerie .container-slide .swiper-button-next:after,
  .zone.galerie .container-slide .swiper-button-prev:after {
    top: -3rem;
    left: 0;
    width: 100%;
    font-size: 7rem;
  }
  .zone.galerie h3 {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo h4,
  .zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo .read-more {
    line-height: 1.2;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .zone.galerie .container-slide .swiper-container .swiper-slide.ratio .photo .read-more span {
    padding-bottom: 5px;
  }
}
@media all and (max-width: 800px) {
  .zone.galerie {
    padding-top: 4rem;
  }
  .zone.galerie .container-slide .swiper-container {
    margin: 0 7.5%;
  }
  .zone.galerie .container-slide .swiper-button-next:after,
  .zone.galerie .container-slide .swiper-button-prev:after {
    font-size: 5rem;
  }
  .zone.galerie:after {
    display: none;
  }
  .zone.galerie .swiper-button-next {
    right: 0px;
  }
  .zone.galerie .swiper-button-prev {
    left: 10px;
  }
}
@media all and (max-width: 450px) {
  .zone.galerie .container-slide .swiper-container {
    margin: 0 7.5%;
  }
  .zone.galerie .swiper-button-next {
    right: -3px;
  }
  .zone.galerie .swiper-button-prev {
    left: 5px;
  }
  .zone.galerie .container-slide .swiper-button-next:after,
  .zone.galerie .container-slide .swiper-button-prev:after {
    font-size: 4rem;
  }
  .zone .swiper-button-next {
    right: 0px;
  }
  .zone .swiper-button-prev {
    left: 0px;
  }
}
