@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Oxygen:wght@300;400;700&display=swap');


/*Lightbox CSS*/
.fb3d-modal-shadow::before {
  z-index: 10;
  opacity: .5;
  transition: opacity .5s
}

.fb3d-modal {
  position: fixed;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px #fff;
  z-index: -9;
  opacity: 0;
  transition: opacity .5s, z-index .5s step-end;
}

.fb3d-modal.visible {
  z-index: 11;
  opacity: 1;
  transition: opacity .5s
}

.fb3d-modal::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: -1
}

.fb3d-modal.light::before {
  background-color: #fff
}

.fb3d-modal.dark::before {
  background-color: #000
}

.fb3d-modal .cmd-close {
  font-size: 16pt;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1
}

.fb3d-modal.light .cmd-close {
  color: #555
}

.fb3d-modal .mount-container {
  width: 100%;
  height: 100%
}

.fb3d-modal .cmd-close:hover {
  font-size: 16pt;
  color: #eee
}

.fb3d-modal.light .cmd-close:hover {
  color: #111
}

.fb3d-modal .cmd-close:active {
  font-size: 14pt;
  padding-top: 2px;
  padding-right: 2px
}

.light .mount-container.fullscreen {
  background-image: url(../images/inverse-texture.jpg)
}

.dark .mount-container.fullscreen {
  background-image: url(../images/texture.jpg)
}

/*Locomotive Scroll CSS*/
html:not(.has-scroll-init) {
  cursor: wait;
  overflow: hidden
}

::-moz-selection {
  background-color: #272727;
  color: #fff;
  text-shadow: none
}

::selection {
  background-color: #272727;
  color: #fff;
  text-shadow: none
}

.o-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 95rem
}

@media(max-width:699px) {
  .o-container {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media(min-width:700px) {
  .o-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

.o-ratio {
  display: block;
  overflow: hidden;
  position: relative
}

.o-ratio:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%
}

.o-ratio>embed, .o-ratio>iframe, .o-ratio>img, .o-ratio>object, .o-ratio_content {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.o-layout {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0
}

.o-layout.-gutter {
  margin-left: -3.75rem
}

.o-layout.-gutter-small {
  margin-left: -1.875rem
}

.o-layout.-center {
  text-align: center
}

.o-layout.-right {
  text-align: right
}

.o-layout.-reverse {
  direction: rtl
}

.o-layout.-reverse.-flex {
  flex-direction: row-reverse
}

.o-layout.-flex {
  display: flex
}

.o-layout.-flex.-top {
  align-items: flex-start
}

.o-layout.-flex.-middle {
  align-items: center
}

.o-layout.-flex.-bottom {
  align-items: flex-end
}

.o-layout.-stretch {
  align-items: stretch
}

.o-layout_item {
  display: inline-block;
  font-size: 1rem;
  padding-left: 0;
  vertical-align: top;
  width: 100%
}

.o-layout.-gutter>.o-layout_item {
  padding-left: 3.75rem
}

.o-layout.-gutter-small>.o-layout_item {
  padding-left: 1.875rem
}

.o-layout.-middle>.o-layout_item {
  vertical-align: middle
}

.o-layout.-bottom>.o-layout_item {
  vertical-align: bottom
}

.o-layout.-center>.o-layout_item, .o-layout.-reverse>.o-layout_item, .o-layout.-right>.o-layout_item {
  text-align: left
}

.o-layout.-reverse>.o-layout_item {
  direction: ltr
}

.o-checkbox-label, .o-label, .o-radio-label {
  display: block;
  margin-bottom: .9375rem
}

.o-input, .o-select, .o-textarea {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: .625rem
}

.o-input:focus, .o-select:focus, .o-textarea:focus {
  border-color: gray
}

.o-input::-moz-placeholder, .o-select::-moz-placeholder, .o-textarea::-moz-placeholder {
  color: gray
}

.o-input:-ms-input-placeholder, .o-select:-ms-input-placeholder, .o-textarea:-ms-input-placeholder {
  color: gray
}

.o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
  color: gray
}

.o-checkbox, .o-radio {
  opacity: 0;
  position: absolute;
  width: 0
}

.o-checkbox:focus+.o-checkbox-label:before, .o-checkbox:focus+.o-radio-label:before, .o-radio:focus+.o-checkbox-label:before, .o-radio:focus+.o-radio-label:before {
  border-color: gray
}

.o-checkbox:checked+.o-checkbox-label:after, .o-checkbox:checked+.o-radio-label:after, .o-radio:checked+.o-checkbox-label:after, .o-radio:checked+.o-radio-label:after {
  opacity: 1
}

.o-checkbox-label, .o-radio-label {
  display: inline-block;
  margin-right: .5em;
  padding-left: 1.75rem;
  position: relative
}

.o-checkbox-label:after, .o-checkbox-label:before, .o-radio-label:after, .o-radio-label:before {
  content: "";
  display: inline-block;
  height: 1.125rem;
  left: 0;
  margin-top: -.5625rem;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 1.125rem
}

.o-checkbox-label:before, .o-radio-label:before {
  background-color: #fff
}

.o-checkbox-label:after, .o-radio-label:after {
  background-color: transparent;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='13'height='10.5'xml:space='preserve'%3E%3Cpathfill='%23424242'd='M4.85.82.43.305.7l4.84.8L132.410.604.85.8z'/%3E%3C/svg%3E);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .8125rem;
  border-color: transparent;
  opacity: 0
}

.o-radio-label:after, .o-radio-label:before {
  border-radius: 50%
}

.o-radio-label:after {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='13'height='13'xml:space='preserve'%3E%3Ccirclefill='%23424242'cx='6.5'cy='6.5'r='6.5'/%3E%3C/svg%3E);
  background-size: .5rem
}

.o-select {
  padding-right: 2.5rem;
  z-index: 1
}

.o-select, .o-select-wrap {
  position: relative
}

.o-select-wrap:after {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='13'height='11.3'xml:space='preserve'%3E%3Cpathfill='%23424242'd='M6.511.33.35.600h13L9.85.6z'/%3E%3C/svg%3E);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  z-index: 2
}

.o-textarea {
  min-height: 6.25rem
}

.o-scroll {
  background-color: transparent !important;
  overflow: hidden
}

.o-title {
  margin: 0;
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px
}

.o-title_line {
  display: block;
  font-size: 0;
  opacity: 0;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1)
}

.o-title.is-inview .o-title_line {
  opacity: 1;
  transform: none
}

.o-title.is-inview .o-title_line:first-child {
  transition-delay: .4s
}

.o-title.is-inview .o-title_line:nth-child(2) {
  transition-delay: .5s
}

.o-title.is-inview .o-title_line:nth-child(3) {
  transition-delay: .6s
}

.o-title.is-inview .o-title_line:nth-child(4) {
  transition-delay: .7s
}

.o-title_line span {
  display: inline-block;
  font-size: 13.5vw;
  min-width: .05em
}

.o-image_wrapper {
  background-color: transparent !important;
  overflow: hidden;
  position: relative
}

.o-image_wrapper.-full {
  align-content: center;
  display: flex;
  height: 100%;
  margin: 0 6.25rem
}

@media(max-width:699px) {
  .o-image_wrapper.-full {
    margin: 1.875rem 0
  }
}

.o-image {
  mix-blend-mode: multiply;
  opacity: .75
}

.o-image img {
  opacity: 0;
  transform: scale(1.4);
  transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
  width: 100%
}

.o-image.is-inview img {
  opacity: 1;
  transform: scale(1);
  transition-delay: .6s
}

.o-image_wrapper.-full .o-image {
  align-self: center
}

html.has-scroll-smooth {
  overflow: hidden
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.has-scroll-smooth body {
  overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap
}

.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform .3s, opacity .3s;
  width: 11px
}

.c-scrollbar:hover {
  transform: scaleX(1.45)
}

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
  opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
  bottom: 0;
  height: 10px;
  top: auto;
  transform: scaleY(1);
  width: 100%
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3)
}

.c-scrollbar_thumb {
  background-color: #000;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  bottom: 0;
  right: auto
}

.c-header {
  position: relative
}

@media(max-width:699px) {
  .c-header {
    height: 50vh;
    min-height: 340px
  }
}

@media(min-width:700px) and (max-width:999px) {
  .c-header {
    height: 80vh;
    min-height: 380px
  }
}

@media(min-width:1000px) {
  .c-header {
    height: 100vh;
    min-height: 46.875rem
  }
}

.c-header_title {
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px
}

.c-header_line, .c-header_title {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute
}

.c-header_line {
  right: 0;
  transform: scaleX(0);
  transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-header_line.is-inview {
  transform: scaleX(1)
}

.c-header_title_line {
  display: block;
  opacity: 0;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity 0 cubic-bezier(.215, .61, .355, 1), transform 0 cubic-bezier(.215, .61, .355, 1)
}

html.is-ready .c-header_title_line {
  opacity: 1;
  transform: none;
  transition-duration: .8s
}

html.is-ready .c-header_title_line:first-child {
  transition-delay: .1s
}

html.is-ready .c-header_title_line:nth-child(2) {
  transition-delay: .2s
}

html.is-ready .c-header_title_line:nth-child(3) {
  transition-delay: .3s
}

html.is-ready .c-header_title_line:nth-child(4) {
  transition-delay: .4s
}

.c-header_title_line span {
  display: inline-block
}

.c-header_title_line.-version {
  font-size: 0;
  text-transform: none
}

.c-header_heading {
  padding: 1.875rem 0
}

.c-header_heading_label {
  display: block;
  transform: translateY(-60px);
  transition: transform 0 cubic-bezier(.215, .61, .355, 1)
}

html.is-ready .c-header_heading_label {
  transform: none;
  transition-duration: .6s
}

html.is-ready .o-layout_item:nth-child(2) .c-header_heading_label {
  transition-delay: .1s
}

.c-header_logo {
  bottom: 2.5rem;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateY(120px);
  transition: opacity 0 cubic-bezier(.215, .61, .355, 1), transform 0 cubic-bezier(.215, .61, .355, 1)
}

@media(max-width:699px) {
  .c-header_logo {
    height: 66px;
    width: 30px
  }
}

@media(min-width:700px) {
  .c-header_logo {
    height: 8.75rem;
    width: 4rem
  }
}

.c-header_logo svg {
  display: block;
  height: 100%;
  width: 100%
}

html.is-ready .c-header_logo {
  opacity: 1;
  transform: none;
  transition-delay: .6s;
  transition-duration: .6s
}

.c-fixed_wrapper {
  background-color: transparent !important;
  overflow: hidden;
  position: relative
}

@media(min-width:1000px) {
  .c-fixed_wrapper {
    height: 100vh
  }
}

@media(max-width:999px) {
  .c-fixed_wrapper {
    height: 50vh
  }
}

.c-fixed_target {
  bottom: -100vh
}

.c-fixed, .c-fixed_target {
  left: 0;
  position: absolute;
  right: 0;
  top: -100vh
}

.c-fixed {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: .75
}

html:not(.has-scroll-smooth) .c-fixed {
  top: 0
}

.c-intro {
  font-size: 2.1875rem;
  line-height: 1.2;
  margin: 7.5rem 0;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-intro.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: .3s
}

.c-features {
  padding: 7.5rem 0
}

.c-features_item {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 20px;
  margin-bottom: 3.75rem;
  padding: 3.75rem
}

.c-summary {
  margin: 3.75rem 0 7.5rem
}

.c-summary_text {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1)
}

.c-summary.is-inview .c-summary_text {
  opacity: 1;
  transform: none
}

@media(min-width:1000px) {
  .c-summary_text {
    max-width: 320px
  }
}

@media(max-width:999px) {
  .c-summary_list {
    margin-top: 1.875rem
  }
}

.c-summary_list_item {
  opacity: 0;
  position: relative;
  transform: translateY(60px);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-summary_list_item:after {
  background-color: #272727;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-summary_list_item.is-inview {
  opacity: 1;
  transform: none
}

.c-summary_list_item.is-inview:after {
  transform: scaleX(1)
}

.c-summary_list_item.is-inview:first-child {
  transition-delay: .1s
}

.c-summary_list_item.is-inview:first-child:after {
  transition-delay: .5s
}

.c-summary_list_item.is-inview:nth-child(2) {
  transition-delay: .2s
}

.c-summary_list_item.is-inview:nth-child(2):after {
  transition-delay: .6s
}

.c-summary_list_item.is-inview:nth-child(3) {
  transition-delay: .3s
}

.c-summary_list_item.is-inview:nth-child(3):after {
  transition-delay: .7s
}

.c-summary_list_item.is-inview:nth-child(4) {
  transition-delay: .4s
}

.c-summary_list_item.is-inview:nth-child(4):after {
  transition-delay: .8s
}

.c-summary_list_item.is-inview:nth-child(5) {
  transition-delay: .5s
}

.c-summary_list_item.is-inview:nth-child(5):after {
  transition-delay: .9s
}

.c-summary_list_item.is-inview:nth-child(6) {
  transition-delay: .6s
}

.c-summary_list_item.is-inview:nth-child(6):after {
  transition-delay: 1s
}

.c-summary_list_item a {
  display: block;
  padding: 8px 0
}

.c-summary_list_icon {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(30px) rotate(90deg);
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1), transform .4s cubic-bezier(.215, .61, .355, 1)
}

.c-summary_list_item.is-inview .c-summary_list_icon {
  opacity: 1;
  transform: translateY(-50%) rotate(0)
}

.c-summary_list_item.is-inview:first-child .c-summary_list_icon {
  transition-delay: .6s
}

.c-summary_list_item.is-inview:nth-child(2) .c-summary_list_icon {
  transition-delay: .7s
}

.c-summary_list_item.is-inview:nth-child(3) .c-summary_list_icon {
  transition-delay: .8s
}

.c-summary_list_item.is-inview:nth-child(4) .c-summary_list_icon {
  transition-delay: .9s
}

.c-summary_list_item.is-inview:nth-child(5) .c-summary_list_icon {
  transition-delay: 1s
}

.c-summary_list_item.is-inview:nth-child(6) .c-summary_list_icon {
  transition-delay: 1.1s
}

.c-section {
  position: relative
}

@media(max-width:1199px) {
  .c-section {
    margin-bottom: 10vh;
    padding-bottom: 10vh
  }
}

@media(min-width:1200px) {
  .c-section {
    margin-bottom: 35vh
  }
}

.c-section_infos {
  position: relative;
  z-index: 0;
  margin-bottom: 1.875rem;
  padding: 1.5rem 0.75rem;
}

/* @media(min-width:1000px) {
.c-section_infos{padding-top:7.5rem}
.c-section_infos.-padding{padding-top:15vh}
} */
/* @media(max-width:999px) {
.c-section_infos{margin-bottom:1.875rem;padding:1.5rem}
} */
.c-section_infos_inner>* {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-section_infos_inner.is-inview>* {
  opacity: 1;
  transform: none
}

.c-section_infos_inner.is-inview>:first-child {
  transition-delay: .06s
}

.c-section_infos_inner.is-inview>:nth-child(2) {
  transition-delay: .12s
}

.c-section_infos_inner.is-inview>:nth-child(3) {
  transition-delay: .18s
}

/* .c-sections_infos_text {
  margin-top: 1.25rem
} */

.c-image {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1)
}

.c-image.is-inview {
  opacity: 1;
  transition-delay: .6s
}

.c-speed-block {
  position: relative
}

@media(min-width:1000px) {
  .c-speed-block.-margin {
    margin-top: 7.5rem
  }
}

@media(max-width:999px) {
  .c-speed-block {
    margin: 1.875rem 0
  }
}

@media(max-width:699px) {
  .c-speed-block {
    margin: 15px 0
  }
}

.c-speed-block_image {
  margin-bottom: -30px;
  margin-top: -30px
}

.c-speed-block_title {
  bottom: 3.75rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(60px);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-speed-block_title.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: .3s
}

@media(max-width:1199px) {
  .c-speed-block_title {
    display: none
  }
}

.c-speed-block_bubble {
  color: #d4c9c9;
  font-size: 1.25rem;
  padding: 1.5rem 2.5rem;
  position: absolute;
  right: 20px;
  top: 30%;
  z-index: 1
}

.c-speed-block_bubble.-right {
  right: -30px
}

.c-speed-block_bubble.-left {
  left: -30px;
  right: auto
}

.c-speed-block_bubble.-top {
  top: -20%
}

.c-speed-block_bubble.-bottom {
  bottom: 0;
  top: auto
}

.c-speed-block_bubble:before {
  background-color: #272727;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
  z-index: -1
}

.c-speed-block_bubble.is-inview:before {
  transform: scale(1);
  transition-delay: .3s
}

@media(max-width:1199px) {
  .c-speed-block_bubble {
    display: none
  }
}

.c-direction-block_wrapper {
  margin-bottom: 31.25rem
}

@media(min-width:1200px) {
  .c-direction-block_wrapper {
    min-height: 180vh
  }
}

@media(min-width:1000px) and (max-width:1199px) {
  .c-direction-block_wrapper {
    min-height: 130vh
  }
}

@media(min-width:700px) and (max-width:999px) {
  .c-direction-block_wrapper {
    min-height: 100vh
  }
}

@media(max-width:699px) {
  .c-direction-block_wrapper {
    min-height: 70vh
  }
}

@media(min-width:1000px) {
  .c-direction-block_wrapper {
    margin-top: -35vh
  }
}

.c-direction-block {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1
}

@media(min-width:1200px) {
  .c-direction-block {
    bottom: -50vh;
    top: -50vh
  }
}

@media(min-width:700px) and (max-width:1199px) {
  .c-direction-block {
    bottom: -50vh;
    top: -30vh
  }
}

@media(max-width:699px) {
  .c-direction-block {
    bottom: 0;
    top: -15vh
  }
}

@media(min-width:1000px) and (max-width:1199px) {
  .c-direction-block {
    margin-top: 6.25rem
  }
}

@media(min-width:1200px) {
  .c-direction-block {
    margin-top: 18.75rem
  }
}

.c-direction-block_item {
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  white-space: nowrap
}

.c-direction-block_item span {
  background-color: #fff;
  display: block;
  padding: 0 20px;
  white-space: nowrap
}

.c-direction-block_item.-one {
  top: 33%;
  transform: translateX(-50vw) rotate(26deg)
}

.c-direction-block_item.-two {
  top: 45%
}

.c-direction-block_item.-three {
  top: 55%;
  transform: rotate(9deg)
}

.c-direction-block_item.-four {
  top: 68%;
  transform: translateX(-50vw) rotate(-19deg)
}

.c-direction-block_item.-five {
  top: 63%;
  transform: translateX(-10vw) rotate(3deg)
}

.c-lerp-block {
  font-weight: 700;
  margin-bottom: 10rem;
  text-transform: uppercase
}

@media(min-width:1000px) {
  .c-lerp-block:not(:first-child) {
    margin-top: 3.75rem
  }
}

@media(max-width:999px) {
  .c-lerp-block {
    margin-top: 1.875rem
  }
}

.c-lerp-block_index {
  align-items: center;
  color: #d4c9c9;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2.8125rem;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  width: 3.75rem;
  z-index: 1
}

.c-lerp-block_index:before {
  background-color: #272727;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: transform .6s cubic-bezier(.17, .67, .3, 1.33);
  z-index: -1
}

.c-lerp-block_index.is-inview:before {
  transform: scale(1);
  transition-delay: .3s
}

.c-lerp-block_title {
  display: inline-block;
  font-size: 0;
  line-height: 1.1;
  margin-left: 1.25rem;
  vertical-align: middle
}

.c-lerp-block_title.is-inview>span:not([data-scroll]) {
  opacity: 1;
  transform: none;
  transition-delay: .4s
}

