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.4rem/1.42 'Nunito', sans-serif;
  overflow-x: hidden;
  transition: all 150ms;
  -webkit-transition: all 150ms;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}
.cfluid {
  width: 80%;
  margin: 0 auto;
}
.zones {
  overflow-x: hidden;
}
.hr_small {
  width: 10%;
  height: 1px;
  color: white;
  display: block;
  background: white;
  z-index: 9;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.align_content_right {
  align-content: right;
}
.text_right {
  text-align: right;
}
.top0 {
  top: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.photo {
  justify-content: center;
}
.photo > img {
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 500ms;
}
.photo.loaded {
  opacity: 1;
}
p {
  line-height: 1.5;
}
a {
  color: #000;
  transition: color 500ms;
}
a:hover {
  color: #0bf;
}
.button {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  margin-top: 25px;
  display: inline-block;
  font-weight: 400;
  border: 1px solid white;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
  text-align: center;
}
.button:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  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: top left;
  transform-origin: top left;
}
.button:hover {
  color: black;
  border: 1px solid white;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.button:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.moduleresa {
  position: absolute;
  bottom: -50px;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99999;
}
.moduleresa .best,
.moduleresa .send {
  display: none;
}
.moduleresa .formulaire {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: all 0.3s ease;
}
.moduleresa .formulaire:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.moduleresa .formulaire li {
  background: white;
  color: #263844;
  padding: 0 5rem;
  border-right: 1px solid #eee;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.moduleresa .formulaire li:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.moduleresa .formulaire li i {
  margin-top: 2px;
  margin-right: 10px;
}
.moduleresa .formulaire li:last-child {
  background: #263844;
  color: white;
  border: none;
  font-weight: 600;
  transition: background 0.3s ease;
  position: relative;
  z-index: 9;
}
.moduleresa .formulaire li:last-child:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #a6b7b1;
  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: top left;
  transform-origin: top left;
}
.moduleresa .formulaire li:last-child:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.loading {
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #263844;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  text-align: center;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-name: slide;
  animation-fill-mode: forwards;
  transition: 1s;
  overflow: hidden;
}
@keyframes slide {
  from {
    transform: translateY(0);
    transform-origin: bottom;
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    transform-origin: bottom;
    opacity: 0.5;
  }
}
#progress2 {
  height: auto;
  z-index: 9999;
  width: 100%;
  background: #263844;
  /* position: fixed; */
  /* bottom: 0; */
  text-align: center;
  overflow: hidden;
  animation: appear 0.4s ease-out;
}
@keyframes appear {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
#wrapbar {
  width: 50%;
  background: #263844;
  text-align: center;
}
#bar2 {
  width: 1%;
  height: 0;
  background-color: #fff;
  text-align: right;
  color: #fff;
  animation: fadeIn 0.5s ease;
}
.loading img {
  z-index: 0;
  width: 400px;
}
.rdy {
  transition: 0.5s ease-in-out;
  transform: scale(1) translateX(-100%);
  opacity: 1;
  background-color: transparent;
}
.rdy #bar2,
.rdy #progress2,
.rdy img {
  opacity: 0;
  transition: opacity 0.3s;
}
.no-js .loading {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 230px, 0);
    transform: translate3d(0, 230px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.headrtop {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  z-index: 9;
  height: 40px;
  width: 100%;
}
.headrtop .cfluid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  border-bottom: 0 solid;
}
.headrtop li {
  display: inline-block;
  margin: 0 3rem;
  z-index: initial;
}
.headrtop li:last-child {
  margin-right: 0;
}
.headrtop li a {
  color: #fff;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.125);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.125);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.125);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.125);
  }
  40% {
    transform: scale(1);
  }
}
.headrtop .tel {
  background: rgba(255, 255, 255, 0.2);
}
.headrtop .tel i {
  vertical-align: -1px;
  margin-left: 0;
}
.headrtop .tel:hover {
  background: rgba(255, 255, 255, 0.3);
}
.headrtop .tel:hover a {
  text-decoration: underline;
}
.headrtop .tel:hover a i {
  animation-duration: 1s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}
