/* cmsms stylesheet: styles modified: Friday, July 10, 2026 11:16:08 AM */
@charset "UTF-8";
@import url("https://use.typekit.net/zmy5dkt.css");
/*********************************************
  BREAKPOINTS
**********************************************/
* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  border-radius: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, m {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

br {
  padding: 0;
}

/*********************************************
  UTILS
*********************************************/
* {
  box-sizing: border-box;
}

img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}

main, svg, button {
  padding: 0;
}

strong {
  font-weight: bold;
}

main {
  display: block;
}

select {
  border: none;
  width: 100%;
}

strong, em, i, b {
  display: inline-block;
}

div, p, li, td, th, label, a {
  font-family: "elza", sans-serif;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 200;
  color: #000000;
}

a {
  text-decoration: none;
  overflow-wrap: anywhere;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "filson-pro", sans-serif;
  margin-bottom: 1em;
}

h1, h1 > a {
  font-family: "filson-pro", sans-serif;
  font-size: 2.618rem;
  line-height: 1.2em;
  font-weight: 200;
}

h2, h2 > a {
  font-family: "filson-pro", sans-serif;
  font-size: 2.058rem;
  line-height: 1.2em;
  font-weight: 200;
}

h3, h3 > a {
  font-family: "filson-pro", sans-serif;
  font-size: 1.272rem;
  line-height: 1.2em;
  font-weight: 200;
}

h4, h4 > a {
  font-family: "filson-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 200;
}

body {
  min-width: 360px;
}

div, section {
  position: relative;
}

input[type=text], input[type=date], input[type=number], input[type=email], textarea {
  font-size: 0.887rem;
  font-family: "elza", sans-serif;
  font-weight: 200;
  outline: none;
  -webkit-appearance: none;
  padding: 10px 12px;
  border: none;
  background: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    input[type=text], input[type=date], input[type=number], input[type=email], textarea {
      appearance: none;
    }
  }
}

input[type=submit], button {
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type=submit]:disabled, input[type=submit][disabled], input[type=submit].disabled, button:disabled, button[disabled], button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.hide, .hidden {
  display: none;
}

/*********************************************
 	CAPTCHA
*********************************************/
.captcha {
  text-align: center;
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 310px;
  overflow: hidden;
  color: #000000;
}
.captcha .g-recaptcha {
  text-align: center;
  margin: auto;
  display: inline-block;
}
.captcha .g-recaptcha > div {
  right: 0;
}

/*********************************************
  WRAPPER
*********************************************/
.wrapper {
  position: relative;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 1660px) {
  .wrapper {
    max-width: none;
    width: 100%;
    padding: 0px 50px;
  }
}
.wrapper--small {
  max-width: 1440px;
  padding: 0px;
}
@media screen and (max-width: 1540px) {
  .wrapper--small {
    max-width: none;
    padding: 0px 50px;
  }
}
.wrapper--smaller {
  max-width: 1080px;
  padding: 0px;
}
@media screen and (max-width: 1180px) {
  .wrapper--smaller {
    max-width: none;
    padding: 0px 50px;
  }
}
.wrapper--text {
  max-width: 860px;
  padding: 0px;
}
@media screen and (max-width: 960px) {
  .wrapper--text {
    max-width: none;
    padding: 0px 50px;
  }
}
.wrapper--large {
  max-width: 1660px;
}
@media screen and (max-width: 1760px) {
  .wrapper--large {
    max-width: none;
    padding: 0px 50px;
  }
}
.wrapper--xlarge {
  max-width: 1820px;
}
@media screen and (max-width: 1920px) {
  .wrapper--xlarge {
    max-width: none;
    padding: 0px 50px;
  }
}
.wrapper--full {
  max-width: none;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 1980px) {
  .wrapper--full {
    max-width: 1780px;
    padding: 0;
  }
}
@media screen and (max-width: 1880px) {
  .wrapper--full {
    max-width: none;
    padding: 0px 50px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 0px 5%;
  }
}
.wrapper--none {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 600px) {
  .burgerContainer {
    display: block !important;
  }
}
.burgerContainer .outer-menu {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 100;
}
.burgerContainer .outer-menu.toggled {
  position: fixed;
}
.burgerContainer .outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: 1em;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.burgerContainer .outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
  background: #ffffff;
}
.burgerContainer .outer-menu .checkbox-toggle:checked + .hamburger > div:before, .burgerContainer .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
  background: #ffffff;
}
.burgerContainer .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.burgerContainer .outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.burgerContainer .outer-menu .checkbox-toggle:checked ~ .menu > .containerMenu {
  transform: scale(1);
  transition-duration: 0.75s;
}
.burgerContainer .outer-menu .checkbox-toggle:checked ~ .menu > .containerMenu > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.burgerContainer .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.burgerContainer .outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: transparent;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burgerContainer .outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burgerContainer .outer-menu .hamburger > div:before, .burgerContainer .outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.burgerContainer .outer-menu .hamburger > div:after {
  top: 10px;
}
.burgerContainer .outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burgerContainer .outer-menu .menu .containerMenu {
  width: 260vw;
  height: 260vw;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
.burgerContainer .outer-menu .menu .containerMenu > div {
  overflow-y: auto;
  max-height: 80vh;
}
.burgerContainer .outer-menu .menu .containerMenu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 1;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  flex-flow: row wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burgerContainer .outer-menu .menu .containerMenu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
  width: 100%;
}
.burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
@media (max-width: 600px) {
  .burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li {
    margin: 0.2em 1em;
  }
}
.burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  font-size: 1rem;
}
.burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li > a:hover, .burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li > a.currentpage, .burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li > a.activeparent {
  color: #ffffff;
}
.burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li > a:hover:after, .burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li > a.currentpage:after, .burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li > a.activeparent:after {
  width: 100%;
}
.burgerContainer .outer-menu .menu .containerMenu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.4s ease;
}

/******************************************************************************************
  JS SOCIALS -> ne pas utiliser dans js
******************************************************************************************/
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

/******************************************************************************************
  JS SOCIALS FLAT
******************************************************************************************/
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