.c-lerp-block_title>span:not([data-scroll]) {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-lerp-block_title span {
  display: inline-block;
  min-width: .3em
}

@media(max-width:699px) {
  .c-lerp-block_title span {
    font-size: 1.5625rem
  }
}

@media(min-width:700px) {
  .c-lerp-block_title span {
    font-size: 4.375rem
  }
}

.c-cta_line {
  margin: 0;
  transform: scaleX(0);
  transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-cta_line.-margin {
  margin-bottom: 30px
}

.c-cta_line.is-inview {
  transform: scaleX(1)
}

.c-cta_content {
  margin: 3.75rem 0
}

.c-cta_content_text {
  max-width: 520px
}

.c-cta_content_text>* {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-cta_content_text>:not(:first-child) {
  margin-top: 1.875rem
}

.c-cta_content_text.is-inview>* {
  opacity: 1;
  transform: none
}

.c-cta_content_text.is-inview>:first-child {
  transition-delay: .06s
}

.c-cta_content_text.is-inview>:nth-child(2) {
  transition-delay: .12s
}

.c-cta_content_text.is-inview>:nth-child(3) {
  transition-delay: .18s
}

.c-cta_button {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.c-cta_button.is-inview {
  opacity: 1;
  transform: none
}

.c-cta_section {
  margin-bottom: 11.25rem
}

.c-choochoo_item {
  font-size: 6.25rem;
  padding: 50vh 0
}

.c-choochoo_item span {
  display: block
}

.c-choochoo_item.-reverse span {
  transform: rotateY(180deg)
}

html[data-direction=up] .c-choochoo_item span {
  transform: rotateY(180deg)
}

html[data-direction=up] .c-choochoo_item.-reverse span {
  transform: rotateY(0)
}

@media(max-width:1199px) {
  .c-choochoo_item {
    display: none
  }
}

@media(max-width:999px) {
  .c-damn {
    padding: 150vh 0 0
  }
}

@media(min-width:1000px) {
  .c-damn {
    padding: 100vh 0 0
  }
}

.c-helicopter_wrapper {
  display: flex;
  height: 100%;
  position: relative
}

.c-helicopter {
  align-self: center
}

.u-2\:1:before {
  padding-bottom: 50%
}

.u-4\:3:before {
  padding-bottom: 75%
}

.u-16\:9:before {
  padding-bottom: 56.25%
}

.u-1\/1 {
  width: 100% !important
}

.u-1\/2 {
  width: 50% !important
}

.u-2\/2 {
  width: 100% !important
}

.u-1\/3 {
  width: 33.33333% !important
}

.u-2\/3 {
  width: 66.66667% !important
}

.u-3\/3 {
  width: 100% !important
}

.u-1\/4 {
  width: 25% !important
}

.u-2\/4 {
  width: 50% !important
}

.u-3\/4 {
  width: 75% !important
}

.u-4\/4 {
  width: 100% !important
}

.u-1\/5 {
  width: 20% !important
}

.u-2\/5 {
  width: 40% !important
}

.u-3\/5 {
  width: 60% !important
}

.u-4\/5 {
  width: 80% !important
}

.u-5\/5 {
  width: 100% !important
}

@media(min-width:700px) {
  .u-1\/2\@from-small {
    width: 50%
  }
}

@media(min-width:1000px) {
  .u-1\/3\@from-medium {
    width: 33.33333%
  }

  .u-1\/2\@from-medium {
    width: 50%
  }

  .u-2\/5\@from-medium {
    width: 40%
  }

  .u-3\/5\@from-medium {
    width: 60%
  }
}

.u-float-left {
  float: left !important
}

.u-float-right {
  float: right !important
}

.u-text-center {
  text-align: center !important
}

.u-text-left {
  text-align: left !important
}

.u-text-right {
  text-align: right !important
}

.u-align-baseline {
  vertical-align: baseline !important
}

.u-align-bottom {
  vertical-align: bottom !important
}

.u-align-middle {
  vertical-align: middle !important
}

.u-align-top {
  vertical-align: top !important
}

.u-vertical-center {
  font-size: 0
}

.u-vertical-center:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.u-vertical-center>* {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle
}

.u-white {
  color: #fff
}

.u-label {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase
}

.u-icon {
  font-family: Lucida Grande;
  font-size: 1.125rem
}

.u-clearfix:after {
  clear: both;
  content: "";
  display: block
}

.u-truncate {
  word-wrap: normal;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute
}

[hidden][aria-hidden=false]:focus {
  clip: auto
}

.u-screen-reader-text {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px
}

@media not print {
  .u-screen-reader-text\@screen {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px
  }
}

.u-screen-reader-text.-focusable:active, .u-screen-reader-text.-focusable:focus {
  clip: auto;
  height: auto;
  width: auto
}


/*CSS Variable*/
:root {
  --body-color: #5e6060;
  --label-color: #76442b;
  --link-color: #F8DA96;
  --hover-link-color: #F8DA96;

  --font-body: 'Oxygen', sans-serif;
  --font-size: 15px;
  --font-heading: 'DM Serif Display', serif;
  --letter-spacing: 0.05rem;
  --shadow-one: 4px 8px 30px rgba(141, 141, 141, 0.1);
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
  font-family: var(--font-body);
  color: var(--body-color);
  background-color: #5e6060;
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: var(--font-heading);
  letter-spacing: 1px;
}


p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

a {
  color: var(--link-color);
  text-transform: uppercase;
  font-size: 80%;
}

a:hover {
  color: var(--link-color);
  text-decoration: none
}


a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {

  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none
}

ins, a {
  text-decoration: none !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #FFF;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@-webkit-keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px
  }

  65% {
    width: 150px;
    height: 150px
  }
}

@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px
  }

  65% {
    width: 150px;
    height: 150px
  }
}

@-webkit-keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  55% {
    background-color: #9B603C
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

@keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  55% {
    background-color: #9B603C
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

@-webkit-keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  55% {
    background-color: #9B603C
  }

  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}

@keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  55% {
    background-color: #9B603C
  }

  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}

body.viewmenu {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: #abaa96;
}

main {
  background-color: #e9e8e6;
}

.h1, h1 {
  font-size: calc(1.4rem + 1.5vw);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: #abaa96;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.preloader-loading {
  padding-top: 4rem;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.preloader-progressbar {
  background: #abaa96;
  background: linear-gradient(150deg, #abaa96 0%, #abaa96 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader-progressbar .logo-preload {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.button-primary {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  background: #F8DA96;
  display: inline-block;
  padding: 10px 18px;
  border: 1.5px solid #F8DA96;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  width: fit-content;
}

.button-primary:hover {
  background: #9B603C;
  color: #fff
}

.button-outline {
  font-weight: 600;
  font-size: 14px;
  color: #F8DA96;
  background: transparent;
  display: inline-block;
  padding: 10px 18px;
  border: 1.5px solid #F8DA96;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
}

.button-outline:hover {
  background: transparent;
  color: #F8DA96;
  border: 1.5px solid #F8DA96;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.showmobile {
  width: 100%;
  margin: 0 auto;
}

.logo-wrapper {
  position: absolute;
  z-index: 3;
  top: -2.5rem;
}

.logo {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  top: 7vh;
  z-index: 2;
}

section#vid-banner {
  padding: 0;
}

#vid-banner {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #vid-banner .logo {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  top: 10vh
} */


#vid-banner .logo img {
  width: auto;
}

.menuvid {
  width: 100%;
  height: auto;
}

.menuvid video#bgvid {
  height: 100%;
  object-fit: fill;
  width: 100%;
}

.scroll-down {
  position: absolute;
  bottom: 7vh;
  cursor: pointer;
  animation: scroll-btn 1s ease-in-out alternate infinite;
  z-index: 2;

}

.scroll-down p {
  font-size: small;
  letter-spacing: 2px;
  font-weight: 100;
  opacity: 0.7;
  margin-bottom: 0.8rem;
}

.scroll-btn {
  margin: auto;
  text-align: center;
}

.scroll-btn svg {
  fill: #F8F7F2;
  height: 50px;
  width: 32px;
  margin-bottom: 10px;
}

.scroll-btn svg .animated {
  animation: scroll-down 2s infinite linear;
}

.scroll-btn svg .ball {
  animation: ball-move 1s infinite ease-in-out alternate;
}

@keyframes scroll-down {
  0% {
    stroke-dasharray: 0, 180px;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  60% {
    opacity: .8;
    stroke-dasharray: 215.7737px, 363.607px;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {

    opacity: 0;

  }
}

@keyframes ball-move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}

section#AboutResto {
  background: #311d16;
}

.about-resto {
  background: #311d16 url(../img/soeasana-interior.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5rem 0;
  text-align: center;
}

.about-resto .container {
  background: none;
}

.about-cuisine {
  background: #311d16 url(../img/wood-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5rem 0;
  margin-top: -5px;
}

.about-cuisine .container {
  background: none;
}

.about-cuisine h1 {
  padding-right: 6rem;
}

.about-cuisine .greetings {
  width: 60%;
  text-align: right;
  float: right;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.about-cuisine .ornament {
  position: absolute;
  top: -5rem;
  width: 100%;
  height: auto;
}

.about-cuisine .ornament .right {
  right: 0;
  position: absolute;
}

.about-cuisine .ornament.bottom {
  top: unset;
  bottom: -5rem;
  z-index: 3;
}

.about-cuisine .ornament.bottom .right {
  right: 0;
  position: absolute;
  bottom: 3.5rem;
}

.appetizer-menu {
  position: relative;
}

.appetizer-menu .container {
  background: none;
}

.appetizer-menu .menu {
  padding-top: 0;
  padding-bottom: 5rem;
}

.light-bg {
  color: #5e5f5f;
}

.menu-category {
  background-image: url(../img/top-sign.png);
  background-position: top right;
  background-repeat: no-repeat;
  width: 180px;
  height: 153px;
  position: absolute;
  top: -2rem;
  right: -10px;
  z-index: 2;
}

.menu-category label {
  position: relative;
  z-index: 1;
  color: #76442b;
  margin: 0;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.53rem;
  width: 180px;
}

label.menu1 {
  padding-top: 3.5rem;
}

label.menu2 {
  padding-top: 3rem;
  line-height: 1.2;
  font-size: 1.3rem;
}

label.menu3 {
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.2;
  font-size: 1.3rem;
}

.appetizer-menu .list-menu.menu1 img.top {
  position: relative;
  float: left;
  margin-left: -2rem;
}

.text-brown {
  color: #76442b
}

.text-shadow {
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.56);
}

