html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
#page-50-ans .dark-bg {
  background-color: #1D1D1B;
  color: white;
}
#page-50-ans .mid_container {
  max-width: 1280px !important;
  margin: auto !important;
}
#page-50-ans section {
  padding: 30px 20px;
  scroll-margin-top: 100px;
  overflow: hidden;
  position: relative;
}
#page-50-ans section.scroll-reveal {
  view-timeline: --reveal block;
}
#page-50-ans section.scroll-reveal .subtitle, #page-50-ans section.scroll-reveal h2 {
  opacity: 1;
}
@supports (animation-timeline: view()) {
  #page-50-ans section.scroll-reveal .subtitle, #page-50-ans section.scroll-reveal h2 {
    opacity: 0;
    animation-name: reveal;
    animation-duration: 1ms;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 0% entry 350px;
  }
}
#page-50-ans section .subtitle {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  margin: 0 0 25px;
}
#page-50-ans section h2 {
  font-size: 30px;
  margin: 0 0 25px;
  line-height: 125%;
  font-weight: 300;
  text-transform: none;
}
#page-50-ans section h2[id] {
  padding-left: 10vw;
  padding-right: 10vw;
}
#page-50-ans section h2::after {
  margin: 15px auto 40px;
  width: 50px;
  height: 1px;
  background-color: currentColor;
  opacity: 0.4;
}
@media screen and (min-width: 1280px) {
  #page-50-ans section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #page-50-ans section h2 {
    font-size: 44px;
  }
}
#page-50-ans .summary-menus {
  display: none;
}
@media screen and (min-width: 993px) {
  #page-50-ans .summary-menus {
    display: block;
    position: fixed;
    top: 125px;
    left: 25px;
    pointer-events: none;
    z-index: 2;
  }
  #page-50-ans .summary-menus h2 {
    color: #1D1D1B;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    pointer-events: auto;
    transition: color 0.3s 0.2s ease-in-out;
  }
  #page-50-ans .summary-menus.is-on-dark h2 {
    color: #FCF0BD;
  }
  #page-50-ans .summary-menus.is-on-dark ul li figure {
    background-color: white;
  }
  #page-50-ans .summary-menus.is-on-dark ul li figure::before {
    color: #1D1D1B;
  }
  #page-50-ans .summary-menus.is-on-dark ul li figure img {
    opacity: 0.5;
  }
  #page-50-ans .summary-menus.is-on-dark ul li span.summary-title {
    color: #1D1D1B;
    background-color: white;
  }
  #page-50-ans .summary-menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
    pointer-events: auto;
    counter-reset: summary-count;
  }
  #page-50-ans .summary-menus ul li {
    position: relative;
    margin-top: 15px;
    counter-increment: summary-count;
  }
  #page-50-ans .summary-menus ul li a {
    width: 50px;
    height: 50px;
    display: block;
    white-space: nowrap;
  }
  #page-50-ans .summary-menus ul li a:hover figure::before, #page-50-ans .summary-menus ul li a.active figure::before {
    opacity: 1;
  }
  #page-50-ans .summary-menus ul li a:hover figure img, #page-50-ans .summary-menus ul li a.active figure img {
    opacity: 0;
  }
  #page-50-ans .summary-menus ul li a:hover span.summary-title, #page-50-ans .summary-menus ul li a.active span.summary-title {
    opacity: 1;
    transform: translate(5px, -20px);
  }
  #page-50-ans .summary-menus ul li figure {
    background-color: #1D1D1B;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
    position: relative;
    border: 2px solid #FCF0BD;
    transition: background-color 0.3s 0.2s ease-in-out;
  }
  #page-50-ans .summary-menus ul li figure::before {
    content: counter(summary-count);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    transition: color 0.3s 0.2s ease-in-out;
  }
  #page-50-ans .summary-menus ul li figure img {
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: saturate(0.1) contrast(0.4);
    opacity: 0.4;
    transition: opacity 0.3s 0.2s ease-in-out;
  }
  #page-50-ans .summary-menus ul li span.summary-title {
    color: white;
    background-color: #1D1D1B;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    letter-spacing: -0.15px;
    padding: 2px 12px;
    pointer-events: none;
    display: inline-block;
    opacity: 0;
    transform: translate(-5px, -20px);
    transition: opacity 0.3s 0.2s ease-in-out, transform 0.3s 0.2s ease-in-out, background-color 0.3s 0.2s ease-in-out, color 0.3s 0.2s ease-in-out;
  }
}
#page-50-ans #section-hero {
  padding-top: 45px;
  padding-bottom: 45px;
}
#page-50-ans #section-hero img {
  max-width: 410px;
}
#page-50-ans #section-hero h1 {
  margin: 30px 0 0;
  text-align: right;
  text-transform: none;
  font-size: 40px;
  color: #FCF0BD;
}
#page-50-ans #section-hero h1 strong {
  font-weight: normal;
  display: block;
}
#page-50-ans #section-hero h1 strong span {
  opacity: 0;
  display: inline-block;
  white-space: pre-wrap;
  animation: AnimLetter 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  animation-fill-mode: forwards;
}
#page-50-ans #section-hero h1 strong span:nth-child(1) {
  animation-delay: 0.07s;
}
#page-50-ans #section-hero h1 strong span:nth-child(2) {
  animation-delay: 0.14s;
}
#page-50-ans #section-hero h1 strong span:nth-child(3) {
  animation-delay: 0.21s;
}
#page-50-ans #section-hero h1 strong span:nth-child(4) {
  animation-delay: 0.28s;
}
#page-50-ans #section-hero h1 strong span:nth-child(5) {
  animation-delay: 0.35s;
}
#page-50-ans #section-hero h1 strong span:nth-child(6) {
  animation-delay: 0.42s;
}
#page-50-ans #section-hero h1 strong span:nth-child(7) {
  animation-delay: 0.49s;
}
#page-50-ans #section-hero h1 strong span:nth-child(8) {
  animation-delay: 0.56s;
}
#page-50-ans #section-hero h1 strong span:nth-child(9) {
  animation-delay: 0.63s;
}
#page-50-ans #section-hero h1 strong span:nth-child(10) {
  animation-delay: 0.7s;
}
#page-50-ans #section-hero h1 strong span:nth-child(11) {
  animation-delay: 0.77s;
}
#page-50-ans #section-hero h1 strong span:nth-child(12) {
  animation-delay: 0.84s;
}
#page-50-ans #section-hero h1 strong span:nth-child(13) {
  animation-delay: 0.91s;
}
#page-50-ans #section-hero h1 strong span:nth-child(14) {
  animation-delay: 0.98s;
}
#page-50-ans #section-hero h1 strong span:nth-child(15) {
  animation-delay: 1.05s;
}
#page-50-ans #section-hero h1 strong span:nth-child(16) {
  animation-delay: 1.12s;
}
#page-50-ans #section-hero h1 strong span:nth-child(17) {
  animation-delay: 1.19s;
}
#page-50-ans #section-hero h1 strong span:nth-child(18) {
  animation-delay: 1.26s;
}
#page-50-ans #section-hero h1 strong span:nth-child(19) {
  animation-delay: 1.33s;
}
#page-50-ans #section-hero h1 strong span:nth-child(20) {
  animation-delay: 1.4s;
}
#page-50-ans #section-hero h1 strong span:nth-child(21) {
  animation-delay: 1.47s;
}
#page-50-ans #section-hero h1 strong span:nth-child(22) {
  animation-delay: 1.54s;
}
#page-50-ans #section-hero h1 strong span:nth-child(23) {
  animation-delay: 1.61s;
}
#page-50-ans #section-hero h1 strong span:nth-child(24) {
  animation-delay: 1.68s;
}
#page-50-ans #section-hero h1 strong span:nth-child(25) {
  animation-delay: 1.75s;
}
#page-50-ans #section-hero h1 strong span:nth-child(26) {
  animation-delay: 1.82s;
}
#page-50-ans #section-hero h1 strong span:nth-child(27) {
  animation-delay: 1.89s;
}
#page-50-ans #section-hero h1 strong span:nth-child(28) {
  animation-delay: 1.96s;
}
#page-50-ans #section-hero h1 strong span:nth-child(29) {
  animation-delay: 2.03s;
}
#page-50-ans #section-hero h1 strong span:nth-child(30) {
  animation-delay: 2.1s;
}
#page-50-ans #section-hero h1 strong span:nth-child(31) {
  animation-delay: 2.17s;
}
#page-50-ans #section-hero h1 strong span:nth-child(32) {
  animation-delay: 2.24s;
}
#page-50-ans #section-hero h1 strong span:nth-child(33) {
  animation-delay: 2.31s;
}
#page-50-ans #section-hero h1 strong span:nth-child(34) {
  animation-delay: 2.38s;
}
#page-50-ans #section-hero h1 strong span:nth-child(35) {
  animation-delay: 2.45s;
}
#page-50-ans #section-hero h1 strong span:nth-child(36) {
  animation-delay: 2.52s;
}
#page-50-ans #section-hero h1 strong span:nth-child(37) {
  animation-delay: 2.59s;
}
#page-50-ans #section-hero h1 strong span:nth-child(38) {
  animation-delay: 2.66s;
}
#page-50-ans #section-hero h1 strong span:nth-child(39) {
  animation-delay: 2.73s;
}
#page-50-ans #section-hero h1 strong span:nth-child(40) {
  animation-delay: 2.8s;
}
#page-50-ans #section-hero h1 strong span:nth-child(41) {
  animation-delay: 2.87s;
}
#page-50-ans #section-hero h1 strong span:nth-child(42) {
  animation-delay: 2.94s;
}
#page-50-ans #section-hero h1 strong span:nth-child(43) {
  animation-delay: 3.01s;
}
#page-50-ans #section-hero h1 strong span:nth-child(44) {
  animation-delay: 3.08s;
}
#page-50-ans #section-hero h1 strong span:nth-child(45) {
  animation-delay: 3.15s;
}
#page-50-ans #section-hero h1 strong span:nth-child(46) {
  animation-delay: 3.22s;
}
#page-50-ans #section-hero h1 strong span:nth-child(47) {
  animation-delay: 3.29s;
}
#page-50-ans #section-hero h1 strong span:nth-child(48) {
  animation-delay: 3.36s;
}
#page-50-ans #section-hero h1 strong span:nth-child(49) {
  animation-delay: 3.43s;
}
#page-50-ans #section-hero h1 strong span:nth-child(50) {
  animation-delay: 3.5s;
}
#page-50-ans #section-hero h1 strong span:nth-child(51) {
  animation-delay: 3.57s;
}
#page-50-ans #section-hero h1 strong span:nth-child(52) {
  animation-delay: 3.64s;
}
#page-50-ans #section-hero h1 strong span:nth-child(53) {
  animation-delay: 3.71s;
}
#page-50-ans #section-hero h1 strong span:nth-child(54) {
  animation-delay: 3.78s;
}
#page-50-ans #section-hero h1 strong span:nth-child(55) {
  animation-delay: 3.85s;
}
#page-50-ans #section-hero h1 strong span:nth-child(56) {
  animation-delay: 3.92s;
}
#page-50-ans #section-hero h1 strong span:nth-child(57) {
  animation-delay: 3.99s;
}
#page-50-ans #section-hero h1 strong span:nth-child(58) {
  animation-delay: 4.06s;
}
#page-50-ans #section-hero h1 strong span:nth-child(59) {
  animation-delay: 4.13s;
}
#page-50-ans #section-hero blockquote {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin: 70px 0 30px;
  padding: 0 50px;
  border: 0 none;
  z-index: 1;
  position: relative;
}
#page-50-ans #section-hero blockquote::before, #page-50-ans #section-hero blockquote::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-color: #4A4A49;
  position: absolute;
  z-index: -1;
  -webkit-mask: url("../img/aposttrophe.svg") no-repeat center / contain;
  mask: url("../img/aposttrophe.svg") no-repeat center / contain;
  opacity: 0.5;
}
#page-50-ans #section-hero blockquote::before {
  left: 0;
  top: 0;
  transform: translate(-10%, -50%);
}
#page-50-ans #section-hero blockquote::after {
  right: 0;
  bottom: 0;
  transform: scaleX(-1) translate(-10%, 50%);
}
@media screen and (min-width: 768px) {
  #page-50-ans #section-hero .hero-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
  }
  #page-50-ans #section-hero h1 {
    font-size: 45px;
    margin-top: 0;
  }
  #page-50-ans #section-hero img {
    width: 50%;
  }
}
@media screen and (min-width: 993px) {
  #page-50-ans #section-hero h1 {
    font-size: 50px;
  }
  #page-50-ans #section-hero blockquote {
    padding: 0 100px;
  }
  #page-50-ans #section-hero blockquote::before, #page-50-ans #section-hero blockquote::after {
    transform: translate(0, 0);
  }
  #page-50-ans #section-hero blockquote::after {
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 1280px) {
  #page-50-ans #section-hero h1 {
    font-size: 60px;
  }
  #page-50-ans #section-hero blockquote::before, #page-50-ans #section-hero blockquote::after {
    opacity: 1;
  }
}
#page-50-ans > section:nth-of-type(4) iframe {
  width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto;
}
#page-50-ans > section:nth-of-type(4) .vision-video-trigger {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1.7777777778;
  background-color: #000;
}
#page-50-ans > section:nth-of-type(4) .vision-video-trigger .vimeo-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#page-50-ans > section:nth-of-type(4) .vision-video-trigger .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(252, 240, 189, 0.9);
  color: #1D1D1B;
  border: none;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s 0.2s ease-in-out;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
