:root {
  --ink: #17191f;
  --muted: #646975;
  --line: #e7e1d2;
  --paper: #fffdf8;
  --soft: #f6f2e8;
  --gold: #e5c100;
  --gold-dark: #a28700;
  --blue: #008da8;
  --shadow: 0 26px 80px rgba(23, 25, 31, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.pageTemplate {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(229, 193, 0, .18), transparent 28rem),
    linear-gradient(135deg, #fffdf8 0%, #f5f0e5 48%, #edf7f8 100%);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body,
p,
li,
td,
input,
textarea,
select {
  color: var(--muted);
  font-family: inherit;
}

a {
  color: var(--ink);
  text-decoration-color: rgba(229, 193, 0, .55);
  text-underline-offset: .18em;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

a:hover,
a:focus {
  color: var(--gold-dark);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(229, 193, 0, .4);
  outline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
}

.mm-page {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 31, .08);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.container {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-inline: clamp(20px, 3vw, 34px) !important;
}

header#top {
  position: relative;
  background: var(--ink);
}

.marketing,
.marketing.marck-page {
  position: relative;
  min-height: clamp(480px, 56vw, 650px) !important;
  background:
    linear-gradient(90deg, rgba(23, 25, 31, .96), rgba(23, 25, 31, .72) 48%, rgba(23, 25, 31, .32)),
    url("/media/images/gallery/1/big/13.jpg") center / cover no-repeat;
}

.marketing-slider,
.fluid_container,
.camera_wrap,
.camera_fakehover,
.camera_src,
.camera_target,
.camera_overlayer,
.camera_loader,
.camera_pag,
.camera_commands,
.camera_prev,
.camera_next {
  display: none !important;
}

.marketing-wrapper {
  position: static !important;
  inset: auto !important;
  min-height: inherit;
  display: flex;
  flex-direction: column;
}

.bloc1 {
  position: relative;
  padding: 24px 0 0;
  z-index: 2;
}

.bloc1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#logo {
  margin: 0 !important;
}

#logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

#logo img.logo {
  width: clamp(98px, 12vw, 132px);
  height: auto;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .2));
}

.btn-adhrent {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.btn-adhrent .btn1,
.btn-adhrent .btn2,
.btn-adhrent .popup,
.btn-adhrent a.btn2,
.read,
.content .read,
.submit,
button,
input.submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px !important;
  border: 1px solid rgba(229, 193, 0, .42) !important;
  border-radius: 999px !important;
  background: var(--gold) !important;
  color: #17191f !important;
  font-size: 13px !important;
  font-weight: 850;
  letter-spacing: .01em;
  line-height: 1.1;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.btn-adhrent .btn2,
.btn-adhrent a.btn2 {
  background: rgba(255, 255, 255, .08) !important;
  color: #fffdf8 !important;
  border-color: rgba(255, 255, 255, .24) !important;
}

.btn-adhrent .btn1:hover,
.btn-adhrent .btn2:hover,
.read:hover,
input.submit:hover {
  transform: translateY(-1px);
}

.show_popup {
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 8px !important;
  background: #fffdf8 !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25) !important;
}

.bloc2 {
  position: relative;
  z-index: 2;
  margin-top: 18px;
}

.bloc2 .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 22px;
  align-items: start;
}

.main-nav {
  display: block;
  min-width: 0;
  padding: 0;
}

.main-nav ul.sf-menu,
#my-mmenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav ul.sf-menu > li {
  float: none !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.main-nav ul.sf-menu > li > a,
#my-mmenu a {
  display: inline-flex !important;
  min-height: 38px;
  align-items: center;
  padding: 9px 12px !important;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fffdf8 !important;
  font-size: 13px !important;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: none !important;
  background-image: none !important;
}

.main-nav ul.sf-menu > li > a::before,
.main-nav ul.sf-menu > li > a::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.main-nav ul.sf-menu > li.selected > a,
.main-nav ul.sf-menu > li > a:hover,
#my-mmenu a:hover {
  border-color: rgba(229, 193, 0, .7);
  background: rgba(229, 193, 0, .18);
  color: #fffdf8 !important;
}

.vcard {
  min-width: 0;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 253, 248, .75);
  backdrop-filter: blur(12px);
}

.vcard .fn,
.vcard .org {
  color: #fffdf8;
  font-size: 1.05rem;
  font-weight: 850;
}

.vcard a,
.net-head a {
  color: #fffdf8 !important;
}