.menu-label {
  font-family: var(--font-body);
  font-weight: 600;
  margin-right: 0.8rem;
  margin-bottom: 0.2rem;
  font-size: 18px;
}

.menu-label.right {
  font-family: var(--font-body);
  font-weight: 600;
  margin-left: 0.8rem;
  margin-bottom: 0.2rem;
  font-size: 18px;
}

.menu p {
  margin: 0 0 0.4rem 0;
}


.menu .c-section_infos {
  margin-bottom: 0;
  padding: 0.4rem 0.75rem;
}

/* .menu .c-section_infos.no-desc {
  margin-bottom: 0;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
} */
.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.price {
  width: fit-content;
  min-width: 31px;
  background: #fbd561;
  padding: 2px 8px;
  border-radius: 5px;
  color: #76442b;
  font-size: 0.8rem;
  font-weight: 600;
  height: fit-content;
}


.appetizer-menu .list-menu.menu1 .menu-info {
  float: right;
  margin-top: -4rem;
  padding-left: 9.58rem;
  position: relative;
}

.appetizer-menu .list-menu.menu1 .menu-info .menu-label {
  margin-right: 0;
}

.appetizer-menu .menu1 .price {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 31px;
}

.appetizer-menu .list-menu.menu2 {
  float: left;
  margin-top: -2.5rem;
}

.appetizer-menu .list-menu.menu2 .menu-label {
  margin-right: 0;
  width: 58%;
}

.appetizer-menu .list-menu.menu2 .title-price {
  padding-right: 45vw;
}

.appetizer-menu .list-menu.menu2 .c-sections_infos_text {
  padding-right: 3rem;
}

.appetizer-menu .list-menu.menu3, .appetizer-menu .list-menu.menu4, .appetizer-menu .list-menu.menu5, .appetizer-menu .list-menu.menu6 {
  padding-right: 6rem;
}

.appetizer-menu .list-menu.menu3 {
  padding-right: 10rem;
}

.appetizer-menu .menu6 p {
  padding-right: 7rem;
}

.appetizer-menu .list-menu.menu7 {
  padding-right: 11rem;
}

.appetizer-menu .list-menu.menu7 .menu-label {
  margin-right: 0;
  width: 54%;
}

.appetizer-menu .menu7 p {
  padding-right: 3.5rem;
}

.menu-vid {
  position: absolute;
  bottom: 0;
  color: #fff;
}

video#bgvid {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.menu-vid .c-sections_infos_text {
  margin-top: 0;
}

.haute-menu, .haute-vid {
  position: relative;
}

.haute-menu .menu-category label {
  font-size: 1.3rem;
}

.haute-menu .menu {
  background: #e9ddd1 url(../img/haute-ornament-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.haute-menu .interimg {
  width: 100%;
  position: relative;
  margin-top: -5rem;
}

.haute-menu .list-menu.menu1 {
  position: relative;
  overflow: hidden;
}

.haute-menu .list-menu.menu1 .menu-img {
  margin-top: -13px;
  z-index: 0;
  position: relative;
}

.haute-menu .list-menu.menu2 .menu-img {
  margin-top: -4rem;
  margin-bottom: 3rem;
}

.haute-menu .list-menu.menu2 .menu-img img {
  display: block;
  transform: scale(1.2) translate(10px, 10px);
}

.haute-menu .list-menu.menu2 p {
  padding-right: 9rem;
}

.haute-menu .list-menu.menu3 .c-section_infos {
  padding-right: 0;
}

.haute-menu .list-menu.menu3 .menu-label {
  width: 68%;
}

.haute-menu .list-menu.menu4 {
  padding-left: 0;
}

.haute-menu .list-menu.menu4 .menu-info {
  position: relative;
}

.haute-menu .list-menu.menu4 .price {
  position: relative;
  float: left;
  margin-left: 13vw;
}

.haute-menu .list-menu.menu4 .menu-label {
  float: right;
  position: relative;
  display: contents;
}

.haute-menu .list-menu.menu4 .c-section_infos {
  padding-left: 0;
}

.haute-menu .list-menu.menu4 .c-sections_infos_text {
  padding-left: 1rem;
}

.haute-menu .list-menu.menu3 .menu-label, .haute-menu .list-menu.menu4 .menu-label {
  margin-right: 0;
}

/* .haute-menu .list-menu.menu5 .menu-info {
  padding-right: 1.5rem;
} */
.haute-menu .list-menu.menu5 .menu-img img {
  transform: scale(1);
  margin-left: -1.5rem;
}

.haute-menu .list-menu.menu5 .menu-label {
  margin-right: 0;
  margin-left: 0.8rem;
}