/*********************************************
  WYSIWYG
*********************************************/
.wysiwyg, .tinyMCE, .mce-content-body {
  width: 100%;
}
.wysiwyg strong, .wysiwyg em, .wysiwyg i, .wysiwyg b, .tinyMCE strong, .tinyMCE em, .tinyMCE i, .tinyMCE b, .mce-content-body strong, .mce-content-body em, .mce-content-body i, .mce-content-body b {
  display: inline;
  color: inherit;
}
.wysiwyg strong, .wysiwyg b, .tinyMCE strong, .tinyMCE b, .mce-content-body strong, .mce-content-body b {
  font-weight: bold;
  color: inherit;
}
.wysiwyg em, .tinyMCE em, .mce-content-body em {
  color: inherit;
  font-style: italic;
}
.wysiwyg sup, .tinyMCE sup, .mce-content-body sup {
  color: inherit;
  font-size: 0.75rem;
  vertical-align: super;
}
.wysiwyg ul, .wysiwyg ol, .tinyMCE ul, .tinyMCE ol, .mce-content-body ul, .mce-content-body ol {
  margin-bottom: 1em;
  margin-left: 15px;
  color: inherit;
}
.wysiwyg ul strong, .wysiwyg ul em, .wysiwyg ul i, .wysiwyg ul b, .wysiwyg ol strong, .wysiwyg ol em, .wysiwyg ol i, .wysiwyg ol b, .tinyMCE ul strong, .tinyMCE ul em, .tinyMCE ul i, .tinyMCE ul b, .tinyMCE ol strong, .tinyMCE ol em, .tinyMCE ol i, .tinyMCE ol b, .mce-content-body ul strong, .mce-content-body ul em, .mce-content-body ul i, .mce-content-body ul b, .mce-content-body ol strong, .mce-content-body ol em, .mce-content-body ol i, .mce-content-body ol b {
  display: inline;
  color: inherit;
}
.wysiwyg ul, .tinyMCE ul, .mce-content-body ul {
  list-style: none; /* Remove default bullets */
}
.wysiwyg ul li:before, .tinyMCE ul li:before, .mce-content-body ul li:before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  color: inherit;
}
.wysiwyg ol, .tinyMCE ol, .mce-content-body ol {
  list-style: decimal;
}
.wysiwyg p, .tinyMCE p, .mce-content-body p {
  font-family: "elza", sans-serif;
  margin-bottom: 1em;
  color: inherit;
}
.wysiwyg p:last-child, .tinyMCE p:last-child, .mce-content-body p:last-child {
  margin-bottom: 0;
}
.wysiwyg a, .tinyMCE a, .mce-content-body a {
  color: #D2AA6D;
}
.wysiwyg img, .tinyMCE img, .mce-content-body img {
  display: inline;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .tinyMCE h1, .tinyMCE h2, .tinyMCE h3, .tinyMCE h4, .tinyMCE h5, .tinyMCE h6, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6 {
  color: #D2AA6D;
  font-weight: bold;
  text-transform: none;
  font-family: "elza", sans-serif;
}
.wysiwyg p, .wysiwyg li, .wysiwyg td, .wysiwyg th, .wysiwyg label, .wysiwyg em, .tinyMCE p, .tinyMCE li, .tinyMCE td, .tinyMCE th, .tinyMCE label, .tinyMCE em, .mce-content-body p, .mce-content-body li, .mce-content-body td, .mce-content-body th, .mce-content-body label, .mce-content-body em {
  font-size: 1rem;
  font-weight: lighter;
  color: #000000;
}
.wysiwyg .slick-dots li:before, .tinyMCE .slick-dots li:before, .mce-content-body .slick-dots li:before {
  display: none;
}
.wysiwyg table, .tinyMCE table, .mce-content-body table {
  width: 100% !important;
}
.wysiwyg table tr:nth-child(even), .tinyMCE table tr:nth-child(even), .mce-content-body table tr:nth-child(even) {
  background: #eeeeee;
}
.wysiwyg table tr, .tinyMCE table tr, .mce-content-body table tr {
  background: #ffffff;
}
.wysiwyg table tr td, .tinyMCE table tr td, .mce-content-body table tr td {
  padding: 0.3em 0.6em;
}
.wysiwyg iframe, .tinyMCE iframe, .mce-content-body iframe {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  .wysiwyg iframe, .tinyMCE iframe, .mce-content-body iframe {
    min-height: 250px;
  }
}
.wysiwyg--white, .tinyMCE--white, .mce-content-body--white {
  color: #ffffff !important;
}
.wysiwyg--white *, .tinyMCE--white *, .mce-content-body--white * {
  color: #ffffff !important;
}
.wysiwyg--white i, .wysiwyg--white em, .wysiwyg--white b, .wysiwyg--white strong, .tinyMCE--white i, .tinyMCE--white em, .tinyMCE--white b, .tinyMCE--white strong, .mce-content-body--white i, .mce-content-body--white em, .mce-content-body--white b, .mce-content-body--white strong {
  color: #ffffff !important;
}
.wysiwyg--white a, .tinyMCE--white a, .mce-content-body--white a {
  color: #685557 !important;
}
.wysiwyg--white ul li:before, .wysiwyg--white ol li:before, .tinyMCE--white ul li:before, .tinyMCE--white ol li:before, .mce-content-body--white ul li:before, .mce-content-body--white ol li:before {
  background: none !important;
}
.wysiwyg--white b, .wysiwyg--white strong, .tinyMCE--white b, .tinyMCE--white strong, .mce-content-body--white b, .mce-content-body--white strong {
  font-weight: bold;
}
.wysiwyg--white table td, .wysiwyg--white table th, .tinyMCE--white table td, .tinyMCE--white table th, .mce-content-body--white table td, .mce-content-body--white table th {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wysiwyg__columns, .tinyMCE__columns, .mce-content-body__columns {
  display: grid;
  grid-gap: 30px;
  margin-top: 1em;
  margin-bottom: 1em;
  align-items: flex-start;
}
.wysiwyg__columns p, .wysiwyg__columns li, .tinyMCE__columns p, .tinyMCE__columns li, .mce-content-body__columns p, .mce-content-body__columns li {
  max-width: 700px;
}
.wysiwyg__columns--valign_center, .tinyMCE__columns--valign_center, .mce-content-body__columns--valign_center {
  align-items: center;
}
.wysiwyg__columns--valign_stretch, .tinyMCE__columns--valign_stretch, .mce-content-body__columns--valign_stretch {
  align-items: stretch;
  column-gap: 0 !important;
}
.wysiwyg__columns.columns_1, .tinyMCE__columns.columns_1, .mce-content-body__columns.columns_1 {
  display: block;
  max-width: 600px;
  margin: auto;
}
.wysiwyg__columns.columns_2, .tinyMCE__columns.columns_2, .mce-content-body__columns.columns_2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 50px;
}
@media (max-width: 900px) {
  .wysiwyg__columns.columns_2, .tinyMCE__columns.columns_2, .mce-content-body__columns.columns_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .wysiwyg__columns.columns_2, .tinyMCE__columns.columns_2, .mce-content-body__columns.columns_2 {
    column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wysiwyg__columns.columns_2, .tinyMCE__columns.columns_2, .mce-content-body__columns.columns_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wysiwyg__columns.columns_2 p, .wysiwyg__columns.columns_2 li, .wysiwyg__columns.columns_2 h1, .wysiwyg__columns.columns_2 h2, .wysiwyg__columns.columns_2 h3, .wysiwyg__columns.columns_2 h4, .tinyMCE__columns.columns_2 p, .tinyMCE__columns.columns_2 li, .tinyMCE__columns.columns_2 h1, .tinyMCE__columns.columns_2 h2, .tinyMCE__columns.columns_2 h3, .tinyMCE__columns.columns_2 h4, .mce-content-body__columns.columns_2 p, .mce-content-body__columns.columns_2 li, .mce-content-body__columns.columns_2 h1, .mce-content-body__columns.columns_2 h2, .mce-content-body__columns.columns_2 h3, .mce-content-body__columns.columns_2 h4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg__columns.columns_1_2, .tinyMCE__columns.columns_1_2, .mce-content-body__columns.columns_1_2 {
  grid-template-columns: 1fr 2fr;
  row-gap: 30px;
  column-gap: 60px;
}
@media (max-width: 600px) {
  .wysiwyg__columns.columns_1_2, .tinyMCE__columns.columns_1_2, .mce-content-body__columns.columns_1_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wysiwyg__columns.columns_1_2 > div:first-child, .tinyMCE__columns.columns_1_2 > div:first-child, .mce-content-body__columns.columns_1_2 > div:first-child {
  order: 1;
}
@media (max-width: 600px) {
  .wysiwyg__columns.columns_1_2 > div:first-child, .tinyMCE__columns.columns_1_2 > div:first-child, .mce-content-body__columns.columns_1_2 > div:first-child {
    order: 2;
  }
}
.wysiwyg__columns.columns_1_2 > div:last-child, .tinyMCE__columns.columns_1_2 > div:last-child, .mce-content-body__columns.columns_1_2 > div:last-child {
  order: 2;
}
@media (max-width: 600px) {
  .wysiwyg__columns.columns_1_2 > div:last-child, .tinyMCE__columns.columns_1_2 > div:last-child, .mce-content-body__columns.columns_1_2 > div:last-child {
    order: 1;
  }
}
.wysiwyg__columns.columns_1_2 p, .wysiwyg__columns.columns_1_2 li, .wysiwyg__columns.columns_1_2 h1, .wysiwyg__columns.columns_1_2 h2, .wysiwyg__columns.columns_1_2 h3, .wysiwyg__columns.columns_1_2 h4, .tinyMCE__columns.columns_1_2 p, .tinyMCE__columns.columns_1_2 li, .tinyMCE__columns.columns_1_2 h1, .tinyMCE__columns.columns_1_2 h2, .tinyMCE__columns.columns_1_2 h3, .tinyMCE__columns.columns_1_2 h4, .mce-content-body__columns.columns_1_2 p, .mce-content-body__columns.columns_1_2 li, .mce-content-body__columns.columns_1_2 h1, .mce-content-body__columns.columns_1_2 h2, .mce-content-body__columns.columns_1_2 h3, .mce-content-body__columns.columns_1_2 h4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg__columns.columns_2_1, .tinyMCE__columns.columns_2_1, .mce-content-body__columns.columns_2_1 {
  grid-template-columns: 2fr 1fr;
  row-gap: 30px;
  column-gap: 60px;
}
@media (max-width: 600px) {
  .wysiwyg__columns.columns_2_1, .tinyMCE__columns.columns_2_1, .mce-content-body__columns.columns_2_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wysiwyg__columns.columns_2_1 p, .wysiwyg__columns.columns_2_1 li, .wysiwyg__columns.columns_2_1 h1, .wysiwyg__columns.columns_2_1 h2, .wysiwyg__columns.columns_2_1 h3, .wysiwyg__columns.columns_2_1 h4, .tinyMCE__columns.columns_2_1 p, .tinyMCE__columns.columns_2_1 li, .tinyMCE__columns.columns_2_1 h1, .tinyMCE__columns.columns_2_1 h2, .tinyMCE__columns.columns_2_1 h3, .tinyMCE__columns.columns_2_1 h4, .mce-content-body__columns.columns_2_1 p, .mce-content-body__columns.columns_2_1 li, .mce-content-body__columns.columns_2_1 h1, .mce-content-body__columns.columns_2_1 h2, .mce-content-body__columns.columns_2_1 h3, .mce-content-body__columns.columns_2_1 h4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg__columns.columns_3, .tinyMCE__columns.columns_3, .mce-content-body__columns.columns_3 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 50px;
}
@media (max-width: 900px) {
  .wysiwyg__columns.columns_3, .tinyMCE__columns.columns_3, .mce-content-body__columns.columns_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .wysiwyg__columns.columns_3, .tinyMCE__columns.columns_3, .mce-content-body__columns.columns_3 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
}
@media (max-width: 600px) {
  .wysiwyg__columns.columns_3, .tinyMCE__columns.columns_3, .mce-content-body__columns.columns_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wysiwyg__columns.columns_4, .tinyMCE__columns.columns_4, .mce-content-body__columns.columns_4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .wysiwyg__columns.columns_4, .tinyMCE__columns.columns_4, .mce-content-body__columns.columns_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .wysiwyg__columns.columns_4, .tinyMCE__columns.columns_4, .mce-content-body__columns.columns_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .wysiwyg__columns.columns_4, .tinyMCE__columns.columns_4, .mce-content-body__columns.columns_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wysiwyg__columns.columns_4, .tinyMCE__columns.columns_4, .mce-content-body__columns.columns_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wysiwyg__columns.columns_5, .tinyMCE__columns.columns_5, .mce-content-body__columns.columns_5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  .wysiwyg__columns.columns_5, .tinyMCE__columns.columns_5, .mce-content-body__columns.columns_5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .wysiwyg__columns.columns_5, .tinyMCE__columns.columns_5, .mce-content-body__columns.columns_5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .wysiwyg__columns.columns_5, .tinyMCE__columns.columns_5, .mce-content-body__columns.columns_5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wysiwyg__columns.columns_5, .tinyMCE__columns.columns_5, .mce-content-body__columns.columns_5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wysiwyg__iconLine, .tinyMCE__iconLine, .mce-content-body__iconLine {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 40px auto;
  margin-bottom: 1em;
  align-items: center;
}
.wysiwyg__iconLine__icon, .tinyMCE__iconLine__icon, .mce-content-body__iconLine__icon {
  min-width: 40px;
  font-size: inherit;
}
.wysiwyg__iconLine__text, .tinyMCE__iconLine__text, .mce-content-body__iconLine__text {
  font-size: inherit;
}
@media (max-width: 768px) {
  .wysiwyg__carousel, .tinyMCE__carousel, .mce-content-body__carousel {
    margin: 0 5%;
  }
}
.wysiwyg__carousel .slick-dots .slick-active button, .tinyMCE__carousel .slick-dots .slick-active button, .mce-content-body__carousel .slick-dots .slick-active button {
  background-color: #D2AA6D;
}
.wysiwyg__carousel__arrow, .tinyMCE__carousel__arrow, .mce-content-body__carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  height: 30px;
  width: 30px;
}
.wysiwyg__carousel__arrow--prev, .tinyMCE__carousel__arrow--prev, .mce-content-body__carousel__arrow--prev {
  left: -50px;
}
@media (max-width: 600px) {
  .wysiwyg__carousel__arrow--prev, .tinyMCE__carousel__arrow--prev, .mce-content-body__carousel__arrow--prev {
    left: -35px;
  }
}
.wysiwyg__carousel__arrow--next, .tinyMCE__carousel__arrow--next, .mce-content-body__carousel__arrow--next {
  right: -50px;
}
@media (max-width: 600px) {
  .wysiwyg__carousel__arrow--next, .tinyMCE__carousel__arrow--next, .mce-content-body__carousel__arrow--next {
    right: -35px;
  }
}
.wysiwyg__carousel__arrow svg, .tinyMCE__carousel__arrow svg, .mce-content-body__carousel__arrow svg {
  height: 30px;
  width: 30px;
  cursor: pointer;
  fill: #D2AA6D;
}
.wysiwyg__tabbar__nav, .tinyMCE__tabbar__nav, .mce-content-body__tabbar__nav {
  border-bottom: 2px solid #eeeeee;
}
.wysiwyg__tabbar__nav__item, .tinyMCE__tabbar__nav__item, .mce-content-body__tabbar__nav__item {
  border: 1px solid #eeeeee;
  display: inline-block;
  margin-right: 10px;
  color: #D2AA6D;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.wysiwyg__tabbar__nav__item.selected, .wysiwyg__tabbar__nav__item:hover, .tinyMCE__tabbar__nav__item.selected, .tinyMCE__tabbar__nav__item:hover, .mce-content-body__tabbar__nav__item.selected, .mce-content-body__tabbar__nav__item:hover {
  background-color: #D2AA6D;
  border-color: #D2AA6D;
  color: #ffffff;
}
.wysiwyg__tabbar__elements, .tinyMCE__tabbar__elements, .mce-content-body__tabbar__elements {
  padding-top: 1em;
}
.wysiwyg__tabbar__elements__item, .tinyMCE__tabbar__elements__item, .mce-content-body__tabbar__elements__item {
  display: none;
}
.wysiwyg__tabbar__elements__item:first-child, .tinyMCE__tabbar__elements__item:first-child, .mce-content-body__tabbar__elements__item:first-child {
  display: block;
}
.wysiwyg__tabbar__elements__item .columns_1_2 p, .wysiwyg__tabbar__elements__item .columns_1_2 li, .wysiwyg__tabbar__elements__item .columns_1_2 h1, .wysiwyg__tabbar__elements__item .columns_1_2 h2, .wysiwyg__tabbar__elements__item .columns_1_2 h3, .wysiwyg__tabbar__elements__item .columns_1_2 h4, .wysiwyg__tabbar__elements__item .columns_2_1 p, .wysiwyg__tabbar__elements__item .columns_2_1 li, .wysiwyg__tabbar__elements__item .columns_2_1 h1, .wysiwyg__tabbar__elements__item .columns_2_1 h2, .wysiwyg__tabbar__elements__item .columns_2_1 h3, .wysiwyg__tabbar__elements__item .columns_2_1 h4, .tinyMCE__tabbar__elements__item .columns_1_2 p, .tinyMCE__tabbar__elements__item .columns_1_2 li, .tinyMCE__tabbar__elements__item .columns_1_2 h1, .tinyMCE__tabbar__elements__item .columns_1_2 h2, .tinyMCE__tabbar__elements__item .columns_1_2 h3, .tinyMCE__tabbar__elements__item .columns_1_2 h4, .tinyMCE__tabbar__elements__item .columns_2_1 p, .tinyMCE__tabbar__elements__item .columns_2_1 li, .tinyMCE__tabbar__elements__item .columns_2_1 h1, .tinyMCE__tabbar__elements__item .columns_2_1 h2, .tinyMCE__tabbar__elements__item .columns_2_1 h3, .tinyMCE__tabbar__elements__item .columns_2_1 h4, .mce-content-body__tabbar__elements__item .columns_1_2 p, .mce-content-body__tabbar__elements__item .columns_1_2 li, .mce-content-body__tabbar__elements__item .columns_1_2 h1, .mce-content-body__tabbar__elements__item .columns_1_2 h2, .mce-content-body__tabbar__elements__item .columns_1_2 h3, .mce-content-body__tabbar__elements__item .columns_1_2 h4, .mce-content-body__tabbar__elements__item .columns_2_1 p, .mce-content-body__tabbar__elements__item .columns_2_1 li, .mce-content-body__tabbar__elements__item .columns_2_1 h1, .mce-content-body__tabbar__elements__item .columns_2_1 h2, .mce-content-body__tabbar__elements__item .columns_2_1 h3, .mce-content-body__tabbar__elements__item .columns_2_1 h4 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg__separator, .tinyMCE__separator, .mce-content-body__separator {
  position: relative;
  left: -80px;
  width: calc(100% + 160px);
  height: 2px;
  background-color: #eeeeee;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wysiwyg__separator, .tinyMCE__separator, .mce-content-body__separator {
    left: -5%;
    width: 110%;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.wysiwyg__highlight, .tinyMCE__highlight, .mce-content-body__highlight {
  padding: 60px;
}
@media (max-width: 768px) {
  .wysiwyg__highlight, .tinyMCE__highlight, .mce-content-body__highlight {
    padding: 30px;
  }
}
.wysiwyg__highlight *, .tinyMCE__highlight *, .mce-content-body__highlight * {
  color: white !important;
}
.wysiwyg__section, .tinyMCE__section, .mce-content-body__section {
  padding: 60px 80px;
  border-bottom: 2px solid #eeeeee;
}
@media (max-width: 1024px) {
  .wysiwyg__section, .tinyMCE__section, .mce-content-body__section {
    padding: 40px 60px !important;
  }
}
@media (max-width: 768px) {
  .wysiwyg__section, .tinyMCE__section, .mce-content-body__section {
    padding: 40px 5% !important;
  }
}
.wysiwyg__section--primary, .tinyMCE__section--primary, .mce-content-body__section--primary {
  background-color: #ffffff;
}
.wysiwyg__section--secondary, .tinyMCE__section--secondary, .mce-content-body__section--secondary {
  background-color: #F0EFE7;
}
.wysiwyg__section--dark, .tinyMCE__section--dark, .mce-content-body__section--dark {
  background-color: #4a4a4a;
}
.wysiwyg__section--dark h1, .wysiwyg__section--dark h2, .wysiwyg__section--dark h3, .wysiwyg__section--dark h4, .wysiwyg__section--dark p, .wysiwyg__section--dark li, .wysiwyg__section--dark td, .wysiwyg__section--dark th, .wysiwyg__section--dark label, .wysiwyg__section--dark strong, .wysiwyg__section--dark em, .wysiwyg__section--dark sup, .tinyMCE__section--dark h1, .tinyMCE__section--dark h2, .tinyMCE__section--dark h3, .tinyMCE__section--dark h4, .tinyMCE__section--dark p, .tinyMCE__section--dark li, .tinyMCE__section--dark td, .tinyMCE__section--dark th, .tinyMCE__section--dark label, .tinyMCE__section--dark strong, .tinyMCE__section--dark em, .tinyMCE__section--dark sup, .mce-content-body__section--dark h1, .mce-content-body__section--dark h2, .mce-content-body__section--dark h3, .mce-content-body__section--dark h4, .mce-content-body__section--dark p, .mce-content-body__section--dark li, .mce-content-body__section--dark td, .mce-content-body__section--dark th, .mce-content-body__section--dark label, .mce-content-body__section--dark strong, .mce-content-body__section--dark em, .mce-content-body__section--dark sup {
  color: #ffffff;
}

/*********************************************
  ADMIN SPECIFIC
*********************************************/
.mce-content-body {
  padding: 10px !important;
}
.mce-content-body .tinyMCE__columns > * {
  border: 1px solid #cccccc;
  padding: 10px;
}
.mce-content-body .tinyMCE__columns.columns_1 {
  border: 1px solid #cccccc;
  padding: 10px;
}
.mce-content-body .tinyMCE__columns.columns_1 > * {
  border: none;
  padding: 0;
}
.mce-content-body .tinyMCE__tabbar {
  border: 1px solid #cccccc;
  padding: 10px;
}
.mce-content-body .tinyMCE__tabbar__nav {
  display: none;
}
.mce-content-body .tinyMCE__tabbar__elements__item {
  border: 1px solid #cccccc;
  padding: 10px;
}
.mce-content-body .tinyMCE__carousel {
  border: 1px solid #cccccc;
  padding: 10px;
}
.mce-content-body .tinyMCE__carousel__item {
  border: 1px solid #cccccc;
  padding: 10px;
}
.mce-content-body .tinyMCE__iconLine > * {
  border: 1px solid #cccccc;
}
.mce-content-body .tinyMCE__iconLine__text {
  padding: 5px;
}
.mce-content-body ul {
  margin-left: 20px;
}
.mce-content-body em {
  font-style: italic;
}
.mce-content-body sup {
  font-size: 0.6rem;
  vertical-align: super;
}
.mce-content-body p {
  line-height: 1.8;
  margin-bottom: 1.2em;
}
.mce-content-body table tr:nth-child(even) {
  background-color: #eeeeee;
}
.mce-content-body table tr td {
  padding: 0.3em 0.6em;
}

/*********************************************
 BREADCRUMB
*********************************************/
.breadcrumb {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 5;
  padding: 10px 50px;
}
@media (max-width: 1200px) {
  .breadcrumb {
    padding: 10px 20px;
    top: 62px;
  }
}
@media (max-width: 1024px) {
  .breadcrumb {
    padding: 10px 5%;
  }
}
.breadcrumb__list {
  display: flex;
}
@media (max-width: 1024px) {
  .breadcrumb__list {
    flex-wrap: wrap;
  }
}
.breadcrumb__list__item:last-child a {
  color: #ffffff;
  font-weight: normal;
}
.breadcrumb__list__item:last-child a:focus, .breadcrumb__list__item:last-child a:hover {
  color: #ffffff;
}
.breadcrumb__list__item:last-child:after {
  display: none;
}
.breadcrumb__list__item:after {
  content: ">";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: lighter;
}
.breadcrumb__list__item__link {
  position: relative;
  display: inline-block;
  font-size: 0.887rem;
  font-family: "elza", sans-serif;
  margin-right: 16px;
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 1px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.breadcrumb__list__item__link:focus, .breadcrumb__list__item__link:hover {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .breadcrumb__list__item__link {
    font-size: 0.75rem;
  }
}
.breadcrumb__list__item__link.nolink:focus, .breadcrumb__list__item__link.nolink:hover {
  color: #ffffff;
}

.transitionsContainerDefault {
  display: none;
}
.transitionsContainerDefault .transitionBlockDefault {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #F0EFE7;
  z-index: 100000;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.transitionsContainerDefault.ie {
  display: none;
}
.transitionsContainerDefault.ie .transitionBlockDefault {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #F0EFE7;
  opacity: 0;
  z-index: 100000;
}

/*********************************************
  BUTTONS
*********************************************/
.button {
  outline: none;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  border-radius: 0;
  padding: 14px 24px;
  line-height: 1;
  font-size: 0.887rem;
  color: #ffffff;
  background-color: #00ABCD;
  letter-spacing: 1px;
  text-transform: lowercase;
  box-shadow: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.button:focus, .button:hover {
  color: #ffffff;
  background-color: #685557;
}
.button--secondary {
  border: 1px solid #685557;
  background-color: #685557;
  color: #ffffff;
}
.button--secondary:focus, .button--secondary:hover {
  border: 1px solid transparent;
  background-color: #5B1821;
}
.button--white {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #685557;
}
.button--white:focus, .button--white:hover {
  border: 1px solid transparent;
  background-color: #5B1821;
}
.button--yellow {
  border: 1px solid #FFD801;
  background-color: #FFD801;
  color: #685557;
}
.button--yellow:focus, .button--yellow:hover {
  border: 1px solid transparent;
  background-color: #5B1821;
}
.button--yellow--red {
  border: 1px solid #FFD801;
  background-color: #FFD801;
  color: #FF3201;
}
.button--yellow--red:focus, .button--yellow--red:hover {
  border: 1px solid transparent;
  background-color: #5B1821;
}
.button--red {
  border: 1px solid #FF3201;
  background-color: #FF3201;
  color: #ffffff;
}
.button--red:focus, .button--red:hover {
  border: 1px solid transparent;
  background-color: #5B1821;
}
.button--big {
  padding: 24px 24px;
}
@media (max-width: 1024px) {
  .button--big {
    padding: 24px 14px;
  }
}
.button--back {
  padding: 10px 10px;
  border: none;
  background: none;
}
.button--back:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid #ffffff;
  background-color: transparent;
  transition: border 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button--back .arrow {
  width: 13.6px;
  height: 10.4px;
  fill: #000000;
  z-index: 2;
  transform: rotate(0deg) translateX(0px);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button--back .text {
  margin-left: 25px;
  color: #000000;
  text-transform: none;
  font-weight: lighter;
  font-size: 1rem;
}
.button--back:focus, .button--back:hover {
  padding: 10px 10px;
  border: none;
  background: none;
}
.button--back:focus:after, .button--back:hover:after {
  border: 1px solid #5B1821;
  background-color: #5B1821;
}
.button--back:focus .arrow, .button--back:hover .arrow {
  transform: rotate(0deg) translateX(-6px);
  fill: #ffffff;
}
.button--back:focus .text, .button--back:hover .text {
  color: #000000;
}

/*********************************************
  FORMS
*********************************************/
.success {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}
.success > p:first-of-type {
  color: #03424E;
  font-size: 1.272rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.success > p:last-of-type {
  color: #00ABCD;
  font-size: 1.1rem;
  line-height: 1.2;
}

.error_message {
  margin-bottom: 30px;
  color: #FF3201;
  font-size: 1rem;
  font-weight: bold;
}
.error_message * {
  color: #FF3201;
  font-size: 1rem;
  font-weight: bold;
}

form .form {
  position: relative;
  width: 100%;
  display: flex;
}
form .form__row {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 600px) {
  form .form__row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
form .form__row label {
  color: #000000;
  font-size: 1rem;
  text-transform: none;
  font-weight: bold;
  position: relative;
  top: 0px;
  left: 0px;
  margin-bottom: 10px;
  transform: scale(1);
  transform-origin: left;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
form .form__row label.focused {
  transform: scale(0);
}
form .form__row input[type=text], form .form__row input[type=email], form .form__row input[type=number], form .form__row input[type=file], form .form__row input[type=tel], form .form__row input[type=password], form .form__row input[type=date], form .form__row select {
  width: 100%;
  margin-left: auto;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  padding: 10px 10px;
  background: #ffffff;
  font-size: 1rem;
  height: 50px;
  line-height: 40px;
  color: #000000;
}
@media (max-width: 600px) {
  form .form__row input[type=text], form .form__row input[type=email], form .form__row input[type=number], form .form__row input[type=file], form .form__row input[type=tel], form .form__row input[type=password], form .form__row input[type=date], form .form__row select {
    width: 100% !important;
  }
}
form .form__row input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}
form .form__row input[type=checkbox] + label {
  font-size: 0.887rem;
  text-transform: none;
}
form .form__row textarea {
  width: 100%;
  margin-left: auto;
  max-width: 100%;
  height: 140px;
  color: #000000;
  font-size: 1rem;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  padding: 10px;
  background: #ffffff;
  resize: vertical;
}
@media (max-width: 600px) {
  form .form__row textarea {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  form .form__row select {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  form .form__row.date select {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 5px;
  }
}
form .form--contact {
  display: flex;
  flex-direction: column;
  position: relative;
}
form .form--contact > .group1 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 900px) {
  form .form--contact > .group1 {
    flex-direction: column;
    gap: 0;
  }
}
form .form--contact > .group2 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 900px) {
  form .form--contact > .group2 {
    flex-direction: column;
    gap: 0;
  }
}
form .form--contact > .checkbox {
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  form .form--contact > .checkbox {
    flex-direction: row;
  }
}
form .form--contact > .checkbox > input {
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
}
form .form--contact > .checkbox > label {
  margin: 0;
}
form .form--contact > .submit {
  display: flex;
  justify-content: center;
}
form .form .captcha {
  height: 80px;
  width: 310px;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 20px;
}
form .form .submit input {
  position: relative;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "elza", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 1.1rem;
  color: #ffffff;
  box-shadow: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 2px;
  padding: 20px 50px;
  border-radius: 50px;
  text-transform: none;
  background-color: #FF3201;
  border: 1px solid #ffffff;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
form .form .submit input:focus, form .form .submit input:hover {
  background-color: #5B1821;
  border: 1px solid #ffffff;
  color: #ffffff;
}

/*********************************************
  COMMONS
*********************************************/
a {
  color: #5B1821;
}
a:hover {
  color: #5B1821;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B1B1B1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #B1B1B1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #B1B1B1 !important;
}

:-ms-textarea-placeholder { /* IE 10+ */
  color: #B1B1B1 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #B1B1B1;
}

div, p, li, td, th, a {
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #000000;
}

input[type=text], input[type=date], input[type=number], input[type=email], .form__item__textarea, select {
  color: #000000;
  padding: 1em;
  background: #ffffff;
  border-radius: 0;
}

ul.error {
  background: #FF3201;
  width: 100%;
  max-width: 636px;
  padding: 20px;
  margin-bottom: 20px;
}
ul.error li {
  color: #ffffff;
}

/*********************************************
  BURGER (CUSTOM)
*********************************************/
.burgerContainer {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 1024px) {
  .burgerContainer {
    display: block !important;
  }
}
.burgerContainer .outer-menu {
  width: calc(100% - 2em);
  top: 0;
  left: 0;
}
.burgerContainer .outer-menu.toggled {
  position: fixed;
}
.burgerContainer .hamburger--dark > div {
  background: #002847 !important;
}
.burgerContainer .hamburger--dark > div:before, .burgerContainer .hamburger--dark > div:after {
  background: #002847 !important;
}
.burgerContainer .menu .containerMenu {
  color: #03424E !important;
  background: #F0EFE7 !important;
}
.burgerContainer .burgerMenu .burgerMenu__reservation__link {
  margin-top: 20px;
}
.burgerContainer .burgerMenu > ul > li {
  line-height: 2;
  margin-bottom: 10px;
}
.burgerContainer .burgerMenu > ul > li.currentpage > a, .burgerContainer .burgerMenu > ul > li.activeparent > a {
  color: #FF3201 !important;
  font-weight: normal;
}
.burgerContainer .burgerMenu > ul > li.currentpage > a:after, .burgerContainer .burgerMenu > ul > li.activeparent > a:after {
  background: #FF3201 !important;
  color: #FF3201 !important;
}
.burgerContainer .burgerMenu > ul > li.currentpage > a:before, .burgerContainer .burgerMenu > ul > li.activeparent > a:before {
  opacity: 1;
}
.burgerContainer .burgerMenu > ul > li > a {
  font-family: "elza", sans-serif;
  color: #03424E !important;
  font-size: 1.1rem !important;
  font-weight: 500;
  text-decoration: none;
}
.burgerContainer .burgerMenu > ul > li > a:focus, .burgerContainer .burgerMenu > ul > li > a:hover {
  color: #ffffff !important;
}
.burgerContainer .burgerMenu > ul > li .menu-arrow {
  display: none !important;
}
.burgerContainer .burgerMenu > ul > li > ul {
  height: auto;
  max-height: none !important;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
.burgerContainer .burgerMenu > ul > li > ul > li {
  text-align: center;
}
.burgerContainer .burgerMenu > ul > li > ul > li.currentpage > a, .burgerContainer .burgerMenu > ul > li > ul > li.activeparent > a {
  color: #D2AA6D !important;
}
.burgerContainer .burgerMenu > ul > li > ul > li > a {
  font-family: "elza", sans-serif;
  color: #000000 !important;
  font-size: 0.887rem !important;
  font-weight: 500;
  text-align: center;
}
.burgerContainer .burgerMenu > ul > li > ul > li > a:focus, .burgerContainer .burgerMenu > ul > li > ul > li > a:hover {
  color: #D2AA6D !important;
}

/*********************************************
  GLOBAL
*********************************************/
body {
  background-color: #ffffff;
}
body.js-open {
  overflow: hidden;
}

main {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background: #F0EFE7;
  padding-top: 200px;
}

div, p, li, td, th, a {
  position: relative;
  color: #000000;
  font-weight: normal;
}

a {
  color: #685557;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: initial;
  font-family: "abril-display", serif;
  color: #000000;
}

.maintitle {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "filson-pro", sans-serif;
  color: #D2AA6D;
  font-size: 2.058rem;
  max-width: 560px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.2;
}
.maintitle--small {
  font-family: "elza", sans-serif;
  font-size: 1.272rem;
}
.maintitle--white {
  color: #ffffff;
}

.borderedimage {
  border: solid 5px #ffffff;
  box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.card {
  height: 100%;
  width: 100%;
}
.card__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all ease 0.2s;
  border-radius: 40px;
  background: #ffffff;
  height: 100%;
  width: 100%;
}
.card__link:hover .card__link__top__imgContainer__img {
  transform: scale(1.04);
}
.card__link:hover .card__link__bottom__buttonContainer__icon__svg {
  transform: scale(1);
  bottom: 15px;
}
.card__link__top__imgContainer {
  overflow: hidden;
  border-radius: 40px;
}
.card__link__top__imgContainer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card__link__top__infos {
  background: #ffffff;
  padding: 40px;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .card__link__top__infos {
    padding: 30px;
  }
}
@media (max-width: 900px) {
  .card__link__top__infos {
    padding: 20px 20px 15px;
  }
}
.card__link__top__infos__date {
  color: #00ABCD;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
}
.card__link__top__infos__uptitle {
  font-size: 1rem;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #03424E;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .card__link__top__infos__uptitle {
    font-size: 0.887rem;
  }
}
.card__link__top__infos__title {
  text-transform: initial;
  margin-bottom: 10px;
  color: #00ABCD;
  font-weight: bold;
  font-family: "filson-pro", sans-serif;
  font-size: 1.272rem;
}
@media (max-width: 900px) {
  .card__link__top__infos__title {
    font-size: 1.1rem;
  }
}
.card__link__top__infos__text p {
  font-size: 1rem;
  line-height: 1.6;
}
.card__link__bottom {
  width: 100%;
  position: relative;
}
.card__link__bottom__buttonContainer {
  padding: 20px 40px 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .card__link__bottom__buttonContainer {
    padding: 15px 30px 20px;
  }
}
@media (max-width: 900px) {
  .card__link__bottom__buttonContainer {
    padding: 15px 30px 20px;
  }
}
.card__link__bottom__buttonContainer__icon {
  display: flex;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.card__link__bottom__buttonContainer__icon:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #00ABCD;
  border-radius: 5px;
}
.card__link__bottom__buttonContainer__icon__svg {
  height: 17px;
  width: 17px;
  fill: #00ABCD;
  position: absolute;
  bottom: 0;
  transform: scale(0);
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}

/*********************************************
  HEADER
*********************************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header--reservation {
  background-color: #F0EFE7;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  z-index: 2;
}
.header__bgimgContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
}
@media (max-width: 1024px) {
  .header__bgimgContainer {
    height: 250px;
  }
}
.header__bgimgContainer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.header .topInfosContainer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: flex-end;
  z-index: 12;
  align-items: flex-start;
}
.header .topInfosContainer__contacts {
  background: #FFD801;
  border-radius: 0 0 30px 30px;
  display: flex;
  flex-flow: row wrap;
}
.header .topInfosContainer__contacts__phone {
  background: #002847;
  border-radius: 0 0 30px 30px;
  padding: 0 40px 0 40px;
}
@media (max-width: 768px) {
  .header .topInfosContainer__contacts__phone span {
    display: none;
  }
}
@media (max-width: 480px) {
  .header .topInfosContainer__contacts__phone {
    padding: 0 20px;
  }
}
.header .topInfosContainer__contacts__phone p, .header .topInfosContainer__contacts__phone a {
  padding: 10px 0;
}
.header .topInfosContainer__contacts__phone p a, .header .topInfosContainer__contacts__phone a a {
  color: #FFD801;
  font-size: 0.887rem;
  font-family: "filson-pro", sans-serif;
}
.header .topInfosContainer__contacts__reservation a {
  display: inline-block;
  color: #FF3201;
  font-family: "filson-pro", sans-serif;
  padding: 10px 40px;
  font-size: 0.887rem;
  transition: all ease 0.2s;
}
@media (max-width: 480px) {
  .header .topInfosContainer__contacts__reservation a {
    padding: 10px 20px;
  }
}
.header .topInfosContainer__contacts__reservation a:hover {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .header .topInfosContainer__open {
    margin-right: 10px;
  }
}
.header .topInfosContainer__open {
  background: #FF3201;
  border-radius: 0 0 10px 10px;
}
.header .topInfosContainer__open p {
  padding: 7px;
  color: #ffffff;
  line-height: 1em;
  font-size: 0.75rem;
  text-align: center;
  font-family: "filson-pro", sans-serif;
}
.header .topInfosContainer__open p span {
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header .topInfosContainer__socials {
    display: none;
  }
}
.header .topInfosContainer__socials {
  padding: 7px 7px 0 0;
}
.header .topInfosContainer__socials a {
  display: inline-block;
}
.header .topInfosContainer__socials a svg {
  width: 32px;
  height: 32px;
}
.header .topInfosContainer__langs {
  padding: 7px 15px 0 0;
}
.header .topInfosContainer__langs .header__primary__langContainer__list li {
  background: #00ABCD;
  border-radius: 30px;
}
.header .topInfosContainer__langs .header__primary__langContainer__list li.current a {
  display: block;
  background: #FFD801;
  border-radius: 30px;
  color: #000000;
  text-transform: capitalize;
}
.header .topInfosContainer__langs .header__primary__langContainer__list li a {
  display: none;
  color: #ffffff;
  display: inline-block;
  padding: 10px 8px 7px;
  line-height: 1em;
  font-size: 0.887rem;
  text-transform: capitalize;
}
.header > .wrapper {
  z-index: 10;
}
.header__primary {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 50px;
  gap: 50px;
  padding-top: 80px;
}
.header__primary__logoContainer {
  z-index: 10;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .header__primary__logoContainer {
    width: 212px;
    margin: auto;
  }
}
.header__primary__logoContainer__logo {
  width: 212px;
  min-width: 95px;
  height: auto;
  margin: auto;
}
@media (max-width: 1200px) {
  .header__primary__logoContainer__logo {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .header__primary__logoContainer__logo {
    width: 212px;
  }
}
@media (max-width: 1024px) {
  .header__primary__menuContainer {
    display: none;
  }
}
.header__primary__menuContainer > ul {
  display: flex;
  align-items: center;
  background: #00ABCD;
  border-radius: 30px;
  padding: 5px 20px;
}
.header__primary__menuContainer > ul > li {
  position: relative;
  margin-left: 14px;
  margin-right: 14px;
}
.header__primary__menuContainer > ul > li:first-child {
  margin-left: 0;
}
.header__primary__menuContainer > ul > li.currentpage > a, .header__primary__menuContainer > ul > li.activeparent > a {
  color: #FFD801;
}
.header__primary__menuContainer > ul > li.has-children > .menu-arrow {
  display: block !important;
}
.header__primary__menuContainer > ul > li.has-children > a {
  padding-right: 22px;
}
.header__primary__menuContainer > ul > li.js-hover > .menu-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.header__primary__menuContainer > ul > li > a {
  display: inline-block;
  font-family: "filson-pro", sans-serif;
  text-transform: none;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  padding: 10px 10px;
  background: none;
  text-transform: none;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1200px) {
  .header__primary__menuContainer > ul > li > a {
    font-size: 0.887rem;
  }
}
.header__primary__menuContainer > ul > li > a:focus, .header__primary__menuContainer > ul > li > a:hover {
  color: #FFD801;
}
.header__primary__menuContainer > ul > li > a:focus + svg, .header__primary__menuContainer > ul > li > a:hover + svg {
  transform: translateY(-50%) rotate(180deg);
}
.header__primary__menuContainer > ul > li > a:focus + svg + ul, .header__primary__menuContainer > ul > li > a:hover + svg + ul {
  opacity: 1;
  pointer-events: auto;
  animation: growIn ease-in-out 0.4s;
  height: inherit;
  padding: 20px;
}
.header__primary__menuContainer > ul > li .menu-arrow {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 0;
  fill: #ffffff;
  width: 10px;
  height: 8px;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__primary__menuContainer > ul > li > ul {
  min-width: 100%;
  width: auto;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  position: absolute;
  overflow: hidden;
  top: 100%;
  z-index: 5;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  height: 0px;
  padding: 0 20px;
  transition: opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__primary__menuContainer > ul > li > ul:focus, .header__primary__menuContainer > ul > li > ul:hover {
  opacity: 1;
  pointer-events: auto;
  height: inherit;
  padding: 20px;
}
.header__primary__menuContainer > ul > li > ul:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  height: 20px;
}
.header__primary__menuContainer > ul > li > ul > li {
  position: relative;
  width: 100%;
}
.header__primary__menuContainer > ul > li > ul > li.currentpage > a, .header__primary__menuContainer > ul > li > ul > li.activeparent > a {
  color: #5B1821;
}
.header__primary__menuContainer > ul > li > ul > li.currentpage > a:before, .header__primary__menuContainer > ul > li > ul > li.activeparent > a:before {
  opacity: 1;
}
.header__primary__menuContainer > ul > li > ul > li:last-child a {
  margin-bottom: 0;
}
.header__primary__menuContainer > ul > li > ul > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-family: "filson-pro", sans-serif;
  font-size: 0.887rem;
  font-weight: lighter;
  white-space: nowrap;
  margin-bottom: 1em;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__primary__menuContainer > ul > li > ul > li > a.currentpage, .header__primary__menuContainer > ul > li > ul > li > a.activeparent {
  color: #5B1821;
}
.header__primary__menuContainer > ul > li > ul > li > a:focus, .header__primary__menuContainer > ul > li > ul > li > a:hover {
  color: #FFD801;
}
.header__primary__menuContainer > ul > li > ul > li > a .new {
  position: absolute;
  top: -16px;
  right: -15px;
  z-index: 3;
  background-color: #FF3201;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "elza", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 10px;
  line-height: 1;
  transform: rotate(5deg) scale(0.8);
  width: auto;
}
/*********************************************
  FOOTER
*********************************************/
.footer {
  z-index: 11;
  position: relative;
  background-color: #002847;
}
.footer__top {
  border-bottom: 1px solid #00ABCD;
  padding: 16px 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}
@media (max-width: 600px) {
  .footer__top {
    display: block;
    text-align: center;
  }
}
.footer__top__phone p {
  color: #FFD801;
  font-family: "filson-pro", sans-serif;
}
@media (max-width: 600px) {
  .footer__top__phone {
    margin-bottom: 10px;
  }
}
.footer__primary {
  padding: 30px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 60px;
  align-items: center;
}
.footer__primary__logoContainer {
  text-align: center;
}
.footer__primary__logoContainer a img {
  width: 180px;
  margin-bottom: 15px;
}
.footer__primary__logoContainer a.facebook svg {
  width: 32px;
  height: 32px;
}
.footer__primary__menuContainer ul {
  display: flex;
  flex-flow: row wrap;
  gap: 45px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footer__primary__menuContainer ul li {
    width: 27%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer__primary__menuContainer ul li {
    width: 45%;
    text-align: center;
  }
}
.footer__primary__menuContainer ul li a {
  color: #ffffff;
  font-family: "filson-pro", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
.footer__primary__menuContainer ul li a:hover, .footer__primary__menuContainer ul li a.currentpage {
  color: #FFD801;
}
.footer__primary__menuContainer ul li ul {
  display: block;
}
@media (max-width: 1024px) {
  .footer__primary__menuContainer ul li ul {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer__primary__menuContainer ul li ul li {
    width: 100%;
  }
}
.footer__primary__menuContainer ul li ul li a {
  font-weight: 300;
  font-size: 0.887rem;
  margin-bottom: 0;
}
.footer__primary__menuContainer ul li p {
  color: #ffffff;
  font-weight: 300;
  font-size: 0.887rem;
  font-family: "filson-pro", sans-serif;
}
.footer__legals__list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: center;
}
.footer__legals__list__item a {
  color: #ffffff;
  font-size: 0.75rem;
}
.footer__end {
  z-index: 3;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #F0EFE7;
}
.footer__end .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.footer__end__oannaLink {
  z-index: 3;
  display: inline-block;
}
.footer__end__oannaLink span {
  position: absolute;
  white-space: nowrap;
  text-indent: -9999px;
}
.footer__end__oannaLink img {
  width: 32px;
}

/*********************************************
  SLICK
*********************************************/
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.slick-dots li {
  margin: 0px 5px;
  display: flex;
  line-height: 1;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  border: none;
  font-size: 0;
  cursor: pointer;
  background-color: #D2AA6D;
  transform: scale(1);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slick-dots li.slick-active button {
  transform: scale(1.15);
  background-color: #685557;
}

/*********************************************
  JS SOCIALS - ME
*********************************************/
#shareIcons .jssocials-share-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
  background-color: #000000 !important;
  font-size: 0.887rem !important;
  border-radius: 50% !important;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
#shareIcons .jssocials-share-link:hover {
  background-color: #D2AA6D !important;
}
#shareIcons .jssocials-share-link i {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#shareIcons .jssocials-share-link .fa.fa-linkedin.jssocials-share-logo:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'/%3E%3C/svg%3E");
}
#shareIcons .jssocials-share-link .fa.fa-facebook.jssocials-share-logo:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
}
#shareIcons .jssocials-share-link .fa.fa-twitter.jssocials-share-logo:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
}
#shareIcons .jssocials-share-link .fa.fa-at.jssocials-share-logo:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z'/%3E%3C/svg%3E");
}

/*********************************************
  GOOGLE MAP - me
*********************************************/
.gm-style .gm-style-iw.gm-style-iw-c img {
  width: 120px;
  margin: 20px auto;
}
.gm-style h5 {
  text-align: center;
  color: #000000;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1rem;
}
.gm-style .paragraph, .gm-style .googleLinks {
  text-align: center;
  color: #000000;
  font-size: 0.887rem;
  font-family: "elza", sans-serif;
  font-weight: 400;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.gm-style .paragraph a, .gm-style .googleLinks a {
  font-size: 0.887rem;
  font-family: "elza", sans-serif;
  font-weight: 400;
  color: #D2AA6D;
}

.mfp-bottom-bar .mfp-title {
  display: none;
}
.mfp-bottom-bar .mfp-counter {
  display: none;
}

/*********************************************
  COOKIE CONSENT - override me
*********************************************/
:root {
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-border-radius: .35em;
  --cc-btn-primary-bg: #2d4156;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-btn-border-radius: 4px;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/*********************************************
  BANNER
*********************************************/
.banner {
  position: relative;
  z-index: 3;
  min-height: 460px;
  overflow: hidden;
  display: flex;
  width: 100%;
}
.banner > .wrapper {
  width: 100%;
  height: auto;
}
.banner__contentContainer {
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.banner__contentContainer__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.linkList {
  margin-bottom: 80px;
}
.linkList__links__list {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .linkList__links__list {
    gap: 10px 20px;
  }
}
@media (max-width: 1024px) {
  .linkList__links__list__item {
    justify-self: center;
    text-align: center;
    margin-bottom: 10px;
  }
}
.linkList__links__list__item__link {
  background: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 30px;
  border-radius: 50%;
  transition: background cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  width: 250px;
  height: 250px;
}
@media (max-width: 1200px) {
  .linkList__links__list__item__link {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 900px) {
  .linkList__links__list__item__link {
    width: 180px;
    height: 180px;
    padding: 20px;
  }
}
.linkList__links__list__item__link:hover {
  background: #FFD801;
}
.linkList__links__list__item__link:hover h2 {
  color: #FF3201;
}
.linkList__links__list__item__link img {
  height: 100px;
  margin: auto;
}
@media (max-width: 1200px) {
  .linkList__links__list__item__link img {
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .linkList__links__list__item__link img {
    height: 40px;
  }
}
.linkList__links__list__item__link h2 {
  font-family: "filson-pro", sans-serif;
  margin-bottom: 10px;
  text-transform: initial;
  font-weight: bold;
  font-size: 1.618rem;
  color: #00ABCD;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
@media (max-width: 1200px) {
  .linkList__links__list__item__link h2 {
    font-size: 1.272rem;
  }
}
.linkList__links__list__item__link p {
  line-height: 1em;
  font-size: 0.887rem;
}
@media (max-width: 1200px) {
  .linkList__links__list__item__link p {
    font-size: 0.75rem;
  }
}

.fixedbutton {
  z-index: 15;
  position: fixed;
  top: 200px;
  right: 5%;
  height: 250px;
  width: 250px;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fixedbutton:hover .fixedbutton__link {
  transform: scale(1.06);
}
@media (max-width: 1400px) {
  .fixedbutton {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .fixedbutton {
    display: none;
  }
}
.fixedbutton__link {
  background-color: #FFD801;
  border-radius: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.fixedbutton__link__img {
  max-width: 90%;
  margin-top: -30px;
}
.fixedbutton__link__title {
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  font-size: 1.272rem;
  color: #FF3201;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .fixedbutton__link__title {
    font-size: 1.1rem;
  }
}
.fixedbutton__link__text {
  width: 80%;
  font-size: 1rem;
  text-align: center;
  color: #5B1821;
}
@media (max-width: 1400px) {
  .fixedbutton__link__text {
    font-size: 0.887rem;
  }
}

/*********************************************
  HOME
*********************************************/
.homePage {
  padding-top: 0;
}
.homePage .bannerContainer {
  border-radius: 0 0 150px 150px;
  height: 650px;
  padding-top: 200px;
  margin-bottom: -150px;
  position: relative;
}
.homePage .bannerContainer__title h1 {
  color: #03424E;
  text-transform: initial;
  font-weight: bold;
  font-size: 2.618rem;
  font-family: "abril-display", serif;
  padding-left: 50px;
}
@media (max-width: 600px) {
  .homePage .bannerContainer__title h1 {
    padding-left: 0;
    text-align: center;
    font-size: 2.058rem;
  }
}
.homePage .campingContainer {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .homePage .campingContainer {
    margin-bottom: 60px;
  }
}
.homePage .campingContainer .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  row-gap: 0;
  align-items: center;
  padding: 0 50px;
}
@media (max-width: 1400px) {
  .homePage .campingContainer .wrapper {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 1200px) {
  .homePage .campingContainer .wrapper {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 1024px) {
  .homePage .campingContainer .wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0px;
  }
}
.homePage .campingContainer__left__title {
  background: url(../../assets/images/tente.png) no-repeat top left;
  background-size: 70px;
  padding-top: 40px;
  font-weight: bold;
  color: #03424E;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .homePage .campingContainer__left__title {
    background: url(../../assets/images/tente.png) no-repeat top center;
    background-size: 70px;
  }
}
.homePage .campingContainer__left__desc {
  max-width: 600px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .homePage .campingContainer__left__desc {
    margin: auto;
    margin-bottom: 40px;
  }
}
.homePage .campingContainer__left__list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .homePage .campingContainer__left__list {
    justify-content: center;
  }
}
.homePage .campingContainer__left__list__item__new {
  position: absolute;
  top: -10px;
  left: 15px;
  z-index: 3;
  background-color: #FF3201;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "elza", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 10px;
  line-height: 1;
  transform: rotate(-5deg);
  width: auto;
}
.homePage .campingContainer__right__list {
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .homePage .campingContainer__right__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
}
.homePage .campingContainer__right__list img {
  border: 4px solid #ffffff;
  float: left;
  overflow: hidden;
}
.homePage .campingContainer__right__list img:nth-child(2) {
  margin-left: -84px;
  margin-top: 120px;
  transform: rotate(357deg);
}
@media (max-width: 1200px) {
  .homePage .campingContainer__right__list img:nth-child(2) {
    margin-left: -104px;
    transform: rotate(357deg) scale(0.8) !important;
  }
}
.homePage .campingContainer__right__list img:nth-child(3) {
  margin-left: -70px;
  margin-top: 20px;
  transform: rotate(348deg);
}
@media (max-width: 1200px) {
  .homePage .campingContainer__right__list img:nth-child(3) {
    margin-left: -90px;
    transform: rotate(348deg) scale(0.8) !important;
  }
}
@media (max-width: 1200px) {
  .homePage .campingContainer__right__list img {
    transform: scale(0.8) !important;
  }
}
.homePage .campingContainer__mobilhome {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .homePage .campingContainer__mobilhome {
    grid-column: inherit;
    margin-bottom: 60px;
  }
}
.homePage .campingContainer__mobilhome__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 440px;
  max-width: 100%;
  padding: 40px 60px;
  text-align: left;
}
@media (max-width: 600px) {
  .homePage .campingContainer__mobilhome__main {
    width: 360px;
    padding: 20px 20px;
  }
}
.homePage .campingContainer__mobilhome__main__img {
  z-index: 2;
  position: absolute;
  right: 20px;
  width: 120px;
  pointer-events: none;
}
@media (max-width: 600px) {
  .homePage .campingContainer__mobilhome__main__img {
    right: -20px;
  }
}
.homePage .campingContainer__mobilhome__main__new {
  z-index: 3;
  background-color: #FF3201;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "elza", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 10px;
  line-height: 1;
  margin-bottom: 0;
  margin-bottom: -6px;
  transform: rotate(-5deg);
  margin-left: 50px;
  width: auto;
}
.homePage .campingContainer__mobilhome__main__title {
  z-index: 2;
  background-color: #FFD801;
  color: #685557;
  font-size: 1rem;
  font-weight: bold;
  font-family: "elza", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 10px;
  margin-bottom: 5px;
}
.homePage .campingContainer__mobilhome__main__text {
  z-index: 2;
  color: #685557;
  font-size: 1rem;
  max-width: 300px;
  text-wrap: balance;
  margin-left: 6px;
}
.homePage .campingContainer__mobilhome__main__bulle {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .homePage .campingContainer__mobilhome__main__bulle {
    transform: scale(1.3);
  }
}
.homePage .servicesContainer .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background: #F0EFE7;
  border-radius: 50px;
  padding-bottom: 50px;
  margin-bottom: -150px;
  padding: 0 50px;
  z-index: 10;
}
@media (max-width: 1400px) {
  .homePage .servicesContainer .wrapper {
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 1200px) {
  .homePage .servicesContainer .wrapper {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 1024px) {
  .homePage .servicesContainer .wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0px;
  }
}
@media (max-width: 1024px) {
  .homePage .servicesContainer__left {
    order: 2;
  }
}
.homePage .servicesContainer__left__list {
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .homePage .servicesContainer__left__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.homePage .servicesContainer__left__list img {
  border: 4px solid #ffffff;
  float: left;
  overflow: hidden;
}
.homePage .servicesContainer__left__list img:nth-child(2) {
  margin-left: -84px;
  margin-top: 120px;
  transform: rotate(357deg);
}
@media (max-width: 1200px) {
  .homePage .servicesContainer__left__list img:nth-child(2) {
    margin-left: -104px;
    transform: rotate(357deg) scale(0.8) !important;
  }
}
.homePage .servicesContainer__left__list img:nth-child(3) {
  margin-left: -70px;
  margin-top: 20px;
  transform: rotate(348deg);
}
@media (max-width: 1200px) {
  .homePage .servicesContainer__left__list img:nth-child(3) {
    margin-left: -90px;
    transform: rotate(348deg) scale(0.8) !important;
  }
}
.homePage .servicesContainer__left__list .clear {
  clear: both;
}
@media (max-width: 1024px) {
  .homePage .servicesContainer__right {
    order: 1;
  }
}
.homePage .servicesContainer__right__title {
  background: url(../../assets/images/playground.png) no-repeat top left;
  background-size: 50px;
  padding-top: 40px;
  font-weight: bold;
  color: #03424E;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .homePage .servicesContainer__right__title {
    background: url(../../assets/images/tente.png) no-repeat top center;
    background-size: 70px;
  }
}
.homePage .servicesContainer__right__desc {
  max-width: 600px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .homePage .servicesContainer__right__desc {
    margin: auto;
    margin-bottom: 40px;
  }
}
.homePage .servicesContainer__right__list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .homePage .servicesContainer__right__list {
    justify-content: center;
  }
}
.homePage .servicesContainer__right__list li:nth-child(2) a, .homePage .servicesContainer__right__list li:nth-child(3) a {
  background: #FFD801;
  color: #03424E;
}
.homePage .activityContainer {
  padding-top: 240px;
  padding-bottom: 120px;
}
.homePage .activityContainer__block {
  width: 50%;
  background: #F0EFE7;
  padding: 50px;
  border-radius: 40px;
}
@media (max-width: 900px) {
  .homePage .activityContainer__block {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .homePage .activityContainer__block {
    width: 100%;
  }
}
.homePage .activityContainer__block__title {
  background: url(../../assets/images/rafting.png) no-repeat top left;
  background-size: 50px;
  padding-top: 40px;
  font-weight: bold;
  color: #03424E;
  margin-bottom: 20px;
}
.homePage .activityContainer__block__desc {
  max-width: 600px;
  margin-bottom: 40px;
}
.homePage .activityContainer__block__list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: flex-start;
}
.homePage .activityContainer__block__list li:nth-child(2) a, .homePage .activityContainer__block__list li:nth-child(3) a {
  background: #FFD801;
  color: #03424E;
}
.homePage .newsContainer {
  padding: 80px 0;
}
.homePage .newsContainer__titleContainer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.homePage .newsContainer__titleContainer__title {
  text-transform: initial;
  font-size: 2.618rem;
  font-weight: bold;
  color: #03424E;
  margin-bottom: 20px;
}
.homePage .newsContainer__news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1200px) {
  .homePage .newsContainer__news__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .homePage .newsContainer__news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .homePage .newsContainer__news__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.homePage .newsContainer__news__list__item a {
  display: block;
  transition: all ease 0.2s;
  border-radius: 40px;
  background: #ffffff;
}
.homePage .newsContainer__news__list__item a:hover {
  transform: scale(1.05);
}
.homePage .newsContainer__news__list__item img {
  width: 100%;
  border-radius: 40px;
}
.homePage .newsContainer__news__list__item__infos {
  background: #ffffff;
  padding: 40px;
  border-radius: 40px;
}
.homePage .newsContainer__news__list__item__infos__date {
  color: #00ABCD;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
}
.homePage .newsContainer__news__list__item__infos__title {
  text-transform: initial;
  margin-bottom: 10px;
  color: #03424E;
  font-weight: bold;
  font-family: "filson-pro", sans-serif;
}
.homePage .newsContainer__news__list__item__infos__text p {
  font-size: 0.887rem;
  line-height: 1.5em;
}
.homePage .reservationContainer {
  padding-top: 240px;
  padding-bottom: 240px;
  border-radius: 120px 120px 0 0;
}
@media (max-width: 1024px) {
  .homePage .reservationContainer {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.homePage .reservationContainer__block {
  width: 50%;
  margin: auto;
  background: #FFD801;
  padding: 50px;
  border-radius: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .homePage .reservationContainer__block {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .homePage .reservationContainer__block {
    width: 90%;
  }
}
.homePage .reservationContainer__block__title {
  background: url(../../assets/images/reservation2.png) no-repeat top center;
  background-size: 180px;
  padding-top: 110px;
  font-weight: bold;
  color: #FF3201;
  margin-bottom: 20px;
}
.homePage .reservationContainer__block__desc {
  max-width: 600px;
  margin: auto;
  margin-bottom: 40px;
}
.homePage .reservationContainer__block__list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: center;
}
.homePage .reservationContainer__block__list li {
  text-align: center;
}
.homePage .breadcrumbContainer {
  display: none;
}

/*********************************************
  A PROPOS
*********************************************/
.aproposPage {
  padding-top: 350px;
}
@media (max-width: 1024px) {
  .aproposPage {
    padding-top: 300px;
  }
}
.aproposPage .camping {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .aproposPage .camping {
    margin-bottom: 70px;
  }
}
.aproposPage .camping > .wrapper {
  position: relative;
}
.aproposPage .camping__contentContainer__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: initial;
  margin-bottom: 40px;
  gap: 50px;
}
@media (max-width: 1024px) {
  .aproposPage .camping__contentContainer__block {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 20px;
  }
}
.aproposPage .camping__contentContainer__block--first {
  grid-template-areas: "title illu";
}
@media (max-width: 1024px) {
  .aproposPage .camping__contentContainer__block--first {
    grid-template-areas: "illu" "title";
  }
}
.aproposPage .camping__contentContainer__block--second {
  grid-template-areas: "text img";
}
@media (max-width: 1024px) {
  .aproposPage .camping__contentContainer__block--second {
    grid-template-areas: "text" "img";
  }
}
.aproposPage .camping__contentContainer__block--third {
  grid-template-areas: "gal text";
}
@media (max-width: 1024px) {
  .aproposPage .camping__contentContainer__block--third {
    grid-template-areas: "text" "gal";
  }
}
.aproposPage .camping__contentContainer__block:last-of-type {
  margin-bottom: 0;
}
.aproposPage .camping__contentContainer__block__titleContainer {
  grid-area: title;
  align-self: end;
}
.aproposPage .camping__contentContainer__block__titleContainer__title {
  color: #00ABCD;
  font-family: "abril-display", serif;
  font-size: 3.756em;
  margin-bottom: 0;
  font-weight: bold;
}
@media (max-width: 900px) {
  .aproposPage .camping__contentContainer__block__titleContainer__title {
    font-size: 2.618rem;
  }
}
.aproposPage .camping__contentContainer__block__illustration {
  grid-area: illu;
  display: flex;
  justify-content: center;
}
.aproposPage .camping__contentContainer__block__illustration__img {
  max-height: 150px;
}
@media (max-width: 900px) {
  .aproposPage .camping__contentContainer__block__illustration__img {
    max-height: inherit;
    max-width: 150px;
  }
}
.aproposPage .camping__contentContainer__block__text {
  grid-area: text;
}
.aproposPage .camping__contentContainer__block__text > p {
  color: #03424E;
}
.aproposPage .camping__contentContainer__block__imgContainer {
  grid-area: img;
  height: 450px;
}
@media (max-width: 768px) {
  .aproposPage .camping__contentContainer__block__imgContainer {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .aproposPage .camping__contentContainer__block__imgContainer {
    height: 200px;
  }
}
.aproposPage .camping__contentContainer__block__imgContainer__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aproposPage .camping__contentContainer__block__galleryContainer {
  grid-area: gal;
}
.aproposPage .camping__contentContainer__block__galleryContainer__imgContainer {
  display: block;
  height: 450px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .aproposPage .camping__contentContainer__block__galleryContainer__imgContainer {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .aproposPage .camping__contentContainer__block__galleryContainer__imgContainer {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .aproposPage .camping__contentContainer__block__galleryContainer__imgContainer {
    height: 200px;
  }
}
.aproposPage .camping__contentContainer__block__galleryContainer__imgContainer__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aproposPage .camping__contentContainer__block__galleryContainer__gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (max-width: 600px) {
  .aproposPage .camping__contentContainer__block__galleryContainer__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.aproposPage .camping__contentContainer__block__galleryContainer__gallery > .item {
  aspect-ratio: 16/9;
}
@media (max-width: 600px) {
  .aproposPage .camping__contentContainer__block__galleryContainer__gallery > .item:nth-child(n+4) {
    display: none;
  }
}
.aproposPage .camping__contentContainer__block__galleryContainer__gallery > .item > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: solid 1px #B1B1B1;
}
/*********************************************
  SERVICES
*********************************************/
.servicesPage .services {
  margin-bottom: 100px;
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .servicesPage .services {
    margin-top: 75px;
  }
}
@media (max-width: 768px) {
  .servicesPage .services {
    margin-top: 40px;
  }
}
.servicesPage .services__contentContainer {
  width: 100%;
}
.servicesPage .services__contentContainer__top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "left right";
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .servicesPage .services__contentContainer__top {
    grid-template-columns: 4fr 1fr;
    grid-template-areas: "left right";
  }
}
@media (max-width: 768px) {
  .servicesPage .services__contentContainer__top {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "left";
    gap: 15px;
    margin-bottom: 40px;
  }
}
.servicesPage .services__contentContainer__top__left {
  grid-area: left;
  width: 100%;
}
.servicesPage .services__contentContainer__top__left__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 10px;
}
.servicesPage .services__contentContainer__top__right {
  grid-area: right;
  width: 100%;
  align-self: end;
}
@media (max-width: 768px) {
  .servicesPage .services__contentContainer__top__right {
    display: flex;
    justify-content: center;
  }
}
.servicesPage .services__contentContainer__top__right__img {
  max-width: 250px;
}
@media (max-width: 768px) {
  .servicesPage .services__contentContainer__top__right__img {
    max-width: 150px;
  }
}
.servicesPage .services__contentContainer__bottom {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 50px 50px 100px 50px;
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .servicesPage .services__contentContainer__bottom {
    padding: 30px 30px 60px;
  }
}
@media (max-width: 600px) {
  .servicesPage .services__contentContainer__bottom {
    padding: 20px 20px 50px;
  }
}
.servicesPage .services__contentContainer__bottom__listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .servicesPage .services__contentContainer__bottom__listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media (max-width: 600px) {
  .servicesPage .services__contentContainer__bottom__listing {
    grid-template-columns: 1fr;
  }
}
.servicesPage .services__contentContainer__bottom__listing__item__img {
  border-radius: 25px;
  margin-bottom: 30px;
}
.servicesPage .services__contentContainer__bottom__listing__item__title {
  font-family: "filson-pro", sans-serif;
  font-size: 1.272rem;
  font-weight: bold;
  color: #03424E;
  margin-bottom: 10px;
}
.servicesPage .services__contentContainer__bottom__listing__item__list {
  line-height: 1.8;
}
/*********************************************
  TARIFS
*********************************************/
.tarifsPage .tarifs {
  margin-top: 50px;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .tarifsPage .tarifs {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .tarifsPage .tarifs {
    margin-top: 10px;
  }
}
.tarifsPage .tarifs > .wrapper {
  position: relative;
}
.tarifsPage .tarifs__contentContainer {
  width: 100%;
}
.tarifsPage .tarifs__contentContainer__block {
  z-index: 3;
  max-width: 1100px;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 80px 60px;
}
@media (max-width: 900px) {
  .tarifsPage .tarifs__contentContainer__block {
    padding: 40px 30px;
  }
}
.tarifsPage .tarifs__contentContainer__block__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .tarifsPage .tarifs__contentContainer__block__title {
    font-size: 2.618rem;
    margin-bottom: 10px;
  }
}
.tarifsPage .tarifs__contentContainer__block__text {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .tarifsPage .tarifs__contentContainer__block__text {
    margin-bottom: 25px;
  }
}
.tarifsPage .tarifs__contentContainer__block__text--supp {
  margin-top: 30px;
}
.tarifsPage .tarifs__contentContainer__block__listing {
  display: flex;
  flex-direction: column;
}
.tarifsPage .tarifs__contentContainer__block__listing__item {
  display: grid;
  grid-template-columns: 1fr 150px;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: solid 1px #eeeeee;
  gap: 30px;
}
@media (max-width: 900px) {
  .tarifsPage .tarifs__contentContainer__block__listing__item {
    grid-template-columns: auto 120px;
  }
}
@media (max-width: 600px) {
  .tarifsPage .tarifs__contentContainer__block__listing__item {
    grid-template-columns: auto 90px;
  }
}
.tarifsPage .tarifs__contentContainer__block__listing__item__left {
  font-family: "elza", sans-serif;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 900px) {
  .tarifsPage .tarifs__contentContainer__block__listing__item__left {
    font-size: 0.887rem;
  }
}
@media (max-width: 600px) {
  .tarifsPage .tarifs__contentContainer__block__listing__item__left {
    font-size: 0.75rem;
  }
}
.tarifsPage .tarifs__contentContainer__block__listing__item__right__price {
  font-weight: bold;
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 900px) {
  .tarifsPage .tarifs__contentContainer__block__listing__item__right__price {
    font-size: 0.887rem;
  }
}
@media (max-width: 600px) {
  .tarifsPage .tarifs__contentContainer__block__listing__item__right__price {
    font-size: 0.75rem;
  }
}
.tarifsPage .tarifs__contentContainer__block__listing__item__right__by {
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 900px) {
  .tarifsPage .tarifs__contentContainer__block__listing__item__right__by {
    font-size: 0.887rem;
  }
}
@media (max-width: 600px) {
  .tarifsPage .tarifs__contentContainer__block__listing__item__right__by {
    font-size: 0.75rem;
  }
}
.tarifsPage .tarifs__contentContainer__bgimg {
  position: absolute;
  bottom: -200px;
  right: -150px;
  max-width: 800px;
}
/*********************************************
  ACTIVITES
*********************************************/
.activitesPage .activites {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .activitesPage .activites {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .activitesPage .activites {
    margin-top: 25px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .activitesPage .activites {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.activitesPage .activites > .wrapper {
  position: relative;
}
.activitesPage .activites__contentContainer {
  width: 100%;
}
.activitesPage .activites__contentContainer__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "left right";
  grid-auto-rows: 1fr auto;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .activitesPage .activites__contentContainer__top {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "left";
    gap: 20px;
  }
}
.activitesPage .activites__contentContainer__top__left {
  grid-area: left;
  width: 100%;
}
.activitesPage .activites__contentContainer__top__left__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .activitesPage .activites__contentContainer__top__left__title {
    font-size: 2.618rem;
  }
}
.activitesPage .activites__contentContainer__top__right {
  grid-area: right;
  width: 100%;
}
.activitesPage .activites__contentContainer__top__right__illu {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .activitesPage .activites__contentContainer__top__right__illu {
    max-width: 300px;
  }
}
.activitesPage .activites__contentContainer__bottom__listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1400px) {
  .activitesPage .activites__contentContainer__bottom__listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .activitesPage .activites__contentContainer__bottom__listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .activitesPage .activites__contentContainer__bottom__listing {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
/*********************************************
  ACTIVITE
*********************************************/
.activitePage .activite {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .activitePage .activite {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .activitePage .activite {
    margin-top: 110px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .activitePage .activite {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
.activitePage .activite > .wrapper {
  position: relative;
}
.activitePage .activite__contentContainer {
  width: 100%;
}
.activitePage .activite__contentContainer__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "left right";
  grid-auto-rows: 1fr auto;
  gap: 100px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .activitePage .activite__contentContainer__top {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "left";
    gap: 40px;
  }
}
.activitePage .activite__contentContainer__top__left {
  grid-area: left;
  width: 100%;
}
.activitePage .activite__contentContainer__top__left__type {
  font-size: 1.618rem;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #03424E;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .activitePage .activite__contentContainer__top__left__type {
    font-size: 1.272rem;
  }
}
.activitePage .activite__contentContainer__top__left__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 900px) {
  .activitePage .activite__contentContainer__top__left__title {
    font-size: 2.618rem;
  }
}
.activitePage .activite__contentContainer__top__right {
  grid-area: right;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.activitePage .activite__contentContainer__top__right__logo {
  max-width: 150px;
}
@media (max-width: 768px) {
  .activitePage .activite__contentContainer__top__right__logo {
    max-width: 100px;
  }
}
.activitePage .activite__contentContainer__top__right__illu {
  max-width: 150px;
}
@media (max-width: 768px) {
  .activitePage .activite__contentContainer__top__right__illu {
    max-width: 100px;
  }
}
.activitePage .activite__contentContainer__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 900px) {
  .activitePage .activite__contentContainer__bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.activitePage .activite__contentContainer__bottom__left {
  width: 100%;
}
.activitePage .activite__contentContainer__bottom__right {
  width: 100%;
}
.activitePage .activite__contentContainer__bottom__right__imglink {
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 900px) {
  .activitePage .activite__contentContainer__bottom__right__imglink {
    margin-bottom: 10px;
  }
}
.activitePage .activite__contentContainer__bottom__right__imglink__img {
  width: 100%;
}
.activitePage .activite__contentContainer__bottom__right__gallery {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: 15px;
}
@media (max-width: 900px) {
  .activitePage .activite__contentContainer__bottom__right__gallery {
    gap: 10px;
  }
}
.activitePage .activite__contentContainer__bottom__right__gallery > .item {
  width: 100%;
  aspect-ratio: 16/9;
}
.activitePage .activite__contentContainer__bottom__right__gallery > .item > a {
  width: 100%;
}
.activitePage .activite__contentContainer__bottom__right__gallery > .item > a > img {
  border: 1px solid #B1B1B1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.activitePage .activite__contentContainer__bottom__right__buttonContainer {
  margin-top: 30px;
}
/*********************************************
  ACTUALITES
*********************************************/
.actualitesPage .actualites {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .actualitesPage .actualites {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .actualitesPage .actualites {
    margin-top: 25px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .actualitesPage .actualites {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.actualitesPage .actualites > .wrapper {
  position: relative;
}
.actualitesPage .actualites__contentContainer {
  width: 100%;
}
.actualitesPage .actualites__contentContainer__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "left right";
  grid-auto-rows: 1fr auto;
  align-items: center;
  margin-bottom: 50px;
  gap: 40px;
}
@media (max-width: 1200px) {
  .actualitesPage .actualites__contentContainer__top {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "left";
    gap: 20px;
  }
}
.actualitesPage .actualites__contentContainer__top__left {
  grid-area: left;
  width: 100%;
}
.actualitesPage .actualites__contentContainer__top__left__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .actualitesPage .actualites__contentContainer__top__left__title {
    font-size: 2.618rem;
  }
}
.actualitesPage .actualites__contentContainer__top__right {
  grid-area: right;
  width: 100%;
}
.actualitesPage .actualites__contentContainer__top__right__illu {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .actualitesPage .actualites__contentContainer__top__right__illu {
    max-width: 300px;
  }
}
.actualitesPage .actualites__contentContainer__bottom__listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1400px) {
  .actualitesPage .actualites__contentContainer__bottom__listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .actualitesPage .actualites__contentContainer__bottom__listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .actualitesPage .actualites__contentContainer__bottom__listing {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
/*********************************************
  ACTIVITE
*********************************************/
.actualitePage .actualite {
  margin-top: 150px;
  margin-bottom: 200px;
}
@media (max-width: 1200px) {
  .actualitePage .actualite {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .actualitePage .actualite {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .actualitePage .actualite {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.actualitePage .actualite > .wrapper {
  position: relative;
}
.actualitePage .actualite__contentContainer {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "left right";
  gap: 50px;
  max-width: 1400px;
}
@media (max-width: 1024px) {
  .actualitePage .actualite__contentContainer {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "left";
    gap: 20px;
  }
}
.actualitePage .actualite__contentContainer__left {
  grid-area: left;
}
.actualitePage .actualite__contentContainer__left__imglink {
  margin-bottom: 15px;
  display: block;
}
.actualitePage .actualite__contentContainer__left__imglink__img {
  border-radius: 25px;
  width: 100%;
}
.actualitePage .actualite__contentContainer__left__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.actualitePage .actualite__contentContainer__left__gallery > .item {
  aspect-ratio: 12/9;
}
.actualitePage .actualite__contentContainer__left__gallery > .item > a > img {
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.actualitePage .actualite__contentContainer__right {
  grid-area: right;
  max-width: 700px;
}
.actualitePage .actualite__contentContainer__right__date {
  margin-bottom: 10px;
  font-family: "elza", sans-serif;
  color: #00ABCD;
  font-size: 1.1rem;
}
.actualitePage .actualite__contentContainer__right__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #03424E;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 900px) {
  .actualitePage .actualite__contentContainer__right__title {
    font-size: 2.618rem;
  }
}
.actualitePage .actualite__contentContainer__right__content {
  margin-bottom: 40px;
}
.actualitePage .actualite__contentContainer__right__content > p {
  color: #03424E;
}
.actualitePage .actualite__contentContainer__right__videoContainer {
  margin-bottom: 40px;
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.actualitePage .actualite__contentContainer__right__videoContainer > iframe {
  width: 100%;
  height: 100%;
}
.actualitePage .actualite__contentContainer__right__buttonContainer {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .actualitePage .actualite__contentContainer__right__buttonContainer {
    display: none;
  }
}
.actualitePage .actualite__contentContainer__buttonContainer {
  display: none;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .actualitePage .actualite__contentContainer__buttonContainer {
    display: flex;
  }
}
/*********************************************
  RESERVATION
*********************************************/
.reservationPage {
  padding-top: 150px;
}
.reservationPage .reservation {
  min-height: 800px;
  position: relative;
}
.reservationPage .reservation > .wrapper {
  position: relative;
}
.reservationPage .reservation__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.reservationPage .reservation__bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reservationPage .reservation__contentContainer {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 150px;
}
.reservationPage .reservation__contentContainer__content {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 50px 100px;
}
@media (max-width: 900px) {
  .reservationPage .reservation__contentContainer__content {
    padding: 25px 50px;
  }
}
.reservationPage .reservation__contentContainer__content__illu {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 150px;
}
.reservationPage .reservation__contentContainer__content__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 900px) {
  .reservationPage .reservation__contentContainer__content__title {
    font-size: 2.618rem;
  }
}
.reservationPage .reservation__contentContainer__content__form .feedbackBlock {
  background: #8BC68E;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}
.reservationPage .reservation__contentContainer__content__form .feedbackBlock p {
  color: white;
}
.reservationPage .reservation__contentContainer__content__form .feedbackBlock a {
  margin-top: 10px;
  display: inline-block;
  background: #FFD801;
  padding: 10px 25px;
  color: #000000;
}
.reservationPage .reservation__contentContainer__content__form form {
  width: 100%;
}
@media (max-width: 1024px) {
  .reservationPage .reservation__contentContainer__content__form form {
    margin-top: 0;
  }
}
.reservationPage .reservation__contentContainer__content__form form .form {
  display: block;
}
.reservationPage .reservation__contentContainer__content__form form #errors {
  position: relative;
  margin-top: 30px;
}
.reservationPage .reservation__contentContainer__content__form form #errors p {
  padding: 10px 20px;
  background: #FF3201;
  color: #ffffff;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  max-width: 700px;
}
.reservationPage .reservation__contentContainer__content__form form #errors ul {
  padding: 10px 20px;
  background: #FF3201;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  max-width: 700px;
}
.reservationPage .reservation__contentContainer__content__form form #errors ul li {
  color: #ffffff;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
  margin: auto;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1024px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset:first-child {
  margin-top: 0 !important;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset h2 {
  grid-column: 1/3;
  font-size: 1.618rem;
  color: #8BC68E;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset h2 {
    grid-column: 1;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset h2:first-child {
  margin-top: 0;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset h3 {
    margin-bottom: 25px;
    margin-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset h3 svg {
  display: none;
}
@media (max-width: 1024px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.montantBlock {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.montantBlock {
    padding: 0;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.montantBlock h3 {
  color: #D2AA6D;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.cardBlock {
  grid-template-columns: 1fr;
  margin-top: 40px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.cardBlock h3 {
  color: #FF3201;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.cardBlock .legals > div {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.cardBlock .legals > div input {
  width: 15px;
  height: 15px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.cardBlock .legals > div label {
  font-size: 0.887rem;
  width: calc(100% - 25px);
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.factuBlock h3 {
  color: #685557;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset label {
  display: block;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset input, .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset select {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset input, .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset select {
    width: 100%;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .pretty {
  margin-bottom: 15px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .conditions * {
  font-size: 11px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .miChamps {
  width: 42.5%;
  display: inline-block;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier {
    width: 40%;
  }
}
@media screen and (max-width: 400px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier {
    width: 100%;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier input {
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier input {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 400px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier input {
    width: 100%;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier2 {
  display: inline-block;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier2 {
    width: 59%;
  }
}
@media screen and (max-width: 400px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier2 {
    width: 100%;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier2 input {
  width: 74%;
}
@media screen and (max-width: 1000px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset .tier2 input {
    width: 100%;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset button {
  background: #00ABCD !important;
  color: #ffffff !important;
  padding: 12px 50px !important;
  border-radius: 4px !important;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment {
  grid-template-columns: 1fr;
  margin-top: 40px;
  gap: 5px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment .infoSup {
  margin-top: 20px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment .infoSup * {
  font-size: 0.887rem;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment h2 {
  grid-column: 1;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment > div {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment > div label {
  width: 60%;
  max-width: calc(100% - 280px);
  font-size: 0.887rem;
}
@media (max-width: 600px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment > div label {
    max-width: 100%;
    width: 100%;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment > div .help {
  width: 150px;
  text-align: right;
  font-size: 0.887rem;
}
@media (max-width: 600px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment > div .help {
    text-align: left;
    width: auto;
    font-size: 0.75rem;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment > div .help b {
  font-weight: bold;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.payment > div input {
  width: 100px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.montantBlock {
  margin-top: 40px;
  grid-template-columns: 1fr;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.montantBlock > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.montantBlock > div label {
  font-weight: bold;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.montantBlock > div .price {
  justify-self: flex-end;
  text-align: right;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: 5px;
  align-items: flex-end;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.montantBlock > div input {
  width: 100px;
  border: none;
  padding: 0;
  text-align: right;
  font-size: 1.272rem;
  font-weight: bold;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm > fieldset.montantBlock > div span {
  font-size: 0.75rem;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm .typePayment {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm .typePayment {
    justify-content: space-between;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm .typePayment li {
  width: 40%;
  background: #F0EFE7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm .typePayment li {
    width: 48%;
    margin-right: 0;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm .typePayment li#selected {
  background-color: #00ABCD;
  color: #ffffff;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm .typePayment li.bancontact {
  background: url(../../assets/images/Bancontact_logo.svg) no-repeat center top 20px #F0EFE7;
  padding-top: 60px;
  -webkit-background-size: 47px;
  background-size: 47px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm .typePayment li.visa {
  background: url(../../assets/images/credit-card.svg) no-repeat center top 20px #F0EFE7;
  padding-top: 60px;
  -webkit-background-size: 39px;
  background-size: 39px;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm .paymentMethod {
  display: none;
  background: #F0EFE7;
  padding: 20px;
  border-radius: 4px;
  width: 82%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .reservationPage .reservation__contentContainer__content__form form .infoBlockForm .paymentMethod {
    width: 100%;
  }
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm .paymentMethod h4 {
  font-family: "elza", sans-serif;
}
.reservationPage .reservation__contentContainer__content__form form .infoBlockForm .paymentMethod #cardNumber, .reservationPage .reservation__contentContainer__content__form form .infoBlockForm .paymentMethod #expiryDate, .reservationPage .reservation__contentContainer__content__form form .infoBlockForm .paymentMethod #cardCvc {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 75%;
  margin: auto;
  background: #ffffff;
  margin-bottom: 30px;
  padding: 10px 12px;
}
.reservationPage .reservation__contentContainer__content__form form {
  margin-bottom: 250px;
}

/*********************************************
  EN IMAGE
*********************************************/
.enimagePage {
  padding-top: 400px;
}
@media (max-width: 1024px) {
  .enimagePage {
    padding-top: 300px;
  }
}
.enimagePage .enimage {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .enimagePage .enimage {
    margin-bottom: 70px;
  }
}
.enimagePage .enimage > .wrapper {
  position: relative;
}
.enimagePage .enimage__contentContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "topLeft topRight" "bottom bottom";
  gap: 10px;
  row-gap: 60px;
}
@media (max-width: 1024px) {
  .enimagePage .enimage__contentContainer {
    grid-template-columns: 1fr;
    grid-template-areas: "topLeft" "topRight" "bottom";
    gap: 15px;
    row-gap: 30px;
  }
}
.enimagePage .enimage__contentContainer__topLeft {
  grid-area: topLeft;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 20px;
}
.enimagePage .enimage__contentContainer__topLeft__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .enimagePage .enimage__contentContainer__topLeft__title {
    font-size: 2.618rem;
  }
}
.enimagePage .enimage__contentContainer__topRight {
  grid-area: topRight;
  width: 100%;
}
.enimagePage .enimage__contentContainer__topRight__linkimg {
  width: 100%;
  display: block;
  aspect-ratio: 12/9;
}
.enimagePage .enimage__contentContainer__topRight__linkimg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enimagePage .enimage__contentContainer__bottom {
  grid-area: bottom;
}
.enimagePage .enimage__contentContainer__bottom__galleries {
  width: 100%;
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 900px) {
  .enimagePage .enimage__contentContainer__bottom__galleries .galleries {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 600px) {
  .enimagePage .enimage__contentContainer__bottom__galleries .galleries {
    grid-template-columns: repeat(1, 1fr);
  }
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries__item {
  width: 100%;
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link:focus .galleries__item__link__title, .enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link:hover .galleries__item__link__title {
  color: #D2AA6D;
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link:focus .galleries__item__link__button, .enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link:hover .galleries__item__link__button {
  color: #ffffff;
  background-color: #685557;
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link__title {
  font-weight: bold;
  font-size: 1.272rem;
  color: #00ABCD;
  margin-bottom: 5px;
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link__comment {
  font-size: 1rem;
  color: #685557;
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link__imgContainer {
  margin-top: 10px;
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link__imgContainer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #ffffff;
}
.enimagePage .enimage__contentContainer__bottom__galleries .galleries__item__link__button {
  margin-top: 10px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/*********************************************
  EN IMAGE - GALLERY specific page
*********************************************/
.enimagegalleryPage {
  min-height: 100vh;
  padding: 0;
  display: flex;
}
.enimagegalleryPage .header,
.enimagegalleryPage .footer {
  display: none;
}
.enimagegalleryPage .enimagegallery {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px;
}
@media (max-width: 1024px) {
  .enimagegalleryPage .enimagegallery {
    padding: 20px 5vw;
  }
}
.enimagegalleryPage .enimagegallery__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 1800px;
  width: 100%;
}
.enimagegalleryPage .enimagegallery__gallery > .item {
  flex: 0 1 400px;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .enimagegalleryPage .enimagegallery__gallery > .item {
    flex-basis: 45%;
    max-width: 45%;
  }
}
@media (max-width: 480px) {
  .enimagegalleryPage .enimagegallery__gallery > .item {
    flex: 0 1 300px;
    max-width: 300px;
  }
}
.enimagegalleryPage .enimagegallery__gallery > .item > a {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #ffffff;
}
.enimagegalleryPage .enimagegallery__gallery > .item > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enimagegalleryPage .enimagegallery__buttonContainer {
  margin-top: 40px;
}
/*********************************************
  MOBILHOME -> Coup de soleil
*********************************************/
.mobilhomePage {
  padding-top: 400px;
}
@media (max-width: 1024px) {
  .mobilhomePage {
    padding-top: 300px;
  }
}
.mobilhomePage .mobilhome {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .mobilhomePage .mobilhome {
    margin-bottom: 70px;
  }
}
.mobilhomePage .mobilhome > .wrapper {
  position: relative;
}
.mobilhomePage .mobilhome__contentContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "topLeft topRight" "bottomLeft bottomRight" "bottom bottom";
  gap: 10px;
  row-gap: 60px;
}
@media (max-width: 1024px) {
  .mobilhomePage .mobilhome__contentContainer {
    grid-template-columns: 1fr;
    grid-template-areas: "topLeft" "topRight" "bottomLeft" "bottomRight" "bottom";
    gap: 15px;
    row-gap: 40px;
  }
}
.mobilhomePage .mobilhome__contentContainer__topLeft {
  grid-area: topLeft;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 20px;
}
.mobilhomePage .mobilhome__contentContainer__topLeft__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .mobilhomePage .mobilhome__contentContainer__topLeft__title {
    font-size: 2.618rem;
  }
}
.mobilhomePage .mobilhome__contentContainer__topRight {
  grid-area: topRight;
  width: 100%;
}
.mobilhomePage .mobilhome__contentContainer__topRight__linkimg {
  width: 100%;
  display: block;
  aspect-ratio: 12/9;
}
.mobilhomePage .mobilhome__contentContainer__topRight__linkimg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobilhomePage .mobilhome__contentContainer__bottomLeft {
  grid-area: bottomLeft;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 20px;
}
.mobilhomePage .mobilhome__contentContainer__bottomLeft__title {
  font-size: 2.058rem;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #002847;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .mobilhomePage .mobilhome__contentContainer__bottomLeft__title {
    font-size: 1.618rem;
  }
}
.mobilhomePage .mobilhome__contentContainer__bottomLeft__infras {
  padding-top: 40px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.mobilhomePage .mobilhome__contentContainer__bottomLeft__infras__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
.mobilhomePage .mobilhome__contentContainer__bottomLeft__infras__item__icon {
  width: 24px;
}
.mobilhomePage .mobilhome__contentContainer__bottomLeft__infras__item__text {
  color: #00ABCD;
  font-size: 1.1rem;
  font-weight: 600;
}
.mobilhomePage .mobilhome__contentContainer__bottomRight {
  grid-area: bottomRight;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 20px;
}
.mobilhomePage .mobilhome__contentContainer__bottomRight__title {
  font-size: 2.058rem;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #002847;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .mobilhomePage .mobilhome__contentContainer__bottomRight__title {
    font-size: 1.618rem;
  }
}
.mobilhomePage .mobilhome__contentContainer__bottom {
  grid-area: bottom;
}
.mobilhomePage .mobilhome__contentContainer__bottom__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media (max-width: 1024px) {
  .mobilhomePage .mobilhome__contentContainer__bottom__gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 900px) {
  .mobilhomePage .mobilhome__contentContainer__bottom__gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .mobilhomePage .mobilhome__contentContainer__bottom__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mobilhomePage .mobilhome__contentContainer__bottom__gallery > .item {
  width: 100%;
}
.mobilhomePage .mobilhome__contentContainer__bottom__gallery > .item > a {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
}
.mobilhomePage .mobilhome__contentContainer__bottom__gallery > .item > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*********************************************
  CONTACT
*********************************************/
.contactPage .contact {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .contactPage .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contactPage .contact > .wrapper {
  position: relative;
}
.contactPage .contact__logo {
  grid-area: logo;
  position: relative;
  max-width: 350px;
  display: block;
  z-index: 15;
  margin-top: -50px;
  margin-bottom: 150px;
}
@media (max-width: 1600px) {
  .contactPage .contact__logo {
    max-width: 160px;
    margin-top: -40px;
    left: 0;
  }
}
@media (max-width: 1200px) {
  .contactPage .contact__logo {
    max-width: 160px;
    margin-top: -30px;
    left: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .contactPage .contact__logo {
    margin-bottom: 30px;
  }
}
.contactPage .contact__logo > img {
  width: 100%;
}
.contactPage .contact__contentContainer {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas: "first second third";
  gap: 100px;
}
@media (max-width: 1600px) {
  .contactPage .contact__contentContainer {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .contactPage .contact__contentContainer {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "first third" "second second";
  }
}
@media (max-width: 900px) {
  .contactPage .contact__contentContainer {
    grid-template-columns: 1fr;
    grid-template-areas: "first" "third" "second";
    gap: 25px;
  }
}
.contactPage .contact__contentContainer__first {
  grid-area: first;
  width: 100%;
}
.contactPage .contact__contentContainer__first__title {
  font-size: 3.756em;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 0;
}
.contactPage .contact__contentContainer__first__illu {
  position: relative;
  top: -10px;
  left: -20px;
  max-width: 220px;
}
.contactPage .contact__contentContainer__first__infos {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 50px 0;
}
@media (max-width: 1200px) {
  .contactPage .contact__contentContainer__first__infos {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 900px) {
  .contactPage .contact__contentContainer__first__infos {
    margin: 0;
  }
}
.contactPage .contact__contentContainer__first__infos__name {
  display: flex;
  flex-direction: column;
  font-size: 1.272rem;
  font-weight: bold;
  color: #03424E;
}
@media (max-width: 600px) {
  .contactPage .contact__contentContainer__first__infos__name {
    font-size: 1.1rem;
  }
}
.contactPage .contact__contentContainer__first__infos__adress {
  display: flex;
  flex-direction: column;
  font-size: 1.1rem;
  font-weight: normal;
  color: #03424E;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .contactPage .contact__contentContainer__first__infos__adress {
    font-size: 1rem;
  }
}
.contactPage .contact__contentContainer__first__infos__phone {
  color: #03424E;
  font-family: "elza", sans-serif;
  font-size: 1.272rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .contactPage .contact__contentContainer__first__infos__phone {
    font-size: 1.1rem;
  }
}
.contactPage .contact__contentContainer__first__infos__email {
  color: #03424E;
  font-family: "elza", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
}
@media (max-width: 600px) {
  .contactPage .contact__contentContainer__first__infos__email {
    font-size: 1.1rem;
  }
}
.contactPage .contact__contentContainer__first__infos__img {
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .contactPage .contact__contentContainer__first__infos__img {
    max-width: inherit;
    margin: 0;
    width: 100%;
  }
}
.contactPage .contact__contentContainer__second {
  grid-area: second;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .contactPage .contact__contentContainer__second {
    margin-top: 25px;
  }
}
.contactPage .contact__contentContainer__second__title {
  font-size: 1.618rem;
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  color: #03424E;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .contactPage .contact__contentContainer__second__title {
    margin-bottom: 15px;
  }
}
.contactPage .contact__contentContainer__second > form {
  width: 100%;
}
.contactPage .contact__contentContainer__third {
  grid-area: third;
  width: 100%;
  margin-top: 200px;
}
@media (max-width: 1200px) {
  .contactPage .contact__contentContainer__third {
    margin-top: 100px;
  }
}
@media (max-width: 900px) {
  .contactPage .contact__contentContainer__third {
    margin-top: 0px;
  }
}
.contactPage .contact__contentContainer__third__title {
  font-size: 2.618rem;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 10px;
}
.contactPage .contact__contentContainer__third__timetable {
  margin-top: 200px;
  width: 100%;
}
@media (max-width: 1200px) {
  .contactPage .contact__contentContainer__third__timetable {
    margin-top: 100px;
  }
}
@media (max-width: 900px) {
  .contactPage .contact__contentContainer__third__timetable {
    margin-top: 0px;
  }
}
.contactPage .contact__contentContainer__third__timetable__title {
  font-size: 2.618rem;
  font-family: "abril-display", serif;
  font-weight: bold;
  color: #00ABCD;
  margin-bottom: 10px;
}
.contactPage .contact__contentContainer__third__timetable__table {
  width: 100%;
}
.contactPage .contact__contentContainer__third__timetable__table:first-of-type {
  margin-bottom: 20px;
}
.contactPage .contact__contentContainer__third__timetable__table > thead > tr {
  width: 100%;
}
.contactPage .contact__contentContainer__third__timetable__table > thead > tr > th {
  font-family: "filson-pro", sans-serif;
  font-weight: bold;
  color: #03424E;
  text-align: start;
  padding-bottom: 10px;
}
.contactPage .contact__contentContainer__third__timetable__table > tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contactPage .contact__contentContainer__third__timetable__table > tbody > tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contactPage .contact__contentContainer__third__timetable__table > tbody > tr > td {
  font-family: "elza", sans-serif;
  color: #03424E;
  font-size: 1rem;
}
.contactPage .mapContainer > .wrapper {
  width: 100%;
  height: 600px;
}
@media (max-width: 1024px) {
  .contactPage .mapContainer > .wrapper {
    height: 500px;
  }
}
.contactPage .mapContainer #map {
  width: 100%;
  height: 100%;
}

/*********************************************
  PAGE TEXTE
*********************************************/
.contenuPage .banner {
  min-height: auto;
}
.contenuPage .maincontent {
  z-index: 3;
  padding-bottom: 60px;
}
/*********************************************
  ERREUR 404
*********************************************/
.erreur404Page .header .header__primary__menuContainer {
  display: none !important;
}
.erreur404Page .breadcrumb {
  display: none;
}
.erreur404Page .footer {
  display: none !important;
}
.erreur404Page .error {
  background-color: transparent;
}
.erreur404Page .error > .wrapper {
  height: 600px;
  height: 100vh;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erreur404Page .error__contentContainer {
  z-index: 2;
  text-align: center;
}
.erreur404Page .error__contentContainer__404 {
  margin-bottom: 0px;
  color: #D2AA6D;
  font-weight: bold;
  font-size: 2.618rem;
}
@media (max-width: 1024px) {
  .erreur404Page .error__contentContainer__404 {
    font-size: 2.058rem;
  }
}
.erreur404Page .error__contentContainer__title {
  margin-bottom: 40px;
  color: #D2AA6D;
  font-size: 1.618rem;
}
@media (max-width: 1024px) {
  .erreur404Page .error__contentContainer__title {
    font-size: 1.272rem;
  }
}

/*# sourceMappingURL=styles.1.css.map */