.headrtop .langues {
  position: relative;
  cursor: pointer;
}
.headrtop .langues ul {
  position: absolute;
  top: 0;
  padding-top: 30px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
  flex-direction: column;
  display: none;
}
.headrtop .langues ul li {
  background: white;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 !important;
  padding: 0 20px;
}
.headrtop .langues ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #263844;
}
.headrtop .langues ul li:hover {
  background: #a6b7b1;
  transition: background 0.2s ease;
}
.headrtop .langues ul li:hover a {
  color: white;
  transition: color 0.2s ease;
}
.headrtop .langues ul li:last-child {
  margin-right: 0!important;
}
.headrtop .langues:hover ul {
  display: flex;
  transition: all 0.3s ease;
  opacity: 1;
}
header {
  padding: 0 10%;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1;
  height: 120px;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 240px;
  height: 100px;
  margin-right: 20px;
}
header .logo img {
  width: 100%;
}
header .menu {
  width: 100%;
}
header .menu .menuhover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  height: 60px;
  border-bottom: 1px solid #fff;
}
header .menu .menuhover li {
  display: inline-block;
  z-index: initial;
  height: 100%;
  display: flex;
  align-items: center;
  /*effect-underline*/
}
header .menu .menuhover li:last-child {
  margin-right: 0;
}
header .menu .menuhover li .linkmenu {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 2.8rem;
  text-align: center;
  position: relative;
}
header .menu .menuhover li .linkmenu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 2px solid #a6b7b1;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
header .menu .menuhover li .linkmenu:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
header .menu .menuhover li.current .linkmenu:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
header .menu .menuhover .reserver {
  display: none;
}
header .menu .menuhover .hasub .submenu {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  opacity: 0;
  visibility: collapse;
  position: absolute;
  top: -40px;
  display: flex;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s linear;
}
header .menu .menuhover .hasub .submenu .subgd {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s linear;
}
header .menu .menuhover .hasub .submenu .subgd img {
  transform: scale(1.1);
}
header .menu .menuhover .hasub .submenu .overlay,
header .menu .menuhover .hasub .submenu .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.4s linear;
}
header .menu .menuhover .hasub .submenu .overlay.show,
header .menu .menuhover .hasub .submenu .overlay2.show {
  animation-duration: 0.2s;
  animation-name: show;
  animation-fill-mode: forwards;
}
header .menu .menuhover .hasub .submenu .overlay.hide,
header .menu .menuhover .hasub .submenu .overlay2.hide {
  animation-duration: 0.2s;
  animation-name: hide;
  animation-fill-mode: forwards;
}
header .menu .menuhover .hasub .submenu .area {
  width: 50%;
  margin: 0 auto;
  padding: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  z-index: 12;
  transform: translateY(5rem);
  transition: all 0s ease-in-out;
}
header .menu .menuhover .hasub .submenu .area .pictosub {
  width: 320px;
}
header .menu .menuhover .hasub .submenu .area .pictosub img {
  width: 100%;
}
header .menu .menuhover .hasub .submenu .area .textsub {
  color: #fff;
  width: 65%;
  font-size: 1.8rem;
}
header .menu .menuhover .hasub .submenu .area .textsub em {
  text-transform: uppercase;
  display: block;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
}
header .menu .menuhover .hasub .submenu .area .textsub strong {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  font-family: 'Playfair Display';
  text-transform: uppercase;
  margin-bottom: 10px;
}
header .menu .menuhover .hasub .submenu .area .textsub .button {
  font-size: 1.5rem;
  margin-top: 20px;
}
header .menu .menuhover .hasub .submenu .chbres {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header .menu .menuhover .hasub .submenu .chbres li {
  margin: 0;
  padding: 0;
  width: 33.33%;
  cursor: pointer;
}
header .menu .menuhover .hasub .submenu .chbres li:last-child {
  width: auto;
}
header .menu .menuhover .hasub .submenu .bgroom {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0s ease-in-out;
  opacity: 0;
  z-index: 2;
}
header .menu .menuhover .hasub .submenu .bgroom.show {
  animation-duration: 0.4s;
  animation-name: show;
  animation-fill-mode: forwards;
}
header .menu .menuhover .hasub .submenu .bgroom.hide {
  animation-duration: 0.4s;
  animation-name: hide;
  animation-fill-mode: forwards;
}
header .menu .menuhover .hasub:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  /* this removes the transition delay so the menu will be 1 while the other styles transition */
}
header .menu .menuhover .hasub:hover .submenu .overlay,
header .menu .menuhover .hasub:hover .submenu .subgd {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
header .menu .menuhover .hasub:hover .submenu .subgd img {
  transform: scale(1);
  animation: zoom 10s ease-out;
}
@keyframes zoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1);
  }
}
header .menu .menuhover .hasub:hover .submenu .area {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
header .menuburger {
  position: absolute;
  top: calc(50% - 3rem);
  right: calc(10% - 1.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  height: 6rem;
  display: none;
  cursor: pointer;
  z-index: 999999999;
}
header .menuburger.active .burger span {
  transform: rotate(45deg);
}
header .menuburger.active .burger span:after {
  transform: rotate(-90deg) translate(-30%);
}
header .menuburger.active .burger span:before {
  display: none;
}
header .menuburger .burger {
  background: none;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 9999;
  display: flex;
  position: relative;
  margin-left: 1rem;
  right: 0;
}
header .menuburger .burger span {
  position: absolute;
  width: 50%;
  height: 2px;
  background: white;
  border-radius: 10px;
  transition: background 0.3s ease;
}
header .menuburger .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;
}
header .menuburger .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;
}
header .burger:hover {
  transition: all 0.3s ease;
}
.burger:hover header::after,
.burger:hover header::before,
header .burger:hover span {
  background: white;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
@keyframes sticky {
  0% {
    opacity: 1;
    transform: translateY(-10rem);
    transform-origin: top;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: top;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: sticky 0.5s forwards;
  background: #263844;
  z-index: 999999;
}
.sticky nav {
  width: 100%;
}
.sticky .logo {
  width: 240px;
  margin-right: 3rem;
}
.sticky .menu .menuhover {
  border: 0;
}
.sticky .menu .menuhover li .linkmenu {
  padding: 0 !important;
}
.sticky .menu .menuhover .reserver {
  display: block;
  height: auto;
  margin-top: 0;
  color: white;
}
.sticky .menu .menuhover .reserver:hover {
  color: #263844;
}
.sticky .menu .menuhover .hasub .submenu {
  display: none;
}
.sticky + .zones {
  padding-top: 10rem;
}
#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: #263844;
  opacity: 0;
  z-index: 999999;
  display: flex;
  transform: scale(0);
  transform-origin: top right;
  transition: all 0.3s ease-in-out;
  overflow: auto;
}
#fullpage_menu.active {
  opacity: 1;
  transform: scale(1);
  transform-origin: top right;
  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 nav {
  opacity: 0;
  transition: opacity 0.8s;
}
#fullpage_menu nav ul li {
  text-align: center;
  font-size: 2.5rem;
  margin: 20px 0;
  font-weight: 600;
  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;
  padding: 0 15px;
  color: white;
}
#fullpage_menu nav ul li a:hover {
  transition: all 0.2s ease-in-out;
  color: #a6b7b1;
  letter-spacing: 5px;
}
#fullpage_menu nav .current a {
  border: 2px solid white;
  color: white;
  padding: 5px 15px;
}
#fullpage_menu nav .current a:hover {
  color: white;
}
@keyframes fadeinright {
  from {
    transform: rotate(180deg) translate(-100%, 50%);
  }
  to {
    opacity: 1;
    transform: rotate(180deg) translate(0, 50%);
  }
}
.ban {
  height: auto;
  min-height: 215px;
  width: 50px;
  top: 50%;
  right: 0;
  writing-mode: vertical-lr;
  position: fixed;
  transform: rotate(180deg) translate(0, 50%);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 99999;
  letter-spacing: 1px;
  opacity: 0;
  animation: fadeinright 0.5s ease forwards;
  animation-delay: 2s;
}
.ban .tar {
  display: block;
  padding: 20px 0;
  background: white;
  color: #263844;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ban .reserver {
  padding: 20px 0;
  background: #263844;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.ban .reserver:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #a6b7b1;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(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: top left;
  transform-origin: top left;
}
.ban:hover .reserver {
  padding: 20px 0;
  background: #a6b7b1;
  color: white;
  transition: all 0.3s ease;
}
.ban:hover .reserver:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media all and (max-width: 1700px) {
  header .logo {
    width: 28%;
  }
  header .menu .menuhover li .linkmenu {
    padding: 0 2rem;
  }
}
@media all and (max-width: 1500px) {
  header .logo {
    width: 28%;
    margin-right: 20px;
  }
  header .menu .menuhover li .linkmenu {
    padding: 0 10%;
  }
  .headrtop li {
    margin: 0 2rem;
  }
  header .menu .menuhover .hasub .submenu {
    padding-top: 100px;
  }
  header .menu .menuhover .hasub .submenu .area .textsub {
    font-size: 1.7rem;
  }
  header .menu .menuhover .hasub .submenu .area .textsub em {
    font-size: 1.8rem;
  }
  header .menu .menuhover .hasub .submenu .area .textsub strong {
    font-size: 3rem;
  }
}
@media all and (max-width: 1400px) {
  header .menu .menuhover .hasub .submenu {
    padding-top: 100px;
  }
  header .menu .menuhover .hasub .submenu .area {
    width: 75%;
    justify-content: center;
  }
  header .menu .menuhover .hasub .submenu .area .textsub {
    font-size: 1.5rem;
  }
  header .menu .menuhover .hasub .submenu .area .textsub em {
    font-size: 1.7rem;
  }
  header .menu .menuhover .hasub .submenu .area .textsub strong {
    font-size: 2.75rem;
  }
  header .menu .menuhover .hasub .Chambres .area {
    width: 95%;
  }
  header .menu .menuhover .hasub .Chambres .area .chbres li {
    width: 25%;
  }
  header .menu .menuhover .hasub .Chambres .area .chbres li .textsub {
    margin: 0;
  }
  header .menu .menuhover .hasub .Chambres .area .chbres li .textsub em {
    font-size: 1.5rem;
  }
  header .menu .menuhover .hasub .Chambres .area .chbres li .textsub strong {
    font-size: 2.5rem;
    margin: 0;
  }
}
@media all and (max-width: 1200px) {
  .sticky,
  header {
    z-index: 9999999;
    height: 100px;
  }
  .headrtop {
    z-index: 99999999;
  }
  header .logo {
    width: 180px;
    margin-right: 20px;
    height: auto;
  }
  .sticky .logo {
    width: 200px;
  }
  header .menu {
    display: none;
  }
  header .menuburger {
    display: flex;
  }
}
@media all and (max-width: 1000px) {
  #fullpage_menu .box {
    padding: 2rem;
  }
  #fullpage_menu nav {
    opacity: 0;
    transition: opacity 0.8s;
    margin-top: 90px;
  }
  #fullpage_menu nav ul li {
    font-size: 2rem;
  }
}
@media all and (max-width: 800px) {
  header {
    padding: 0 5%;
  }
  header .menuburger {
    right: calc(5% - 1.5rem);
  }
}
@media all and (max-width: 600px) {
  header .menuburger .title {
    display: none;
  }
  .headrtop li {
    margin: 0 1rem;
  }
  .headrtop li:first-child {
    display: none;
  }
  #fullpage_menu nav ul li {
    font-size: 1.8rem;
  }
  .ban {
    font-size: 1rem;
    width: 35px;
  }
  .ban .tar {
    display: none;
  }
}
@media all and (max-width: 450px) {
  header {
    height: 90px;
  }
  header .logo {
    width: 140px;
  }
  .sticky .logo {
    width: 180px;
  }
  #fullpage_menu nav ul li {
    font-size: 1.8rem;
  }
}
footer {
  padding: 8rem 5%;
  background: #263844;
  color: white;
  overflow: hidden;
  font-size: 1.5rem;
}
footer strong {
  color: white;
}
footer a {
  transition: 0.5s;
  color: white;
}
footer a:hover {
  color: #a6b7b1;
}
footer .ul {
  display: flex;
  justify-content: space-evenly;
}
footer .ul .col {
  width: 20%;
  padding: 0 5rem;
}
footer .ul .col:first-child {
  text-align: center;
  margin-right: 5rem;
  padding: 0;
}
footer .ul .col:first-child .logo {
  margin-bottom: 25px;
}
footer .ul .col:first-child .logo img {
  width: 100%;
}
footer .ul .col:last-child {
  font-weight: 100;
}
footer .ul .col:last-child a {
  font-weight: 100;
}
footer .ul .col .rub {
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
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 {
  font-size: 1.6rem;
  text-align: left;
  line-height: 25px;
}
footer .ul .col .logo {
  display: inline-block;
  margin-bottom: 10px;
}
footer .ul .col .coords li {
  margin-bottom: 10px;
}
footer .ul .col .coords li a {
  display: block;
}
footer .ul .col .coords .copy {
  vertical-align: 0;
  margin-right: 5px;
}
footer .ul .col .coords .social {
  margin-top: 10px;
}
footer .ul .col .coords .social li {
  display: inline-block;
  margin-right: 10px;
}
footer .ul .col .coords .social li .facebook:hover {
  color: #3B5998;
}
footer .ul .col .coords .social li .twitter:hover {
  color: #0bf;
}
footer .ul .col .coords .social li .insta:hover i {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.3s ease;
}
footer .ul .col .coords .social li .tripadvisor:hover {
  color: #00af87;
}
footer .ul .col .coords .social li i {
  font-size: 3rem;
}
footer .ul .col .edc {
  text-align: left;
  display: block;
  margin-bottom: 15px;
}
footer .ul .col .edc img {
  max-width: 180px;
}
@media screen and (max-width: 1770px) {
  footer .ul .col {
    padding: 0 3rem;
  }
}
@media all and (max-width: 1500px) {
  footer .ul .col {
    padding: 0 1rem;
    margin: 20px 0;
    text-align: center;
  }
  footer .ul .col:last-child {
    text-align: center;
  }
  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 .ul {
    flex-wrap: wrap;
  }
  footer .ul .col {
    min-width: 50%;
    max-width: 50%;
  }
  footer .ul .col:nth-child(3) {
    order: 2;
  }
  footer .ul .col:first-child {
    min-width: 100%;
    max-width: 100%;
  }
  footer .ul .col:first-child .loc {
    text-align: center;
  }
  footer .ul .col:first-child .logo {
    width: 300px;
  }
  footer .ul .col:last-child .edc {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  footer {
    padding: 1rem 5%;
  }
  footer .ul .col {
    width: 100%!important;
    max-width: 100%!important;
  }
  footer .ul .col:nth-child(3) {
    order: initial;
  }
}
@media screen and (max-width: 420px) {
  footer .ul .col .logo img {
    width: 50%;
  }
}
@media screen and (max-width: 390px) {
  footer .ul .col {
    min-width: 100%;
    max-width: 100%;
  }
}
.diapotop {
  background-color: #1f1f1f;
  height: 90vh;
  width: 100%;
  background-size: cover;
  position: relative;
  overflow-y: visible;
}
.diapotop .sliderbgd {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.diapotop .sliderbgd::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.diapotop .slickbgd {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 90vh;
  position: absolute;
  top: 0;
  left: 0;
}
.diapotop .slickbgd .slick-current img {
  transform: scale(1);
  animation: zoom 10s ease-out;
}
@keyframes zoom {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.diapotop .slickslider {
  display: block;
  width: 68%;
  overflow: visible;
  margin: 0 auto;
  height: 100vh;
  z-index: 0;
}
.diapotop .slickslider .slick-list {
  overflow: visible;
  top: 0;
}
.diapotop .slickslider .slick-current {
  opacity: 1!important;
}
.diapotop .slickslider .item {
  margin: 0 auto;
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
  opacity: 0.5;
}
.diapotop .slickslider .item .text_box {
  color: #fff;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.diapotop .slickslider .item .text_box .area .text {
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.diapotop .slickslider .item .text_box .area .text em {
  display: block;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.diapotop .slickslider .item .text_box .area .text strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: #eee;
  letter-spacing: 2px;
}
.diapotop .slickslider .item .text_box .area .text .head {
  display: block;
  font-size: 4.5rem;
  font-weight: 600;
  font-family: 'Playfair Display';
  text-transform: uppercase;
  margin-top: -5px;
  letter-spacing: 1.5rem;
}
.diapotop .slickslider .item .text_box .area .text .button {
  font-size: 1.5rem;
  margin-top: 20px;
}
.diapotop .slickslider .item .text_box .area ul {
  list-style: none;
}
.diapotop .slickslider .item .text_box .area ul li {
  display: block;
  margin: 5px 0;
  font-size: 1.7rem;
}
.diapotop .slickslider .item .text_box .area ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}
.diapotop .slickslider .item .text_box .area h3.head {
  font-size: 1.5em;
}
.diapotop .slickslider .arrows {
  position: absolute;
  top: 50%;
  font-weight: 200;
  cursor: pointer;
  z-index: 1;
  width: 200px;
}
.diapotop .slickslider .slick-prev {
  left: -50px;
}
.diapotop .slickslider .slick-next {
  padding-right: 50px;
  right: -50px;
}
.diapotop .slickslider .slick-prev:hover .arrow {
  margin-left: 25px;
}
.diapotop .slickslider .arrow {
  height: 1px;
  position: relative;
  width: 150px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.diapotop .slickslider .slick-prev .arrow {
  padding-left: 50px;
}
.diapotop .slickslider .slick-prev .chapter,
.diapotop .slickslider .slick-prev .number {
  margin-left: 50px;
}
.diapotop .slickslider .arrow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}
.diapotop .slickslider .arrow span {
  position: absolute;
  height: 1px;
  top: 0;
  background: #fff;
  width: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.diapotop .slickslider .arrows:hover .arrow {
  width: 125px;
}
.diapotop .slickslider .arrows:hover .arrow span {
  width: 30px;
}
.diapotop .slickslider .arrows .arrow span:after,
.diapotop .slickslider .arrows .arrow span:before {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.diapotop .slickslider .arrows:hover .arrow span:after,
.diapotop .slickslider .arrows:hover .arrow span:before {
  width: 50%;
}
.diapotop .slickslider .arrow-left .arrow span {
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.diapotop .slickslider .slick-prev:hover .arrow span {
  left: -40px;
}
.diapotop .slickslider .slick-prev .arrow span:before {
  position: absolute;
  width: 0;
  height: 100%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  background: #fff;
  right: 16px;
  top: -6px;
  content: "";
}
.diapotop .slickslider .slick-prev .arrow span:after {
  position: absolute;
  width: 0;
  height: 100%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  background: #fff;
  right: 16px;
  top: 6px;
  content: "";
}
.diapotop .slickslider .slick-next .arrow span {
  right: 0;
}
.diapotop .slickslider .slick-next:hover .arrow span {
  right: -40px;
}
.diapotop .slickslider .slick-next .arrow span:before {
  position: absolute;
  width: 0;
  height: 100%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  background: #fff;
  left: 16px;
  top: -6px;
  content: "";
}
.diapotop .slickslider .slick-next .arrow span:after {
  position: absolute;
  width: 0;
  height: 100%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  background: #fff;
  left: 16px;
  top: 6px;
  content: "";
}
.diapotop .slickslider .slick-next:hover .arrow span:after,
.diapotop .slickslider .slick-prev:hover .arrow span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.diapotop .slickslider .slick-next:hover .arrow span:before,
.diapotop .slickslider .slick-prev:hover .arrow span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.diapotop .slickslider .arrows.arrow-bot {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  bottom: 0;
  padding: 0;
  height: 100px;
  margin-bottom: 50px;
}
.diapotop .slickslider .arrows.arrow-bot .arrow {
  height: 50px;
  margin: 0 auto;
  width: 1px;
}
.diapotop .slickslider .arrows.arrow-bot:hover .arrow {
  height: 25px;
}
.diapotop .slickslider .arrows.arrow-bot .chapter {
  margin-top: 50px;
}
.diapotop .slickslider .arrows.arrow-bot span {
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  height: 0;
  width: 1px;
}
.diapotop .slickslider .arrows.arrow-bot:hover .arrow span {
  height: 20px;
  bottom: -25px;
  width: 1px;
}
.diapotop .slickslider .arrows.arrow-bot .arrow span:before {
  position: absolute;
  width: 1px;
  height: 75%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  background: #a6976f;
  left: -4px;
  top: 11px;
  content: "";
}
.diapotop .slickslider .arrows.arrow-bot .arrow span:after {
  position: absolute;
  width: 1px;
  height: 75%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  background: #a6976f;
  left: 4px;
  top: 11px;
  content: "";
}
.diapotop .slickslider .arrows.arrow-bot:hover .arrow span:before {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.diapotop .slickslider .arrows.arrow-bot:hover .arrow span:after {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.diapotop .slickslider .item:focus {
  outline: none;
}
.diapotop .photo {
  height: 100%;
  width: 100%;
  position: relative;
}
.diapotop .photo:after {
  content: "";
  display: block;
}
.diapotop .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(75%);
  -webkit-filter: brightness(75%);
}
@media all and (max-width: 1400px) {
  .diapotop .button {
    padding: 10px 20px;
    margin-top: 20px;
    background: none;
    color: #fff;
    border-color: #fff;
  }
  .diapotop .slickslider {
    overflow-x: hidden;
  }
  .diapotop .slickslider .item .text_box .area .subhead {
    padding-bottom: 1rem;
    font-size: 3.5rem;
  }
}
@media all and (max-width: 1200px) {
  .diapotop .head {
    font-size: 4.5rem;
    top: 8%;
  }
  .diapotop .slickslider {
    width: 100%;
  }
  .diapotop .slickslider .item .text_box {
    height: 90vh;
  }
  .diapotop .slickslider .arrows {
    width: auto;
    color: white;
    font-size: 3rem;
  }
  .diapotop .slickslider .arrows .arrow {
    width: 0;
  }
  .diapotop .slickslider .slick-list {
    top: 0;
  }
  .diapotop .slick-prev {
    left: 25px!important;
  }
  .diapotop .slick-prev .arrow {
    padding-left: 0px!important;
  }
  .diapotop .slick-prev .chapter {
    text-align: right!important;
    margin-left: 0!important;
  }
  .diapotop .slick-prev .number {
    text-align: right!important;
    margin-left: 0!important;
  }
  .diapotop .slick-next {
    right: 20px!important;
    padding-right: 0!important;
  }
  .diapotop .slick-next .chapter {
    text-align: left!important;
  }
  .diapotop .slick-next .number {
    text-align: left!important;
  }
}
@media all and (max-width: 1000px) {
  .diapotop .slickslider .item .text_box .area .text .head {
    top: 25px;
    font-size: 3.5rem;
    right: 8%;
  }
  .diapotop .button {
    padding: 10px 20px;
    margin-top: 1rem;
    background: none;
    color: #fff;
    border-color: #fff;
    font-size: 1.3rem;
  }
  .diapotop .slickslider .item .text_box .area .subhead {
    padding-bottom: 1rem;
    font-size: 2.5rem;
  }
  .diapotop .slickslider .item .text_box .area .bold {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 800px) {
  .diapotop .slickslider .item .text_box .area .text .head {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1rem;
  }
  .diapotop .button {
    padding: 10px;
    margin-top: 2rem;
    background: none;
    color: #fff;
    border-color: #fff;
    font-size: 1.3rem;
  }
  .slickslider .slick-list {
    padding: 0 !important;
  }
  .diapotop .slickslider .item .text_box {
    width: 100%;
    min-height: 70vh;
    padding: 15px;
    border: 0;
  }
  .diapotop .slickslider .item .text_box .area ul li {
    display: block;
    margin: 3px 0;
    font-size: 1.4rem;
  }
  .diapotoptop .slickslider .item .text_box .area .subhead {
    padding-bottom: 0.8rem;
    font-size: 2rem;
    font-weight: 600;
  }
  .diapotoptop .slickslider .item .text_box .area .bold {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
  .diapotoptop .slickslider .arrow,
  .diapotoptop .slickslider .arrows {
    width: 50px;
  }
  .diapotop .slick-prev {
    left: 20px!important;
  }
  .diapotop .slick-prev .arrow {
    padding-left: 0!important;
  }
  .diapotop .slick-prev .chapter {
    display: none;
  }
  .diapotop .slick-prev .number {
    text-align: right!important;
    margin-left: 0!important;
  }
  .diapotop .slick-next .chapter {
    display: none;
  }
  .diapotop .slick-next .number {
    text-align: left!important;
  }
  .moduleresa {
    bottom: -30px !important;
    height: 60px!important;
  }
}
@media all and (max-width: 600px) {
  .diapotop .slickslider .arrows {
    font-size: 2rem;
  }
  .diapotop .slickslider .slick-next {
    padding-right: 40px;
  }
  .diapotop .slickslider .item .text_box .area .text strong {
    font-size: 1.8rem;
  }
  .diapotop .slickslider .item .text_box .area .text .head {
    font-size: 2.5rem;
    margin-top: 0;
  }
}
@media all and (max-width: 450px) {
  .diapotop .slickslider .item .text_box .area .text strong {
    font-size: 1.8rem;
  }
  .diapotop .slickslider .item .text_box .area .text .head {
    font-size: 2.5rem;
    margin-top: 0;
    letter-spacing: 0.5rem;
  }
}
.parallax {
  width: 100%;
  background-color: #1f1f1f;
}
.parallax .paralax {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.parallax .paralax div {
  height: 100%;
  width: 100%;
  background-attachment: fixed!important;
  background-size: cover!important;
  background-position: 50% 50%!important;
}
.parallax .paralax .button {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  letter-spacing: 5px;
  font-size: 3.2rem;
  padding: 20px 35px;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'Playfair Display';
}
.parallax .paralax .button:hover {
  color: #263844;
  border: 1px solid;
  transition: all 0.3s ease;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.parallax .paralax .button:hover i {
  color: #fff;
  vertical-align: 0;
  margin-left: 10px;
  transform: translate(5px);
  transition: all 0.2s ease;
}
@media all and (max-width: 800px) {
  .parallax .paralax div {
    background-attachment: scroll!important;
  }
  .parallax .paralax .button {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1200px) and (orientation: landscape) {
  .parallax .paralax div {
    background-attachment: scroll!important;
  }
  .parallax .paralax .button {
    font-size: 1.5rem;
  }
}
.presentation {
  padding: 12rem 0;
  background-color: #a6b7b1;
  color: white;
  text-align: center;
  padding-bottom: 8rem;
  overflow: hidden;
}
.presentation .rub {
  margin-bottom: 5rem;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.presentation .rub .uptitre {
  font-size: 2.5rem;
}
.presentation .rub .titre {
  font-size: 4.5rem;
  letter-spacing: 1rem;
  font-family: 'Playfair Display';
  font-weight: 600;
}
.presentation .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8rem 0;
}
.presentation .wrapper .image_zone {
  width: 50%;
  padding: 2rem;
}
.presentation .wrapper .image_zone .image {
  position: relative;
  overflow: visible;
}
.presentation .wrapper .image_zone .image:before {
  display: block;
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -2rem;
  left: -2rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.presentation .wrapper .image_zone .image:after {
  display: block;
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.presentation .wrapper .image_zone .image .photo img {
  width: 100%;
}
.presentation .wrapper .text {
  width: 25%;
  padding: 0 6rem;
  border-right: 1px solid #fff;
  font-size: 1.6rem;
  text-align: left;
  min-height: 300px;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.presentation .wrapper .text strong {
  text-transform: uppercase;
  font-family: 'Playfair Display';
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.presentation .wrapper .text em {
  font-weight: 600;
  margin-top: 20px;
  font-style: normal;
  display: block;
}
.presentation .wrapper .quote {
  width: 25%;
  padding: 6rem;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Playfair Display';
  position: relative;
  overflow: visible;
  z-index: 9;
}
.presentation .wrapper .quote .picto {
  position: absolute;
  top: -8rem;
  right: -5rem;
  opacity: 0.3;
  width: 100%;
  z-index: -1;
}
.presentation .wrapper .quote .picto img {
  width: 90%;
}
.presentation .wrapper .quote em {
  margin-top: 20px;
  font-style: normal;
  display: block;
  font-weight: 600;
}
.presentation.subtype2 {
  background-color: #f1f1f1;
  color: #263844;
}
.presentation.subtype2 .hr_small {
  background: #263844;
}
.presentation.subtype2 .wrapper .image_zone .image:after,
.presentation.subtype2 .wrapper .image_zone .image:before {
  border-color: #263844;
}
.presentation.subtype2 .wrapper .text {
  border-color: #263844;
}
@media all and (max-width: 1600px) {
  .presentation .rub {
    margin-bottom: 3rem;
  }
  .presentation .wrapper {
    flex-wrap: wrap;
    margin: 1rem 0;
  }
  .presentation .wrapper .text {
    order: 1;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 2rem;
  }
  .presentation .wrapper .image_zone {
    order: 2;
    width: 50%;
  }
  .presentation .wrapper .quote {
    order: 3;
  }
  .presentation .wrapper .quote .picto {
    top: 0;
  }
  .presentation.subtype2 .wrapper .text {
    min-height: 0;
    margin: 3rem 0;
  }
}
@media all and (max-width: 1200px) {
  .presentation {
    padding: 10rem 0 5rem;
  }
  .presentation .wrapper .image_zone {
    order: 2;
    width: 100%;
  }
  .presentation .wrapper .quote {
    order: 3;
    width: 100%;
  }
  .presentation .wrapper .quote .picto {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.1;
  }
}
@media all and (max-width: 800px) {
  .presentation {
    padding: 12rem 0 2rem;
  }
  .presentation .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .presentation .rub .titre {
    font-size: 2.75rem;
  }
  .presentation .wrapper .text {
    margin-bottom: 5rem;
    padding: 0;
  }
  .presentation .wrapper .image_zone {
    order: 2;
    width: 100%;
  }
  .presentation .wrapper .quote {
    order: 3;
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .presentation .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .presentation .rub .titre {
    font-size: 2.5rem;
  }
}
.cardslider {
  padding: 12rem 0;
  background-color: #a6b7b1;
  color: white;
  text-align: center;
  overflow: hidden;
}
.cardslider .rub {
  margin-bottom: 5rem;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10rem;
}
.cardslider .rub .uptitre {
  font-size: 2.5rem;
}
.cardslider .rub .titre {
  font-size: 4.5rem;
  letter-spacing: 1rem;
  font-family: 'Playfair Display';
  font-weight: 600;
}
.cardslider .slickslider {
  display: block;
  width: 90%;
  overflow: visible;
  margin: 0 auto;
}
.cardslider .slickslider .slick-next,
.cardslider .slickslider .slick-prev {
  color: white!important;
  font-size: 3rem;
}
.cardslider .slickslider .slick-prev {
  left: -30px;
  z-index: 9;
}
.cardslider .slickslider .slick-next {
  right: -30px;
  z-index: 9;
}
.cardslider .slickslider .slick-slide {
  margin: 0 40px;
  outline: none;
}
.cardslider .slickslider .slick-slide .wrapimage {
  padding: 3rem;
  border: 1px solid white;
}
.cardslider .slickslider .slick-slide .wrapimage .photo {
  height: 50vh;
  min-height: 400px;
}
.cardslider .slickslider .slick-slide .wrapimage .photo img {
  height: 100%;
  width: 100%;
}
.cardslider .slickslider .slick-slide .text {
  padding: 1.8rem 1.8rem 3.8rem;
  border: 1px solid white;
  border-top: none;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.cardslider .slickslider .slick-slide .text .wrap {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardslider .slickslider .slick-slide .text .button {
  padding: 12px 25px;
  z-index: 9999;
  background: #fff;
  color: #263844;
  font-size: 1.5rem;
  text-transform: initial;
  outline: none;
}
.cardslider .slickslider .slick-list {
  margin: 0 -40px;
  overflow: visible;
}
@media all and (max-width: 1600px) {
  .cardslider {
    padding: 8rem 0;
  }
}
@media all and (max-width: 800px) {
  .cardslider {
    padding: 8rem 0;
  }
  .cardslider .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .cardslider .rub .titre {
    font-size: 2.75rem;
  }
  .cardslider .slickslider .slick-prev {
    left: -5px;
  }
}
@media all and (max-width: 600px) {
  .cardslider {
    padding: 8rem 0;
  }
  .cardslider .slickslider .slick-prev {
    left: 5px;
    top: 42%;
  }
  .cardslider .slickslider .slick-next {
    right: 10px;
    top: 42%;
  }
  .cardslider .slickslider .slick-slide .wrapimage {
    padding: 0;
  }
}
@media all and (max-width: 450px) {
  .cardslider .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .cardslider .rub .titre {
    font-size: 2.5rem;
  }
  .cardslider .slickslider .slick-slide .wrapimage {
    padding: 0;
  }
  .cardslider .slickslider .slick-prev {
    left: 5px;
    top: calc(50% - 20px);
  }
  .cardslider .slickslider .slick-next {
    right: 10px;
    top: calc(50% - 20px);
  }
}
.textslider {
  padding: 12rem 0;
  background-color: white;
  color: #263844;
  text-align: center;
  padding-bottom: 0;
}
.textslider .cfluid .rub {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5rem;
}
.textslider .cfluid .rub .uptitre {
  opacity: 0.7;
}
.textslider .cfluid .rub .uptitre {
  font-size: 2.5rem;
}
.textslider .cfluid .rub .titre {
  font-size: 4.5rem;
  letter-spacing: 1rem;
  font-family: 'Playfair Display';
  font-weight: 600;
}
.textslider .cfluid .rub .hr_small {
  background: #263844;
}
.textslider .cfluid .para {
  font-size: 1.8rem;
}
.textslider .cfluid .para strong {
  margin-top: 10px;
  text-transform: uppercase;
}
.textslider .cfluid .button {
  border-color: #263844;
  color: #263844;
}
.textslider .slider {
  min-height: 100vh;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.textslider .slider .leftbg {
  height: 85%;
  font-size: 1.8rem;
  width: 30%;
  align-items: center;
  position: relative;
  z-index: 0;
  background: #263844;
}
.textslider .slider .image_zone {
  width: 70%;
  height: 100vh;
  position: relative;
  /* progress bar */
}
.textslider .slider .image_zone .slider-progress {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 15%;
  left: -100px;
  overflow: hidden;
}
.textslider .slider .image_zone .slider-progress .progress {
  width: 0;
  height: 3px;
  background: #a6b7b1;
}
.textslider .slider .image_zone .slick {
  height: 70%;
  left: -100px;
  top: 15%;
  z-index: 0;
}
.textslider .slider .image_zone .slick .slick-next,
.textslider .slider .image_zone .slick .slick-prev {
  line-height: 0;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 50px;
  top: auto;
  height: 50px;
  cursor: pointer;
  color: white;
  outline: none;
  font-size: 20px;
  border: 2px solid;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  display: none!important;
}
.textslider .slider .image_zone .slick .slick-prev {
  right: 150px;
  left: auto;
}
.textslider .slider .image_zone .slick .slick-prev:hover i {
  animation: prev 1s infinite;
}
.textslider .slider .image_zone .slick .slick-next:hover i {
  animation: next 1s infinite ease-in-out;
}
@-webkit-keyframes next {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
  }
  51% {
    -webkit-transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes next {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  51% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes prev {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
  }
  51% {
    -webkit-transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes prev {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  51% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.textslider .slider .image_zone .slick .slick-list {
  height: 100%;
}
.textslider .slider .image_zone .slick .slick-list .slick-track {
  height: 100%;
}
.textslider .slider .image_zone .slick .slick-list .slick-track .item {
  height: 100%;
  position: relative;
}
.textslider .slider .image_zone .slick .slick-list .slick-track .item .text {
  background: rgba(255, 255, 255, 0.8);
  color: #263844;
  font-size: 1.8rem;
  position: absolute;
  right: 5rem;
  top: 0;
  height: 100%;
  width: 30%;
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: right;
}
.textslider .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
  display: block;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
}
.textslider .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: #eee;
  color: #292f48;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.textslider .slider .image_zone .slick .slick-list .slick-track .item:focus {
  outline: none;
}
.textslider .slider .image_zone .slick .slick-list .slick-track .item img {
  width: 100%;
  height: 100%;
}
.textslider .slider .image_zone .navi {
  position: absolute;
  left: -25%;
  height: 75%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.textslider .slider .image_zone .navi .slick-next,
.textslider .slider .image_zone .navi .slick-prev {
  line-height: 0;
  position: relative;
  bottom: auto;
  right: 0;
  width: 55px;
  top: auto;
  height: 55px;
  cursor: pointer;
  color: white;
  outline: none;
  font-size: 20px;
  border: 1px solid;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 1rem 0;
}
.textslider .slider .image_zone .navi .slick-prev {
  left: auto;
  bottom: auto;
}
.textslider .slider .image_zone .navi .slick-prev:hover i {
  animation: prev 1s infinite;
}
.textslider .slider .image_zone .navi .slick-next:hover i {
  animation: next 1s infinite ease-in-out;
}
.textslider .slider .image_zone .navi .status {
  position: absolute;
  bottom: 40px;
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-family: 'Playfair Display';
}
.textslider .slider .image_zone .navi .status span {
  opacity: 0.4;
  margin-left: 5px;
}
.textslider.subtype2 {
  background: #a6b7b1;
  color: white;
}
.textslider.subtype2 .slider .leftbg {
  background: #fff;
  color: #263844;
}
.textslider.subtype2 .slider .image_zone .slider-progress .progress {
  background: #fff;
}
.textslider.subtype2 .slider .navi .slick-next,
.textslider.subtype2 .slider .navi .slick-prev {
  color: #263844;
}
.textslider.subtype2 .slider .navi .status {
  color: #263844;
}
.textslider.subtype2 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  font-size: 1.7rem;
  padding: 5rem 0 10rem;
}
.textslider.subtype2 .wrapper .text {
  flex: 1 1 50%;
  padding: 0 5rem;
}
.textslider.subtype2 .wrapper .text a {
  color: #fff;
  text-decoration: underline;
}
.textslider.subtype2 .wrapper .c_btn {
  flex: 1 1 100%;
}
.textslider.subtype2 .wrapper .deux {
  border: 0;
  flex: 100%;
}
.textslider.subtype2 .wrapper .list {
  flex: 1 1 50%;
  padding: 0 5rem;
  border-left: 1px solid;
}
.textslider.subtype2 .wrapper .picto {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  opacity: 0.1;
}
.textslider.subtype2 .wrapper .button {
  margin-top: 5rem;
  border-color: #ffffff;
  color: #ffffff;
}
.textslider.subtype2 .wrapper .button:hover {
  border-color: #263844;
  color: #263844;
}
.textslider.subtype3 .slider .leftbg {
  background: #a6b7b1;
}
.textslider.subtype3 .slider .image_zone .slider-progress .progress {
  background: #a6b7b1;
}
.textslider.subtype3 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  font-size: 1.7rem;
  padding: 0 0 10rem;
}
.textslider.subtype3 .wrapper .text {
  width: 50%;
  padding: 0 5rem;
  border-right: 1px solid;
  text-align: left;
}
.textslider.subtype3 .wrapper .text strong {
  text-transform: uppercase;
  margin: 10px 0;
}
.textslider.subtype3 .wrapper .list {
  width: 50%;
  padding: 0 5rem;
}
.textslider.subtype3 .wrapper .list strong {
  text-transform: uppercase;
  margin: 10px 0;
  display: block;
}
.textslider.subtype3 .wrapper .picto {
  position: absolute;
  top: 20%;
  right: 0;
  width: 300px;
  opacity: 0.1;
  filter: contrast(0.3);
}
.textslider.subtype3 .wrapper .button {
  margin-top: 5rem;
}
@media all and (max-width: 1600px) {
  .textslider {
    padding: 10rem 0 5rem;
  }
  .textslider .cfluid .rub {
    margin-bottom: 3rem;
  }
  .textslider.subtype2 .wrapper {
    padding: 0;
  }
  .textslider.subtype2 .wrapper .deux {
    margin-top: 2rem;
  }
}
@media all and (max-width: 1400px) {
  .textslider .image_zone .navi {
    bottom: 0;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text {
    font-size: 1.6rem;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 2rem;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.6rem;
  }
  .textslider .slider .image_zone .navi .status {
    font-size: 4rem;
  }
}
@media all and (max-width: 1200px) {
  .textslider .slider .image_zone .slick,
  .textslider .slider .image_zone .slider-progress {
    left: -60px;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text {
    font-size: 1.5rem;
    padding: 3rem;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 1.8rem;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1000px) {
  .textslider .slider .image_zone {
    width: 100%;
  }
  .textslider .slider .image_zone .slick,
  .textslider .slider .image_zone .slider-progress {
    left: 0;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text {
    font-size: 1.5rem;
    padding: 3rem;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 1.8rem;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.5rem;
  }
  .textslider .slider .image_zone .navi {
    position: relative;
    left: 0;
    height: 140px;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-top: 120px;
  }
  .textslider .slider .image_zone .navi .slick-next,
  .textslider .slider .image_zone .navi .slick-prev {
    margin: 0;
    color: #263844;
  }
  .textslider .slider .image_zone .navi .status {
    top: 0;
    font-size: 5rem;
    font-weight: 400;
    color: #263844;
    flex-direction: row;
    font-family: 'Playfair Display';
  }
  .textslider.subtype2 .wrapper .text {
    flex: 1 1 100%;
    margin-top: 5rem;
    border: 0;
  }
  .textslider.subtype2 .wrapper .list {
    flex: 1 1 100%;
    margin-top: 5rem;
  }
  .textslider.subtype3 .wrapper {
    padding: 0;
  }
  .textslider.subtype3 .wrapper .text {
    width: 100%;
    margin-top: 5rem;
    border: none;
    text-align: center;
  }
  .textslider.subtype3 .wrapper .list {
    width: 100%;
    margin-top: 5rem;
  }
  .textslider.subtype3 .wrapper .picto {
    bottom: -8%;
  }
}
@media all and (max-width: 800px) {
  .textslider .cfluid .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .textslider .cfluid .rub .titre {
    font-size: 2.75rem;
  }
  .textslider .slider {
    margin-top: 8rem;
    min-height: 400px;
    height: 50vh;
  }
  .textslider .slider .image_zone {
    height: 100%;
  }
  .textslider .slider .image_zone .navi {
    height: auto;
    margin-top: 10px;
  }
  .textslider .slider .image_zone .navi .slick-next,
  .textslider .slider .image_zone .navi .slick-prev {
    transform: scale(0.8);
  }
  .textslider .slider .image_zone .navi .status {
    font-size: 4rem;
    top: -5px;
  }
  .textslider .slider .image_zone .slider-progress {
    bottom: 0;
  }
  .textslider .slider .image_zone .slick {
    top: 0;
    height: 100%;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item img {
    height: 100%;
  }
}
@media all and (max-width: 800px) {
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text {
    font-size: 1.3rem;
    padding: 3rem 2rem;
    right: 0;
    width: 40%;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 1.5rem;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.3rem;
  }
  .textslider {
    padding: 8rem 0;
  }
  .textslider .slider {
    height: auto;
    min-height: auto;
  }
  .textslider .slider .image_zone .slider-progress {
    display: none;
  }
  .textslider .slider .image_zone .slick {
    top: 0;
    height: 100%;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item img {
    height: 50vh;
    min-height: 350px;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text {
    position: relative;
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .textslider .slider .image_zone .slick .slick-list .slick-track .item img {
    min-height: 300px;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text {
    font-size: 1.3rem;
    right: 0;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 1.5rem;
  }
  .textslider .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.3rem;
  }
  .textslider .cfluid .para {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 450px) {
  .textslider .cfluid .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .textslider .cfluid .rub .titre {
    font-size: 2.5rem;
  }
}
.hero {
  height: 90vh;
  width: 100%;
  background-size: cover;
  position: relative;
  overflow-y: visible;
}
.hero .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .bg img {
  width: 100%;
  height: 100%;
}
.hero .bg .overlay {
  background-color: rgba(21, 49, 64, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero .area {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding-top: 140px;
}
.hero .area .picto {
  margin-bottom: 5rem;
}
.hero .area .picto img {
  width: 150px;
}
.hero .area .text {
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.hero .area .text em {
  display: block;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}
.hero .area .text strong {
  display: block;
  font-size: 5rem;
  font-weight: 600;
  font-family: 'Playfair Display';
  text-transform: uppercase;
  margin-top: -5px;
  letter-spacing: 1.5rem;
}
.hero .area .text .fleche {
  margin-top: 10rem;
  font-size: 3rem;
  display: block;
  color: white;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media all and (max-width: 1600px) {
  .hero .area .picto {
    margin-bottom: 3rem;
  }
  .hero .area .picto img {
    width: 125px;
  }
  .hero .area .text strong {
    font-size: 4rem;
  }
}
@media all and (max-width: 1400px) {
  .hero .area .picto {
    margin-bottom: 2rem;
  }
  .hero .area .picto img {
    width: 100px;
  }
  .hero .area .text strong {
    font-size: 3.5rem;
    margin-top: -15px;
  }
}
@media all and (max-width: 800px) {
  .hero .area .picto {
    margin-bottom: 2rem;
  }
  .hero .area .picto img {
    width: 100px;
  }
  .hero .area .text .fleche {
    margin-top: 4rem;
  }
  .hero .area .text strong {
    font-size: 3rem;
    margin-top: -15px;
    letter-spacing: 1rem;
  }
}
@media all and (max-width: 600px) {
  .hero .area .picto img {
    width: 100px;
  }
  .hero .area .text {
    padding: 0 20px;
  }
  .hero .area .text em {
    font-size: 1.5rem;
  }
  .hero .area .text strong {
    font-size: 2.5rem;
    margin-top: -15px;
  }
}
@media all and (max-width: 400px) {
  .hero .area .picto {
    margin-bottom: 2rem;
  }
  .hero .area .picto img {
    width: 80px;
  }
  .hero .area .text em {
    font-size: 1.5rem;
  }
  .hero .area .text strong {
    font-size: 2rem;
    margin-top: -15px;
  }
}
.altern {
  padding: 12rem 0;
  background-color: #a6b7b1;
  color: white;
  text-align: center;
  padding-bottom: 5rem;
}
.altern .slick-next,
.altern .slick-prev {
  color: white;
  font-size: 3rem;
  z-index: 9;
}
.altern .slick-next {
  right: 20px;
}
.altern .slick-prev {
  left: 20px;
}
.altern .rub {
  margin-bottom: 5rem;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.altern .rub .uptitre {
  opacity: 0.8;
}
.altern .rub .uptitre {
  font-size: 2.5rem;
}
.altern .rub .titre {
  font-size: 4.5rem;
  letter-spacing: 1rem;
  font-family: 'Playfair Display';
  font-weight: 600;
}
.altern .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8rem 0;
}
.altern .wrapper .btn_to_page {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.altern .wrapper .btn_to_page a {
  padding: 1rem 2rem;
  position: relative;
  margin: 5px;
  text-align: center;
  background: #263844;
  color: white;
}
.altern .wrapper .image_zone {
  width: 50%;
  position: relative;
  height: 50vh;
  min-height: 450px;
}
.altern .wrapper .image_zone .picto {
  position: absolute;
  top: -25rem;
  left: 0;
  opacity: 0.1;
  width: 50%;
}
.altern .wrapper .image_zone .image {
  position: relative;
  overflow: visible;
  z-index: 1;
  height: 100%;
}
.altern .wrapper .image_zone .image:before {
  display: none;
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -2rem;
  left: -2rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.altern .wrapper .image_zone .image:after {
  display: block;
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.altern .wrapper .image_zone .image .photo img {
  width: 100%;
}
.altern .wrapper .image_zone .image .slick-list {
  padding: 0 !important;
  height: 100%;
}
.altern .wrapper .image_zone .image .slick-list .slick-track {
  height: 100%;
}
.altern .wrapper .image_zone .image .slick-list .slick-track img {
  height: 100%;
}
.altern .wrapper .text {
  width: 25%;
  padding: 0 6rem;
  border-right: 1px solid #fff;
  font-size: 1.6rem;
  text-align: left;
}
.altern .wrapper .text strong {
  text-transform: uppercase;
  font-family: 'Playfair Display';
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.altern .wrapper .text em {
  font-weight: 600;
  margin-top: 20px;
  font-style: normal;
  display: block;
}
.altern .wrapper .quote {
  width: 25%;
  padding: 6rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
  overflow: visible;
  text-align: left;
}
.altern .wrapper .quote ul {
  list-style: disc;
}
.altern .wrapper .quote ul li {
  margin-bottom: 10px;
}
.altern .deux .text {
  border: none!important;
}
.altern.subtype2 {
  background: white;
  color: #263844;
}
.altern.subtype2 .rub .uptitre {
  color: #777;
}
.altern.subtype2 .rub .hr_small {
  background: #263844;
}
.altern.subtype2 .wrapper .image_zone {
  order: 3;
}
.altern.subtype2 .wrapper .image_zone .image:after {
  bottom: -2rem;
  left: -2rem;
  border: 0;
  border-bottom: 1px solid #484848;
  border-left: 1px solid #444;
}
.altern.subtype2 .wrapper .text {
  width: 25%;
  padding: 0 6rem;
  border-left: 1px solid #263844;
  font-size: 1.6rem;
  text-align: right;
  order: 2;
}
.altern.subtype2 .wrapper .quote {
  text-align: right;
}
.altern.subtype2 .wrapper .quote ul {
  list-style-position: inside;
}
.altern.subtype2 .wrapper .quote .button {
  color: #263844;
  border-color: #263844;
}
@media all and (max-width: 1600px) {
  .altern .rub {
    margin-bottom: 3rem;
  }
  .altern .wrapper {
    flex-wrap: wrap;
    margin: 1rem 0;
  }
  .altern .wrapper .text {
    order: 1;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 2rem;
  }
  .altern .wrapper .image_zone {
    order: 2;
    width: 50%;
    margin-top: 5rem;
    margin-right: 5rem;
  }
  .altern .wrapper .quote {
    order: 3;
  }
  .altern .wrapper .quote .photo {
    top: 0;
  }
  .altern.subtype2 .wrapper .text {
    width: 100%;
    border: 0;
    text-align: center;
  }
  .altern.subtype2 .wrapper .quote {
    text-align: left;
  }
}
@media all and (max-width: 1200px) {
  .altern {
    padding: 10rem 0 0;
  }
  .altern .wrapper {
    margin: 0;
  }
  .altern .wrapper .image_zone {
    order: 3;
    width: 100%;
    margin-right: 0;
    padding: 2rem;
    margin-top: 5rem;
  }
  .altern .wrapper .image_zone .image:after,
  .altern .wrapper .image_zone .image:before {
    border: 0;
  }
  .altern .wrapper .quote {
    order: 2;
    padding: 0;
    margin-top: 3rem;
    width: 100%;
    text-align: center;
  }
  .altern .wrapper .quote .photo {
    top: 0;
  }
  .altern.subtype2 .wrapper .quote {
    text-align: center;
  }
  .altern.subtype2 .wrapper .image_zone .image:after,
  .altern.subtype2 .wrapper .image_zone .image:before {
    border: 0;
  }
}
@media all and (max-width: 800px) {
  .altern {
    padding: 8rem 0 0;
  }
  .altern .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .altern .rub .titre {
    font-size: 2.75rem;
  }
  .altern .wrapper .text {
    margin-bottom: 5rem;
  }
  .altern .wrapper .image_zone {
    width: 100%;
    padding: 0;
  }
  .altern .wrapper .quote {
    width: 100%;
  }
  .altern .wrapper .quote .photo {
    top: 0;
  }
}
@media all and (max-width: 450px) {
  .altern .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .altern .rub .titre {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
  .altern .wrapper .text {
    margin-bottom: 5rem;
  }
  .altern .wrapper .image_zone {
    width: 100%;
  }
  .altern .wrapper .quote {
    width: 100%;
  }
  .altern .wrapper .quote .photo {
    top: 0;
  }
}
.tarifs {
  padding: 12rem 0;
  background-color: whitesmoke;
  color: #263844;
  text-align: center;
  padding-bottom: 8rem;
}
.tarifs .rub {
  margin-bottom: 5rem;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.tarifs .rub .uptitre {
  opacity: 0.8;
  color: #777;
}
.tarifs .rub .uptitre {
  font-size: 2.5rem;
}
.tarifs .rub .titre {
  font-size: 4.5rem;
  letter-spacing: 1rem;
  font-family: 'Playfair Display';
  font-weight: 600;
}
.tarifs .rub .hr_small {
  background: #263844;
}
.tarifs .para {
  margin-bottom: 5rem;
}
.tarifs .para strong {
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: block;
}
.tarifs .para em {
  font-weight: 600;
  margin-top: 20px;
  font-style: normal;
  display: block;
}
.tarifs .table {
  color: white;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
.tarifs .table tr {
  height: 60px;
  background: #a6b7b1;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tarifs .table tr:first-child {
  background: #263844;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}
.tarifs .table td {
  border-right: 1px solid white;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.tarifs .table td:first-child {
  justify-content: start;
  padding: 0 3rem;
  min-width: 30%;
}
.tarifs .table2 td:first-child {
  min-width: 70%;
}
.tarifs .button {
  border-color: #263844;
  color: #263844;
}
@media all and (max-width: 1600px) {
  .tarifs .rub {
    margin-bottom: 3rem;
  }
  .tarifs .wrapper {
    flex-wrap: wrap;
    margin: 1rem 0;
  }
  .tarifs .wrapper .text {
    order: 1;
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 1200px) {
  .tarifs {
    padding: 8rem 0;
  }
}
@media all and (max-width: 1000px) {
  .tarifs .table td {
    padding: 0 10px !important;
  }
  .tarifs .table tr {
    height: 100px;
  }
}
@media all and (max-width: 800px) {
  .tarifs .rub .titre {
    font-size: 3rem;
  }
  .tarifs .table {
    font-size: 1.5rem;
  }
  .tarifs .table td {
    padding: 0 5px !important;
  }
  .tarifs .table tr {
    height: 100px;
  }
}
@media all and (max-width: 600px) {
  .tarifs .rub .titre {
    font-size: 2.8rem;
  }
  .tarifs .cfluid {
    width: 100%;
  }
  .tarifs .cfluid .para {
    padding: 0 10px;
  }
  .tarifs .table {
    font-size: 1.3rem;
  }
  .tarifs .table tr:first-child {
    font-size: 1.2rem;
  }
  .tarifs .table2 {
    font-size: 1.3rem;
  }
  .tarifs .table2 td:first-child {
    min-width: 60%;
  }
}
.contact_form {
  min-height: 500px;
  padding: 12rem 0 5rem;
  position: relative;
  background-color: #a6b7b1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  color: white;
}
.contact_form .global_error,
.contact_form .success {
  color: white;
}
.contact_form button {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  margin-top: 25px;
  display: inline-block;
  font-weight: 600;
  border: 2px solid white;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  line-height: 100%;
  transition: all 0.3s ease;
  box-sizing: border-box;
  z-index: 0;
  text-align: center;
  background: none;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  width: auto;
}
.contact_form button:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  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: top left;
  transform-origin: top left;
}
.contact_form button:hover {
  color: #263844;
  transition: all 0.3s ease;
}
.contact_form button:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.contact_form .text {
  width: 100%;
  display: block;
  color: white;
  z-index: 999;
  text-align: center;
  margin-bottom: 5rem;
  font-size: 1.5rem;
}
.contact_form .text .titre {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.contact_form .text .titre strong {
  text-transform: uppercase;
  font-weight: 600;
}
.contact_form .cfluid {
  z-index: 999;
}
.contact_form form {
  text-align: center;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact_form form .bold {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact_form form .text {
  font-size: 1.7rem;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact_form form .form-group {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
.contact_form form .form-group ::placeholder {
  color: white;
}
.contact_form form .form-group label {
  display: none;
}
.contact_form form .form-group input {
  border: 1px solid white;
  background: none;
  height: 45px;
  text-align: left;
  width: calc(100% - 30px);
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 0 15px;
}
.contact_form form .form-group input:focus,
.contact_form form .form-group textarea:focus {
  outline: none;
}
.contact_form form .form-group textarea {
  border: none;
  border: 1px solid white;
  height: 200px;
  width: 100%;
  background: none;
  color: white;
  font-size: 18px;
  padding-left: 15px;
  padding-top: 10px;
  font-weight: 400;
}
.contact_form form .form-group:nth-child(1),
.contact_form form .form-group:nth-child(2),
.contact_form form .form-group:nth-child(3),
.contact_form form .form-group:nth-child(4) {
  width: 50%;
}
.contact_form form .form-group:nth-child(5) {
  width: 100%;
  display: inline-block;
}
.contact_form form .form-group:nth-child(6) label {
  font-size: 1.6rem;
  display: inline-block;
  color: white;
  margin-bottom: 5px;
}
.contact_form form .form-group:nth-child(6) input {
  border: unset;
  height: unset;
  width: unset;
  opacity: 1;
  pointer-events: all;
  position: relative;
}
.contact_form form .g-recaptcha {
  text-align: center;
}
.contact_form form .g-recaptcha div:first-child {
  width: 100%!important;
}
.contact_form .para {
  font-size: 1.8rem;
  text-align: center;
  width: calc(80% - 5rem);
  margin: 8rem auto;
  padding: 5rem;
  position: relative;
}
.contact_form .para .picto {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 150%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.1;
}
.contact_form .para strong {
  display: block;
  margin-top: 10px;
}
.contact_form .para:before {
  display: block;
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -2rem;
  left: -2rem;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.contact_form .para:after {
  display: block;
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.contact_form.subtype2 {
  text-align: left;
}
.contact_form.subtype2::before {
  width: 0;
}
.contact_form.subtype2 .text {
  text-align: left;
}
.contact_form.subtype2 .flexi {
  display: flex;
  justify-content: space-between;
}
.contact_form.subtype2 .flexi form {
  text-align: left;
  flex-basis: 70%;
  margin-right: 5rem;
}
.contact_form.subtype2 .flexi form .g-recaptcha {
  text-align: left;
}
.contact_form.subtype2 .flexi .coords {
  color: white;
  font-size: 1.5rem;
}
.contact_form.subtype2 .flexi .coords .coords {
  padding: 3rem;
  position: relative;
  text-align: center;
}
.contact_form.subtype2 .flexi .coords .coords:before {
  display: block;
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.contact_form.subtype2 .flexi .coords .coords:after {
  display: block;
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.contact_form.subtype2 .flexi .coords a {
  color: white;
}
.contact_form.subtype2 .flexi .coords .titre {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
.contact_form.subtype2 .flexi .coords .subtitre {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact_form.subtype2 .flexi .coords li {
  margin-bottom: 10px;
}
.contact_form.subtype2 .flexi .coords li i {
  font-size: 2.75rem;
}
.contact_form.subtype2 .flexi .coords .social {
  display: flex;
  justify-content: center;
}
.contact_form.subtype2 .flexi .coords .social li a {
  margin: 0 10px;
  transition: color 0.2s linear;
}
.contact_form.subtype2 .flexi .coords .social li a:hover,
.contact_form.subtype2 .flexi .coords .social li a:hover i {
  transition: all 0.2s linear;
}
.contact_form.subtype2 .flexi .coords .social .facebook:hover {
  color: #3b5998;
}
.contact_form.subtype2 .flexi .coords .social .twitter:hover {
  color: #0bf;
}
.contact_form.subtype2 .flexi .coords .social .insta:hover i {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}
.contact_form.subtype2 .flexi .coords .social .tripadvisor:hover {
  color: #00af87;
}
.contact_form.subtype2 .flexi .map {
  margin-bottom: 30px;
}
.contact_form.subtype2 .flexi .map iframe {
  width: 100%;
  height: 350px;
}
@media all and (max-width: 1200px) {
  .contact_form {
    padding: 8rem 0 5rem;
  }
}
@media all and (max-width: 1000px) {
  .contact_form.subtype2 .flexi {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .contact_form.subtype2 .flexi form {
    margin-right: 0;
  }
  .contact_form.subtype2 .flexi .coords {
    margin-top: 40px;
  }
  .contact_form button {
    width: 100%;
    margin-top: 0;
  }
}
@media all and (max-width: 800px) {
  .contact_form form .form-group:nth-child(1),
  .contact_form form .form-group:nth-child(2),
  .contact_form form .form-group:nth-child(3),
  .contact_form form .form-group:nth-child(4) {
    width: 100%;
    display: inline-block;
    margin-right: 0;
  }
  .contact_form form .form-group {
    display: flex;
    justify-content: center;
  }
  .contact_form .coords {
    text-align: center;
  }
  .contact_form .coords .social {
    display: flex;
    justify-content: center;
  }
  .contact_form .para {
    font-size: 1.5rem;
    text-align: center;
    width: calc(90% - 5rem);
    margin: 8rem auto;
    padding: 3rem;
    position: relative;
  }
}
@media all and (max-width: 600px) {
  .contact_form {
    background-attachment: scroll!important;
  }
  .contact_form .text .titre {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1200px) and (orientation: landscape) {
  .contact_form {
    background-attachment: scroll!important;
  }
}
.galerie {
  padding: 12rem 0;
  background: whitesmoke;
}
.galerie .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.galerie .grid .brick {
  width: 33%;
  height: 400px;
  margin-bottom: 1rem;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.galerie .grid .brick .photo {
  width: 100%;
  height: 100%;
  display: block;
}
.galerie .grid .brick .photo img {
  width: 100%;
  height: 100%;
}
.galerie .grid .brick .hover {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(38, 56, 68, 0.8);
  color: white;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 5rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.galerie .grid .brick:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  transition: 0.2s ease-in-out;
}
.galerie .grid .brick:hover .hover {
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1200px) {
  .galerie .grid .brick {
    height: 300px;
  }
}
@media all and (max-width: 1000px) {
  .galerie .grid .brick {
    width: 49.5%;
    height: 300px;
  }
}
@media all and (max-width: 800px) {
  .galerie {
    padding: 5rem 0;
  }
}
@media all and (max-width: 600px) {
  .galerie .grid .brick {
    width: 100%;
    height: 300px;
  }
}
.yugi {
  padding: 12rem 0;
  background-color: white;
  color: #263844;
  text-align: center;
  padding-bottom: 0;
}
.yugi .cfluid .rub {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5rem;
}
.yugi .cfluid .rub .uptitre {
  opacity: 0.7;
}
.yugi .cfluid .rub .titre {
  font-size: 4.5rem;
  letter-spacing: 1rem;
  font-family: 'Playfair Display';
  font-weight: 600;
}
.yugi .cfluid .rub .hr_small {
  background: #263844;
}
.yugi .cfluid .para {
  font-size: 1.8rem;
}
.yugi .cfluid .para strong {
  margin-top: 10px;
  text-transform: uppercase;
}
.yugi .cfluid .button {
  border-color: #263844;
  color: #263844;
}
.yugi .slider {
  min-height: 100vh;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yugi .slider .leftbg {
  height: 85%;
  font-size: 1.8rem;
  width: 30%;
  align-items: center;
  position: relative;
  z-index: 0;
  background: #263844;
}
.yugi .slider .image_zone {
  width: 70%;
  position: relative;
}
.yugi .slider .image_zone .slick {
  height: 70%;
  left: -100px;
  top: 15%;
  z-index: 0;
}
.yugi .slider .image_zone .slick .slick-next,
.yugi .slider .image_zone .slick .slick-prev {
  line-height: 0;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 50px;
  top: auto;
  height: 50px;
  cursor: pointer;
  color: white;
  outline: none;
  font-size: 20px;
  border: 2px solid;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  display: none!important;
}
.yugi .slider .image_zone .slick .slick-prev {
  right: 150px;
  left: auto;
}
.yugi .slider .image_zone .slick .slick-prev:hover i {
  animation: prev 1s infinite;
}
.yugi .slider .image_zone .slick .slick-next:hover i {
  animation: next 1s infinite ease-in-out;
}
@-webkit-keyframes next {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
  }
  51% {
    -webkit-transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes next {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  51% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes prev {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
  }
  51% {
    -webkit-transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes prev {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  51% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.yugi .slider .image_zone .slick .slick-list {
  height: 100%;
}
.yugi .slider .image_zone .slick .slick-list .slick-track {
  height: 100%;
}
.yugi .slider .image_zone .slick .slick-list .slick-track .item {
  position: relative;
  margin: 0 2rem;
}
.yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
  background: white;
  color: #263844;
  border: 1px solid #eee;
  font-size: 1.8rem;
  width: 100%;
  padding: 2rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  min-height: 440px;
}
.yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
  display: block;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
}
.yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: #eee;
  color: #292f48;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.yugi .slider .image_zone .slick .slick-list .slick-track .item .text .button {
  color: #263844;
  border-color: #263844;
  font-size: 1.5rem;
}
.yugi .slider .image_zone .slick .slick-list .slick-track .item .text .button:after {
  background: #263844;
}
.yugi .slider .image_zone .slick .slick-list .slick-track .item .text .button:hover {
  color: white;
}
.yugi .slider .image_zone .slick .slick-list .slick-track .item:focus {
  outline: none;
}
.yugi .slider .image_zone .slick .slick-list .slick-track .item img {
  width: 100%;
  height: 280px;
}
.yugi .slider .image_zone .navi {
  position: absolute;
  left: -25%;
  height: 75%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.yugi .slider .image_zone .navi .slick-next,
.yugi .slider .image_zone .navi .slick-prev {
  line-height: 0;
  position: relative;
  bottom: auto;
  right: 0;
  width: 55px;
  top: auto;
  height: 55px;
  cursor: pointer;
  color: white;
  outline: none;
  font-size: 20px;
  border: 1px solid;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 1rem 0;
}
.yugi .slider .image_zone .navi .slick-prev {
  left: auto;
  bottom: auto;
}
.yugi .slider .image_zone .navi .slick-prev:hover i {
  animation: prev 1s infinite;
}
.yugi .slider .image_zone .navi .slick-next:hover i {
  animation: next 1s infinite ease-in-out;
}
.yugi .slider .image_zone .navi .status {
  position: absolute;
  bottom: 40px;
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-family: 'Playfair Display';
}
.yugi .slider .image_zone .navi .status span {
  opacity: 0.4;
  margin-left: 5px;
}
@media all and (max-width: 1600px) {
  .yugi {
    padding: 10rem 0 5rem;
  }
  .yugi .cfluid .rub {
    margin-bottom: 3rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item {
    margin: 0 1rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item img {
    height: 220px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    padding: 3rem;
    font-size: 1.5rem;
    min-height: 380px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .button {
    font-size: 1.4rem;
  }
  .yugi.subtype2 .wrapper {
    padding: 0;
  }
  .yugi.subtype2 .wrapper .deux {
    margin-top: 2rem;
  }
}
@media all and (max-width: 1400px) {
  .yugi .image_zone .navi {
    bottom: 0;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    min-height: 350px;
    font-size: 1.6rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 2rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.6rem;
  }
  .yugi .slider .image_zone .navi .status {
    font-size: 4rem;
  }
}
@media all and (max-width: 1200px) {
  .yugi .slider .image_zone .slick,
  .yugi .slider .image_zone .slider-progress {
    left: -60px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    font-size: 1.5rem;
    padding: 3rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 1.8rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1000px) {
  .yugi .slider {
    height: auto;
  }
  .yugi .slider .image_zone {
    width: 100%;
  }
  .yugi .slider .image_zone .slick,
  .yugi .slider .image_zone .slider-progress {
    left: 0;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    min-height: 330px;
    font-size: 1.5rem;
    padding: 3rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 1.8rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.5rem;
  }
  .yugi .slider .image_zone .navi {
    position: relative;
    left: 0;
    height: 140px;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-top: 120px;
  }
  .yugi .slider .image_zone .navi .slick-next,
  .yugi .slider .image_zone .navi .slick-prev {
    margin: 0;
    color: #263844;
  }
  .yugi .slider .image_zone .navi .status {
    top: 0;
    font-size: 5rem;
    font-weight: 400;
    color: #263844;
    flex-direction: row;
    font-family: 'Playfair Display';
  }
  .yugi.subtype2 .wrapper .text {
    width: 100%;
    margin-top: 5rem;
    border: 0;
  }
  .yugi.subtype2 .wrapper .list {
    width: 100%;
    margin-top: 5rem;
  }
  .yugi.subtype3 .wrapper {
    padding: 0;
  }
  .yugi.subtype3 .wrapper .text {
    width: 100%;
    margin-top: 5rem;
    border: none;
    text-align: center;
  }
  .yugi.subtype3 .wrapper .list {
    width: 100%;
    margin-top: 5rem;
  }
  .yugi.subtype3 .wrapper .picto {
    bottom: -8%;
  }
}
@media all and (max-width: 800px) {
  .yugi .cfluid .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .yugi .cfluid .rub .titre {
    font-size: 2.75rem;
  }
  .yugi .slider {
    margin-top: 8rem;
    min-height: 400px;
    height: 50vh;
  }
  .yugi .slider .image_zone {
    height: 100%;
  }
  .yugi .slider .image_zone .navi {
    height: auto;
    margin-top: 10px;
  }
  .yugi .slider .image_zone .navi .slick-next,
  .yugi .slider .image_zone .navi .slick-prev {
    transform: scale(0.8);
  }
  .yugi .slider .image_zone .navi .status {
    font-size: 4rem;
    top: -5px;
  }
  .yugi .slider .image_zone .slider-progress {
    bottom: 0;
  }
  .yugi .slider .image_zone .slick {
    top: 0;
    height: 100%;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item img {
    height: 100%;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    min-height: auto;
  }
}
@media all and (max-width: 800px) {
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    font-size: 1.3rem;
    padding: 3rem 2rem;
    right: 0;
    width: 40%;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 1.5rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.3rem;
  }
  .yugi {
    padding: 8rem 0;
  }
  .yugi .slider {
    height: auto;
    min-height: auto;
  }
  .yugi .slider .image_zone .slider-progress {
    display: none;
  }
  .yugi .slider .image_zone .slick {
    top: 0;
    height: 100%;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item img {
    height: 50vh;
    min-height: 350px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    position: relative;
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .yugi .slider .image_zone .slick .slick-list .slick-track .item img {
    min-height: 300px;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text {
    font-size: 1.3rem;
    right: 0;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .titre {
    font-size: 1.5rem;
  }
  .yugi .slider .image_zone .slick .slick-list .slick-track .item .text .uptitre {
    font-size: 1.3rem;
  }
  .yugi .cfluid .para {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 450px) {
  .yugi .cfluid .rub {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .yugi .cfluid .rub .titre {
    font-size: 2.5rem;
  }
}
.fancybox-container {
  z-index: 999999 !important;
}
.promo {
  background-color: #263844 !important;
  color: #fff;
  padding: 0 !important;
  text-align: center!important;
  max-width: 25%;
}
.promo .fancybox-close-small:after {
  color: white !important;
}
.promo .fancybox-close-small:hover:after {
  color: black !important;
}
.promo .photo {
  position: relative;
}
.promo .photo img {
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
  transition: all 500ms;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.promo .photo:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.promo .text {
  padding: 5rem;
}
.promo .text a {
  color: #0bf;
}
.promo .text h2 {
  font-size: 3rem;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.promo .text p {
  font-size: 2.2rem;
}
.promo .text p strong {
  color: white!important;
}
.promo .text .button {
  border: 1px solid;
}
@media all and (max-width: 1400px) {
  .promo {
    max-width: 50%;
  }
}
@media all and (max-width: 1000px) {
  .promo {
    max-width: 80%;
  }
}
@media all and (max-width: 1400px) {
  .moduleresa .input-field > label {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 1200px) {
  .moduleresa {
    width: 100%;
    bottom: -40px;
    height: 80px;
  }
  .moduleresa .formulaire {
    display: none!important;
  }
  .moduleresa .best {
    background: #fff;
    color: #999;
    border-radius: 5px 0 0 5px;
  }
  .moduleresa .send {
    background: #263844;
    color: white;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
  }
  .moduleresa .best,
  .moduleresa .send {
    display: flex;
    align-items: center;
    padding: 0 3rem;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 800px) {
  .cfluid {
    width: 90%;
  }
}
@media all and (max-width: 600px) {
  .moduleresa .best,
  .moduleresa .send {
    padding: 0 3rem;
    font-size: 1.6rem;
    border-radius: 0;
  }
  .loading img {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */