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%;
}
html {
  font-size: 62.5%;
  color: #787878;
  /* font-size:10px;*/
}
body {
  font: 1.3rem/1.42 "Libre Franklin", serif;
  overflow-x: hidden;
  transition: all 150ms;
  -webkit-transition: all 150ms;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sackers", Arial, Helvetica, sans-serif;
}
.align_content_right {
  align-content: flex-end;
}
.text_right {
  text-align: right;
}
.top0 {
  top: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.photo {
  justify-content: center;
}
.photo > img {
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
  transition: all 500ms;
}
.photo.loaded > img {
  opacity: 1;
}
p {
  line-height: 2;
}
a {
  color: #000;
  transition: color 500ms;
}
a:hover {
  color: #121730;
}
.blue {
  color: #00aeef;
}
@font-face {
  font-family: "Sackers";
  src: url("../fonts/SackersGothicStd-Light.otf");
  font-weight: 300;
  font-display: swap;
}
p {
  line-height: 2 !important;
}
.hide {
  display: none !important;
}
.line {
  background: #eee;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transition: all 0.3s ease;
  transform: translate(-50%);
  z-index: -1;
}
@keyframes rollup {
  0% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 25px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes comeandgo {
  0% {
    transform: translate3d(0, 150%, 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    margin: 0;
    transform: rotateY(0deg);
  }
  60% {
    margin-right: 20px;
    transform: rotateY(90deg);
  }
  70% {
    margin: 0;
    transform: rotateY(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes cell {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
    margin: 0 15px;
  }
  10% {
    margin: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
  }
  49% {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  51% {
    transform: translate3d(0, -100%, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
  }
  61% {
    transform: translate3d(0, 0, 0) rotateY(90deg);
  }
  80% {
    opacity: 1;
    transform: rotateY(0deg);
    margin: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    margin: 0 15px;
  }
}
[data-aos="rollup"] {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
[data-aos="rollup"].aos-animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
[data-aos="line"] {
  transform: translate(-50%, -50%) scaleY(0) !important;
  transform-origin: top;
}
[data-aos="line"].aos-animate {
  transform: translate(-50%, -50%) scale(1) !important;
}
[data-aos="point"] {
  transform: translate(-50%, -50%) scale(2) !important;
  opacity: 0;
}
[data-aos="point"].aos-animate {
  transform: translate(-50%, -50%) scale(1) !important;
  opacity: 1;
}
[data-aos="stamp"] {
  opacity: 0;
}
[data-aos="stamp"].aos-animate {
  transform: scale(1);
  opacity: 1;
}
[data-aos="clip"] {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
[data-aos="clip"].aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
[data-aos="blur"] {
  filter: blur(10px);
  opacity: 0;
  transition-property: filter, opacity;
}
[data-aos="blur"].aos-animate {
  filter: blur(0px);
  opacity: 1;
}
[data-aos="scaleX"] {
  transform: scaleX(0);
  transition-property: transform;
}
[data-aos="scaleX"].aos-animate {
  transform: scaleX(1);
}
[data-aos="scaleY"] {
  transform: scaleY(0);
  transition-property: transform;
}
[data-aos="scaleY"].aos-animate {
  transform: scaleY(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;
}
@keyframes extend {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
[data-aos="extend"].aos-animate {
  animation: extend 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
[data-aos="dash"].aos-animate {
  animation: dash 4s linear forwards;
}
.zones {
  overflow: hidden;
}
.zones .zone {
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
  padding-left: 75px;
}
[data-aos] {
  opacity: 0;
}
.aos-animate {
  opacity: 1;
}
p {
  line-height: 1.5;
}
.cfluid {
  width: 90%;
  margin: 0 auto;
}
.rub {
  color: #121730;
  margin-bottom: 5rem;
  position: relative;
}
.rub .titre {
  font-size: 2.5rem;
  font-family: "Sackers";
  letter-spacing: 4px;
  line-height: 1;
  text-transform: capitalize;
}
.button,
button {
  padding: 20px 50px;
  margin-top: 4rem;
  display: inline-block;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 2px;
  color: #121730;
  font-style: italic;
  overflow: hidden;
  border: 1px solid;
  font-family: "Bentham";
}
.button:before,
button:before {
  position: absolute;
  content: "";
}
.button:after,
button:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121730;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.button:hover,
button:hover {
  transition: all 0.3s ease;
  color: white;
}
.button:hover:after,
button:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
#back2top {
  position: fixed;
  bottom: -100;
  right: 0;
  background: white;
  width: 75px;
  height: 75px;
  padding: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
  border-right: none;
  border-bottom: none;
}
.sticky #back2top {
  display: block;
}
.sticky #back2top:focus {
  outline: none;
}
#contact {
  position: fixed;
  bottom: 0;
  right: 0;
  background: white;
  width: 55px;
  height: 55px;
  padding: 0;
  display: none;
  cursor: pointer;
  border-bottom: none;
  border-right: none;
  margin-top: 0;
  justify-content: center;
  z-index: 2;
  align-items: center;
  font-size: 1.5rem;
}
.sticky #contact {
  display: block;
}
.sticky #contact:focus {
  outline: none;
}
.zones .zone {
  position: relative;
}
.zones .zone .acnre {
  position: absolute;
  top: -120px;
}
@media all and (max-width: 1600px) {
  .zones .zone {
    padding: 10rem 10rem 10rem 75px;
  }
  .button,
  button {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1400px) {
  .numero {
    font-size: 6rem;
    top: 3rem;
  }
  .actus {
    font-size: 1.4rem !important;
  }
  .zones .zone {
    padding: 10rem 10rem 10rem 75px;
  }
}
@media all and (max-width: 1200px) {
  .numero {
    font-size: 5rem;
    top: 2rem;
  }
  .zones .zone {
    padding: 8rem 8rem 8rem 75px;
  }
  .actus {
    font-size: 1.2rem !important;
  }
  .button,
  button {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1000px) {
  .zones .zone {
    padding: 6rem 6rem 6rem 65px;
  }
  #back2top {
    width: 65px;
    height: 65px;
  }
  .rub .uptitre {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 800px) {
  .titre {
    font-size: 3.5rem;
  }
  .cfluid {
    width: 85%;
  }
  .rub .uptitre {
    font-size: 2rem;
  }
  .rub .sstitre {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 600px) {
  #back2top {
    width: 55px;
    height: 55px;
  }
  .cfluid {
    width: 90%;
  }
  .rub .uptitre {
    font-size: 2rem;
  }
  .button,
  button {
    padding: 10px 30px;
    margin-top: 2rem;
  }
}
@media all and (max-width: 450px) {
  #back2top {
    width: 45px;
    height: 45px;
    bottom: -100px;
    display: block!important;
    transition: all 0.3s ease;
    font-size: 20px;
  }
  #back2top:hover {
    background: unset;
    color: unset;
  }
  .sticky #back2top {
    bottom: 0px;
  }
  .zones .zone {
    padding: 6rem 0;
  }
  .line {
    left: 50%;
  }
  .rub {
    margin-bottom: 3rem;
  }
  .rub .uptitre {
    font-size: 2rem;
  }
  .button,
  button {
    font-size: 1.25rem;
  }
}
header {
  display: flex;
  height: 80px;
  align-items: center;
  width: 100%;
  z-index: 999999;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  color: white;
  font-weight: 600;
  font-size: 1.7rem;
  padding: 0 20px;
  background: none;
}
header.show {
  background: none !important;
}
header .burger {
  display: none;
}
header .logo {
  align-self: center;
  width: 170px;
  height: 70px;
}
header .logo img {
  width: 100%;
}
header .menu {
  font-family: "Sackers";
  text-transform: uppercase;
  color: white;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  align-items: center;
  z-index: 3;
  justify-content: center;
}
header .menu a {
  color: white;
}
header .menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
header .menu ul li {
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 1vw;
  letter-spacing: 1px;
  position: relative;
}
header .menu ul li:hover ul {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
header .menu ul li ul {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 25px;
  width: auto;
  height: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
  transform: translateY(25px);
}
header .menu ul li ul::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  right: 0;
  bottom: -15px;
  background: #fff;
}
header .menu ul li ul li {
  width: 200px;
  background: #000;
  aspect-ratio: 1;
  margin: 0;
  margin-right: 15px;
  height: auto;
}
header .menu ul li ul li a {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  align-items: flex-end;
  height: 100%;
  padding: 15px;
}
header .menu ul li ul li a span {
  position: relative;
  z-index: 10;
}
header .menu ul li ul li a span.photo {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header .menu ul li ul li a span.photo img {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
header .menu ul li a {
  transition: all 0.3s ease;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  height: 35%;
}
header .menu ul li a:after {
  width: 0;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: -1;
  transition: all 0.2s linear;
}
header .menu ul li:hover {
  border: 0;
}
header .menu ul li:hover a {
  transition: all 0.3s ease;
  border: 0;
}
header .menu ul li:hover a:after {
  width: 100%;
  transition: all 0.2s linear;
}
header .menu ul .current a {
  transition: border 0.3s ease;
  color: white;
}
header .menu ul .current a:after {
  width: 100%;
  transition: all 0.3s linear;
}
header .btm {
  display: flex;
  gap: 5px;
}
header .btm li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.3s ease;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  background: #121730;
}
header .btm li a:hover {
  color: #121730;
  background: white;
}
header .btm li a i {
  font-size: 16px;
}
header .btm .social:hover .social_drop {
  display: flex;
  animation: fadeInLeft 0.3s ease-out;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100%) scaleX(0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0%) scaleX(1);
  }
}
@keyframes sticky {
  0% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: top;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: top;
  }
}
.sticky,
.allsticky {
  transition: all 0.5s ease;
}
.sticky header,
.allsticky header {
  background-color: #121730;
  transition: all 0.3s ease;
}
.sticky header .logo,
.allsticky header .logo {
  width: 75px;
  height: 75px;
}
.sticky #fullpage_menu,
.allsticky #fullpage_menu {
  background: var(--bg, #121730);
  color: white;
}
.sticky #fullpage_menu nav ul li a,
.allsticky #fullpage_menu nav ul li a {
  color: white;
}
.burglar {
  transform: scale(1);
  margin: 0 auto;
  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: 0;
  background: white;
}
#top {
  top: 20px;
  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;
  stroke-width: 2;
}
.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 {
  background: none;
  display: inline-block;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.burger span {
  position: absolute;
  width: 50%;
  height: 1px;
  background: white;
  border-radius: 10px;
  transition: background 0.3s ease;
}
.burger span::before {
  content: "";
  position: absolute;
  transition: 0.3s all;
  width: 100%;
  height: 1px;
  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: 1px;
  background: white;
  border-radius: 10px;
  top: -1rem;
  transition: all 0.3s ease;
}
.burger.active span {
  transform: rotate(45deg);
}
.burger.active span:after {
  transform: rotate(-90deg) translate(-30%);
}
.burger.active span:before {
  display: none;
}
.burger:hover {
  transition: all 0.3s ease;
}
.burger:hover ::after,
.burger:hover ::before,
.burger:hover span {
  background: white;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
#fullpage_menu {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 999;
  display: flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
  overflow: auto;
  font-family: "Sackers";
}
#fullpage_menu.active {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform opacity 0.3s ease-in-out;
}
#fullpage_menu.active nav {
  opacity: 1;
  transition: opacity 0.8s;
  transition-delay: 0.3s;
}
#fullpage_menu.active nav ul li {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}
#fullpage_menu.active nav ul li:nth-child(1) {
  transition-delay: 0.3s;
}
#fullpage_menu.active nav ul li:nth-child(2) {
  transition-delay: 0.35s;
}
#fullpage_menu.active nav ul li:nth-child(3) {
  transition-delay: 0.4s;
}
#fullpage_menu.active nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#fullpage_menu.active nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
#fullpage_menu.active nav ul li:nth-child(6) {
  transition-delay: 0.55s;
}
#fullpage_menu.active nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
#fullpage_menu.active nav ul li:nth-child(8) {
  transition-delay: 0.7s;
}
#fullpage_menu.active nav ul li:nth-child(9) {
  transition-delay: 0.8s;
}
#fullpage_menu nav {
  opacity: 0;
  transition: opacity 0.8s;
}
#fullpage_menu nav ul li {
  text-align: center;
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s ease;
}
#fullpage_menu nav ul li a {
  transition: all 0.2s ease-in-out;
  color: white;
}
#fullpage_menu nav ul li a:hover {
  transition: all 0.2s ease-in-out;
  letter-spacing: 5px;
}
#fullpage_menu nav ul li.withsub a {
  position: relative;
}
#fullpage_menu nav ul li.withsub a:after {
  content: "+";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#fullpage_menu nav ul li.withsub.show .submenu {
  height: auto;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 10px 0;
}
#fullpage_menu nav ul li .submenu {
  padding: 0;
  font-size: 85%;
  transition: all 0.3s ease;
  margin-top: 15px;
}
#fullpage_menu nav ul li .submenu li {
  margin: 5px 0;
  font-size: 1.5rem;
}
#fullpage_menu nav ul li .submenu a {
  border: 0 !important;
}
#fullpage_menu nav ul li .submenu a:after {
  display: none;
}
#fullpage_menu nav .current a {
  border-bottom: 1px solid;
  padding: 5px 15px;
}
#fullpage_menu nav .current a:hover {
  letter-spacing: 2px;
}
#fullpage_menu .backgroond {
  position: absolute;
  top: 0px;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
#fullpage_menu .backgroond img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media all and (max-width: 1500px) {
  header {
    padding: 0 10px;
  }
  header .logo {
    width: 170px;
  }
  header .menu {
    font-size: 10px;
  }
  header .menu ul li {
    margin: 0 0.7vw;
    letter-spacing: 0.5px;
  }
}
@media all and (max-width: 1200px) {
  #fullpage_menu nav ul li {
    font-size: 2rem;
  }
  header {
    justify-content: space-between;
    font-size: 1.5rem;
    padding: 0 10px;
  }
  header .burger {
    display: flex;
  }
  header .menu {
    display: none;
  }
  header .btm {
    margin-left: auto;
  }
  header .btm li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  header.sticky {
    display: none !important;
  }
  .subheader {
    font-size: 1.8rem;
  }
  .burger {
    display: flex;
    top: 10px;
  }
}
@media all and (max-width: 1000px) {
  #fullpage_menu nav ul li {
    font-size: 1.8rem;
  }
  .burger {
    left: 1px;
    top: 5px;
  }
  .burglar {
    transform: scale(0.8);
  }
}
@media all and (max-width: 800px) {
  #fullpage_menu nav ul li {
    font-size: 1.8rem;
  }
}
footer {
  padding: 6rem 1rem;
  background: var(--bg, #121730);
  overflow: hidden;
  position: relative;
  color: white;
  text-align: center;
}
footer .backgroond {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
footer .backgroond img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
footer .mobileonly {
  display: none!important;
}
footer .logo {
  max-width: 280px;
  filter: brightness(0) invert(1);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
footer .logo img {
  width: 100%;
}
footer a {
  transition: 0.5s;
  color: white;
}
footer a:hover {
  color: inherit;
}
footer .ul {
  display: flex;
  justify-content: space-between;
  width: auto;
  z-index: 1;
}
footer .ul .col {
  width: 32%;
  padding: 0 2rem;
  z-index: 1;
}
footer .ul .col .columns {
  column-gap: 15%;
}
footer .ul .col:last-child {
  font-weight: 100;
}
footer .ul .col:last-child a {
  font-weight: 100;
}
footer .ul .col .rub {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3rem;
  color: white;
  border-bottom: 0 solid #aaa;
  display: inline-block;
  border-bottom: 1px solid;
}
footer .ul .col .cgv {
  text-transform: uppercase;
}
footer .ul .col .cgv:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: black;
}
footer .ul .col .loc {
  text-align: left;
  line-height: 25px;
}
footer .ul .col .coords li {
  margin-bottom: 10px;
}
footer .ul .col .coords li a {
  display: inline-block;
}
footer .ul .col .coords .copy {
  vertical-align: 0;
  margin-right: 5px;
}
footer .ul .navi {
  column-count: 2;
  column-gap: 10%;
  font-size: 1.4rem;
  text-align: left;
  margin: 0 8%;
}
footer .ul .langs {
  width: auto;
  font-size: 1.5rem;
}
footer .ul .langs li {
  border-right: 1px solid black;
  display: inline-block;
  padding: 0 7px;
}
footer .ul .langs li:last-child {
  border: 0;
}
footer .ul .langs li a {
  text-transform: uppercase;
  color: black;
  transition: all 500ms;
  border-bottom: 1px solid transparent;
}
footer .ul .langs li a.active,
footer .ul .langs li a:hover {
  border-color: black;
}
footer .ul .social {
  width: auto;
}
footer .ul .social li {
  padding: 0;
  z-index: 1;
  margin-bottom: 20px;
  display: inline-block;
}
footer .ul .social li:last-child {
  margin-bottom: 0;
  margin-left: 0;
}
footer .ul .social li a {
  display: flex!important;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin: 0;
  color: white;
  transition: color 0.3s ease;
}
footer .ul .social li a:hover {
  transition: all 0.3s ease;
}
footer .ul .social li a:hover i {
  margin: 0;
}
footer .ul .social li .facebook:hover {
  color: #3B5998;
}
footer .ul .social li .twitter:hover {
  color: #0bf;
}
footer .ul .social li .insta:hover {
  color: #d6249f;
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
footer .ul .social li .tripadvisor:hover {
  color: #00af87;
}
footer .ul .social li i {
  font-size: 2rem;
  padding: 0;
}
footer .ul .social li:last-child {
  margin-right: 0;
}
footer .ul .log {
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
}
footer .suivre {
  font-weight: 600;
  margin-top: 4rem;
  text-transform: uppercase;
}
footer .wrapedc {
  background: #15252b;
  color: white;
  padding: 3rem 0;
  margin-top: 8rem;
  color: #ddd;
}
footer .wrapedc a {
  color: #ddd;
}
footer .real i {
  vertical-align: 0;
  margin-right: 2px;
}
footer .real .rub {
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}
footer .real .edc {
  display: block;
  margin-bottom: 10px;
  margin-right: -10px;
}
footer .real .edc img {
  max-width: 180px;
}
footer .real li:first-child {
  margin-left: 0;
}
footer .real li:last-child {
  margin-right: 0;
}
footer .real li:last-child i {
  vertical-align: 0;
  margin-right: 3px;
}
@media screen and (max-width: 1770px) {
  footer .ul .col {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1600px) {
  footer {
    padding-top: 5rem;
  }
  footer .wrapedc {
    margin-top: 5rem;
  }
  footer .ul .col .logo {
    width: 100%;
  }
}
@media all and (max-width: 1500px) {
  footer .ul .col {
    padding: 0 1rem;
    margin: 20px 0;
  }
  footer .ul .col .edc img {
    margin-right: 0;
  }
}
@media all and (max-width: 1200px) {
  footer .ul .col:first-child {
    margin-right: 0;
  }
  footer .ul {
    flex-direction: column;
  }
  footer .ul .col {
    width: auto;
    flex: 1 1 50%;
    text-align: center;
  }
}
@media screen and (max-width: 1150px) {
  footer {
    text-align: center;
  }
  footer .social {
    justify-content: center;
  }
}
@media all and (max-width: 800px) {
  footer {
    text-align: center;
  }
  footer .rub {
    text-align: center;
  }
  footer .ul .col {
    width: 100%!important;
    max-width: 100%!important;
    text-align: center;
  }
  footer .ul .col .edc {
    text-align: center;
  }
  footer .real {
    flex-wrap: wrap;
    text-align: center!important;
  }
  footer .real .edc {
    margin-right: 0;
  }
  footer .real li:first-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  footer .real li {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  footer .ul .navi {
    column-count: 1;
    text-align: center;
  }
  footer .ul .col .logo {
    width: 90%;
  }
  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;
  }
  footer .ul .col {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 450px) {
  footer .logo {
    max-width: 270px;
    margin: 0 auto 2rem;
  }
  footer .mobileonly {
    display: flex!important;
  }
}
@media screen and (max-width: 390px) {
  footer .ul .col {
    min-width: 100%;
    max-width: 100%;
  }
}
.zone.fiche {
  min-height: 100vh;
  margin-top: 50px;
}
.zone.fiche .cfluid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.zone.fiche .cfluid .colleft,
.zone.fiche .cfluid .colright {
  width: 50%;
}
.zone.fiche .cfluid .colleft {
  width: 46%;
  margin-right: 4%;
}
.zone.fiche .cfluid .colleft .slider {
  position: relative;
}
.zone.fiche .cfluid .colleft .slider .swiper-slide {
  position: relative;
}
.zone.fiche .cfluid .colleft .slider .swiper-slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65%;
}
.zone.fiche .cfluid .colleft .slider .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.fiche .cfluid .colleft .slider .swiper-button-next,
.zone.fiche .cfluid .colleft .slider .swiper-button-prev {
  background-image: none;
  margin-top: -10px;
}
.zone.fiche .cfluid .colleft .slider .swiper-button-next:focus,
.zone.fiche .cfluid .colleft .slider .swiper-button-prev:focus {
  outline: none;
}
.zone.fiche .cfluid .colleft .slider .swiper-button-next i,
.zone.fiche .cfluid .colleft .slider .swiper-button-prev i {
  font-size: 2rem;
  color: #666;
}
.zone.fiche .cfluid .colleft .slider .swiper-button-prev {
  left: -30px;
}
.zone.fiche .cfluid .colleft .slider .swiper-button-next {
  right: -40px;
}
.zone.fiche .cfluid .colleft .titre {
  text-transform: uppercase;
  font-family: "Sackers";
  font-size: 2.5rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  color: black;
  text-align: left;
  font-weight: 600;
}
.zone.fiche .cfluid .colleft .sstitre {
  font-size: 1.5rem;
  letter-spacing: 5px;
  font-weight: 200;
  text-transform: inherit;
  text-transform: uppercase;
}
.zone.fiche .cfluid .colleft .image {
  margin-top: 2rem;
  width: 100%;
  display: block;
}
.zone.fiche .cfluid .colleft .image img {
  width: 100%;
}
.zone.fiche .cfluid .colright {
  border-left: 1px solid #eee;
  padding-left: 4%;
  text-align: center;
}
.zone.fiche .cfluid .colright .entete {
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 4rem;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
  text-align: left;
}
.zone.fiche .cfluid .colright .entete i {
  vertical-align: 0;
}
.zone.fiche .cfluid .colright ul {
  text-align: left;
}
.zone.fiche .cfluid .colright ul li {
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.zone.fiche .cfluid .colright ul li .cat {
  width: 50%;
  position: relative;
  font-style: italic;
  font-family: "Bentham";
}
.zone.fiche .cfluid .colright ul li .cat span {
  padding-right: 10px;
  background: white;
  letter-spacing: 0.5px;
}
.zone.fiche .cfluid .colright ul li .cat:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 10px;
  height: 1px;
  top: 50%;
  background-color: #e7e7ea;
  z-index: -1;
}
.zone.fiche .cfluid .colright ul li .info {
  text-transform: uppercase;
  text-align: right;
  font-weight: 200;
  letter-spacing: 1px;
}
.zone.fiche .cfluid .colright ul li .telecharger {
  padding: 2px 10px;
  border-radius: 0;
  padding-top: 3px;
  background: #525252;
  color: white;
  transition: background 0.3s ease;
}
.zone.fiche .cfluid .colright ul li .telecharger i {
  vertical-align: 0;
}
.zone.fiche .cfluid .colright ul li .telecharger:hover {
  background: #0bf;
  color: white;
}
.zone.fiche .cfluid .colright .prix {
  padding-top: 2rem;
  margin-top: 2rem;
  font-size: 120%;
}
.zone.fiche .cfluid .colright .prix .cat {
  text-transform: uppercase;
  letter-spacing: 10px;
  display: flex;
  color: #999;
  align-items: center;
  font-style: normal;
}
.zone.fiche .cfluid .colright .prix .cat:before {
  display: none;
}
.zone.fiche .cfluid .colright .prix .entete {
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 100%;
}
.zone.fiche .cfluid .colright .prix .price {
  letter-spacing: 1px;
  font-size: 2.5rem;
}
.zone.fiche .cfluid .colright .prix .price i {
  margin-right: 10px;
  color: #0bf;
  vertical-align: 0;
}
@media all and (max-width: 1200px) {
  .zone.fiche .cfluid {
    width: 85%;
  }
  .zone.fiche .cfluid .colleft {
    width: 100%;
    margin-right: 0;
  }
  .zone.fiche .cfluid .colleft .slider .swiper-slide:before {
    padding-top: 50%;
  }
  .zone.fiche .cfluid .colright {
    width: 100%;
    padding-left: 0;
    border: 0;
    margin-top: 4rem;
  }
}
@media all and (max-width: 600px) {
  .zone.fiche .cfluid {
    width: 90%;
  }
  .zone.fiche .cfluid .colleft {
    width: 100%;
    margin-right: 0;
  }
  .zone.fiche .cfluid .colleft .titre {
    font-size: 2rem;
  }
  .zone.fiche .cfluid .colleft .sstitre {
    font-size: 1.5rem;
  }
  .zone.fiche .cfluid .colleft .slider .swiper-slide:before {
    padding-top: 80%;
  }
  .zone.fiche .cfluid .colleft .slider .swiper-button-next {
    right: 5px;
  }
  .zone.fiche .cfluid .colleft .slider .swiper-button-next i {
    color: white;
    font-size: 2.5rem;
  }
  .zone.fiche .cfluid .colleft .slider .swiper-button-prev {
    left: 10px;
  }
  .zone.fiche .cfluid .colleft .slider .swiper-button-prev i {
    color: white;
    font-size: 2.5rem;
  }
  .zone.fiche .cfluid .colright {
    width: 100%;
    padding-left: 0;
    border: 0;
    margin-top: 4rem;
  }
  .zone.fiche .cfluid .colright ul li .info {
    font-size: 1.3rem;
  }
  .zone.fiche .cfluid .colright .prix .price {
    width: 100%;
  }
}
.zone.top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: black;
  overflow: hidden;
  width: 100%;
}
.zone.top .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.top .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.zone.top .image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.top .image .bg img {
  height: 100%;
  width: 100%;
}
.zone.top .text {
  width: 90%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0;
}
.zone.top .text .area {
  margin: 0 auto;
  text-align: center;
  color: white;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.zone.top .text .area .logo {
  margin-bottom: 25px;
}
.zone.top .text .area .logo img {
  max-width: 320px;
}
.zone.top .text .area .titre {
  font-size: 3.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 10px;
  color: white;
  font-family: "Sackers";
  order: -1;
}
.zone.top .text .area .titre p {
  line-height: 1.2;
}
.zone.top .text .area .sstitre {
  font-size: 1.7rem;
  letter-spacing: 2px;
  font-weight: 200;
  color: white;
  text-transform: inherit;
}
.zone.top .text .area .sstitre p {
  line-height: 1.3;
}
.zone.top .text .area .description {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 200;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.zone.top .text .hr {
  background: white;
}
.zone.top .text .button {
  font-size: 1.5rem;
}
.zone.top .text .button:before {
  position: absolute;
  content: "";
  bottom: -100px;
  left: 50%;
  width: 1px;
  height: 80px;
  background: white;
}
.zone.top .text .button:hover:before {
  bottom: -110px;
  transition: all 0.3s ease;
}
.zone.top .mouse {
  bottom: 2rem;
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone.top .mouse:after {
  content: "";
  position: absolute;
  transition: 0.3s all;
  width: 1px;
  height: 16px;
  background: white;
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
}
.zone.top .mouse #compass {
  animation: compass 5s infinite alternate;
}
@keyframes compass {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-60deg);
  }
  30% {
    transform: rotate(10deg);
  }
  35% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.zone.top .mouse svg {
  opacity: 0.8;
}
.zone.top .mouse span {
  color: white;
  display: block;
  text-align: center;
  font-style: italic;
  margin-top: 10px;
  letter-spacing: 1px;
  font-family: "Bentham";
  font-size: 1.4rem;
}
@media all and (max-width: 1600px) {
  .zone.top .text .area .titre {
    font-size: 3rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.top .text .area .titre {
    font-size: 2.25rem;
  }
  .zone.top .text .area .sstitre {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 800px) {
  .zone.top .text .area .titre {
    font-size: 2rem;
  }
  .zone.top .text .area .sstitre {
    font-size: 1.3rem;
    padding: 0 5%;
  }
  .zone.top .text .area .description {
    font-weight: bold;
  }
}
@media all and (max-width: 600px) {
  .zone.top .text .area .titre {
    font-size: 1.8rem;
    padding: 0 20px;
  }
  .zone.top .text .area .sstitre {
    font-size: 1.25rem;
    padding: 0 5%;
  }
}
@media all and (max-width: 450px) {
  .zone.top .mouse {
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%) scale(0.9);
  }
  .zone.top .mouse span {
    margin-top: 0;
  }
  .zone.top .text .area .titre {
    font-size: 1.6rem;
    padding: 0 20px;
  }
  .zone.top .text .area .sstitre {
    font-size: 1.25rem;
    padding: 0 20px;
  }
}
.zone.altern + .zone.presentation {
  padding-top: 0;
}
.zone.presentation {
  font-family: "Sackers";
  color: #121730;
}
.zone.presentation .meteo {
  display: flex;
  flex-direction: row;
  z-index: 99;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.zone.presentation .meteo .meteo-content {
  background-color: white;
  overflow: hidden;
  color: #194e56;
  transition: all 500ms;
}
.zone.presentation .meteo .meteo-content.hide {
  width: 0 !important;
}
.zone.presentation .meteo .meteo-content .c-meteo {
  padding: 25px 50px;
  white-space: nowrap;
}
.zone.presentation .meteo .meteo-content span {
  display: block;
  color: #000;
  font-size: 1.6rem;
}
.zone.presentation .meteo .meteo-content span.day {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1rem;
  text-align: center;
}
.zone.presentation .meteo .meteo-content span.icon {
  font-size: 6rem;
  text-align: center;
  padding: 0px 0;
  line-height: 2rem;
  filter: grayscale(1);
}
.zone.presentation .meteo .meteo-content span.icon img {
  width: 75px;
}
.zone.presentation .meteo .meteo-content span.temperature {
  text-align: center;
  font-weight: 300;
  font-size: 3rem;
  color: #444;
  letter-spacing: -0.3rem;
  line-height: 3.5rem;
}
.zone.presentation .meteo .meteo-content span.place {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 10px;
}
.zone.presentation nav {
  margin-bottom: 5rem;
  background: white;
}
.zone.presentation nav ul {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  padding: 3rem 5rem;
  width: 70%;
  margin: 0 auto;
}
.zone.presentation nav ul li {
  margin: 0 2rem;
  font-size: 2rem;
  letter-spacing: 3px;
  position: relative;
}
.zone.presentation nav ul li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  color: inherit;
  font-size: 2.5rem;
}
.zone.presentation nav ul li:hover a {
  color: inherit;
}
.zone.presentation nav ul li:hover i {
  opacity: 1;
  transform: translate(-50%, 4.5rem);
}
.zone.presentation .text {
  width: 60%;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 4px;
  margin: 0 auto;
  background: white;
  padding: 2.5rem 0;
}
.zone.presentation .text .titre {
  font-size: 2.5rem;
}
.zone.presentation .text .sstitre {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.zone.presentation .text p {
  line-height: 2.25 !important;
}
@media all and (max-width: 1400px) {
  .zone.presentation nav ul {
    width: 80%;
  }
  .zone.presentation nav ul li {
    font-size: 1.8rem;
  }
  .zone.presentation .text {
    width: 80%;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .zone.presentation .text p {
    line-height: 1.8 !important;
  }
}
@media all and (max-width: 1200px) {
  .zone.presentation nav {
    margin-bottom: 6rem;
  }
  .zone.presentation nav ul {
    width: 80%;
    padding: 3rem 0;
  }
  .zone.presentation nav ul li {
    font-size: 1.7rem;
  }
  .zone.presentation .text {
    width: 80%;
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.presentation nav {
    margin-bottom: 5rem;
  }
  .zone.presentation nav ul {
    width: 100%;
    padding: 3rem 0;
  }
  .zone.presentation nav ul li {
    font-size: 1.5rem;
    margin: 0 1rem;
  }
  .zone.presentation .text {
    width: 90%;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 800px) {
  .zone.presentation nav {
    margin-bottom: 4rem;
  }
  .zone.presentation nav ul {
    width: 100%;
    padding: 3rem 0;
  }
  .zone.presentation nav ul li {
    font-size: 1.5rem;
    margin: 0 0.5rem;
  }
  .zone.presentation .text {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 600px) {
  .zone.presentation nav {
    margin-bottom: 4rem;
  }
  .zone.presentation nav ul {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .zone.presentation nav ul li {
    font-size: 1.5rem;
    margin: 0.5rem 0;
  }
  .zone.presentation .text {
    width: 100%;
    font-size: 1.4rem;
  }
  .zone.presentation .text p {
    line-height: 2 !important;
  }
}
@media all and (max-width: 450px) {
  .zone.presentation nav {
    margin-bottom: 4rem;
  }
  .zone.presentation nav ul {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .zone.presentation nav ul li {
    font-size: 1.4rem;
    margin: 0.5rem 0;
  }
  .zone.presentation .text {
    width: 100%;
    font-size: 1.3rem;
    padding: 2rem 0;
    letter-spacing: 2px;
  }
  .zone.presentation .text p {
    line-height: 2 !important;
  }
}
.zone.altern + .zone.altern,
.zone.search + .zone.altern,
.zone.cardslider + .zone.altern {
  padding-top: 2rem;
}
.zone.altern {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.zone.altern .image {
  width: 50%;
  position: relative;
}
.zone.altern .image .photo {
  position: relative;
  width: 100%;
}
.zone.altern .image .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.zone.altern .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.zone.altern .image .letter {
  pointer-events: none;
  position: absolute;
  top: -15rem;
  left: 10rem;
  font-size: 20rem;
  opacity: 0.35;
  padding: 25px;
  margin: -25px;
  z-index: 11;
  color: #121730;
  font-family: "Betham";
  font-style: italic;
}
.zone.altern .text {
  padding: 0 8%;
  margin: 0 auto;
  width: 50%;
  text-align: left;
}
.zone.altern .text .area {
  border-top: 1px solid #ccc;
  padding-top: 4rem;
}
.zone.altern .text .titre {
  text-transform: uppercase;
  font-family: "Sackers";
  font-size: 2.5rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  color: black;
  text-align: left;
  font-weight: 600;
}
.zone.altern .text .sstitre {
  text-transform: uppercase;
  font-family: "Sackers";
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 3rem;
  color: #666;
}
.zone.altern .text .desc {
  text-align: justify;
  letter-spacing: 1px;
}
.zone.altern.subtype2 .text {
  order: 1;
}
.zone.altern.subtype2 .image {
  order: 2;
}
@media all and (max-width: 1600px) {
  .zone.altern .image .letter {
    top: -15rem;
  }
  .zone.altern .text {
    padding: 0 7rem;
  }
  .zone.altern .text .titre {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.altern .image .letter {
    top: -15rem;
  }
  .zone.altern .text {
    padding: 0 6rem;
  }
  .zone.altern .text .titre {
    font-size: 2rem;
  }
  .zone.altern .text .sstitre {
    font-size: 1.15rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.altern .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.altern .text {
    padding: 0 5rem;
    text-align: center;
  }
  .zone.altern .text .titre {
    font-size: 1.8rem;
  }
  .zone.altern .text .sstitre {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.altern {
    flex-direction: column;
    padding-top: 0;
  }
  .zone.altern .line {
    display: none;
  }
  .zone.altern .image {
    width: 100%;
    order: 1 !important;
  }
  .zone.altern .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.altern .text {
    order: 2 !important;
    width: 100%;
    padding: 0 5rem;
  }
  .zone.altern .text .titre {
    font-size: 1.8rem;
    text-align: center;
  }
  .zone.altern .text .sstitre {
    font-size: 1.1rem;
    text-align: center;
  }
  .zone.altern .text .desc {
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  .zone.altern {
    flex-direction: column;
  }
  .zone.altern .line {
    display: none;
  }
  .zone.altern .image {
    width: 100%;
    order: 1 !important;
  }
  .zone.altern .image .letter {
    top: -10rem;
    font-size: 20rem;
    left: calc(50% - 10rem);
  }
  .zone.altern .text {
    order: 2 !important;
    width: 100%;
    padding: 0 3rem;
  }
  .zone.altern .text .titre {
    font-size: 1.7rem;
  }
  .zone.altern .text .sstitre {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 450px) {
  .zone.altern {
    flex-direction: column;
  }
  .zone.altern .line {
    display: none;
  }
  .zone.altern .image {
    width: 100%;
    order: 1 !important;
  }
  .zone.altern .image .photo:before {
    padding-top: 75%;
  }
  .zone.altern .image .letter {
    top: -10rem;
    font-size: 15rem;
    left: calc(50% - 7.5rem);
  }
  .zone.altern .text {
    order: 2 !important;
    width: 100%;
    padding: 0 3rem;
  }
  .zone.altern .text .titre {
    font-size: 1.6rem;
  }
  .zone.altern .text .sstitre {
    font-size: 1rem;
  }
}
.zone.presentation + .zone.cardslider {
  padding-top: 25px;
}
.zone.cardslider {
  position: relative;
  text-align: center;
}
.zone.cardslider .rub {
  margin-bottom: 10rem;
}
.zone.cardslider .rub .sstitre {
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: 200;
}
.zone.cardslider .button {
  margin-top: 8rem;
}
.zone.cardslider .swiper-button-next,
.zone.cardslider .swiper-button-prev {
  font-size: 2.5rem;
  overflow: hidden;
  background-image: none;
}
.zone.cardslider .swiper-button-next:focus,
.zone.cardslider .swiper-button-prev:focus {
  outline: none;
}
.zone.cardslider .swiper-button-prev {
  left: -55px;
}
.zone.cardslider .swiper-button-next {
  right: -55px;
}
.zone.cardslider .slider {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.zone.cardslider .slider .swiper-container {
  width: 100%;
  padding: 0 10px 10px;
  overflow: visible;
}
.zone.cardslider .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  /*
    .tilter__figure,
    .tilter__deco,
    .tilter__caption {
        will-change: transform;
    }*/
}
.zone.cardslider .item .photo {
  height: auto;
  position: relative;
  width: 100%;
}
.zone.cardslider .item .photo img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zone.cardslider .item .tilter {
  display: block;
  position: relative;
  width: 300px;
  height: 415px;
  margin: 1.5em 2.5em;
  color: #fff;
  flex: none;
  perspective: 1000px;
}
.zone.cardslider .item .tilter * {
  pointer-events: none;
}
.zone.cardslider .item .tilter:focus,
.zone.cardslider .item .tilter:hover {
  color: #fff;
  outline: none;
}
.zone.cardslider .item .tilter__figure,
.zone.cardslider .item .tilter__image {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.zone.cardslider .item .tilter__figure > * {
  /* Force correct stacking order */
}
.zone.cardslider .item .smooth .tilter__caption,
.zone.cardslider .item .smooth .tilter__deco--lines,
.zone.cardslider .item .smooth .tilter__deco--overlay,
.zone.cardslider .item .smooth .tilter__deco--shine div,
.zone.cardslider .item .smooth .tilter__figure {
  transition: transform 0.2s ease-out;
}
.zone.cardslider .item .tilter__figure {
  position: relative;
}
.zone.cardslider .item .tilter__figure::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.zone.cardslider .item .tilter__deco {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  overflow: hidden;
}
.zone.cardslider .item .tilter__deco {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  fill: none;
  stroke: transparent;
  stroke-width: 0;
  top: 20px;
  left: 20px;
  opacity: 0;
  border: 2px solid white;
}
.zone.cardslider .item .tilter__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.zone.cardslider .item.swiper-slide-active {
  transform: scale(1.25);
  perspective: 2500px;
}
.zone.cardslider .item.swiper-slide-active a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.zone.cardslider .item.swiper-slide-active .text {
  opacity: 1;
}
.zone.cardslider .item.swiper-slide-active .photo {
  filter: brightness(0.65);
}
.zone.cardslider .item.swiper-slide-active .ontop {
  opacity: 1 !important;
  display: block;
}
.zone.cardslider .item.swiper-slide-active .tilter__deco {
  opacity: 1;
}
.zone.cardslider .item:hover a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.zone.cardslider .item:hover .text {
  opacity: 1;
}
.zone.cardslider .item:hover .photo {
  filter: brightness(0.65);
}
.zone.cardslider .item:hover .ontop {
  opacity: 1 !important;
  display: block;
}
.zone.cardslider .item:hover .tilter__deco {
  opacity: 1;
}
.zone.cardslider .item .bg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.zone.cardslider .item .ontop {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  filter: brightness(0.8);
  opacity: 0;
  display: none;
}
.zone.cardslider .item .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
}
.zone.cardslider .item .logo img {
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.zone.cardslider .item .text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Bentham";
  opacity: 0;
  font-size: 1.4rem;
  font-style: italic;
  max-width: 80%;
}
.zone.cardslider .item:hover .photo .overlay {
  opacity: 1;
  transition: all 0.3s ease;
}
.zone.cardslider .item:hover .photo .overlay a {
  transform: translateY(0);
}
.zone.cardslider .item:hover .photo .title {
  border: 1px solid white;
}
.zone.cardslider .item:hover .bloc .button {
  transform: scaleY(1);
  color: white;
  transition: color 0.5s, transform 0.3s ease;
}
.zone.cardslider .ligne {
  position: absolute;
  bottom: 17.9rem;
  left: 0;
  width: 100%;
  background: white;
  height: 1px;
}
@media all and (max-width: 1600px) {
  .zone.cardslider .ligne {
    bottom: calc(8rem + 96px);
  }
  .zone.cardslider .item .wrapimage {
    padding: 3.5rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.cardslider .ligne {
    bottom: calc(6rem + 92px);
  }
  .zone.cardslider .item .wrapimage {
    padding: 3.5rem;
  }
  .zone.cardslider .slider {
    width: 85%;
  }
}
@media all and (max-width: 1200px) {
  .zone.cardslider .swiper-button-next {
    right: -25px;
  }
  .zone.cardslider .swiper-button-prev {
    left: -25px;
  }
  .zone.cardslider .item .tilter__deco {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px solid white;
  }
  .zone.cardslider .item .wrapimage {
    padding: 3rem;
  }
  .zone.cardslider .item .text {
    bottom: 20px;
  }
}
@media all and (max-width: 1000px) {
  .zone.cardslider .rub {
    margin-bottom: 5rem;
  }
  .zone.cardslider .button {
    margin-top: 2rem;
  }
  .zone.cardslider .item.swiper-slide-active {
    transform: scale(1);
  }
  .zone.cardslider .ligne {
    bottom: calc(8rem + 92px);
  }
  .zone.cardslider .slider {
    margin-bottom: 3rem;
  }
  .zone.cardslider .swiper-button-prev {
    left: -5%;
  }
  .zone.cardslider .swiper-button-next {
    right: -5%;
  }
}
@media all and (max-width: 800px) {
  .zone.cardslider .ligne {
    bottom: calc(8rem + 89px);
  }
  .zone.cardslider .item .wrapimage {
    padding: 2.5rem;
  }
  .zone.cardslider .item .text {
    font-size: 2rem;
  }
}
@media all and (max-width: 600px) {
  .zone.cardslider .ligne {
    bottom: calc(8rem + 89px);
  }
  .zone.cardslider .button {
    margin-top: 0;
  }
}
@media all and (max-width: 450px) {
  .zone.cardslider .swiper-button-next,
  .zone.cardslider .swiper-button-prev {
    font-size: 3rem;
  }
  .zone.cardslider .swiper-button-prev {
    left: -7%;
  }
  .zone.cardslider .swiper-button-next {
    right: -7%;
  }
  .zone.cardslider .ligne {
    bottom: calc(8rem + 89px);
  }
}
.zone.search {
  padding: 0 0 0 75px;
}
.zone.search .cfluid {
  width: 70%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.zone.search .filters_wrapper {
  background: #fafafa;
  padding: 6rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone.search .filters_wrapper .logo {
  filter: invert(0.8);
  max-width: 320px;
  margin-bottom: 50px;
  opacity: 0.5;
}
.zone.search .rub {
  margin-bottom: 6rem;
  position: relative;
  z-index: 5;
}
.zone.search .rub .titre {
  text-align: center;
  font-size: 2.5rem;
}
.zone.search .filters {
  color: #325557;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.zone.search .filters .label {
  font-family: "Betham";
  text-transform: capitalize;
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 5px;
  color: #666;
}
.zone.search .filters li {
  width: 25%;
  margin-bottom: 4rem;
}
.zone.search .filters li select {
  width: 90%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #ccc;
  background: none;
  text-transform: uppercase;
  font-family: "Sackers";
  letter-spacing: 3px;
  font-size: 1.25rem;
  color: #666;
}
.zone.search .filters li select:focus {
  outline: none;
}
.zone.search .filters li i {
  vertical-align: 0;
  margin-left: 5px;
}
.zone.search .filters li a,
.zone.search .filters li button {
  color: #325557;
  outline: none;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 400;
  cursor: pointer;
  padding: 1rem 2.5rem;
  border: 1px solid #325557;
}
.zone.search .filters li a.active,
.zone.search .filters li button.active,
.zone.search .filters li a.is-checked,
.zone.search .filters li button.is-checked {
  background: #121730;
  transition: background 0.3s ease;
}
.zone.search .filters li a:hover,
.zone.search .filters li button:hover {
  background: #121730;
  transition: background 0.3s ease;
}
.zone.search .filters li a {
  padding-bottom: calc(1rem + 1px);
}
.zone.search .grid {
  position: relative;
  height: auto;
  margin: 6rem 0;
}
.zone.search .grid .gutter {
  width: 2%;
}
.zone.search .grid .brick {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 32%;
  margin-bottom: 3rem;
}
.zone.search .grid .brick .image_zone {
  width: 100%;
  position: relative;
}
.zone.search .grid .brick .image_zone:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.zone.search .grid .brick .image_zone img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.search .grid .brick a:hover {
  color: inherit;
}
.zone.search .grid .brick .text {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.zone.search .grid .brick .text > .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.zone.search .grid .brick .text .wrap {
  text-transform: uppercase;
  padding: 2rem 0 0;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
}
.zone.search .grid .brick .text .wrap .name {
  font-weight: 600;
  text-align: left;
}
.zone.search .grid .brick .text .wrap .date {
  color: #666;
}
.zone.search .grid .brick .text .price {
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: block;
  width: 100%;
  padding: 1.5rem 0;
}
.zone.search .grid .brick .text .price .promo {
  font-size: 70%;
  color: red;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
}
.zone.search .grid .brick .text .price .realprice {
  text-decoration: line-through;
}
.zone.search .grid .brick .text .infos {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.zone.search .grid .brick .text .infos li {
  display: flex;
  justify-content: space-between;
}
.zone.search .grid .brick .text .infos li .promo {
  color: #aa0055;
  justify-content: flex-end;
}
@media all and (max-width: 1400px) {
  .zone.search .cfluid {
    width: 80%;
  }
}
@media all and (max-width: 1200px) {
  .zone.search .filters .label {
    font-size: 1.4rem;
  }
  .zone.search .filters li select {
    font-size: 1.1rem;
  }
  .zone.search .cfluid {
    width: 90%;
  }
  .zone.search .grid .brick .text {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.search {
    padding: 0 0 0 65px;
  }
  .zone.search .rub {
    margin-bottom: 5rem;
  }
  .zone.search .rub .titre {
    font-size: 2.2rem;
  }
  .zone.search .filters li {
    margin-bottom: 2rem;
  }
  .zone.search .grid .brick {
    width: 49%;
  }
}
@media all and (max-width: 800px) {
  .zone.search {
    padding: 0 0 0 65px;
  }
  .zone.search .rub {
    margin-bottom: 5rem;
  }
  .zone.search .rub .titre {
    font-size: 2.2rem;
  }
  .zone.search .filters .label {
    margin-bottom: 0;
  }
  .zone.search .filters li {
    margin-bottom: 2rem;
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .zone.search {
    padding: 0 0 0 65px;
  }
  .zone.search .filters_wrapper {
    padding: 4rem 0;
  }
  .zone.search .rub {
    margin-bottom: 5rem;
  }
  .zone.search .rub .titre {
    font-size: 2rem;
  }
  .zone.search .filters .label {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .zone.search .filters li {
    margin-bottom: 2rem;
    width: 50%;
  }
  .zone.search .filters li select {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  .zone.search .grid {
    margin: 3rem 0;
  }
  .zone.search .grid .brick {
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .zone.search {
    padding: 0;
  }
  .zone.search .filters_wrapper {
    padding: 4rem 0;
  }
  .zone.search .rub {
    margin-bottom: 5rem;
  }
  .zone.search .rub .titre {
    font-size: 2rem;
  }
  .zone.search .filters .label {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .zone.search .filters li {
    margin-bottom: 2rem;
    width: 50%;
  }
  .zone.search .filters li select {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .zone.search .grid {
    margin: 3rem 0;
  }
  .zone.search .grid .brick {
    width: 100%;
  }
  .zone.search .grid .brick .text {
    font-size: 1.3rem;
  }
  .zone.search .grid .brick .text .infos {
    font-size: 1.2rem;
  }
}
.zone.search {
  padding: 0 !important;
}
.zone.search .filter {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  width: 100%;
  font-family: "Sackers", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
}
.zone.search .filter a.active {
  font-weight: bold;
  color: #121730;
}
@media screen and (min-width: 1280px) {
  .zone.search .filter {
    margin-top: 50px;
  }
  .zone.search .filter a {
    font-size: 1.6rem;
  }
}
.zone.altern_gamme {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone.altern_gamme:nth-child(even) .text {
  order: 1;
}
.zone.altern_gamme:nth-child(even) .image {
  order: 2;
}
.zone.altern_gamme .image {
  width: 50%;
  position: relative;
}
.zone.altern_gamme .image .photo {
  position: relative;
  width: 100%;
}
.zone.altern_gamme .image .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.zone.altern_gamme .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.zone.altern_gamme .image .photo.icon img {
  object-fit: contain;
}
.zone.altern_gamme .image:hover .letter {
  opacity: 1;
}
.zone.altern_gamme .image .letter {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  width: 50%;
  transition: opacity 0.5s ease;
}
.zone.altern_gamme .text {
  padding: 0 8%;
  margin: 0 auto;
  width: 50%;
}
.zone.altern_gamme .text .area {
  border-top: 1px solid #ccc;
  padding-top: 4rem;
}
.zone.altern_gamme .text .titre {
  text-transform: uppercase;
  font-family: "Sackers";
  font-size: 2.5rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  color: black;
  text-align: left;
  font-weight: 600;
}
.zone.altern_gamme .text .c-titre {
  display: flex;
  justify-content: space-between;
}
.zone.altern_gamme .text .c-titre img {
  height: 60px;
}
.zone.altern_gamme .text .sstitre {
  text-transform: uppercase;
  font-family: "Sackers";
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: 2px;
  margin-bottom: 4rem;
  color: #666;
}
.zone.altern_gamme .text .desc {
  text-align: justify;
  letter-spacing: 1px;
}
.zone.altern_gamme.subtype2 .text {
  order: 1;
}
.zone.altern_gamme.subtype2 .image {
  order: 2;
}
@media all and (max-width: 1600px) {
  .zone.altern_gamme .image .letter {
    top: -20rem;
    font-size: 30rem;
  }
  .zone.altern_gamme .text {
    padding: 0 7rem;
  }
  .zone.altern_gamme .text .titre {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.altern_gamme .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.altern_gamme .text {
    padding: 0 6rem;
  }
  .zone.altern_gamme .text .titre {
    font-size: 2rem;
  }
  .zone.altern_gamme .text .sstitre {
    font-size: 1.15rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.altern_gamme .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.altern_gamme .text {
    padding: 0 5rem;
  }
  .zone.altern_gamme .text .titre {
    font-size: 1.8rem;
  }
  .zone.altern_gamme .text .sstitre {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.altern_gamme {
    flex-direction: column;
    padding: 0 0 6rem 65px;
  }
  .zone.altern_gamme .line {
    display: none;
  }
  .zone.altern_gamme .image {
    width: 100%;
    order: 1!important;
  }
  .zone.altern_gamme .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.altern_gamme .text {
    order: 2!important;
    width: 100%;
    padding: 0 5rem;
  }
  .zone.altern_gamme .text .titre {
    font-size: 1.8rem;
  }
  .zone.altern_gamme .text .sstitre {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 600px) {
  .zone.altern_gamme {
    flex-direction: column;
  }
  .zone.altern_gamme .line {
    display: none;
  }
  .zone.altern_gamme .image {
    width: 100%;
    order: 1!important;
  }
  .zone.altern_gamme .image .letter {
    top: -10rem;
    font-size: 20rem;
    left: calc(50% - 10rem);
  }
  .zone.altern_gamme .text {
    order: 2!important;
    width: 100%;
    padding: 0 3rem;
  }
  .zone.altern_gamme .text .titre {
    font-size: 1.7rem;
  }
  .zone.altern_gamme .text .sstitre {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 450px) {
  .zone.altern_gamme {
    flex-direction: column;
    padding: 0 0 5rem;
  }
  .zone.altern_gamme .line {
    display: none;
  }
  .zone.altern_gamme .image {
    width: 100%;
    order: 1!important;
  }
  .zone.altern_gamme .image .photo:before {
    padding-top: 75%;
  }
  .zone.altern_gamme .image .letter {
    top: -5rem;
    font-size: 15rem;
    left: calc(50% - 7.5rem);
  }
  .zone.altern_gamme .text {
    order: 2!important;
    width: 100%;
    padding: 0 3rem;
  }
  .zone.altern_gamme .text .titre {
    font-size: 1.6rem;
  }
  .zone.altern_gamme .text .sstitre {
    font-size: 1rem;
  }
}
.zone.blog {
  padding-top: 0;
}
.zone.blog .rub {
  text-align: center;
  min-height: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
.zone.blog .rub .logo {
  filter: invert(0.8);
  max-width: 320px;
  margin-bottom: 50px;
  opacity: 0.5;
}
.zone.blog .rub .titre {
  font-size: 5rem;
  font-family: "Sackers";
  letter-spacing: 5px;
  line-height: 1;
  margin-bottom: 2rem;
}
.zone.blog .rub .sstitre {
  font-size: 1.8rem;
}
.zone.blog .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone.blog .wrap .image {
  width: 50%;
  position: relative;
}
.zone.blog .wrap .image .photo {
  position: relative;
  height: auto;
  width: 100%;
  display: block;
}
.zone.blog .wrap .image .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.zone.blog .wrap .image .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.blog .wrap .image .letter {
  position: absolute;
  top: -30rem;
  left: 10rem;
  font-size: 40rem;
  opacity: 0.08;
  font-family: 'Betham';
  font-style: italic;
}
.zone.blog .wrap .image .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.zone.blog .wrap .image .swiper-container .swiper-wrapper .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.blog .wrap .text {
  padding: 0 8%;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.zone.blog .wrap .text .date {
  text-align: right;
  text-transform: uppercase;
  word-spacing: 3px;
  padding-bottom: 5px;
}
.zone.blog .wrap .text .titre {
  text-transform: uppercase;
  font-family: "Sackers";
  font-size: 2.5rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  color: black;
  text-align: left;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding-top: 4rem;
}
.zone.blog .wrap .text .sstitre {
  text-transform: uppercase;
  font-family: "Sackers";
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: 2px;
  margin-bottom: 4rem;
  color: #666;
}
.zone.blog .wrap .text .desc {
  text-align: justify;
  letter-spacing: 1px;
}
.zone.blog .wrap:nth-child(odd) .image {
  order: 1;
}
.zone.blog .wrap:nth-child(odd) .text {
  order: 2;
}
.zone.blog .swiper-controls .swiper-button-prev,
.zone.blog .swiper-controls .swiper-button-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  background-image: none;
}
.zone.blog .swiper-controls .swiper-button-prev i,
.zone.blog .swiper-controls .swiper-button-next i {
  color: black;
  font-size: 20px;
}
.zone.blog .swiper-controls .swiper-button-prev {
  left: 10px;
}
.zone.blog .swiper-controls .swiper-button-next {
  right: 10px;
}
@media all and (max-width: 1600px) {
  .zone.blog .image .letter {
    top: -20rem;
    font-size: 30rem;
  }
  .zone.blog .text {
    padding: 0 7rem;
  }
  .zone.blog .text .titre {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.blog p {
    line-height: 1.5 !important;
  }
  .zone.blog .wrap .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.blog .wrap .text {
    padding: 0 6rem;
  }
  .zone.blog .wrap .text .titre {
    font-size: 2rem;
  }
  .zone.blog .wrap .text .sstitre {
    font-size: 1.15rem;
  }
}
@media all and (max-width: 1200px) {
  .zone.blog .wrap .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.blog .wrap .text {
    padding: 0 5rem;
  }
  .zone.blog .wrap .text .titre {
    font-size: 1.8rem;
  }
  .zone.blog .wrap .text .sstitre {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1000px) {
  .zone.blog {
    flex-direction: column;
    padding: 0 0 6rem 65px;
  }
  .zone.blog .line {
    display: none;
  }
  .zone.blog .wrap {
    margin-bottom: 3rem;
  }
  .zone.blog .wrap:last-child {
    margin-bottom: 0;
  }
  .zone.blog .wrap .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.blog .wrap .text {
    padding: 0 5rem;
  }
  .zone.blog .wrap .text .titre {
    font-size: 1.6rem;
    padding-top: 2rem;
  }
  .zone.blog .wrap .text .sstitre {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 800px) {
  .zone.blog {
    flex-direction: column;
    padding: 0 0 6rem 65px;
  }
  .zone.blog .line {
    display: none;
  }
  .zone.blog .wrap {
    margin-bottom: 5rem;
    flex-direction: column;
  }
  .zone.blog .wrap:last-child {
    margin-bottom: 0;
  }
  .zone.blog .wrap .image {
    width: 100%;
    order: 2!important;
    padding: 0 5rem;
  }
  .zone.blog .wrap .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.blog .wrap .text {
    order: 1!important;
    width: 100%;
    padding: 0 5rem;
    margin-bottom: 1rem;
  }
  .zone.blog .wrap .text .titre {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
  .zone.blog .wrap .text .sstitre {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 600px) {
  .zone.blog {
    flex-direction: column;
  }
  .zone.blog .line {
    display: none;
  }
  .zone.blog .image {
    width: 100%;
    order: 1!important;
  }
  .zone.blog .image .letter {
    top: -10rem;
    font-size: 20rem;
    left: calc(50% - 10rem);
  }
  .zone.blog .text {
    order: 2!important;
    width: 100%;
    padding: 0 3rem;
  }
  .zone.blog .text .titre {
    font-size: 1.7rem;
  }
  .zone.blog .text .sstitre {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 450px) {
  .zone.blog {
    flex-direction: column;
    padding: 0 0 4rem;
  }
  .zone.blog .line {
    display: none;
  }
  .zone.blog .wrap {
    margin-bottom: 5rem;
    flex-direction: column;
  }
  .zone.blog .wrap:last-child {
    margin-bottom: 0;
  }
  .zone.blog .wrap .image {
    width: 100%;
    order: 2!important;
    padding: 0 2rem;
  }
  .zone.blog .wrap .image .letter {
    top: -15rem;
    font-size: 25rem;
  }
  .zone.blog .wrap .text {
    order: 1!important;
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 1rem;
  }
  .zone.blog .wrap .text .titre {
    font-size: 1.4rem;
    padding-top: 1rem;
  }
  .zone.blog .wrap .text .sstitre {
    font-size: 1rem;
  }
}
.zone.contact_form {
  margin: 120px 15px 100px 15px;
  padding: 0;
}
.zone.contact_form .container {
  display: flex;
  flex-direction: column;
}
.zone.contact_form .container .col1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.zone.contact_form .container .col1 .formulaire {
  text-align: center;
}
.zone.contact_form .container .col1 .formulaire .title {
  font-size: 2.5rem;
  margin-bottom: 4rem;
  font-family: "Sackers";
  color: #121730;
}
.zone.contact_form .container .col1 .formulaire form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.zone.contact_form .container .col1 .formulaire form input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #121212;
  margin-right: 0.5em;
}
.zone.contact_form .container .col1 .formulaire form input[type="date"]:focus:before,
.zone.contact_form .container .col1 .formulaire form input[type="date"]:valid:before {
  content: "";
}
.zone.contact_form .container .col1 .formulaire form .bold {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.zone.contact_form .container .col1 .formulaire form .text {
  font-size: 1.7rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.zone.contact_form .container .col1 .formulaire form .form-group {
  text-align: center;
}
.zone.contact_form .container .col1 .formulaire form .form-group.message {
  grid-column: 2 span;
}
.zone.contact_form .container .col1 .formulaire form .form-group ::placeholder {
  color: #121212;
}
.zone.contact_form .container .col1 .formulaire form .form-group label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Sackers";
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.zone.contact_form .container .col1 .formulaire form .form-group input {
  border: none;
  background: white;
  height: 25px;
  text-align: center;
  width: 100%;
  color: #121730;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease;
}
.zone.contact_form .container .col1 .formulaire form .form-group input:focus {
  border-color: #121730;
}
.zone.contact_form .container .col1 .formulaire form .form-group input:focus,
.zone.contact_form .container .col1 .formulaire form .form-group textarea:focus {
  outline: none;
  border-bottom: 1px color #121730;
}
.zone.contact_form .container .col1 .formulaire form .form-group textarea {
  border: none;
  background: white;
  text-align: center;
  height: 70px;
  font-size: 1.5rem;
  color: #121730;
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
}
.zone.contact_form .container .col1 .formulaire form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  border: none;
  background: white;
  height: 50px;
  text-align: left;
  color: #000;
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zone.contact_form .container .col1 .formulaire form .form-group select:focus {
  outline: none;
}
.zone.contact_form .container .col1 .formulaire form .g-recaptcha {
  display: inline-block;
}
.zone.contact_form .container .col1 .formulaire form .form-group.message,
.zone.contact_form .container .col1 .formulaire form .form-group.submit {
  grid-column: 2 span;
  display: inline-block;
}
.zone.contact_form .container .col1 .formulaire form .form-group.rgpd {
  grid-column: 2 span;
}
.zone.contact_form .container .col1 .formulaire form .form-group.rgpd input {
  border: unset;
  height: unset;
  width: unset;
  opacity: 1;
  pointer-events: all;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.zone.contact_form .container .col1 .formulaire form button {
  padding: 15px 80px;
  margin-top: 0rem;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
  text-align: center;
  letter-spacing: 1px;
  color: #121730;
  font-size: 1.8rem;
  border: 1px solid #121730;
  text-transform: capitalize;
  background: white;
  cursor: pointer;
}
.zone.contact_form .container .col1 .formulaire form button:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121730;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.zone.contact_form .container .col1 .formulaire form button i {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 2.5rem;
}
.zone.contact_form .container .col1 .formulaire form button:hover {
  transition: all 0.3s ease;
  color: white;
}
.zone.contact_form .container .col1 .formulaire form button:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.zone.contact_form .container .col3 {
  margin-top: 50px;
}
.zone.contact_form .container .col3 .coords {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.zone.contact_form .container .col3 .coords i {
  vertical-align: 0;
  margin-left: 10px;
}
.zone.contact_form .container .col3 .coords li {
  position: relative;
  letter-spacing: 2px;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.zone.contact_form .container .col3 .coords li:last-child {
  margin-bottom: 0;
  font-style: italic;
}
.zone.contact_form .container .col3 .coords li:last-child strong {
  font-style: normal;
}
.zone.contact_form .container .col3 .coords li:last-child em {
  font-style: normal;
  text-decoration: underline;
}
.zone.contact_form .container .col3 .coords li .titre {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #121730;
}
.zone.contact_form .container .col3 .coords li a:hover {
  color: #121730;
}
.zone.contact_form .container .col2 {
  order: 3;
  margin-top: 50px;
  width: 100%;
  position: relative;
}
.zone.contact_form .container .col2 .carte,
.zone.contact_form .container .col2 .visite3d {
  position: relative;
  width: 100%;
  height: 40vh;
}
.zone.contact_form .container .col2 .carte iframe,
.zone.contact_form .container .col2 .visite3d iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zone.contact_form .visite3d {
  margin-top: 50px;
}
@media all and (min-width: 600px) {
  .zone.contact_form {
    margin: 120px 35px 100px 35px;
  }
}
@media all and (min-width: 1024px) {
  .zone.contact_form {
    margin: 120px 55px 100px 55px;
  }
}
@media all and (min-width: 1200px) {
  .zone.contact_form {
    margin-top: 110px;
  }
  .zone.contact_form .container {
    flex-direction: row;
    max-width: unset;
    gap: 40px;
    text-align: left;
    align-items: flex-start;
    height: 550px;
  }
  .zone.contact_form .container .col1 {
    flex: 1 1 35%;
  }
  .zone.contact_form .container .col1 .formulaire {
    text-align: left;
  }
  .zone.contact_form .container .col1 .formulaire form .form-group {
    text-align: left;
  }
  .zone.contact_form .container .col2 {
    flex: 1 1 35%;
    order: unset;
    height: 100%;
    margin-top: 0;
  }
  .zone.contact_form .container .col2 .carte {
    height: 100%;
  }
  .zone.contact_form .container .col3 {
    flex: 1 1 35%;
    margin-top: 0;
  }
  .zone.contact_form .container .col3 .coords {
    text-align: left;
    align-items: flex-start;
  }
  .zone.contact_form .visite3d {
    margin-top: 100px;
  }
  .zone.contact_form .visite3d iframe {
    min-height: 45vh;
  }
}
@media all and (min-width: 1500px) {
  .zone.contact_form {
    margin-top: 170px;
  }
}
.zone.config .content {
  padding: 25px;
}
.zone.config .content .title {
  text-align: center;
}
.zone.config .content .configs {
  display: flex;
  flex-direction: column;
}
.zone.config .content .configs .photo {
  position: relative;
  margin-top: 25px;
}
.zone.config .content .configs .photo:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.zone.config .content .configs .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.config .content .configs .photo .config-title {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Sackers";
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.zone.config .content .configs .photo > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 700px) {
  .zone.config .content .configs {
    flex-direction: row;
    justify-content: center;
  }
  .zone.config .content .configs .photo {
    flex: 1 1 50%;
    max-width: 50%;
    border: 2px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .zone.config .content .title {
    font-size: 32px;
  }
  .zone.config .content .configs .photo {
    flex: 1 1 33.3%;
    max-width: 33.3%;
  }
}
.list_marque {
  padding: 50px;
  padding-left: 70px;
  background: #fff;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.list_marque > * {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.list_marque > * .title {
  text-align: center;
  margin-bottom: 50px;
}
.list_marque > * ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.list_marque > * ul li {
  padding: 10px;
  flex: 1 1 25%;
}
.list_marque > * ul li a {
  background: #121730;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 50px;
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
}
.popup {
  text-align: center !important;
}
.popup .head {
  text-align: center;
  margin-bottom: 15px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.2rem;
  letter-spacing: 0.05rem;
}
.popup .desc {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 50px 25px;
}
.popup .desc strong {
  color: #000;
}
.popup .link {
  display: inline-block;
  padding: 15px 35px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 11px;
  letter-spacing: 0.2rem;
}
.popup img {
  width: 100%;
  max-width: 600px;
}
.popup img.grayscale {
  filter: grayscale(1);
}
.popup button:after {
  transform: none !important;
  width: 100% !important;
}
@media screen and (max-width: 1023px) {
  .popup {
    width: auto;
    max-width: 600px !important;
    margin: 25px !important;
  }
  .popup .desc {
    padding: 0 !important;
  }
}
