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;*/
}
header {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body {
  font: 1.4rem/1.42 'Lato', sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #ffffff;
  background-color: -moz-linear-gradient(90deg, #ffffff 0%, #f7f7f5 100%);
  background-color: -webkit-linear-gradient(90deg, #ffffff 0%, #f7f7f5 100%);
  background-color: linear-gradient(90deg, #ffffff 0%, #f7f7f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f7f7f5", GradientType=1);
}
.zones {
  overflow: hidden;
}
@font-face {
  font-family: 'AcuminVariableConcept';
  src: url("AcuminVariableConcept.otf");
  font-display: swap;
}
@font-face {
  font-family: 'August Script Bold Free';
  src: url('august_script_bold_free-webfont.woff2') format('woff2'), url('august_script_bold_free-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.zone .title {
  font-family: 'August Script Bold Free', sans-serif;
  font-size: 6rem;
  font-weight: normal;
  color: #000;
  text-shadow: 0px 1px 0px black;
}
.zone .desc {
  /*font-family: 'AcuminVariableConcept', sans-serif;*/
  font-size: 17px;
  color: black;
  line-height: 25px;
}
.zone .btn {
  background-color: #dd7d6d;
  color: white;
  font-size: 12px;
  margin: 15px 0px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.swiper-button-prev i,
.swiper-button-next i {
  opacity: 0.7;
}
.zones > div {
  padding: 50px 0;
}
.zones > div.diapo {
  padding: 0;
}
.photo img {
  width: 100%;
  height: 100%;
}
body.overflow {
  overflow: hidden;
}
.fancybox-container {
  z-index: 100000 !important;
}
@media screen and (max-width: 1000px) {
  .zones > div {
    padding: 25px 0;
  }
}
@keyframes anim_title {
  from {
    opacity: 0;
    transform: translatey(-100px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
@keyframes anim_desc {
  from {
    opacity: 0;
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes anim_img {
  from {
    opacity: 0;
    width: 0%;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
.swiper-button-next,
.swiper-button-prev {
  background: unset !important;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #fff;
  font-size: 48px;
  opacity: 1;
}
header {
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
header .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 25px;
  align-items: center;
}
header .content nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0px 25px;
}
header .content nav > ul {
  display: flex;
  flex-grow: 1;
  align-content: center;
  width: 100%;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
header .content nav > ul > li {
  position: relative;
}
header .content nav > ul > li .menu {
  font-family: 'AcuminVariableConcept', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
}
header .content nav > ul > li .sub_menu {
  font-family: 'AcuminVariableConcept', sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
header .content nav > ul > li a {
  border-bottom: 2px solid transparent;
  color: black;
  padding-bottom: 10px;
  position: relative;
}
header .content nav > ul > li a.active:before,
header .content nav > ul > li a:hover:before {
  background: #a5b39c;
}
header .content nav > ul > li > a:before {
  background: #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 110%;
  height: 50%;
  transform: translate(-50%, -7px);
  transition: all 500ms;
}
header .content nav > ul > li > a span {
  position: relative;
  z-index: 1;
}
header .content nav > ul > li a:hover {
  border-bottom: 2px solid white;
  transition: border 0.5ms ease;
}
header .content nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 500ms;
  opacity: 0;
  z-index: 1;
  display: none;
  padding-top: 10px;
}
header .content nav > ul > li > ul li {
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid rgba(133, 133, 133, 0.2);
  min-width: 200px;
}
header .content nav > ul > li:hover ul {
  z-index: 1;
  opacity: 1;
  display: block;
}
header .content .book,
header .content .facebook {
  display: flex;
  align-items: center;
}
header .content .book.facebook a,
header .content .facebook.facebook a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
header .content .book a,
header .content .facebook a {
  text-align: center;
  color: black;
  font-size: 1.8rem;
  margin: 15px auto;
  padding: 10px 20px;
  border: none;
}
header .content .book i {
  display: none;
}
header .content .book a {
  background-color: #dd7d6d;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 10px;
}
header .content .lang {
  display: flex;
  align-items: center;
  font-family: 'AcuminVariableConcept', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
}
header .content .lang a {
  padding-left: 5px;
  color: black;
  margin: 15px auto;
}
.burger {
  background: #e2ded5;
  color: #fff;
  z-index: 99;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: none;
  border: 1px solid white;
  position: relative;
}
.burger:hover {
  background: #f2ede7;
}
.burger span {
  position: absolute;
  width: 50%;
  height: 2px;
  border-bottom: 2px solid white;
}
.burger span:nth-child(1) {
  transform: translate(10px) translateY(10px);
}
.burger span:nth-child(2) {
  transform: translate(10px) translateY(20px);
}
.burger span:nth-child(3) {
  transform: translate(10px) translateY(30px);
}
#fullpage_menu {
  display: none;
  position: fixed;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid rgba(133, 133, 133, 0.2);
  width: 100%;
  top: 70px;
  right: 0;
  z-index: 1001;
  overflow: auto;
  bottom: 0;
  flex-direction: column;
  flex-wrap: wrap;
}
#fullpage_menu nav {
  margin: auto;
}
#fullpage_menu nav .menu {
  font-family: 'AcuminVariableConcept', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
}
#fullpage_menu nav .sub_menu {
  font-family: 'AcuminVariableConcept', sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
#fullpage_menu nav > ul > li {
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid rgba(133, 133, 133, 0.2);
  min-width: 200px;
  position: relative;
  text-align: center;
}
#fullpage_menu nav > ul > li > ul {
  position: relative;
  top: 0;
  left: auto;
  transition: all 500ms;
  opacity: 1;
  z-index: 1;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
#fullpage_menu nav > ul > li > ul li {
  text-transform: unset;
  font-family: unset;
  font-size: 1.2rem;
  background: #fff;
  padding: 10px;
}
#fullpage_menu nav > ul > li > ul li:last-child {
  border-bottom: none;
}
#fullpage_menu nav .lang {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#fullpage_menu nav .lang li {
  flex: 1;
  text-align: center;
  min-width: unset;
  border-bottom: unset;
  text-transform: uppercase;
  padding: 10px 5px;
}
#fullpage_menu a {
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  color: black;
}
#fullpage_menu a:hover {
  color: grey;
  border-bottom: 2px solid white;
  transition: border 0.5ms ease;
}
#fullpage_menu.active {
  display: flex;
}
@media all and (max-width: 1200px) {
  header {
    justify-content: center;
  }
  header .content {
    display: flex;
  }
  header .content .burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .content .burger span {
    position: relative;
    transform: unset !important;
    margin: 2px auto;
  }
  header .content .logo {
    width: 180px;
  }
  header .content .logo a {
    display: block;
  }
  header .content .logo a img {
    width: 100%;
  }
  header .content .menu {
    display: none;
  }
  header .content .menu nav {
    width: 90%;
    display: none;
  }
  header .content .book a {
    padding: 15px 20px;
  }
  header .content .book span {
    display: none;
  }
  header .content .book i {
    display: block;
    font-size: 2rem;
  }
  header .content .lang {
    display: none;
  }
}
@media all and (max-width: 800px) {
  header .content {
    padding: 10px 15px;
  }
  header .content .logo {
    max-width: 150px;
  }
}
@media all and (max-width: 450px) {
  header .content .facebook {
    display: none;
  }
  header .content nav {
    margin: 0;
  }
}
@media all and (max-width: 350px) {
  header .content .logo {
    width: 120px;
  }
}
footer {
  background: #f2ede7;
}
footer .content {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #444;
}
footer .content a {
  color: #444;
  transition: all 500ms;
}
footer .content a:hover {
  color: #f2ede7;
}
footer .content .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  flex: 1;
}
footer .content .part {
  padding: 0 50px;
  flex: 1;
}
footer .content .part:nth-child(2) > ul {
  column-count: 2;
}
footer .content .part ul .sub_menu {
  flex: 1 1 100%;
  margin-top: 5px;
}
footer .content .part ul .sub_menu li a {
  font-size: 12px;
}
footer .content .part ul .sub_menu li a:before {
  content: "- ";
}
footer .content .part:last-child ul li {
  margin-bottom: 15px;
}
footer .content .part:last-child ul li i {
  margin-right: 5px;
}
footer .content .part .title {
  text-transform: uppercase;
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}
footer .content .part .title:after {
  margin: 25px 0;
  display: block;
  height: 1px;
  background: rgba(133, 133, 133, 0.3);
  content: "";
}
footer .content .part ul li {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
footer .content .part ul li img {
  max-width: 160px;
}
@media screen and (max-width: 1200px) {
  footer .content {
    padding: 25px;
    font-size: 1.2rem;
  }
  footer .content .part {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  footer .content .logo {
    padding: 25px;
    flex: 1 1 100%;
  }
  footer .content .part {
    padding: 25px;
  }
}
@media screen and (max-width: 800px) {
  footer .content .logo {
    padding: 12px 0;
  }
  footer .content .part {
    padding: 12px;
  }
  footer .content .part:nth-of-type(2) ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .content .part:nth-of-type(2) ul li {
    flex: 1 1 50%;
    padding-right: 15px;
  }
  footer .content .part:last-child {
    flex: 1 1 100%;
    text-align: center;
  }
  footer .content .part:last-child ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .content .part:last-child ul li {
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  footer .content .part {
    padding: 12px;
    flex: 1 1 100%;
  }
  footer .content .part .title {
    text-align: center;
  }
  footer .content .part ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .content .part ul li {
    display: block;
    text-align: center;
  }
  footer .content .part ul li strong {
    display: block;
  }
  footer .content .part:nth-of-type(2) ul li {
    flex: 1 1 100%;
    padding-right: 0px;
  }
}
.zone.contact_form {
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
  background-image: url("img/fond2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.zone.contact_form .content {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  margin: auto;
}
.zone.contact_form .content .text {
  width: 45%;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.zone.contact_form .content .text .desc {
  border: 2px solid #e2ded5;
  border-top: 0;
}
.zone.contact_form .content .text .desc .title {
  text-align: center;
  padding: 50px 0px;
  vertical-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  transform: translateY(-70px);
}
.zone.contact_form .content .text .desc .title:before,
.zone.contact_form .content .text .desc .title:after {
  height: 2px;
  background: #e2ded5;
  content: "";
  flex: 1;
  transform: translate(0, 8px);
}
.zone.contact_form .content .text .desc .title > span {
  position: relative;
  flex: 3;
  padding: 0 20px;
}
.zone.contact_form .content .text .desc ul {
  padding-left: 100px;
  padding-bottom: 50px;
}
.zone.contact_form .content .text .desc ul a {
  color: black;
}
.zone.contact_form .content .text .gmap {
  min-height: 300px;
  margin: 10px;
}
.zone.contact_form .content .text iframe {
  width: 100% !important;
}
.zone.contact_form .content .form {
  width: 50%;
}
.zone.contact_form .content .form .desc {
  border: 2px solid #e2ded5;
  border-top: 0;
}
.zone.contact_form .content .form .desc .title {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  transform: translateY(-20px);
}
.zone.contact_form .content .form .desc .title:before,
.zone.contact_form .content .form .desc .title:after {
  height: 2px;
  background: #e2ded5;
  content: "";
  flex: 1;
  transform: translate(0, 8px);
}
.zone.contact_form .content .form .desc .title > span {
  position: relative;
  padding: 0 20px;
}
.zone.contact_form .content .form form {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.zone.contact_form .content .form form input {
  margin-top: 10px;
  padding: 10px 10px;
  width: 70%;
}
.zone.contact_form .content .form form label {
  margin-top: 10px;
  padding: 10px 10px;
  width: 100px;
}
.zone.contact_form .content .form form textarea {
  width: 85%;
  margin-top: 10px;
  padding: 10px 10px;
  min-height: 200px;
}
.zone.contact_form .content .form form .form-group {
  flex: 1 1 50%;
  padding: 10px;
  display: flex;
  align-items: center;
}
.zone.contact_form .content .form form .form-group.message,
.zone.contact_form .content .form form .form-group.rgpd,
.zone.contact_form .content .form form .form-group.submit {
  flex: 1 1 100%;
}
.zone.contact_form .content .form form .form-group.rgpd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.zone.contact_form .content .form form .form-group.rgpd input {
  margin-top: 10px;
  margin-right: 10px;
  width: auto;
}
.zone.contact_form .content .form form .form-group.rgpd label {
  width: unset;
}
.zone.contact_form .content .form form .form-group.submit {
  justify-content: center;
}
.zone.contact_form .content .form form .form-group._token {
  display: none;
}
.zone.contact_form .content .logo_centre {
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  opacity: 80%;
  left: 40%;
  top: 35%;
  transform: rotate(270deg);
}
.zone.contact_form button {
  width: 200px;
  text-align: center;
  background-color: #dd7d6d;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px auto;
  padding: 10px 20px;
  border: none;
  display: block;
}
@media screen and (max-width: 1200px) {
  .zone.contact_form .content {
    flex-direction: column;
  }
  .zone.contact_form .content .text {
    width: 100%;
  }
  .zone.contact_form .content .text .logo_centre {
    display: none;
  }
  .zone.contact_form .content .text .title {
    font-size: 40px;
  }
  .zone.contact_form .content .text .desc {
    font-size: 15px;
  }
  .zone.contact_form .content .text li {
    font-size: 15px;
  }
  .zone.contact_form .content .form {
    width: 100%;
    padding: 50px 50px;
  }
  .zone.contact_form .content .form .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .zone.contact_form .content .form form {
    flex-direction: column;
  }
  .zone.contact_form .content .form form input {
    width: 85%;
  }
}
@media screen and (max-width: 800px) {
  .zone.contact_form .content .form .title {
    padding: unset;
  }
}
@media screen and (max-width: 600px) {
  .zone.contact_form .content .form form .form-group {
    flex: 1 1 100%;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .zone.contact_form .content .form form .form-group label {
    width: 100%;
  }
  .zone.contact_form .content .form form .form-group input,
  .zone.contact_form .content .form form .form-group textarea {
    width: 100%;
  }
  .zone.contact_form {
    padding: 10px;
  }
  .zone.contact_form .content {
    width: 100%;
  }
  .zone.contact_form .content .text .desc {
    padding: unset;
  }
  .zone.contact_form .content .text .desc .title {
    padding: unset;
    padding-top: 50px;
  }
  .zone.contact_form .content .text .desc ul {
    padding: 0px 10px 50px;
  }
  .zone.contact_form .content .form {
    margin-top: 50px;
    padding: 20px 20px;
  }
  .zone.contact_form .content .form .title {
    padding: unset;
  }
}
@media screen and (max-width: 370px) {
  .zone.contact_form .content .form form .form-group {
    flex-direction: column;
    align-items: unset;
  }
  .zone.contact_form .content .form form .form-group.rgpd {
    width: 300px;
  }
  .zone.contact_form .content .form form .form-group.submit {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .zone.contact_form .content .form form input {
    width: 60%;
  }
  .zone.contact_form .content .form form textarea {
    width: 60%;
  }
}
.zone.diapo {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.zone.diapo .swiper-container {
  position: absolute;
  left: 2.5%;
  width: 95%;
  height: 100%;
}
.zone.diapo .content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 5;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.zone.diapo .content > * {
  color: #fff;
}
.zone.diapo .content > *.title {
  font-size: 80px;
  margin-top: -50px;
  margin-bottom: 20px;
  border-bottom: none;
  text-align: center;
}
.zone.diapo .content > *.desc {
  font-size: 20px;
  margin: 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .zone.diapo {
    height: auto;
  }
  .zone.diapo .swiper-controls {
    display: none;
  }
  .zone.diapo .content {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .zone.diapo .content .title {
    font-size: 50px;
    margin-top: 0;
  }
  .zone.diapo .content .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .zone.diapo .content .title {
    font-size: 40px;
    padding: 40px;
  }
  .zone.diapo .content .desc {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .zone.diapo {
    opacity: 0;
  }
  .zone.diapo.onFlux {
    opacity: 1;
  }
  .zone.diapo.onFlux .photo {
    opacity: 1;
  }
  .zone.diapo .swiper-container {
    animation: diapo_anim 1000ms 100ms ease-in-out both;
  }
  .zone.diapo .swiper-container .swiper-wrapper {
    animation: diapo_anim2 1000ms 750ms ease-in-out both;
  }
  .zone.diapo .title {
    animation: anim_title 1s 500ms both;
  }
  .zone.diapo .desc {
    animation: anim_desc 1s 500ms both;
  }
}
@keyframes diapo_anim {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  99% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  to {
    clip-path: unset;
    -webkit-clip-path: unset;
  }
}
@keyframes diapo_anim2 {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.zone.texte_photo {
  position: relative;
  padding: 50px;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  padding-top: 100px;
  background: white;
}
.zone.texte_photo .content {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.zone.texte_photo .content .text {
  display: flex;
  padding-right: 100px;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 50%;
}
.zone.texte_photo .content .text .title {
  padding-left: 100px;
  padding-right: 50px;
  position: relative;
  margin-bottom: 25px;
}
.zone.texte_photo .content .text .title:after {
  content: "";
  width: 220px;
  background: #f2ede7;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 65%;
  transform: translate(-100px, -20px);
  z-index: 5;
}
.zone.texte_photo .content .text .desc {
  font-size: 15px;
}
.zone.texte_photo .content .slide {
  display: flex;
  flex: 1 1 50%;
  min-width: 300px;
  min-height: 300px;
  box-shadow: 20px 20px 0px 0px #e2ded5;
  position: relative;
}
.zone.texte_photo .content .slide.noslide .swiper-button-next,
.zone.texte_photo .content .slide.noslide .swiper-button-prev {
  display: none;
}
.zone.texte_photo .content .slide:after {
  content: "";
  width: 250px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: -25px;
  left: calc(50% - 125px);
  transform: rotate(10deg);
  z-index: 5;
}
.zone.texte_photo .content .slide .swiper-container {
  width: 100%;
  height: 100%;
}
.zone.texte_photo .content .slide .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.zone.texte_photo .content .slide .logo_gauche {
  position: absolute;
  width: 300px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 500;
  opacity: 0.8;
  bottom: 0;
  left: 0;
  transform: translate(-90px, 150px) rotate(0.5turn);
}
.zone.texte_photo .content .slide .logo_droite {
  position: absolute;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 500;
  opacity: 0.8;
  top: 0;
  right: 0;
  transform: translate(200px, -50px);
}
.zone.texte_photo.subtype2 {
  margin-top: 0px;
  padding-bottom: 200px;
}
.zone.texte_photo.subtype2 .content .text .title {
  color: #dd7d6d;
  text-shadow: 0px 1px 0px #dd7d6d;
}
.zone.texte_photo.subtype2 .content .text .title:after {
  transform: translate(-90px, 25px);
}
.zone.texte_photo.subtype2 .content .slide {
  box-shadow: 50px 50px 0px 0px #f2ede7;
}
.zone.texte_photo.subtype2 .content .slide .photo img {
  position: absolute;
  left: 0;
  top: 0;
}
.zone.texte_photo.subtype2 .content .slide .swiper-container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.zone.texte_photo.subtype2 .content .slide:after {
  transform: rotate(10deg);
}
@media screen and (max-width: 1470px) {
  .zone.texte_photo .content .text {
    padding: 0px 50px;
  }
  .zone.texte_photo .content .text .title:after {
    display: none;
  }
  .zone.texte_photo .content .slide {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .zone.texte_photo .content .text .title {
    font-size: 40px;
    padding: 0;
  }
  .zone.texte_photo .content .text .desc {
    font-size: 15px;
  }
  .zone.texte_photo .content .slide {
    box-shadow: 20px 20px 0px 0px rgba(255, 255, 255, 0.5);
    margin-top: 25px;
  }
  .zone.texte_photo .content .slide .logo_gauche {
    display: none;
  }
  .zone.texte_photo .content .slide .logo_droite {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .zone.texte_photo {
    padding: 20px;
  }
  .zone.texte_photo .content .text {
    padding: 0px 10px;
  }
  .zone.texte_photo .content .slide:after {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .zone.texte_photo {
    margin-top: 20px;
    padding: 20px;
  }
  .zone.texte_photo .content .text {
    padding: unset;
  }
  .zone.texte_photo .content .text .title {
    padding-left: 50px;
    font-size: 40px;
  }
  .zone.texte_photo .content .text .desc {
    font-size: 15px;
  }
  .zone.texte_photo .content .slide {
    margin-top: 20px;
  }
  .zone.texte_photo.subtype2 {
    padding-bottom: 50px;
  }
  .zone.texte_photo.subtype2 .content .slide {
    box-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  .zone.texte_photo.onFlux .title {
    animation: anim_title 1s 500ms both;
  }
  .zone.texte_photo.onFlux .desc {
    animation: anim_desc 1s 500ms both;
  }
}
.zone.texte_photo_x2 {
  background-repeat: no-repeat;
  background-size: cover;
}
.zone.texte_photo_x2 .container {
  position: relative;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  border: 2px solid #c2b9b1;
  max-width: 1000px;
}
.zone.texte_photo_x2 .container .content {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.zone.texte_photo_x2 .container .content .text {
  display: flex;
  padding: 50px 100px;
  flex-direction: column;
  flex: 1 1 50%;
  z-index: 5;
  position: relative;
}
.zone.texte_photo_x2 .container .content .text .title {
  font-size: 5rem;
  color: #000;
  margin-bottom: 50px;
  position: relative;
}
.zone.texte_photo_x2 .container .content .text .title:after {
  content: "";
  width: 220px;
  background: #ffffff;
  height: 1px;
  position: absolute;
  left: 90%;
  top: 100%;
  transform: translate(-100px, 20px);
  z-index: 5;
}
.zone.texte_photo_x2 .container .content .text .desc {
  text-align: justify;
}
.zone.texte_photo_x2 .container .content .text .btn {
  margin-top: 50px;
  align-self: flex-start;
}
.zone.texte_photo_x2 .container .content .swiper-container {
  display: flex;
  flex: 1 1 50%;
  padding: 50px 50px;
  min-width: 300px;
  min-height: 300px;
  overflow: visible;
  position: relative;
}
.zone.texte_photo_x2 .container .content .swiper-container:after {
  content: "";
  width: 250px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: 25px;
  right: calc(50% - 125px);
  transform: rotate(10deg);
  z-index: 5;
}
.zone.texte_photo_x2 .container .content .swiper-container .swiper-wrapper {
  right: 100px;
  min-width: 500px;
  box-shadow: 60px 80px 0px -40px white;
}
.zone.texte_photo_x2 .container .content .logo_gauche {
  position: absolute;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  opacity: 0.8;
  top: -50px;
  left: -15%;
}
.zone.texte_photo_x2 .container .content .logo_droite {
  position: absolute;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  bottom: -50px;
  right: -15%;
  transform: rotate(0.5turn);
}
.zone.texte_photo_x2 .container .content:nth-child(even) {
  flex-direction: row-reverse;
}
.zone.texte_photo_x2 .container .content:nth-child(even) .text {
  background: #f2ede7;
  padding-left: 150px;
  padding-right: 50px;
  position: relative;
}
.zone.texte_photo_x2 .container .content:nth-child(even) .text .title:after {
  left: 10%;
  transform: translate(-150px, 20px);
}
.zone.texte_photo_x2 .container .content:nth-child(even) .text .logo {
  top: calc(100% - 300px);
  left: calc(100% - 250px);
  transform: rotate(0.5turn);
}
.zone.texte_photo_x2 .container .content:nth-child(even) .swiper-container {
  z-index: 5;
}
.zone.texte_photo_x2 .container .content:nth-child(even) .swiper-container .swiper-wrapper {
  right: auto;
  box-shadow: -60px -120px 0px -40px white;
}
.zone.texte_photo_x2 .container .content:nth-child(even) .swiper-container:after {
  transform: rotate(-10deg);
}
.zone.texte_photo_x2 .container .separator1 {
  position: absolute;
  content: "";
  width: 100%;
  background: #c2b9b1;
  height: 2px;
  left: 0;
  top: 50%;
  z-index: 5;
}
.zone.texte_photo_x2 .container .separator2 {
  position: absolute;
  content: "";
  height: 100%;
  background: #c2b9b1;
  width: 2px;
  top: 0;
  left: 50%;
  z-index: 5;
}
.zone.texte_photo_x2.subtype2 {
  background: white;
}
.zone.texte_photo_x2.subtype2 .container {
  border: none;
}
.zone.texte_photo_x2.subtype2 .container .content .text {
  background: none;
}
.zone.texte_photo_x2.subtype2 .container .content .swiper-container .swiper-wrapper {
  box-shadow: 20px 20px 0px 0px #f2ede7;
}
.zone.texte_photo_x2.subtype2 .container .content .logo_gauche {
  top: 60%;
  transform: scaleX(-1) rotate(20deg) translateX(100px);
}
.zone.texte_photo_x2.subtype2 .container .content .logo_droite {
  bottom: 80%;
  right: -25%;
  transform: rotate(1turn) scaleX(-1);
  z-index: 5;
}
.zone.texte_photo_x2.subtype2 .container .content:nth-child(even) .swiper-container .swiper-wrapper {
  box-shadow: -20px 20px 0px 0px #f2ede7;
}
.zone.texte_photo_x2.subtype2 .container .separator1 {
  display: none;
}
.zone.texte_photo_x2.subtype2 .container .separator2 {
  display: none;
}
.zone.texte_photo_x2.subtype3 {
  padding-bottom: 100px;
}
.zone.texte_photo_x2.subtype3 .container .content .logo_gauche {
  top: -180px;
}
.zone.texte_photo_x2.subtype3 .container .content .logo_droite {
  bottom: -180px;
}
@media screen and (max-width: 1200px) {
  .zone.texte_photo_x2 .container {
    border: none;
  }
  .zone.texte_photo_x2 .container .separator1 {
    display: none;
  }
  .zone.texte_photo_x2 .container .separator2 {
    display: none;
  }
  .zone.texte_photo_x2 .container .content {
    flex-direction: column;
  }
  .zone.texte_photo_x2 .container .content .text {
    width: 100%;
    padding: 50px 50px;
  }
  .zone.texte_photo_x2 .container .content .swiper-container {
    width: 100%;
  }
  .zone.texte_photo_x2 .container .content .swiper-container .swiper-wrapper {
    box-shadow: none;
    min-width: 300px;
    right: 0;
  }
  .zone.texte_photo_x2 .container .content:nth-child(even) {
    flex-direction: column;
  }
  .zone.texte_photo_x2 .container .content:nth-child(even) .text {
    background: none;
  }
  .zone.texte_photo_x2 .container .content:nth-child(even) .swiper-container .swiper-wrapper {
    box-shadow: none;
  }
  .zone.texte_photo_x2.subtype2 .container .content .text {
    padding: 0px 100px;
  }
  .zone.texte_photo_x2.subtype2 .container .content .swiper-container .swiper-wrapper {
    min-width: 300px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .zone.texte_photo_x2 .container {
    padding: 50px;
  }
  .zone.texte_photo_x2 .container .content .text {
    min-width: 300px;
  }
  .zone.texte_photo_x2 .container .content .text .title {
    font-size: 40px;
  }
  .zone.texte_photo_x2 .container .content .text .desc {
    font-size: 15px;
  }
  .zone.texte_photo_x2 .container .content .text .logo {
    display: none;
  }
  .zone.texte_photo_x2 .container .content .text .title:after {
    display: none;
  }
  .zone.texte_photo_x2.subtype2 .container .content .text {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 800px) {
  .zone.texte_photo_x2 .container {
    margin: unset;
  }
  .zone.texte_photo_x2 .container .content .text {
    padding: 20px;
  }
  .zone.texte_photo_x2 .container .content .swiper-container:after {
    display: none;
  }
  .zone.texte_photo_x2 .container .content .swiper-container .swiper-wrapper {
    min-width: unset;
  }
  .zone.texte_photo_x2 .container .content:nth-child(even) .text {
    padding: 20px;
  }
  .zone.texte_photo_x2 .container .content .logo_gauche {
    display: none;
  }
  .zone.texte_photo_x2 .container .content .logo_droite {
    display: none;
  }
  .zone.texte_photo_x2.subtype2 .container .content .text {
    padding: unset;
  }
  .zone.texte_photo_x2.subtype2 .container .content .swiper-container {
    padding: unset;
  }
  .zone.texte_photo_x2.subtype2 .container .content .swiper-container .swiper-wrapper {
    min-width: unset;
  }
}
@media screen and (max-width: 600px) {
  .zone.texte_photo_x2 .container {
    padding: 10px;
  }
  .zone.texte_photo_x2 .container .content .swiper-container {
    padding: 20px;
  }
  .zone.texte_photo_x2.subtype3 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .zone.texte_photo_x2 .container .content .text .title {
    margin-bottom: 20px;
  }
  .zone.texte_photo_x2 .container .content .text .btn {
    margin-top: 10px;
  }
  .zone.texte_photo_x2 .container .content .swiper-container .swiper-wrapper {
    min-width: unset;
  }
  .zone.texte_photo_x2 .container .content .text .button {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .zone.texte_photo_x2.onFlux .title {
    animation: anim_title 1s 500ms both;
  }
  .zone.texte_photo_x2.onFlux .desc {
    animation: anim_desc 1s 500ms both;
  }
}
.zone.texte_photo_x4 {
  padding: 50px;
  margin: auto;
  background: #f2ede7;
  position: relative;
}
.zone.texte_photo_x4 .container {
  grid-template-columns: 50% 50%;
  grid-template-rows: 400px 400px;
  max-width: 1400px;
  display: grid;
}
.zone.texte_photo_x4 .content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
}
.zone.texte_photo_x4 .content .text {
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.zone.texte_photo_x4 .content .text .title {
  margin-bottom: 25px;
  position: relative;
}
.zone.texte_photo_x4 .content .text .title:after {
  position: absolute;
  content: "";
  width: 220px;
  background: #ffffff;
  height: 1px;
  left: 100%;
  top: 100%;
  transform: translate(-120px, 20px);
  z-index: 5;
}
.zone.texte_photo_x4 .content .text .desc {
  text-align: justify;
  line-height: 24px;
}
.zone.texte_photo_x4 .content .text .btn {
  align-self: flex-start;
}
.zone.texte_photo_x4 .content .slide {
  position: relative;
  flex: 2;
}
.zone.texte_photo_x4 .content .slide .swiper-container {
  width: 100%;
  height: 100%;
}
.zone.texte_photo_x4 .content .slide:after {
  content: "";
  width: 250px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.zone.texte_photo_x4 .logo_gauche {
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  left: calc(30% - 150px);
  top: 320px;
}
.zone.texte_photo_x4 .logo_droite {
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  opacity: 80%;
  right: calc(30% - 150px);
  top: 300px;
  transform: rotate(0.5turn);
}
.zone.texte_photo_x4 .content:nth-child(1) .text {
  padding-top: 100px;
}
.zone.texte_photo_x4 .content:nth-child(1) .slide {
  padding-top: 75px;
}
.zone.texte_photo_x4 .content:nth-child(1) .slide:after {
  width: 150px;
  top: 50px;
  right: 310px;
  transform: rotate(-45deg);
}
.zone.texte_photo_x4 .content:nth-child(2) .text {
  margin-top: -150px;
}
.zone.texte_photo_x4 .content:nth-child(2) .slide {
  margin-top: -90px;
  max-width: 350px;
}
.zone.texte_photo_x4 .content:nth-child(2) .slide:after {
  top: -25px;
  right: 50px;
  transform: rotate(10deg);
}
.zone.texte_photo_x4 .content:nth-child(3) .text {
  padding: 50px 15px;
}
.zone.texte_photo_x4 .content:nth-child(3) .slide:after {
  width: 100px;
  top: 100%;
  transform: rotate(10deg) translate(-125px, 0px);
}
.zone.texte_photo_x4 .content:nth-child(4) .slide {
  margin-bottom: 30px;
}
.zone.texte_photo_x4 .content:nth-child(4) .slide:after {
  width: 100px;
  top: 100%;
  transform: rotate(-45deg) translate(55px, 15px);
}
.zone.texte_photo_x4 .content:nth-child(even) {
  flex-direction: row-reverse;
}
.zone.texte_photo_x4 .content:nth-child(even) .text .title:after {
  left: 10%;
  transform: translate(-120px, 20px);
}
@media screen and (max-width: 1400px) {
  .zone.texte_photo_x4 .container .logo_gauche {
    left: 300px;
  }
  .zone.texte_photo_x4 .container .logo_droite {
    right: 300px;
  }
  .zone.texte_photo_x4 .container .slide:after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .zone.texte_photo_x4 {
    padding: 25px;
  }
  .zone.texte_photo_x4 .container {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  .zone.texte_photo_x4 .container .logo_gauche {
    display: none;
  }
  .zone.texte_photo_x4 .container .logo_droite {
    display: none;
  }
  .zone.texte_photo_x4 .container .content .text {
    padding: 10px !important;
  }
  .zone.texte_photo_x4 .container .content .text .title {
    font-size: 40px;
  }
  .zone.texte_photo_x4 .container .content:nth-child(2) .text {
    margin-top: 0;
  }
  .zone.texte_photo_x4 .container .content:nth-child(2) .slide {
    margin-top: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 800px) {
  .zone.texte_photo_x4 .container .content {
    flex-direction: column;
  }
  .zone.texte_photo_x4 .container .content .text {
    padding-top: 50px;
  }
  .zone.texte_photo_x4 .container .content .text .title:after {
    display: none;
  }
  .zone.texte_photo_x4 .container .content .slide {
    padding-top: 25px;
  }
}
@media screen and (max-width: 450px) {
  .zone.texte_photo_x4 {
    padding: unset;
  }
  .zone.texte_photo_x4 .container .content .text {
    padding: 20px;
  }
  .zone.texte_photo_x4 .container .content .text .title {
    margin-bottom: 10px;
  }
  .zone.texte_photo_x4 .container .content .slide {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .zone.texte_photo_x4.onFlux .photo img {
    animation: anim_img 1s 500ms both;
  }
}
.zone.photo_texte_centre {
  position: relative;
  padding: 100px;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
}
.zone.photo_texte_centre .content {
  margin: auto;
  margin-top: 100px;
  width: 75%;
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
}
.zone.photo_texte_centre .content .text {
  display: flex;
  padding: 0px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 50%;
}
.zone.photo_texte_centre .content .text .title {
  color: #dd7d6d;
  margin-bottom: 25px;
  text-shadow: 0px 1px 0px #dd7d6d;
}
.zone.photo_texte_centre .content .text .separator {
  margin: 10px;
  height: 100px;
  width: 1px;
  border: 1px solid #d1c7be;
}
.zone.photo_texte_centre .content .text .desc {
  padding: 20px;
  text-align: center;
}
.zone.photo_texte_centre .content .slide {
  position: relative;
  display: flex;
  flex: 1 1 50%;
  min-width: 300px;
  min-height: 300px;
}
.zone.photo_texte_centre .content .slide.noslide .swiper-button-next,
.zone.photo_texte_centre .content .slide.noslide .swiper-button-prev {
  display: none;
}
.zone.photo_texte_centre .content .slide .swiper-container {
  width: 100%;
}
.zone.photo_texte_centre .content .slide:after {
  content: "";
  width: 250px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: -25px;
  left: calc(50% - 125px);
  transform: rotate(10deg);
  z-index: 5;
}
.zone.photo_texte_centre .content .slide .logo_gauche {
  position: absolute;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  opacity: 0.8;
  bottom: -30%;
  left: -15%;
  transform: rotate(-40deg);
}
.zone.photo_texte_centre .content .slide .logo_droite {
  position: absolute;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  opacity: 0.8;
  top: -15%;
  right: -20%;
  transform: rotate(140deg);
}
.zone.photo_texte_centre.subtype2 .content {
  flex-direction: row;
}
.zone.photo_texte_centre.subtype2 .content .slide {
  box-shadow: 50px 50px 0px 0px #f2ede7;
}
@media screen and (max-width: 1600px) {
  .zone.photo_texte_centre .content .text {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 1220px) {
  .zone.photo_texte_centre .content {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .zone.photo_texte_centre .content .text .separator {
    height: 25px;
  }
  .zone.photo_texte_centre {
    padding: 50px;
  }
  .zone.photo_texte_centre .content .text {
    padding: unset;
  }
  .zone.photo_texte_centre .content .text .title {
    font-size: 40px;
  }
  .zone.photo_texte_centre .content .text .desc {
    font-size: 15px;
  }
  .zone.photo_texte_centre.subtype2 .content {
    flex-direction: row;
  }
  .zone.photo_texte_centre.subtype2 .content .slide {
    box-shadow: 20px 20px 0px 0px rgba(226, 222, 213, 0.5);
  }
}
@media screen and (max-width: 800px) {
  .zone.photo_texte_centre .content .slide {
    margin-top: 50px;
  }
  .zone.photo_texte_centre .content .slide .logo_gauche {
    display: none;
  }
  .zone.photo_texte_centre .content .slide .logo_droite {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .zone.photo_texte_centre {
    padding: 25px;
  }
  .zone.photo_texte_centre .content .slide:after {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .zone.photo_texte_centre .content .text .title {
    margin-bottom: 10px;
  }
  .zone.photo_texte_centre .content .slide {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .zone.photo_texte_centre.onFlux .text {
    animation: anim_desc 1s 500ms both;
  }
}
.tarif {
  position: relative;
  padding: 50px;
  display: flex;
  width: 100%;
  background-image: url("img/fond2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.tarif .content {
  position: relative;
  width: 75%;
  margin: auto;
}
.tarif .content .title {
  font-size: 5rem;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
}
.tarif .content .table {
  padding: 20px;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  position: relative;
}
.tarif .content .table .c-table {
  overflow: auto;
  width: 100%;
}
.tarif .content .table .c-table table {
  width: 100% !important;
  color: black;
  position: relative;
  z-index: 2;
}
.tarif .content .table .c-table table tr {
  height: auto !important;
}
.tarif .content .table .c-table table tr td {
  height: auto !important;
  width: auto !important;
  vertical-align: middle;
}
.tarif .content .lien {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}
.tarif .content .lien .btnlien {
  padding: 10px 35px;
}
.tarif .content .btnlien {
  text-align: center;
  background-color: #dd7d6d;
  color: white;
  font-size: 1.4rem;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  z-index: 5;
}
.tarif .content .book {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-right: 25px;
}
.tarif .content .book a {
  text-align: center;
  background-color: #dd7d6d;
  color: white;
  font-size: 1.4rem;
  margin: 10px 0;
  padding: 10px 20px;
  border: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.tarif .content .book a i {
  margin-left: 10px;
}
.tarif .content .logo_gauche {
  position: absolute;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 35%;
  left: -15%;
  opacity: 80%;
  transform: scaleX(-1) rotate(230deg);
}
.tarif .content .logo_droite {
  position: absolute;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 15%;
  right: -15%;
  opacity: 80%;
  transform: scaleX(-1) rotate(40deg);
}
.tarif.subtype2 .content .logo_gauche {
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 15%;
  left: -12%;
  opacity: 80%;
  transform: rotate(100deg);
}
.tarif.subtype2 .content .logo_droite {
  display: none;
}
.tarif.subtype2 tr:nth-last-child(1) td,
.tarif.subtype2 tr:nth-last-child(2) td,
.tarif.subtype2 tr:nth-last-child(3) td {
  background-color: transparent;
  border-bottom-color: #d0c7c0;
  text-align: justify;
}
.tarif td {
  border: 1px solid #d0c7c0;
  padding: 5px;
}
.tarif tr:first-child {
  padding: 100px;
  color: white;
}
.tarif tr:first-child td:first-child {
  border: none;
  background-color: transparent;
  color: black;
}
.tarif tr:first-child td {
  background-color: #a5b39c;
}
.tarif tr td:first-child {
  background-color: #d1c7be;
  border-bottom-color: #f2f1ef;
}
.tarif tr:last-child td {
  background-color: transparent;
  border-bottom-color: #d0c7c0;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .zone.tarif .content {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .zone.tarif .content .logo_gauche {
    display: none;
  }
  .zone.tarif .content .logo_droite {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .zone.tarif .content .book {
    margin: 0px 10px;
  }
}
.zone.galerie_x3 {
  position: relative;
  padding: 50px;
  background: white;
}
.zone.galerie_x3 .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.zone.galerie_x3 .content .title {
  font-size: 5rem;
  color: #000;
  margin-bottom: 25px;
}
.zone.galerie_x3 .content .btn {
  margin: auto;
  padding: 10px 50px;
  z-index: 10;
  transform: translatey(-300px);
}
.zone.galerie_x3 .content .list_photo {
  display: flex;
  flex-direction: row;
  padding: 10px 50px;
  width: 100%;
  flex-wrap: wrap;
  height: 650px;
}
.zone.galerie_x3 .content .list_photo .item {
  margin: 10px auto;
  position: relative;
  height: 100%;
}
.zone.galerie_x3 .content .list_photo .item .photo {
  position: relative;
}
.zone.galerie_x3 .content .list_photo .item .photo img {
  position: absolute;
  left: 0;
  top: 0;
}
.zone.galerie_x3 .content .list_photo .item:nth-child(1) {
  width: 30%;
  z-index: 2;
  padding-top: 50px;
  box-shadow: 100px 60px 0px -20px rgba(226, 222, 213, 0.5);
  position: relative;
}
.zone.galerie_x3 .content .list_photo .item:nth-child(1):after {
  content: "";
  width: 250px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: 25px;
  left: calc(50% - 125px);
  transform: rotate(10deg);
  z-index: 5;
}
.zone.galerie_x3 .content .list_photo .item:nth-child(2) {
  z-index: 1;
  width: 30%;
  transform: translate(-50px);
}
.zone.galerie_x3 .content .list_photo .item:nth-child(3) {
  width: 40%;
  z-index: 2;
  padding-top: 150px;
  margin-left: -250px;
}
.zone.galerie_x3 .content .list_photo .item:nth-child(3) .photo {
  z-index: 3;
  border: 10px solid #fff;
  margin-top: 50px;
  box-shadow: 50px -50px 0px 0px rgba(226, 222, 213, 0.5);
}
.zone.galerie_x3 .content .list_photo .item:nth-child(3):after {
  content: "";
  width: 150px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: 0;
  right: 0px;
  transform: translate(70px, 180px) rotate(45deg);
  z-index: 5;
}
.zone.galerie_x3 .content .list_photo .photo {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.zone.galerie_x3 .logo_gauche {
  position: absolute;
  width: 300px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  opacity: 0.8;
  bottom: 25px;
  left: 30%;
  transform: rotate(0.5turn);
}
.zone.galerie_x3 .logo_droite {
  position: absolute;
  width: 400px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  opacity: 0.8;
  top: 200px;
  left: 70%;
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .zone.galerie_x3 .logo_gauche {
    display: none;
  }
  .zone.galerie_x3 .logo_droite {
    display: none;
  }
  .zone.galerie_x3 .content .list_photo {
    height: unset;
    flex-direction: column;
    padding: 0;
  }
  .zone.galerie_x3 .content .list_photo .item {
    height: 300px;
  }
  .zone.galerie_x3 .content .list_photo .item:nth-child(1) {
    box-shadow: unset;
    width: 90%;
    padding-top: 0;
  }
  .zone.galerie_x3 .content .list_photo .item:nth-child(1):after {
    display: none;
  }
  .zone.galerie_x3 .content .list_photo .item:nth-child(2) {
    width: 90%;
    transform: translate(0);
  }
  .zone.galerie_x3 .content .list_photo .item:nth-child(3) {
    padding-top: unset;
    margin: 10px auto;
    width: 90%;
  }
  .zone.galerie_x3 .content .list_photo .item:nth-child(3) .photo {
    box-shadow: unset;
    margin-top: unset;
    border: unset;
  }
  .zone.galerie_x3 .content .list_photo .item:nth-child(3):after {
    display: none;
  }
  .zone.galerie_x3 .content .btn {
    transform: unset;
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .zone.galerie_x3 {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 450px) {
  .zone.galerie_x3 {
    padding: 20px 0px;
  }
  .zone.galerie_x3 .content .title {
    margin-bottom: 10px;
  }
  .zone.galerie_x3 .content .list_photo .item:nth-child(1) {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .zone.galerie_x3.onFlux .photo img {
    animation: anim_img 1s 500ms both;
  }
  .zone.galerie_x3.onFlux .content .list_photo .item {
    animation: anim_desc 1s 500ms both;
  }
}
.zone.galerie_x5 {
  padding: 50px;
  padding-bottom: 100px;
  position: relative;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.zone.galerie_x5 .content {
  padding-top: 200px;
  display: flex;
  justify-content: center;
}
.zone.galerie_x5 .content .list_photo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 350px 350px;
  width: 100%;
  max-width: 1400px;
  max-height: 700px;
}
.zone.galerie_x5 .content .list_photo .item {
  margin: 10px;
}
.zone.galerie_x5 .content .list_photo .item .photo {
  width: 100%;
  height: 100%;
}
.zone.galerie_x5 .content .list_photo .item:nth-child(1) {
  margin-top: -100px;
  z-index: 2;
  box-shadow: 50px 50px 0px 0px rgba(226, 222, 213, 0.5);
  position: relative;
}
.zone.galerie_x5 .content .list_photo .item:nth-child(1):after {
  content: "";
  width: 250px;
  height: 50px;
  background: #7d9173;
  position: absolute;
  top: -25px;
  left: calc(50% - 125px);
  opacity: 0.6;
  transform: rotate(-10deg);
}
.zone.galerie_x5 .content .list_photo .item:nth-child(2) {
  margin-top: -150px;
}
.zone.galerie_x5 .content .list_photo .item:nth-child(3) {
  z-index: 3;
  margin-top: -100px;
  margin-right: -100px;
  border: 10px solid white;
  transform: translate(-100px, 100px);
  position: relative;
}
.zone.galerie_x5 .content .list_photo .item:nth-child(3):after {
  content: "";
  width: 150px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: -20px;
  right: -75px;
  transform: rotate(45deg);
}
.zone.galerie_x5 .content .list_photo .item:nth-child(4) {
  z-index: 5;
  margin-bottom: -100px;
  border: 10px solid white;
  transform: translate(100px, -100px);
}
.zone.galerie_x5 .content .list_photo .item:nth-child(5) {
  transform: translate(100px, -20px);
  box-shadow: 50px 50px 0px 0px rgba(226, 222, 213, 0.5);
}
.zone.galerie_x5 .logo_centre {
  position: absolute;
  width: 450px;
  height: 450px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 4;
  opacity: 80%;
  left: 35%;
  top: 40%;
  transform: rotate(90deg);
}
@media screen and (max-width: 1000px) {
  .zone.galerie_x5 .content {
    padding-top: 0;
  }
  .zone.galerie_x5 .content .list_photo {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 400px);
    max-height: unset;
  }
  .zone.galerie_x5 .content .list_photo .item {
    padding: 20px;
  }
  .zone.galerie_x5 .content .list_photo .item:nth-child(1) {
    margin: 0;
    box-shadow: none;
  }
  .zone.galerie_x5 .content .list_photo .item:nth-child(1):after {
    display: none;
  }
  .zone.galerie_x5 .content .list_photo .item:nth-child(2) {
    margin: 0;
  }
  .zone.galerie_x5 .content .list_photo .item:nth-child(2):after {
    display: none;
  }
  .zone.galerie_x5 .content .list_photo .item:nth-child(3) {
    margin: 0;
    transform: unset;
    border: none;
  }
  .zone.galerie_x5 .content .list_photo .item:nth-child(3):after {
    display: none;
  }
  .zone.galerie_x5 .content .list_photo .item:nth-child(4) {
    margin: 0;
    transform: unset;
    border: none;
  }
  .zone.galerie_x5 .content .list_photo .item:nth-child(5) {
    margin: 0;
    transform: unset;
    border: none;
  }
  .zone.galerie_x5 .logo_centre {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .zone.galerie_x5 {
    padding: 10px;
  }
}
@media screen and (max-width: 450px) {
  .zone.galerie_x5 .content .list_photo .item {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .zone.galerie_x5.onFlux .photo img {
    animation: anim_img 1s 500ms both;
  }
}
.zone.texte_3photo {
  padding: 50px;
  position: relative;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.zone.texte_3photo .content .galery {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr 1fr;
  border: 2px solid #c2b9b1;
  width: 75%;
  margin: auto;
  position: relative;
}
.zone.texte_3photo .content .galery .text {
  padding: 0px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zone.texte_3photo .content .galery .text .title {
  font-size: 6rem;
  padding-left: 100px;
  padding-right: 50px;
  color: #000;
  position: relative;
  margin-bottom: 50px;
}
.zone.texte_3photo .content .galery .text .title:after {
  content: "";
  width: 220px;
  background: #ffffff;
  height: 1px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translate(160px, 0px);
  z-index: 5;
}
.zone.texte_3photo .content .galery .text .title .desc {
  text-align: justify;
}
.zone.texte_3photo .content .galery .slide {
  padding: 20px;
}
.zone.texte_3photo .content .galery .slide .swiper-container {
  width: 100%;
  height: 100%;
}
.zone.texte_3photo .content .galery .slide:nth-child(2) {
  padding: 40px;
  position: relative;
}
.zone.texte_3photo .content .galery .slide:nth-child(2) .swiper-container {
  top: 20px;
  width: 90%;
  box-shadow: 20px 40px 0px 0px rgba(255, 255, 255, 0.5);
}
.zone.texte_3photo .content .galery .slide:nth-child(2):after {
  content: "";
  width: 250px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: 35px;
  left: calc(50% - 125px);
  transform: rotate(10deg);
  z-index: 1;
}
.zone.texte_3photo .content .galery .slide:nth-child(3) {
  position: relative;
  margin-right: -150px;
}
.zone.texte_3photo .content .galery .slide:nth-child(3) .swiper-container {
  height: 90%;
  top: 30px;
  box-shadow: 25px -25px 0px 0px rgba(255, 255, 255, 0.5);
}
.zone.texte_3photo .content .galery .slide:nth-child(3):after {
  content: "";
  width: 250px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: 25px;
  right: calc(50% - 125px);
  transform: rotate(10deg);
  z-index: 5;
}
.zone.texte_3photo .content .galery .slide:nth-child(4) {
  position: relative;
}
.zone.texte_3photo .content .galery .slide:nth-child(4) .swiper-container {
  position: absolute;
  width: calc(90% - 150px);
  height: 90%;
  right: 40px;
  bottom: 20px;
}
.zone.texte_3photo .content .galery .slide:nth-child(4):after {
  content: "";
  width: 150px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: 50px;
  right: -25px;
  transform: rotate(45deg);
  z-index: 1;
}
.zone.texte_3photo .content .galery .separator1 {
  position: absolute;
  content: "";
  width: 100%;
  background: #c2b9b1;
  height: 2px;
  left: 0;
  top: 50%;
  z-index: 5;
}
.zone.texte_3photo .content .galery .separator2 {
  position: absolute;
  content: "";
  height: 100%;
  background: #c2b9b1;
  width: 2px;
  top: 0;
  left: 33%;
  z-index: 5;
}
.zone.texte_3photo .content .galery .separator3 {
  position: absolute;
  content: "";
  height: 100%;
  background: #c2b9b1;
  width: 2px;
  top: 0;
  left: 66%;
  z-index: 5;
}
.zone.texte_3photo .logo_gauche {
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  bottom: 0;
  left: -50px;
  transform: translate(150px, -25px) rotate(90deg);
}
.zone.texte_3photo .logo_droite {
  position: absolute;
  width: 400px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  opacity: 0.8;
  top: 15px;
  right: 100px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1420px) {
  .zone.texte_3photo .content {
    padding: 100px 100px;
  }
  .zone.texte_3photo .content .galery {
    width: 100%;
  }
  .zone.texte_3photo .content .galery .text {
    padding: 20px;
  }
  .zone.texte_3photo .content .galery .text .title:after {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .zone.texte_3photo .logo_gauche {
    display: none;
  }
  .zone.texte_3photo .logo_droite {
    display: none;
  }
  .zone.texte_3photo .content .galery {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .zone.texte_3photo .content .galery .text .title {
    font-size: 40px;
  }
  .zone.texte_3photo .content .galery .text .desc {
    font-size: 15px;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(2):after {
    display: none;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(2) .swiper-container {
    box-shadow: none;
    width: 100%;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(3) {
    margin-right: 0;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(3):after {
    display: none;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(3) .swiper-container {
    box-shadow: none;
    width: 100%;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(4) {
    width: 90%;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(4):after {
    display: none;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(4) .swiper-container {
    right: unset;
    width: 100%;
  }
  .zone.texte_3photo .content .galery .separator1 {
    display: none;
  }
  .zone.texte_3photo .content .galery .separator2 {
    display: none;
  }
  .zone.texte_3photo .content .galery .separator3 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .zone.texte_3photo .logo_gauche {
    display: none;
  }
  .zone.texte_3photo .logo_droite {
    display: none;
  }
  .zone.texte_3photo .content {
    padding: 0;
  }
  .zone.texte_3photo .content .galery {
    border: unset;
  }
  .zone.texte_3photo .content .galery .text {
    min-width: 300px;
    padding: 20px;
  }
  .zone.texte_3photo .content .galery .slide {
    padding: unset;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(2) {
    padding: unset;
  }
  .zone.texte_3photo .content .galery .slide:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .zone.texte_3photo {
    padding: 0px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .zone.texte_3photo.onFlux .photo img {
    animation: anim_img 1s 500ms both;
  }
  .zone.texte_3photo.onFlux .content .galery .slide .swiper-container {
    animation: anim_desc 1s 500ms both;
  }
}
.zone.photo_texte_service {
  display: flex;
  flex-direction: column;
  background: #f2ede7;
  position: relative;
}
.zone.photo_texte_service .content {
  margin: auto;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.zone.photo_texte_service .content .text {
  flex: 1 1 40%;
  padding: 50px 100px;
}
.zone.photo_texte_service .content .text .title {
  font-size: 5rem;
  color: #000;
  margin-bottom: 25px;
  padding-right: 200px;
  position: relative;
}
.zone.photo_texte_service .content .text .title:after {
  content: "";
  width: 220px;
  background: #ffffff;
  height: 1px;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-200px, 20px);
  z-index: 5;
}
.zone.photo_texte_service .content .text .desc {
  text-align: justify;
  line-height: 24px;
}
.zone.photo_texte_service .content .text .btn {
  background-color: #dd7d6d;
  color: white;
  font-size: 2rem;
  margin: auto;
  padding: 10px 20px;
}
.zone.photo_texte_service .content .slide {
  flex: 1 1 60%;
  padding: 50px 10px;
  position: relative;
}
.zone.photo_texte_service .content .slide .photo {
  width: 100%;
  height: 100%;
}
.zone.photo_texte_service .content .slide .photo1 {
  width: 80%;
  transform: translatex(200px);
}
.zone.photo_texte_service .content .slide .photo1:after {
  content: "";
  width: 250px;
  height: 50px;
  background: rgba(221, 125, 109, 0.65);
  position: absolute;
  top: -20px;
  left: 30%;
  transform: rotate(-10deg);
  z-index: 5;
}
.zone.photo_texte_service .content .slide .photo2 {
  position: absolute;
  z-index: 1;
  top: 160px;
  width: 50%;
  height: 50%;
  border: 10px solid white;
}
.zone.photo_texte_service .content:nth-child(even) {
  flex-direction: row;
}
.zone.photo_texte_service .content:nth-child(even) .slide .photo1 {
  transform: translate(0px);
}
.zone.photo_texte_service .content:nth-child(even) .slide .photo2 {
  transform: translate(400px);
}
.zone.photo_texte_service .content:nth-child(even) .text {
  padding: 50px;
}
.zone.photo_texte_service .content:nth-child(even) .text .title:after {
  display: none;
}
.zone.photo_texte_service .content:nth-child(even) .text .desc {
  position: relative;
  background: #f2ede7;
  padding: 50px;
  z-index: 5;
}
.zone.photo_texte_service .logo_gauche {
  position: absolute;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.8;
  bottom: 30%;
  left: -50px;
  transform: rotate(-20deg) scaleX(-1);
}
@media screen and (max-width: 1200px) {
  .zone.photo_texte_service .content {
    min-width: 300px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .zone.photo_texte_service .content .text {
    padding: 50px 50px;
  }
  .zone.photo_texte_service .content .text .title:after {
    display: none;
  }
  .zone.photo_texte_service .content .slide .photo1 {
    width: 100%;
    transform: unset;
  }
  .zone.photo_texte_service .content .slide .photo1:after {
    top: 25px;
  }
  .zone.photo_texte_service .content:nth-child(even) {
    flex-direction: column;
  }
  .zone.photo_texte_service .content:nth-child(even) .text {
    flex: 1;
  }
  .zone.photo_texte_service .content:nth-child(even) .slide {
    flex: 1;
  }
  .zone.photo_texte_service .content:nth-child(even) .slide .photo1:after {
    top: -25px;
  }
  .zone.photo_texte_service .logo_gauche {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .zone.photo_texte_service .content .text .title {
    font-size: 40px;
  }
  .zone.photo_texte_service .content .text .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .zone.photo_texte_service .content .text .title {
    padding-right: 50px;
  }
  .zone.photo_texte_service .content .text .desc {
    font-size: 15px;
  }
  .zone.photo_texte_service .content .slide .photo1:after {
    display: none;
  }
  .zone.photo_texte_service .content:nth-child(even) .text .desc {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 450px) {
  .zone.photo_texte_service .content .text {
    padding: 20px 20px;
  }
  .zone.photo_texte_service .content .slide {
    padding: 20px 10px;
  }
  .zone.photo_texte_service .content:nth-child(even) .text {
    padding: 20px;
  }
  .zone.photo_texte_service .content:nth-child(even) .text .desc {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .zone.photo_texte_service.onFlux .title {
    animation: anim_title 1s 500ms both;
  }
  .zone.photo_texte_service.onFlux .desc {
    animation: anim_desc 1s 500ms both;
  }
}
.zone.encadre_photo {
  position: relative;
  padding: 50px;
  background: #ffffff;
}
.zone.encadre_photo .container {
  padding-top: 50px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 50px;
}
.zone.encadre_photo .content {
  margin: 0px auto;
  width: 45%;
  min-width: 300px;
  max-height: 800px;
  border: 2px solid #e2ded5;
  border-top: 0;
}
.zone.encadre_photo .content .text {
  padding-bottom: 20px;
}
.zone.encadre_photo .content .text .title {
  font-size: 5rem;
  color: #000;
  text-align: center;
  transform: translateY(-44px);
  display: flex;
  align-items: center;
  width: 100%;
}
.zone.encadre_photo .content .text .title:before,
.zone.encadre_photo .content .text .title:after {
  height: 2px;
  background: #e2ded5;
  content: "";
  flex: 1;
  transform: translate(0, 8px);
}
.zone.encadre_photo .content .text .title > span {
  position: relative;
  padding: 0 80px;
}
.zone.encadre_photo .content .text .desc {
  padding: 20px;
}
.zone.encadre_photo .content .slide {
  padding: 10px ;
  position: relative;
}
.zone.encadre_photo .content .slide:after {
  content: "";
  width: 250px;
  height: 50px;
  background: rgba(221, 125, 109, 0.65);
  position: absolute;
  top: -5px;
  left: calc(50% - 125px);
  transform: rotate(-10deg);
  z-index: 5;
}
.zone.encadre_photo .content .slide .photo {
  width: 100%;
  height: auto;
  position: relative;
}
.zone.encadre_photo .content .slide .photo img {
  position: absolute;
  left: 0;
  top: 0;
}
.zone.encadre_photo .content .slide .photo:after {
  content: "";
  padding-top: 65%;
  display: block;
}
.zone.encadre_photo .logo_gauche {
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  opacity: 0.8;
  bottom: 0;
  left: calc(20% - 200px);
  transform: rotate(270deg);
}
.zone.encadre_photo .logo_droite {
  position: absolute;
  width: 400px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  opacity: 0.8;
  top: -75px;
  right: 100px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1600px) {
  .zone.encadre_photo .logo_droite {
    right: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .zone.encadre_photo {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .zone.encadre_photo .logo_gauche {
    display: none;
  }
  .zone.encadre_photo .logo_droite {
    display: none;
  }
  .zone.encadre_photo .content {
    width: 100%;
    margin-top: 50px;
  }
  .zone.encadre_photo .content .text .title {
    transform: translateY(-35px);
    font-size: 40px;
  }
  .zone.encadre_photo .content .text .desc {
    font-size: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  .zone.encadre_photo .container .content {
    margin-top: 50px;
  }
  .zone.encadre_photo .container .content .slide:after {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .zone.encadre_photo {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .zone.photo_texte_service + .zone.encadre_photo {
    padding-top: 0;
  }
  .zone.photo_texte_service + .zone.encadre_photo .container {
    padding-top: 0;
  }
}
.zone.galerie_full {
  margin-top: 100px;
  background-image: url("img/fond2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.zone.galerie_full .content {
  width: 75%;
  margin: auto;
  padding-top: 50px;
}
.zone.galerie_full .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 35vh);
  grid-auto-rows: 35vh;
  grid-gap: 20px;
}
.zone.galerie_full .grid .brick {
  width: 100%;
  height: 100%;
  min-width: 150px;
  margin: auto;
  position: relative;
}
.zone.galerie_full .grid .brick:hover {
  width: 102%;
  height: 102%;
}
@media screen and (max-width: 1200px) {
  .zone.galerie_full .content {
    width: 100%;
    padding: 10px;
  }
  .zone.galerie_full .content .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .zone.galerie_full .content .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .zone.galerie_full .content .grid .brick:nth-child(12n - 11) {
    grid-area: 1 / span 2 / 3 / span 2;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 11):after {
    content: "";
    width: 200px;
    height: 50px;
    background: rgba(165, 179, 156, 0.65);
    position: absolute;
    top: -25px;
    left: calc(50% - 100px);
    transform: rotate(10deg);
    z-index: 10005;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 10) {
    grid-column: 3 / span 2;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 9) {
    grid-column: 5 / span 2;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 8) {
    grid-column: 3 / span 2;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 8):after {
    content: "";
    width: 200px;
    height: 50px;
    background: rgba(221, 125, 109, 0.65);
    position: absolute;
    top: -25px;
    left: calc(50% - 100px);
    transform: rotate(-10deg);
    z-index: 10005;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 7) {
    grid-column: 5 / span 2;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 6) {
    grid-area: 3 / 1 / 4 / 5;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 5) {
    grid-column: 5 / span 2;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 4) {
    grid-column: 1 / span 3;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 4):after {
    content: "";
    width: 200px;
    height: 50px;
    background: rgba(221, 125, 109, 0.65);
    position: absolute;
    top: -25px;
    left: calc(50% - 100px);
    transform: rotate(-10deg);
    z-index: 10005;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 3) {
    grid-column: 4 / span 3;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 2) {
    grid-column: 1 / span 2;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 1) {
    grid-column: 3 / span 2;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 1):after {
    content: "";
    width: 200px;
    height: 50px;
    background: rgba(165, 179, 156, 0.65);
    position: absolute;
    top: -25px;
    left: calc(50% - 100px);
    transform: rotate(10deg);
    z-index: 10005;
  }
  .zone.galerie_full .content .grid .brick:nth-child(12n - 0) {
    grid-column: 5 / span 2;
  }
}
.zone.encadre_lien {
  position: relative;
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.zone.encadre_lien .container {
  padding-top: 50px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: auto;
  flex-wrap: wrap;
  position: relative;
}
.zone.encadre_lien .container .logo_gauche {
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  opacity: 0.8;
  top: -25px;
  left: -100px;
  transform: scaleX(-1);
}
.zone.encadre_lien .container .logo_droite {
  position: absolute;
  width: 300px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  opacity: 0.8;
  bottom: -25px;
  right: -150px;
  transform: scaleX(-1) rotate(220deg);
}
.zone.encadre_lien .content {
  margin: 50px 20px;
  padding: 20px 0;
  width: 45%;
  max-height: 800px;
  border: 2px solid #e2ded5;
  border-top: 0;
  position: relative;
}
.zone.encadre_lien .content .text .title {
  font-size: 5rem;
  color: #000;
  padding-bottom: 25px;
  text-align: center;
  transform: translateY(-65px);
  display: flex;
  align-items: center;
  width: 100%;
}
.zone.encadre_lien .content .text .title:before,
.zone.encadre_lien .content .text .title:after {
  height: 2px;
  background: #e2ded5;
  content: "";
  flex: 1;
  transform: translate(0, 8px);
}
.zone.encadre_lien .content .text .title > span {
  position: relative;
  padding: 0 80px;
}
.zone.encadre_lien .content .text .title > span > span {
  position: relative;
}
.zone.encadre_lien .content .text .title > span:before {
  content: "";
  width: 200px;
  height: 50px;
  background: rgba(165, 179, 156, 0.65);
  position: absolute;
  top: 20px;
  left: calc(50% - 100px);
  transform: rotate(-10deg);
}
.zone.encadre_lien .content .text .desc {
  padding: 0px 50px;
  text-align: center;
  padding-bottom: 120px;
}
.zone.encadre_lien .content .text .btns {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -35px;
  justify-content: center;
  left: 50%;
  display: flex;
  gap: 10px;
  transform: translate(-50%, 0px);
}
.zone.encadre_lien .content .text .btnlien {
  position: absolute;
  width: 300px;
  text-align: center;
  background-color: #e2ded5;
  color: white;
  font-size: 2rem;
  margin: 15px auto;
  padding: 10px 20px;
  bottom: 30px;
  left: calc(50% - 150px);
}
.zone.encadre_lien.subtype2 {
  background: #f2ede7;
  margin-bottom: 20px;
}
.zone.encadre_lien.subtype2 .container .logo_gauche {
  top: calc(100% - 300px);
  transform: rotate(110deg) scaleX(1);
}
.zone.encadre_lien.subtype2 .container .logo_droite {
  bottom: calc(100% - 300px);
  transform: rotate(-90deg);
}
.zone.encadre_lien.subtype2 .content .text .title > span:before {
  background-color: rgba(221, 125, 109, 0.65);
}
.zone.encadre_lien.subtype2 .content .text .btn {
  background: #a5b39c;
}
.zone.encadre_lien.subtype3 {
  background: white;
}
.zone.encadre_lien.subtype3 .container {
  max-width: 1400px;
}
.zone.encadre_lien.subtype3 .container .logo_gauche {
  transform: translate(-50px) rotate(120deg) scaleX(1);
}
.zone.encadre_lien.subtype3 .container .logo_droite {
  transform: rotate(-45deg);
}
.zone.encadre_lien.subtype3 .content {
  width: 30%;
  padding: 0;
}
.zone.encadre_lien.subtype3 .content .text .title {
  transform: translatey(-44px);
}
.zone.encadre_lien.subtype3 .content .text .title span:before {
  background: rgba(221, 125, 109, 0.65);
}
.zone.encadre_lien.subtype3 .content .text .desc {
  padding: 0;
  padding-bottom: 120px;
}
.zone.encadre_lien.subtype3 .content .text .btn {
  background: #a5b39c;
}
@media screen and (max-width: 950px) {
  .zone.encadre_lien {
    padding: 25px 25px 50px;
  }
  .zone.encadre_lien .container .content:nth-of-type(1) {
    margin-top: 0px;
  }
  .zone.encadre_lien + .zone.encadre_lien {
    padding: 0 25px 50px;
  }
  .zone.encadre_lien .container {
    flex-direction: column;
    padding-top: 25px;
  }
  .zone.encadre_lien .container .content {
    margin: auto;
    margin-top: 100px;
    width: 75%;
  }
  .zone.encadre_lien .container .content .text .title {
    font-size: 40px;
    transform: translateY(-56px);
  }
  .zone.encadre_lien .container .content .text .desc {
    font-size: 15px;
  }
  .zone.encadre_lien.subtype3 .container .content .text .title {
    transform: translateY(-35px);
  }
}
@media screen and (max-width: 800px) {
  .zone.encadre_lien .container .content {
    width: 100%;
  }
  .zone.encadre_lien .container .logo_gauche {
    display: none;
  }
  .zone.encadre_lien .container .logo_droite {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .zone.encadre_lien .container .content .text .btnlien {
    width: 200px;
    left: calc(50% - 100px);
  }
}
@media screen and (max-width: 450px) {
  .zone.encadre_lien {
    padding: 50px 10px;
    padding-top: 0;
  }
  .zone.encadre_lien .container .content .text .desc {
    padding-top: 0px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