#page-50-ans > section:nth-of-type(4) .vision-video-trigger .play-button i {
  margin-left: 5px;
}
#page-50-ans > section:nth-of-type(4) .vision-video-trigger:hover .vimeo-placeholder {
  transform: scale(1.05);
}
#page-50-ans > section:nth-of-type(4) .vision-video-trigger:hover .play-button {
  background-color: white;
  transform: translate(-50%, -50%) scale(1.1);
}
#page-50-ans > section:nth-of-type(4) .vision-video-trigger iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#page-50-ans > section:nth-of-type(6) {
  background: rgba(226, 225, 214, 0.2);
}
#page-50-ans > section:nth-of-type(6) .expansion-accordion {
  margin: 70px auto 50px auto;
  position: relative;
}
#page-50-ans > section:nth-of-type(6) .expansion-image-fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#page-50-ans > section:nth-of-type(6) .expansion-image-fond img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-50-ans > section:nth-of-type(6) details {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  border: 1px solid #7A6B27;
  transform: translateY(0px);
  transition: background-color 0.3s 0.2s ease-in-out, box-shadow 0.2s 0.4s ease-in-out, transform 0.2s 0.4s ease-in-out;
}
#page-50-ans > section:nth-of-type(6) details + details {
  margin-top: 25px;
}
#page-50-ans > section:nth-of-type(6) details[open], #page-50-ans > section:nth-of-type(6) details:hover {
  background-color: white;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