.net-head {
  display: flex;
  gap: 8px;
  margin: 12px 0;
}

.net-head .facebook2 {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  text-decoration: none;
}

#openMobileNav {
  display: none !important;
}

#my-mmenu {
  display: none;
}

section.content {
  padding: clamp(42px, 7vw, 76px) 0 !important;
  background: var(--paper);
}

section.content article {
  width: min(920px, 100%);
  margin: 0 auto;
}

.cent-home article {
  width: min(980px, 100%);
}

.text-resize {
  font-size: 1rem !important;
}

.text-resize .text-resize {
  display: grid;
  gap: 16px;
}

h1,
.content h1 {
  max-width: 18ch;
  margin: 0 0 24px !important;
  color: var(--ink) !important;
  font-size: clamp(2.35rem, 5vw, 4.55rem) !important;
  font-weight: 900 !important;
  letter-spacing: -.055em;
  line-height: .98 !important;
}

h2,
.content h2 {
  margin: 32px 0 12px !important;
  color: var(--ink) !important;
  font-size: clamp(1.55rem, 3vw, 2.35rem) !important;
  font-weight: 850 !important;
  letter-spacing: -.035em;
  line-height: 1.08 !important;
}

h3,
.content h3 {
  color: var(--ink) !important;
  font-weight: 820 !important;
}

p,
.content p,
.content li {
  max-width: 72ch;
  color: var(--muted) !important;
  font-size: 1.02rem;
  line-height: 1.76;
}

.img-bx {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 16px;
  margin: 22px 0 10px;
}

.img-bx img,
.content img.img-responsive,
.center-block {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(23, 25, 31, .12);
}

.box-border-left {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid rgba(229, 193, 0, .28);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: var(--soft);
}

.box-border-left ul,
.content ul {
  margin: 0;
  padding-left: 1.25rem;
}

.box-border-left li::marker,
.content li::marker {
  color: var(--gold-dark);
}

.news,
.last-news,
.news-list,
.items,
.galleryn,
.list,
.content table {
  max-width: 100%;
}

.footer {
  padding: clamp(34px, 6vw, 62px) 0 !important;
  background: #17191f !important;
  color: rgba(255, 253, 248, .72) !important;
}

.footer .container {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.footer-logo {
  width: 118px !important;
  height: auto !important;
}

.footer a,
.footer p,
.footer li,
.footer .vcard,
.footer-card {
  color: rgba(255, 253, 248, .78) !important;
}

.footer-card {
  padding: 0 !important;
  border: 0;
  background: transparent;
}

.footer-nav {
  padding: 18px 0 28px;
  background: #111318;
  color: rgba(255, 253, 248, .68);
}

.footer-nav a {
  color: #fffdf8 !important;
}

.ContainerBlockSocial {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cd-top {
  display: none !important;
}

.privacy_prompt,
.privacy_prompt_content,
#consent_wrapper_about,
#consent_wrapper {
  max-width: min(760px, calc(100vw - 28px)) !important;
}

.sdgdpr_modal_wrapper,
.consent_preferences {
  font-family: inherit !important;
}

@media (max-width: 900px) {
  .mm-page {
    width: min(100% - 18px, 760px);
    margin: 9px auto;
  }

  .marketing,
  .marketing.marck-page {
    min-height: 680px !important;
  }

  .bloc1 .container,
  .bloc2 .container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .btn-adhrent {
    justify-content: flex-start;
  }

  .main-nav ul.sf-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .main-nav ul.sf-menu > li {
    flex: 0 0 auto;
  }

  .main-nav ul.sf-menu > li > a {
    white-space: nowrap;
  }

  .vcard {
    width: 100%;
  }

  .marketing::after,
  .marketing::before {
    left: 24px;
    width: calc(100% - 48px);
  }

  .img-bx {
    grid-template-columns: 1fr;
  }

  .footer .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  body.pageTemplate {
    font-size: 15px;
  }

  .mm-page {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .marketing,
  .marketing.marck-page {
    min-height: 720px !important;
  }

  #logo img.logo {
    width: 96px;
  }

  .btn-adhrent .btn1,
  .btn-adhrent .btn2,
  .btn-adhrent .popup,
  .btn-adhrent a.btn2 {
    width: 100%;
  }

  .marketing::after {
    font-size: clamp(2.35rem, 15vw, 3.65rem);
  }

  h1,
  .content h1 {
    max-width: 100%;
  }
}