.haute-menu .list-menu.menu5 {
  background: url(../img/leaf.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.haute-menu .list-menu.menu5 p {
  padding-left: 9.5rem;
}

.haute-menu img.bottom-img {
  position: relative;
  margin-top: -19rem;
  z-index: 1;
}

.haute-menu .list-menu.menu6 {
  height: 87vh;
  margin-top: -10rem;
  background: #998f7f url(../img/buntut-ossobuco.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* .haute-menu .list-menu.menu6::after {
  background: url(../img/buntut-ossobuco.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  z-index: 1;

} */
.haute-menu .list-menu.menu6 .c-section_infos {
  z-index: 2;
  margin-top: 10rem;
}

.haute-menu .list-menu.menu6 .c-section_infos_inner {
  margin-top: 1rem;
}

.haute-menu .list-menu.menu7 {
  height: 500px;
  background: #998f7f url(../img/nasi-liwet-haute.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

.haute-menu .list-menu.menu7 .c-section_infos {
  z-index: 2;
}

.haute-menu .list-menu.menu7 .c-section_infos_inner {
  margin-top: 1rem;
}

.specialities {
  background: #e9ddd1;
  position: relative;
}

.specialities .menu-category label {
  font-size: 1.4rem;
}

.specialities-vid {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -5px;
  z-index: 1;
}

.specialities-vid .menu-vid .menu-info {
  position: relative;
  display: grid;
}

.twomenu-one {
  float: left;
}

span.or {
  margin-left: 0.5rem;
}

.twomenu-two {
  float: left;
}

.specialities .list-menu.menu2 {
  height: 710px;
  position: relative;
  z-index: 3;
  margin-bottom: -5rem;
}

.specialities .list-menu.menu2 .c-section_infos_inner {
  margin-top: 2rem;
}

.specialities .list-menu.menu2::after {
  background: url(../img/specialities-ornament.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* .specialities-vid.menu3 {
  margin-top: -5rem;
} */
.specialities .list-menu.menu4 {
  background: #e9ddd1;
  padding-top: 2rem;
  position: relative;
}

.specialities .list-menu.menu4 .c-section_infos {
  z-index: 2;
}

.specialities .list-menu.menu4 .c-sections_infos_text {
  padding-right: 4rem;
}

.specialities .list-menu.menu4 .menu-img {
  position: relative;
  margin-left: -1.5rem;
  margin-top: -2rem;
}

.specialities .list-menu.menu4 .menu-img img {
  display: block;
  transform: scale(1) translate(0, -10px);
}

/* .specialities .list-menu.menu4::after {
  background: url(../img/nasi-kebuli-bambu.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  top: 1rem;
  bottom: 0;
  right: 0;
  z-index: 1;
} */
.specialities .list-menu.menu5 {
  padding-left: 3rem;
  padding-right: calc(var(--bs-gutter-x) * .5);
  position: relative;
  margin-top: -1rem;
}

.specialities .list-menu.menu5 .menu-info {
  position: relative;
}

.specialities .list-menu.menu5 .price {
  float: right;
  position: absolute;
  top: -2rem;
  right: 0rem;
  min-width: 31px;
}

.specialities .list-menu.menu5 .menu-label {
  margin-right: 0;
}

.specialities .list-menu.menu6 {
  height: 44vh;
  position: relative;
}

.menu .menu6 .c-section_infos img {
  transform: scale(1);
  margin-left: -2rem;
  margin-top: 2rem;
}

.traditional-menu {
  position: relative;
}

.traditional-menu .list-menu.menu1 .c-section_infos_inner {
  margin-top: 10rem;
}

.traditional-menu .list-menu.menu1 .menu-info {
  position: relative;
}

.traditional-menu .list-menu.menu1 .price {
  float: right;
  position: absolute;
  top: -2rem;
  right: 0;
}

.traditional-menu .list-menu.menu1 .menu-label {
  margin-right: 0;
}

.traditional-menu .text-end.list-menu.menu1 img.top {
  position: relative;
  margin-top: -13rem;
  float: left;
  margin-left: -2rem;
}

.traditional-menu .list-menu.menu1 {
  background: url(../img/leaf2.png);
  background-repeat: no-repeat;
  background-position: bottom 80px left 10px;
  content: "";
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

/* .traditional-menu .list-menu.menu1 .c-sections_infos_text {
  padding-left: 9rem;
} */
.traditional-menu .list-menu.menu2 {
  position: relative;
  padding-right: 0;
}

.traditional-menu .list-menu.menu2 .menu-info {
  position: relative;
}

.traditional-menu .list-menu.menu2 .menu-info .c-sections_infos_text {
  position: relative;
  float: left;
}

.traditional-menu .list-menu.menu2 .title-price {
  position: relative;
}

.traditional-menu .list-menu.menu2 .menu-info .menu-label {
  float: left;
  margin-right: 0;
}

.traditional-menu .list-menu.menu2 .price {
  position: relative;
  float: right;
}

.traditional-menu .list-menu.menu3 {
  padding-left: 0;
}

.traditional-menu .list-menu.menu3 .title-price {
  padding-left: 1rem;
}

.traditional-menu .list-menu.menu3 .price {
  float: left;
}

.traditional-menu .list-menu.menu3 .menu-label {
  margin-right: 0;
}

.traditional-menu .list-menu.menu4 {
  z-index: 1;
  margin-top: -1rem;
}

.traditional-menu .list-menu.menu4 .menu-img img {
  width: 100%;
  transform: scale(1.2);
  margin-top: 4rem;
}

.traditional-menu .list-menu.menu4 .c-sections_infos_text {
  padding-right: 1rem;
}

.traditional-menu .list-menu.menu5 {
  height: 80vh;
  margin-top: -4.8rem;
  padding-top: 5rem;
}

.dessert-menu {
  position: relative;
}

.dessert-menu .menu {
  padding-bottom: 2rem;
}

.dessert-menu .list-menu.menu1 {
  background: url(../img/brush-left.png);
  background-repeat: no-repeat;
  background-position: bottom 35px left;
  content: "";
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

.dessert-menu .list-menu.menu1 .c-section_infos_inner {
  padding-top: 10rem;
}

.dessert-menu .list-menu.menu1 .menu-img img {
  position: relative;
  margin-top: -10rem;
  float: left;
  margin-left: -2rem;
}

.dessert-menu .list-menu.menu1 .menu-info {
  position: relative;
}

.dessert-menu .list-menu.menu1 .menu-info .menu-label {
  margin-right: 0;
}

.dessert-menu .list-menu.menu1 .menu-info .price {
  float: right;
  position: absolute;
  top: -2rem;
  right: 0;
}

.dessert-menu .list-menu.menu2 {
  position: relative;
  padding-right: 0;
}

.dessert-menu .list-menu.menu2 .menu-label {
  float: left;
  margin-right: 0;
}

.dessert-menu .list-menu.menu2 .menu-info {
  position: relative;
}

.dessert-menu .list-menu.menu2 .price {
  /* position: relative;
  float: right; */
  right: -1rem;
  top: 0;
  position: absolute;
}

.dessert-menu .list-menu.menu2 .c-sections_infos_text {
  position: relative;
  float: left;
}

.dessert-menu .list-menu.menu3 {
  padding-left: 0;
  position: relative;
}

.dessert-menu .list-menu.menu3 .menu-info .price {
  float: left;
  margin-left: 5vw;
}

.dessert-menu .list-menu.menu3 .menu-info .menu-label {
  margin-right: 0;
}

.dessert-menu .list-menu.menu4 .c-section_infos_inner {
  display: flex;
}

.dessert-menu .list-menu.menu4 {
  position: relative;
}

/* .dessert-menu .list-menu.menu4::after {
  background: url(../img/leaf3.png);
  background-position: top right;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  z-index: 1;
} */
.dessert-menu .list-menu.menu4 .menu-info {
  float: left;
  position: relative;
}

.dessert-menu .list-menu.menu4 .menu-img {
  float: right;
  margin-right: -2rem;
  padding-top: 3rem;
  position: relative;
}

.dessert-menu .list-menu.menu4 .menu-img img {
  position: relative;
  float: right;
  margin-top: -1rem;
  margin-right: 0;
}

.dessert-menu .list-menu.menu4 .menu-label {
  margin-right: 0;
}

.dessert-menu .list-menu.menu5 {
  margin-top: -5rem;
  padding-right: 5em;
  position: relative;
}

.dessert-menu .list-menu.menu5 .c-sections_infos_text {
  padding-right: 32vw;
}

.dessert-menu .list-menu.menu5 .c-sections_infos_text {
  padding-right: 15vw;
}

.dessert-menu .list-menu.menu6 .menu-info {
  position: relative;
}

.dessert-menu .list-menu.menu6 .c-section_infos {
  padding-right: 0;
}

.dessert-menu .list-menu.menu6 .price {
  position: absolute;
  top: -0.3rem;
  right: 0.5rem;
}

.dessert-menu .list-menu.menu6 .menu-label {
  margin-right: 0;
}

.dessert-menu .list-menu.menu7 {
  padding-left: 0;
  position: relative;
}

.dessert-menu .list-menu.menu7 .c-section_infos {
  padding-left: 0;
}

.dessert-menu .list-menu.menu7 .menu-info {
  position: relative;
}

.dessert-menu .list-menu.menu7 .price {
  float: left;
}

.dessert-menu .list-menu.menu7 .menu-label {
  margin-right: 0;
}

.veggies-menu {
  position: relative;
  background: #c7d8e0;
}

.veggies-menu .list-menu.menu1::before {
  background: url(../img/green-leaf-ornament.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 2rem;
  z-index: 1;
}

.veggies-menu .menu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.menu-category.left-menu {
  background-image: url(../img/left-sign.png);
  background-position: top right;
  background-repeat: no-repeat;
  width: 160px;
  height: 136px;
  position: absolute;
  top: 0;
  left: -3.5rem;
  z-index: 1;
}

.sides-menu .menu-category label.menu2 {
  width: 80px;
  text-align: center;
  margin-left: 3.5rem;
  padding-top: 2.5rem;
}

.sides-menu {
  position: relative;
  padding-top: 10rem;
  height: 60vh;
}

.sides-menu .menu-top {
  position: absolute;
  top: 0;
  left: 30vw;
}

.sides-menu .menu-top .menu1, .sides-menu .menu-top .menu2, .sides-menu .menu-top .menu3, .sides-menu .menu-top .menu4 {
  padding-left: 0;
}

.cold-beverages {
  position: relative;
}

.cold-beverages .menu-category label {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cold-drink .list-menu.menu1 .c-section_infos_inner {
  margin-top: 6rem;
}

.cold-drink .list-menu .menu-label {
  margin-right: 0;
  margin-left: 0.8rem;
}

.cold-beverages .list-menu.menu1 .menu-info {
  position: relative;
}

.cold-beverages .text-end.list-menu.menu1 img.top {
  position: relative;
  margin-top: -11rem;
  float: left;
  margin-left: -2rem;
}

.cold-beverages {
  background: url(../img/leaf2.png);
  background-repeat: no-repeat;
  background-position: top left;
  content: "";
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 0;
  position: relative;
}

.cold-beverages .juices {
  padding-bottom: 4rem;
}

.cold-beverages .list-menu.menu1 {
  padding-top: 2.5rem;
}

.cold-beverages .juices .list-menu.menu1 {
  padding-top: 0;
}

.cold-beverages .list-menu.menu1 img {
  margin-top: -10rem;
  margin-left: -1.5rem;
}

.cold-drink {
  background-size: 56%;
}

.cold-drink .menu {
  width: 50%;
  display: inline-block;
  margin-left: 52vw;
  position: relative;
}

.juices h2 {
  margin-bottom: 0;
}

.hot-beverages {
  position: relative;
}

.hot-beverages .menu-category.left-menu {
  left: -1rem;
  top: 8rem;
  z-index: 0;
}

.hot-menu::before {
  background: url(../img/hot-drink-ornament.png);
  background-position: top left -10px;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
}

.hot-menu {
  float: left;
  position: relative;
  width: 55%;
}

.hot-beverages .menu-category.left-menu label.menu2 {
  padding-left: 1.5rem;
  padding-right: 3rem;
  padding-top: 2.5rem;
}

.tea-menu {
  width: 45%;
  float: right;
  position: relative;
  padding-top: 8rem;
  padding-right: 0.5rem;
}

.tea-menu::before {
  background: url(../img/tea-ornament.png);
  background-position: top right;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  z-index: 1;
}

.tea-menu .menu-label {
  margin-right: 0;
  margin-left: 0.8rem;
}

.tea-menu h2 {
  margin-bottom: 0;
}

.other-drink {
  padding-bottom: 3rem;
}

.other-drink h2 {
  margin-bottom: 0;
  margin-top: 1.3rem;
}

.other-drink span {
  font-size: 80%;
}

.nusantara-coffee {
  position: relative;
  background: url(../img/coffee-bg.png);
  background-repeat: repeat-y;
}

.nusantara-coffee .menu-category label.align-items-center.menu2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.nusantara-coffee .menu {
  z-index: 2;
  position: relative;
  height: 100%;
  display: block;
  padding-bottom: 25rem;
}

.nusantara-coffee::after {
  background: url(../img/coffee.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
}

.nusantara-coffee .coffee-menu {
  padding-top: 2rem;
  font-size: 85%;
  padding-right: 12rem;
  font-weight: 300;
}

.nusantara-coffee h2 {
  margin-bottom: 0;
}

.nusantara-coffee .origin, .nusantara-coffee .brewing, .nusantara-coffee .topping {
  margin-bottom: 1.5rem;
}

.nusantara-coffee .brewing {
  background: url(../img/coffee-ornament.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.no-pr {
  padding-right: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

footer.footer {
  background: #102e3c;
  color: #fff;
  font-size: 70%;
  font-weight: 100;
  padding: 0.5rem 0 50px;
}

.main-menu {
  background: rgb(136, 134, 114);
  background: linear-gradient(180deg, rgba(136, 134, 114, 1) 0%, rgba(171, 170, 150, 1) 100%);
  background-repeat: repeat-x;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: inherit;
  height: 44px
}

.main-menu span.btn-mobile {
  font-family: var(--font-heading);
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-align: center;
  text-transform: capitalize;
  display: inline-grid;
  padding: 4px 0;
}

.detail-menu {
  background: rgb(100 99 75 / 90%);
  top: 0;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: inherit;
  display: none;
}

.detail-menu ul {
  position: relative;
  vertical-align: middle;
  padding-top: 20%;
}

.detail-menu li {
  padding: 0.5rem 0;
}

.detail-menu li a {
  color: #fff;
  font-family: var(--font-heading);
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 1.3rem;
}

.caption {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(10px, 10px);
  width: 100%;
  text-align: center;
  font-family: var(--font-body);
  color: #fff;
  font-size: 1.2rem;
}

.img-rotate {
  margin: auto auto 3rem;
  animation: mymove 5s infinite;
}

.img-rotate img {
  width: 125px;
}

.showdesktop, .showipad {
  display: none;
}

@keyframes mymove {
  100% {
    transform: rotate(90deg);
  }
}

@media (min-width: 576px) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
  .showmobile {
    width: 414px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .showmobile, .showdesktop, .main-menu, .detail-menu {
    display: none;
  }

  .showipad {
    display: block;
    background-image: url(../img/bg-ipad.jpg);
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  .showmobile, .showipad, .main-menu, .detail-menu {
    display: none;
  }

  .showdesktop {
    display: block;
    background-image: url(../img/bg-ipad.jpg);
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .showdesktop .caption {
    display: grid;
    text-align: center;
  }

  .showdesktop .caption img {
    text-align: center;
    margin: 0 auto;
    transform: rotate(90deg);
    width: 125px;
    margin-bottom: 2rem;
  }
}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation : portrait) {
  .info .about-cuisine .greetings {
    width: 64%;
  }

  .appetizer-menu .list-menu.menu1 .menu-info {
    margin-top: -3rem;
    padding-left: 10rem;
  }

  .appetizer-menu .list-menu.menu2 {
    margin-top: -3.5rem;
  }

  .appetizer-menu .list-menu.menu2 .c-sections_infos_text {
    padding-right: 4rem;
  }

  .appetizer-menu .list-menu.menu2 .menu-label {
    width: 65%;
  }

  .appetizer-menu .list-menu.menu3 {
    padding-right: 8rem;
  }

  .appetizer-menu .list-menu.menu7 .menu-label {
    width: 40%;
  }

  .haute-menu .list-menu.menu3 .menu-label {
    width: 75%;
  }

  .haute-menu .list-menu.menu6 {
    height: 105vh;
  }

  .specialities .list-menu.menu4 {
    height: 101vh;
    padding-top: 2rem;
    position: relative;
  }

  .specialities .list-menu.menu6 {
    height: 50vh;
  }

  .traditional-menu .list-menu.menu1 {
    background-position: bottom 100px left 10px;
  }

  .traditional-menu .list-menu.menu2 .price {
    right: -1rem;
    position: absolute;
  }

  .traditional-menu .list-menu.menu3 .title-price {
    padding-left: 0.5rem;
  }

  .traditional-menu .list-menu.menu5 {
    height: 100vh;
  }

  .dessert-menu .list-menu.menu1 {
    background-position: bottom 60px left;
  }

  .dessert-menu .list-menu.menu2 .price {
    right: -0.5rem;
  }

  .dessert-menu .list-menu.menu2 .c-section_infos {
    padding-right: 0;
  }

  .dessert-menu .list-menu.menu3 .menu-info .price {
    float: left;
    margin-left: 2vw;
  }

  .dessert-menu .list-menu.menu5 {
    margin-top: -4rem;
    padding-right: 0;
  }

  .dessert-menu .list-menu.menu5 .c-sections_infos_text {
    padding-right: 31vw;
  }

  .sides-menu {
    height: 77vh;
  }

  .hot-menu::before {
    background-position: top left -15px
  }

  .scroll-down {
    bottom: 10vh;
  }

  .specialities .list-menu.menu5 {
    margin-top: 0;
  }
}


/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation : portrait) {}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation : portrait) {
  .about-cuisine .greetings {
    width: 64%;
  }

  .appetizer-menu .list-menu.menu2 {
    margin-top: -3.5rem;
  }

  .appetizer-menu .list-menu.menu2 .menu-label {
    width: 65%;
  }

  .appetizer-menu .list-menu.menu3 {
    padding-right: 8rem;
  }

  .appetizer-menu .list-menu.menu7 .menu-label {
    width: 70%;
  }

  .haute-menu .list-menu.menu3 {
    padding-right: 0;
  }

  .specialities .list-menu.menu4 {
    height: 82vh;
  }

  .traditional-menu .list-menu.menu1 {
    background-position: bottom 100px left 10px;
  }

  .traditional-menu .list-menu.menu3 .title-price {
    padding-left: 0.2rem;
  }

  .dessert-menu .list-menu.menu1 {
    background-position: bottom 55px left;
  }

  .dessert-menu .list-menu.menu2 .price {
    right: -1rem;
    top: 0;
    position: absolute;
  }

  .dessert-menu .list-menu.menu3 .menu-info .price {
    margin-left: 1vw;
  }

  .dessert-menu .list-menu.menu5 {
    margin-top: -4rem;
    padding-right: 0;
  }

  .dessert-menu .list-menu.menu5 .c-sections_infos_text {
    padding-right: 34vw;
  }

  .traditional-menu .list-menu.menu2 .price {
    position: absolute;
    right: -1rem;
  }

  .dessert-menu .list-menu.menu2 .menu-label {
    margin-right: 0;
  }

  .specialities .list-menu.menu5 {
    margin-top: 2.5rem;
  }
}

/* iphone 12, 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation : portrait) {
  .about-cuisine .greetings {
    width: 61%;
  }

  .appetizer-menu .list-menu.menu1 .menu-info {
    padding-left: 11rem;
  }

  .appetizer-menu .list-menu.menu2 {
    margin-top: -3rem;
  }

  .appetizer-menu .list-menu.menu2 .menu-label {
    width: 60%;
  }

  .appetizer-menu .list-menu.menu2 .c-sections_infos_text {
    padding-right: 5rem;
  }

  .appetizer-menu .list-menu.menu7 .menu-label {
    width: 63%;
  }

  .specialities .list-menu.menu4 {
    height: 81vh;
  }

  .traditional-menu .list-menu.menu2 .price {
    position: absolute;
    right: -1rem;
  }

  .dessert-menu .list-menu.menu5 {
    margin-top: -4rem;
  }

  .dessert-menu .list-menu.menu5 .c-sections_infos_text {
    padding-right: 15vw;
  }
}

/* iphone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation : portrait) {
  .appetizer-menu .list-menu.menu3 {
    padding-right: 11rem;
  }

  .haute-menu .list-menu.menu4 .price {
    margin-left: 18vw;
  }

  .traditional-menu .list-menu.menu2 .price {
    top: 0;
    right: 0;
  }

  .specialities .list-menu.menu6 {
    height: 40vh;
  }

  .dessert-menu .list-menu.menu5 {
    margin-top: -8rem;
  }

  .dessert-menu .list-menu.menu5 .c-sections_infos_text {
    padding-right: 29.5vw;
  }

  .dessert-menu .list-menu.menu6 .price {
    top: 0;
    right: 1rem;
  }

  .specialities .list-menu.menu5 {
    margin-top: -3rem;
  }
}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation : portrait) {}

/* iphone 12 Pro Max */
@media only screen and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation : portrait) {}

/* iphone 14 Pro */
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation : portrait) {}

/* iphone 14 Pro Max */
@media only screen and (min-device-width: 393px) and (max-device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation : portrait) {}

/*iPhone Landscape*/
@media only screen and (min-width: 667px) and (max-height: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation : landscape) {
  .showmobile, .showdesktop, .main-menu, .detail-menu {
    display: none;
  }

  .showipad {
    display: block;
    background-image: url(../img/bg-ipad.jpg);
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .caption {
    top: 25%;
  }
}

@media only screen and (min-width: 812px) and (max-height: 375px) and (-webkit-device-pixel-ratio: 3) and (orientation : landscape) {
  .showmobile, .showdesktop, .main-menu, .detail-menu {
    display: none;
  }

  .showipad {
    display: block;
    background-image: url(../img/bg-ipad.jpg);
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .caption {
    top: 25%;
  }
}

@media only screen and (min-width: 844px) and (max-height: 390px) and (-webkit-device-pixel-ratio: 3) and (orientation : landscape) {
  .showmobile, .showdesktop, .main-menu, .detail-menu {
    display: none;
  }

  .showipad {
    display: block;
    background-image: url(../img/bg-ipad.jpg);
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .caption {
    top: 25%;
  }
}

@media only screen and (min-width: 896px) and (max-height: 414px) and (-webkit-device-pixel-ratio: 2) and (orientation : landscape) {
  .showmobile, .showdesktop, .main-menu, .detail-menu {
    display: none;
  }

  .showipad {
    display: block;
    background-image: url(../img/bg-ipad.jpg);
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .caption {
    top: 25%;
  }
}

@media only screen and (min-width: 568px) and (max-height: 414px) and (orientation : landscape) {
  .showmobile, .showdesktop, .main-menu, .detail-menu {
    display: none;
  }

  .showipad {
    display: block;
    background-image: url(../img/bg-ipad.jpg);
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .caption {
    top: 25%;
  }
}

@media only screen and (min-width: 428px) {
  .dessert-menu .list-menu.menu5 {
    margin-top: -8rem;
  }

  .dessert-menu .list-menu.menu5 .c-sections_infos_text {
    padding-right: 23vw;
  }

  .dessert-menu .list-menu.menu6 .price {
    position: absolute;
    top: 0;
    right: 2rem;
  }

  .specialities .list-menu.menu5 {
    margin-top: -3rem;
  }
}

@media screen and (min-width: 926px) {
  .showmobile, .showdesktop, .main-menu, .detail-menu {
    display: none;
  }

  .showipad {
    display: block;
    background-image: url(../img/bg-ipad.jpg);
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .caption {
    top: 25%;
  }
}


@media screen and (min-width: 1366px) {}

@media screen and (min-width: 1440px) {}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}

@media screen and (max-width: 1439.98px) {}

@media (max-width: 1365.98px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 320px) {}