#page-50-ans > section:nth-of-type(6) details[open] summary, #page-50-ans > section:nth-of-type(6) details:hover summary {
  border-bottom: 0 none;
  padding-left: 55px;
}
#page-50-ans > section:nth-of-type(6) details[open] summary i, #page-50-ans > section:nth-of-type(6) details:hover summary i {
  opacity: 1;
}
#page-50-ans > section:nth-of-type(6) details p {
  padding: 0 25px 25px;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
}
#page-50-ans > section:nth-of-type(6) summary {
  list-style: none;
  padding: 25px;
  cursor: pointer;
  font-size: 26px;
  font-weight: 400;
  color: #1D1D1B;
  outline: none;
  position: relative;
  transition: padding-left 0.3s 0.2s ease-in-out;
}
#page-50-ans > section:nth-of-type(6) summary i {
  font-weight: 300;
  font-size: 23px;
  position: absolute;
  left: 25px;
  color: #7A6B27;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s 0.2s ease-in-out;
}
#page-50-ans > section:nth-of-type(6) summary::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 993px) {
  #page-50-ans > section:nth-of-type(6) details {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    display: contents;
  }
  #page-50-ans > section:nth-of-type(6) details + details {
    margin-top: 0;
  }
  #page-50-ans > section:nth-of-type(6) details + details summary {
    margin-top: 25px;
  }
  #page-50-ans > section:nth-of-type(6) details[open], #page-50-ans > section:nth-of-type(6) details:hover {
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
  }
  #page-50-ans > section:nth-of-type(6) details[open] summary, #page-50-ans > section:nth-of-type(6) details:hover summary {
    background-color: white;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    border: 1px solid #7A6B27;
  }
  #page-50-ans > section:nth-of-type(6) details[open] p, #page-50-ans > section:nth-of-type(6) details:hover p {
    color: currentColor;
    transform: translateY(0px);
  }
  #page-50-ans > section:nth-of-type(6) details p {
    padding: 50px;
    background-color: white;
    border-radius: 12px;
    position: absolute;
    left: calc(310px + 70px);
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    color: white;
    transform: translateX(-10px);
    transition: color 0.2s 0.3s ease-in-out, transform 0.3s 0.2s ease-in-out;
  }
  #page-50-ans > section:nth-of-type(6) summary {
    border-radius: 12px;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: none;
    transform: translateY(0px);
    width: 310px;
    transition: background-color 0.3s 0.2s ease-in-out, border-color 0.3s 0.2s ease-in-out, box-shadow 0.2s 0.4s ease-in-out, transform 0.2s 0.4s ease-in-out, padding-left 0.3s 0.2s ease-in-out;
  }
}
#page-50-ans #section-footer .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 993px) {
  #page-50-ans #section-footer .grid {
    grid-template-columns: 1fr 2.5fr 0.8fr;
    gap: 50px;
  }
}
#page-50-ans #section-footer .footer-col {
  color: white;
}
#page-50-ans #section-footer .footer-col h2 {
  font-size: 36px;
  font-style: italic;
  text-align: left;
  text-transform: none;
  font-weight: 300;
}
#page-50-ans #section-footer .footer-col h2::after {
  content: "";
  width: 50px;
  background-color: white;
  margin: 15px 0 30px;
}
#page-50-ans #section-footer .footer-col h2.no-tiret {
  display: none;
}
#page-50-ans #section-footer .footer-col h2.no-tiret::after {
  opacity: 0;
}
#page-50-ans #section-footer .footer-col p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  line-height: 115%;
}
#page-50-ans #section-footer .footer-col .btn_type {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transform: translateY(0px);
  transition: transform 0.3s 0.2s ease-in-out, background-color 0.3s 0.2s ease-in-out;
}
#page-50-ans #section-footer .footer-col .btn_type:hover {
  transform: translateY(-2px);
}
#page-50-ans #section-footer ul.contacts-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#page-50-ans #section-footer ul.contacts-list li h3 {
  font-size: 22px;
  margin: 0 0 5px;
  font-weight: 700;
}
#page-50-ans #section-footer ul.contacts-list li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s 0.2s ease-in-out;
  line-height: 140%;
}
#page-50-ans #section-footer ul.contacts-list li a:hover {
  color: #FCF0BD;
}
#page-50-ans #section-footer ul.menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page-50-ans #section-footer ul.menu-links li + li {
  margin-top: 5px;
}
#page-50-ans #section-footer ul.menu-links li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  transition: color 0.3s 0.2s ease-in-out, transform 0.3s 0.2s ease-in-out;
  display: inline-block;
  line-height: 130%;
}
#page-50-ans #section-footer ul.menu-links li a:hover {
  color: #FCF0BD;
  transform: translateX(3px);
}
@media screen and (min-width: 993px) {
  #page-50-ans #section-footer .footer-col h2.no-tiret {
    display: block;
  }
}
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(-90px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
