.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #241242;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: #241242;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  color: #241242;
  margin-top: 0;
  margin-bottom: 0;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  color: #241242;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.5em;
}

h5 {
  color: #241242;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
}

.img-brand {
  /* height: 3.875rem; */
  height: 7rem;
}

.text-content {
  z-index: 1;
  width: auto;
  height: 22px;
  color: #241242;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-content:hover {
  letter-spacing: normal;
}

.text-content.footer {
  justify-content: flex-start;
}

.text-content.footer:hover {
  letter-spacing: .5px;
}

.dropdown-toggle {
  width: 105%;
  padding: 0 25px 0 0;
}

.sroll-link {
  width: 130px;
  /* color: #241242; */
  color: #241242;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .4s;
  position: relative;
}

.sroll-link:hover {
  letter-spacing: normal;
  border-radius: 0;
}

.sroll-link.w--current {
  color: #fa7436;
  font-weight: 700;
}

.sroll-link.small {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.sroll-link.small:hover {
  color: rgba(102, 48, 0, .5);
}

.sroll-link.small.w--current {
  color: #ffdab9;
}

.sroll-link.footer {
  color: #000;
  padding: 0;
  display: block;
}

.sroll-link.footer:hover {
  letter-spacing: .5px;
}

.nav-text {
  color: #241242;
  letter-spacing: normal;
  font-weight: 400;
  position: absolute;
}

.nav-text:hover {
  letter-spacing: normal;
}

.nav-text.footer {
  color: #000;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 0.8rem;
}

.navigation {
  width: 100%;
  background-color: #fff;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper.nav {
  flex-direction: row;
}

.nav-text-name {
  /* color: rgba(102, 48, 0, .5); */
  color: #3b265e;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  font-family: AppetitePro-Italic, sans-serif;
  font-weight: 400;
  position: absolute;
}
.nav-text-name.footer {
  /* color: rgba(102, 48, 0, .5); */
  color: #3b265e;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  font-family: AppetitePro-Italic, sans-serif;
  font-weight: 400;
  position: absolute;
  font-size: 0.8rem;
}

.nav-text-name:hover {
  letter-spacing: normal;
}

.icon-dropdown {
  color: #241242;
  margin-right: 0;
}

.branding {
  color: #fa7436;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  box-shadow: 0 5px 20px rgba(255, 157, 71, .25);
}

.hero-info-div {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mouse-scroll {
  z-index: 1;
  width: 20px;
  height: 30px;
  border: 1px solid #ffe9d6;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.button-wrapper.center {
  align-items: center;
}

.mouse-dot {
  width: 2px;
  height: 8px;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 5px;
}

.circle-btn {
  width: 100%;
  height: 100%;
  background-color: #241242;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: scale(0);
}

.page-header {
  width: 100%;
  height: 600px;
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-header.pricing {
  z-index: 1;
  height: 700px;
  background-image: url('../images/Project-10_1Project-10.webp');
  background-position: 50% 0;
  background-size: auto;
}

.page-header.cantact {
  z-index: 10;
  height: 700px;
  background-image: url('../images/Untitled-14_1Untitled-14.webp');
  background-position: 50%;
  background-size: cover;
}

.display {
  z-index: 1;
  color: #241242;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: relative;
}

.display.white {
  color: #ffe9d6;
  text-align: center;
  font-size: 8em;
}

.scroll-link {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: auto;
}

.scroll-link.hide-mbl {
  width: 120px;
  height: 120px;
  padding: 9px;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.overlay-div {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-div._2 {
  height: auto;
}

.scroll-image {
  width: 100px;
  height: 100px;
  background-image: url('../images/Scrolldown.svg');
  background-position: 0 0;
  background-size: auto;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-image.invert {
  width: 100px;
  height: 100px;
  background-image: url('../images/Maison-Dauvet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
}

.breadcrumbs-block {
  z-index: 3;
  width: 100%;
  color: #b85600;
  background-color: #fff;
  border-top: 1px #000;
  border-bottom: 1px solid #ffe9d6;
  border-left: 1px #000;
  border-right: 1px #d4e4f0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 13px;
  line-height: 23px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.label-link {
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #e9e9e9;
  border-left-style: solid;
  margin: 0 0 0 -1px;
  padding: 10px 0;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
}

.label-link:hover {
  color: #000;
  background-color: #f1f1f1;
}

.label-link.w--current {
  color: #e64720;
  background-color: #fff;
}

.label-link.beadcrumbs {
  width: auto;
  color: #b85600;
  border-style: none none none solid;
  border-color: #000 #000 #000 #ffe9d6;
  padding-left: 20px;
  padding-right: 20px;
}

.label-link.beadcrumbs:hover {
  background-color: #fffaf6;
}

.label-link.beadcrumbs.home {
  border-left-style: none;
}

.style-guide-title {
  width: 336px;
  height: 100%;
  background-color: #fff3e9;
  border: 1px #d4d4d4;
  border-radius: 0;
  margin-right: 48px;
  padding: 36px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.section {
  z-index: 1;
  background-color: #fffaf6;
  border: 0 #000;
  padding: 6.25em 40px;
  position: relative;
}

.section.cta-section {
  z-index: 1;
  min-height: 60vh;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section.is-top {
  z-index: 2;
}

.section.is-timeline {
  padding-top: 0;
  padding-bottom: 0;
}

.section.s-hero {
  z-index: 2;
  padding-top: 11.375em;
}

.paragraph-5 {
  color: #241242;
}

.style-guide-color {
  width: 100%;
  height: 140px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.style-guide-color.primary-1 {
  background-color: #ffdab9;
  border-radius: 0;
}

.style-guide-color.primary7 {
  background-color: #fffaf6;
}

.style-guide-color.primary-2 {
  background-color: #ff9d47;
  border-radius: 1px;
}

.style-guide-color.primary-6 {
  background-color: #fff3e9;
  border-radius: 0;
}

.style-guide-color.primary-8 {
  background-color: #fff;
  border-radius: 0;
}

.style-guide-color.primary-4 {
  color: #110e19;
  background-color: #241242;
  border-bottom: 1px solid #251e38;
  border-radius: 0;
}

.style-guide-color.primary-3 {
  background-color: #b85600;
  border-radius: 0;
}

.style-guide-color.primary-5 {
  background-color: #ffe9d6;
  border-radius: 0;
}

.bold-text {
  color: #241242;
}

.btn-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #241242;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .4s, letter-spacing .4s;
  display: inline-block;
}

.btn-primary:hover {
  letter-spacing: 2px;
  background-color: #ffdab9;
}

.btn-primary:active {
  background-color: rgba(102, 48, 0, .5);
}

.btn-primary._3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffdab9;
}

.btn-primary._3:hover {
  color: #fffaf6;
  background-color: #ffdab9;
}

.btn-primary._2 {
  background-color: #241242;
  margin-left: 0;
}

.btn-primary._2:hover {
  color: #fffaf6;
  background-color: #ffdab9;
}

.btn-primary.mb-top-1em {
  margin-top: 1em;
}

.dot-list-item {
  align-items: center;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.typography-details {
  color: #fff;
  margin-bottom: 20px;
}

.typography-container {
  width: 100%;
}

.style-guide-iteam-wrapper {
  background-color: #1b1629;
  border: 1px #d4d4d4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.style-guide-iteam-wrapper.gray {
  background-color: #fff3e9;
}

.cms-info-card {
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.paragraph-small {
  color: #b85600;
  font-size: 14px;
  line-height: 1.5em;
}

.text-small {
  color: #241242;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.highlighted-text {
  color: #ff9d47;
  background-color: #ffe9d6;
}

.card-body {
  color: #110e19;
  flex: 1;
  padding: 24px;
}

.rules {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin-bottom: 60px;
  display: grid;
}

.rules.style-guide-row {
  background-color: rgba(0, 0, 0, 0);
  grid-template-columns: .25fr 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.block-quote {
  color: #b85600;
}

.checkmark-circle {
  width: 24px;
  height: 24px;
  background-color: #ffdab9;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.grid-button {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: auto;
}

.icon-list-item-2 {
  border-bottom: 1px solid #ffe9d6;
  border-radius: 1px;
  flex-direction: row;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.icon-list-item-2.icon-list-item-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.big-paragraph {
  color: #241242;
  font-size: 20px;
  line-height: 30px;
}

.display-2 {
  color: #241242;
  margin-bottom: 10px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.2;
}

.grid-colors {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.richtext-presentation {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.paragraph-6 {
  color: #b85600;
}

.style-guide-content-group {
  width: 100%;
  margin-bottom: 0;
}

.style-guide-content {
  width: 100%;
  border: 1px #000;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.style-guide-contents {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.grid-thirds {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.italic-text {
  color: #b85600;
}

.list-dot {
  width: 6px;
  height: 6px;
  background-color: #62636b;
  border-radius: 50%;
  flex: none;
  margin-right: 12px;
}

.list-dot.bg-primary-1 {
  background-color: #00a838;
}

.card {
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card:hover {
  text-decoration: none;
}

.card.style-guide-color-card {
  min-width: 150px;
  color: #3c4153;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #ffe9d6;
  border-radius: 0;
  font-weight: 700;
  overflow: hidden;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ffe9d6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.footer-column {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0;
}

.footer-brand {
  height: 5rem;
}

.footer-side {
  width: 33%;
  padding-top: 98px;
  padding-bottom: 98px;
  padding-right: 60px;
}

.footer-side.left {
  width: 100%;
  background-color: #100b47;
  background-image: linear-gradient(rgba(28, 24, 76, .96), rgba(28, 24, 76, .96)), url('../images/Untitled-15.png');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 20px;
}

.footer-side.left.gray {
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  padding: 0;
  display: flex;
}

.footer-white {
  z-index: 0;
  background-color: #fff;
  border-top: 1px solid #ffe9d6;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 60px 20px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.footer-grid {
  width: 100%;
  height: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #666;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  font-size: 0.8rem;
}

.footer-bottom {
  color: #ded6ff;
  text-align: center;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.footer-bottom.dark {
  color: #36473b;
  justify-content: space-between;
  font-weight: 600;
}

.text-dark-noir {
  color: #000;
  font-size: 0.8rem;

}

.footer-copyright {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-top: 1px solid #241242;
  border-radius: 0;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-text {
  color: #000;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.socical-icon {
  width: 20px;
}

.socical-icon.small {
  width: 48px;
}

.socical-icon.invert {
  width: 24px;
  filter: invert();
  margin-left: 3px;
  margin-right: 3px;
}

.team-social-link {
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  transition: opacity .4s;
  display: flex;
}

.team-social-link:hover {
  opacity: .6;
}

.logo-link {
  margin-bottom: 10px;
  text-decoration: none;
}

.social-icons-wrapper {
  margin-top: 20px;
  display: flex;
}

.display-3 {
  z-index: 1;
  color: #241242;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 10em;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: relative;
}

.display-3.white {
  color: #ffe9d6;
  text-align: center;
  font-size: 8em;
}

.cta-social-wrapper {
  z-index: 3;
  color: #ffe9d6;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(214, 228, 214, .27);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 5px 10px;
  font-family: PT Serif, serif;
  font-weight: 700;
  display: flex;
  position: relative;
  top: auto;
  bottom: 15%;
  left: auto;
  right: auto;
}

.overlay-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-title {
  color: #fff;
  margin-top: 0;
  font-size: 60px;
  line-height: 1.2;
}

.social-icons-div {
  margin-top: 0;
  display: flex;
}

.bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-paragraph {
  color: #fff;
  text-align: center;
}

.cta-card {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.form-contact-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #241242;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bottom-margin-60px {
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.single-form-contact {
  max-width: 700px;
  color: rgba(12, 21, 47, .6);
  text-align: center;
  border-radius: 0;
  margin: 0 auto;
  font-size: 12px;
  display: block;
}

.max-w {
  color: #3c4153;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-w._60 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-field-contact {
  height: 60px;
  float: none;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffe9d6;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: 0;
  margin-left: -1px;
  padding: 12px 20px;
  display: inline-block;
}

.text-field-contact:hover, .text-field-contact:active, .text-field-contact:focus {
  background-color: #fff3e9;
  border-color: #e9e9e9;
}

.text-field-contact.message {
  height: 120px;
  float: left;
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffe9d6;
  border-radius: 0;
  flex: 1;
  margin: -1px 0 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: relative;
}

.text-field-contact.message:hover, .text-field-contact.message:active, .text-field-contact.message:focus {
  background-color: #fff3e9;
}

.text-field-contact.single {
  height: 60px;
  float: left;
  opacity: 1;
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffe9d6;
  border-radius: 0;
  flex: 1;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: relative;
}

.text-field-contact.single:focus {
  background-color: #fff3e9;
}

.subscribe {
  color: #241242;
  font-size: 1.25rem;
  line-height: 1.5;
}

.display-4 {
  margin-bottom: 10px;
}

.display-4._2-title {
  line-height: 1;
  transform: translate(80px);
}

.display-4._1-tittle {
  margin-bottom: 10px;
  line-height: 1;
  transform: translate(-80px);
}

.success-message {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #241242;
  border-radius: 0;
  margin-top: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.error-message {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d80000;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
}

.top-title-section {
  color: #b85600;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}

.display-5 {
  z-index: 1;
  color: #241242;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 10em;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: relative;
}

.display-5.white {
  color: #ffe9d6;
  text-align: center;
  font-size: 8em;
}

.wrapper-pictures {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.img-galeries {
  margin-bottom: 16px;
}

.play-image {
  position: absolute;
}

.button-image {
  width: 100px;
  height: 100px;
  background-image: url('../images/Learn-More.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-image.cta {
  z-index: 1;
  background-image: url('../images/view-on-webflow.svg');
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-link {
  width: 132px;
  height: 132px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.display-6 {
  z-index: 1;
  color: #241242;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: relative;
}

.display-6.white {
  color: #241242;
  text-align: center;
  font-size: 8em;
}

.display-6.white._3 {
  margin-bottom: 10px;
  font-size: 6em;
  transform: translate(200px);
}

.display-6.white._2 {
  margin-bottom: 10px;
  /* font-size: 8em; */
  font-size: 6em;
  transform: translate(20px);
}

.display-6.white._1 {
  color: #241242;
  margin-bottom: 10px;
  font-size: 6em;
  transform: translate(-200px);
}

.display-6.white._3 {
  margin-bottom: 0;
}

.align-center {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.is-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.grid-2-1 {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 5rem;
}

.video-back-ground {
  z-index: 1;
  height: 90vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bubble-icon {
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #110e19;
  background-image: linear-gradient(#110e19, #251e38);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: scale(0);
}

.image-aspect-ratio {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bubble-image {
  width: 90px;
  height: 90px;
  background-image: url('../images/Maison-Dauvet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-image {
  z-index: 1;
  width: 100%;
  height: 420px;
  cursor: none;
  background-image: url('../images/Gradient_1Gradient.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.collection-list-wrapper {
  width: 100%;
}

.portfolio {
  width: 100%;
  height: 450px;
  cursor: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.portfolio._1 {
  height: 510px;
  color: #3c4153;
  cursor: pointer;
  justify-content: flex-end;
}

.portfolio-content {
  height: auto;
  color: #3c4153;
  background-color: #fffaf6;
  border: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
}

.hero-grid_component {
  width: 100%;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.categories-wrapper, .collection-product-items {
  width: 100%;
}

.collection-categories {
  width: 100%;
  margin-top: 5em;
}

.menu-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.cls-categories {
  grid-column-gap: 5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-navbar {
  width: auto;
  color: #241242;
  border: 1px solid #241242;
  margin-right: 2px;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-navbar:hover {
  color: #ffdab9;
  border-style: solid;
  border-color: #ffdab9;
}

.product-wrapper {
  padding-top: 82px;
}

.grid-2-1-product {
  width: 100%;
  grid-column-gap: 4em;
  grid-template-rows: auto;
  align-items: start;
}

.pricing-list-text {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.pricing-list-text.white {
  color: #241242;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.more-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-description {
  text-align: left;
}

.image-product {
  width: 100%;
  height: 100%;
  margin-bottom: .5rem;
}

.img-more-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.more-img-collection {
  margin-top: 16px;
}

.lightbox-more-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.pricing-list-wrapper {
  text-align: center;
  border-top: 1px solid #e2ddee;
  border-bottom: 1px solid #e2ddee;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-list-wrapper.center-text {
  width: 100%;
  color: #241242;
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: 500;
  display: flex;
}

.feature-product {
  width: 100%;
}

.features-product-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  text-decoration: none;
}

.is-h4-hero {
  color: #241242;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 2.6em;
  line-height: 1.5em;
}

.heading-2 {
  font-size: 3em;
}

.product-link {
  width: 100%;
  text-decoration: none;
}

.product-content-wrapper {
  margin-top: 1rem;
}

.cls-empty-state {
  color: #241242;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #ffdab9;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #241242;
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #ffdab9;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_text {
  color: #241242;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#fffaf6, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, #fffaf6, rgba(10, 10, 10, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_date-text {
  color: #241242;
  letter-spacing: -.03em;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.small-h2 {
  color: rgba(102, 48, 0, .75);
  font-size: 20px;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.aspect-ratio {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox_hero {
  width: 100%;
  margin-top: 3rem;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.lightbox_image {
  width: 100%;
}

.is-sub-title {
  color: rgba(102, 48, 0, .5);
}

.filter_form-wrapper, .filter_wrapper {
  width: 100%;
}

.filter_grid {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.filter_column {
  background-color: #fff;
}

.filter_block {
  border-bottom: 1px solid #241242;
  position: relative;
}

.filter_empty {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.filter_tag {
  color: #fff;
  background-color: #241242;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.filter_sort-by {
  min-width: 12rem;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.filter_header {
  min-height: 4.5rem;
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.sort_field {
  width: 100%;
  height: 100%;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: start;
  justify-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.filter_tag-remove {
  width: 1.5rem;
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: grid;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-small {
  font-size: 1.25rem;
  line-height: 1.4;
}

.filter_reset {
  color: #241242;
  border-bottom: 1px solid #dae4d8;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_search-field {
  min-height: 4.4rem;
  background-image: url('../images/Loop.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1rem;
}

.filter_results-text {
  font-weight: 400;
}

.text-color-green {
  color: #3c7c43;
}

.hide {
  display: none;
}

.fs-cmsfilter_highlight {
  color: #fff;
  background-color: #241242;
}

.filter_reset-all {
  color: #241242;
  border-bottom: 1px solid #241242;
  padding-bottom: .2rem;
  text-decoration: none;
}

.content_collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product_image {
  width: 100%;
}

.text-color-brown {
  color: #241242;
}

.filter_options {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: auto;
}

.checkbox_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  display: flex;
}

.checkbox_input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #241242;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox_input.w--redirected-checked {
  background-color: #241242;
  background-size: .6rem;
  border-color: #ffdab9;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.checkbox_input.w--redirected-focus {
  box-shadow: none;
  border-color: #ffdab9;
}

.checkbox_label {
  margin-right: .25rem;
}

.option-results {
  color: #3c7c43;
  display: none;
}

.text-color-brown-2 {
  color: #241242;
}

.filter_reset-all-2 {
  color: #241242;
  border-bottom: 1px solid #3c7c43;
  padding-bottom: .2rem;
  text-decoration: none;
}

.navigation_menu {
  width: 100%;
  color: #241242;
  border-bottom: 1px solid #ffdab9;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
}

.text-block {
  color: #241242;
  margin-bottom: .5rem;
  font-family: AppetitePro-Italic, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.divider_horizontal {
  width: 100%;
  background-color: #241242;
}

.checkbox_input-2 {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dfdfdf;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox_input-2.w--redirected-checked {
  background-color: #3c7c43;
  background-size: .6rem;
  border-color: #3c7c43;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.checkbox_input-2.w--redirected-focus {
  box-shadow: none;
  border-color: #90c396;
}

.lightbox_background {
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 218, 185, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox_player {
  width: 10rem;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}

.hero-padding {
  padding-top: 5.125rem;
}

.hero-padding.is-hero {
  z-index: 1;
  background-color: #fffaf6; 
  /* background-image: url("image/pics4.jpg"); */
  background-size: contain;
  position: relative;
  overflow: hidden;
}

.link-contact {
  color: #241242;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
}

.direct-contact-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.direct_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video_wrapper {
  width: 100%;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}

.video_vimeo {
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.video_cover {
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: transform .3s, opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_cover-media {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_thumbnail-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_thumbnail-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_button {
  z-index: 3;
  width: 5em;
  height: 5em;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video_button-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  transition: transform .5s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_button-icon {
  z-index: 2;
  width: 40%;
  height: 40%;
  color: #241242;
  position: relative;
  transform: translate(5%);
}

.vimeo_style {
  display: none;
}

@media screen and (min-width: 1440px) {
  .sroll-link.w--current {
    color: #fa7436;
    font-weight: 500;
  }

  .sroll-link.w--current:hover {
    border: 1px #000;
    text-decoration: none;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: #ff9d47;
  }
}

@media screen and (min-width: 1920px) {
  .label-link.beadcrumbs:hover, .label-link.beadcrumbs.home:hover {
    background-color: #fffaf6;
  }

  .btn-primary:hover {
    letter-spacing: 2px;
    background-color: #ff9d47;
  }
}

@media screen and (max-width: 991px) {
  .text-content {
    width: 100%;
    flex: none;
    justify-content: flex-start;
  }

  .sroll-link {
    width: 100%;
    color: #241242;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -1px;
    padding: 14px;
    display: flex;
  }

  .sroll-link:hover {
    background-color: #fffaf6;
  }

  .sroll-link.w--current {
    width: 100%;
    color: #241242;
    display: flex;
  }

  .sroll-link.w--current:hover {
    background-color: #fffaf6;
  }

  .sroll-link.small.w--current {
    color: rgba(102, 48, 0, .5);
  }

  .sroll-link.footer:hover {
    background-color: #fff;
  }

  .nav-text {
    color: #241242;
  }

  .navigation {
    justify-content: space-between;
    display: flex;
    position: fixed;
  }

  .wrapper.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-line-first {
    height: 2px;
    background-color: #241242;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .branding {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-line-second {
    height: 2px;
    background-color: #241242;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .hamburger-line-third {
    height: 2px;
    background-color: #241242;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .menu-button {
    z-index: 100;
    width: 48px;
    height: 48px;
    color: #ffe9d6;
    background-color: rgba(0, 0, 0, 0);
    order: 1;
    justify-content: center;
    align-items: center;
    padding: 6px;
    display: flex;
  }

  .menu-button.w--open {
    color: #ff9d47;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-burger {
    width: 38px;
    padding: 10px 8px;
  }

  .nav-menu {
    width: 100%;
    background-color: #fff3e9;
    flex: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
  }

  /* .hero-info-div {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  } */

  .hero-info-div {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;

  }

  .display.white {
    font-size: 8em;
  }

  .scroll-link.hide-mbl {
    display: flex;
  }

  .breadcrumbs-block {
    justify-content: center;
  }

  .style-guide-title {
    width: 100%;
    border: 1px #000;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
    position: static;
  }

  .btn-primary {
    height: 48px;
  }

  .rules.style-guide-row {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .grid-thirds {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-side.left {
    width: 100%;
    height: auto;
  }

  .footer-side.left.gray {
    max-width: none;
    border-bottom: 1px solid #ffe9d6;
    border-radius: 0;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: auto;
    padding: 0 0 40px;
  }

  .footer-white {
    border-radius: 0;
  }

  .footer-grid {
    width: 100%;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .display-3.white {
    font-size: 8em;
  }

  .cta-card {
    max-width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .single-form-contact {
    max-width: 100%;
  }

  .max-w {
    flex-wrap: wrap;
  }

  .max-w._60 {
    max-width: 100%;
  }

  .display-4._2-title, .display-4._1-tittle {
    font-size: 5em;
  }

  .display-5.white {
    font-size: 8em;
  }

  .button-image.cta {
    z-index: 1;
    position: relative;
  }

  .display-6.white {
    font-size: 8em;
  }

  .display-6.white._3 {
    font-size: 6.5em;
    transform: translate(143px);
  }

  .display-6.white._2 {
    font-size: 6.5em;
  }

  .display-6.white._1 {
    font-size: 6.5em;
    transform: translate(-143px);
  }

  .video-back-ground {
    height: 90vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bubble-icon {
    width: 120px;
    height: 120px;
    transform: scale(1);
  }

  .portfolio-image {
    position: relative;
  }

  .portfolio._1 {
    height: auto;
  }

  .pricing-list-wrapper.center-text {
    width: 100%;
    align-items: flex-start;
  }

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    line-height: 1.1;
  }

  .sroll-link, .sroll-link.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sroll-link.footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .branding {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header {
    padding-top: 60px;
  }

  .display {
    font-size: 90px;
    line-height: 1;
  }

  .display.white {
    font-size: 6em;
  }

  .breadcrumbs-block {
    width: 100%;
    margin-top: 0;
  }

  .label-link {
    border-bottom-style: solid;
  }

  .label-link.w--current, .label-link.beadcrumbs.home {
    border-bottom-style: none;
  }

  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .card-body {
    padding: 16px;
  }

  .rules {
    grid-template-columns: 1fr;
  }

  .grid-button {
    width: 10084%;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: stretch;
  }

  .icon-list-item-2 {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .icon-list-item-2.icon-list-item-last {
    padding-bottom: 0;
  }

  .grid-colors {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-content-group {
    margin-bottom: 36px;
  }

  .grid-thirds {
    grid-template-columns: 1fr;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 98px;
    padding-right: 20px;
  }

  .footer-side.left {
    width: 100%;
  }

  .footer-side.left.gray {
    margin-bottom: 40px;
    padding: 0 0 40px;
  }

  .footer-grid {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 12px;
  }

  .display-3 {
    font-size: 90px;
    line-height: 1;
  }

  .display-3.white {
    font-size: 6em;
  }

  .cta-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12%;
    padding-right: 12%;
  }

  .form-contact-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .single-form-contact {
    width: 100%;
  }

  .max-w._60 {
    max-width: 100%;
  }

  .text-field-contact.message {
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .text-field-contact.single {
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .subscribe {
    font-size: 1rem;
  }

  .display-4._2-title, .display-4._1-tittle {
    font-size: 4em;
    transform: translate(0);
  }

  .display-5 {
    font-size: 90px;
    line-height: 1;
  }

  .display-5.white {
    font-size: 6em;
  }

  .wrapper-pictures {
    column-count: 2;
  }

  .display-6 {
    font-size: 90px;
    line-height: 1;
  }

  .display-6.white {
    font-size: 6em;
  }

  .display-6.white._3 {
    font-size: 5.5em;
    transform: translate(0);
  }

  .display-6.white._2, .display-6.white._1 {
    font-size: 5.5em;
    transform: none;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .grid-2-1 {
    grid-template-columns: 1fr;
  }

  .grid-2-1.is-invert {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .bubble-icon {
    width: 120px;
    height: 120px;
  }

  .portfolio-image {
    position: relative;
  }

  .portfolio._1 {
    height: auto;
  }

  .portfolio-content {
    height: 100%;
  }

  .cls-categories {
    grid-column-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-1-product, .features-product-collection {
    grid-template-columns: 1fr;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .small-h2 {
    line-height: 1;
    display: block;
  }

  .lightbox_hero {
    width: 100%;
    padding-top: 75%;
  }

  .lightbox_image {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .filter_grid {
    grid-template-columns: 1fr;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .heading-small {
    font-size: 1rem;
  }

  .lightbox_background {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lightbox_player {
    width: 5rem;
  }

  .link-contact {
    font-size: 1rem;
  }

  .direct-contact-wrapper {
    flex-direction: column;
  }

  .direct_wrapper {
    margin-bottom: 1rem;
  }

  .video_wrapper {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .sroll-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation {
    padding-left: 10px;
    padding-right: 20px;
  }

  .branding {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .display {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 1;
  }

  .display.white {
    letter-spacing: 0;
    font-size: 3em;
  }

  .scroll-link.hide-mbl {
    display: flex;
  }

  .breadcrumbs-block {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0;
    right: auto;
  }

  .label-link, .label-link.w--current {
    border-bottom-style: solid;
  }

  .label-link.beadcrumbs {
    width: 100%;
    border-bottom-style: none;
    border-right-style: none;
    display: block;
  }

  .label-link.beadcrumbs.home {
    border-style: none none solid;
    border-color: #000 #000 #ffe9d6;
  }

  .style-guide-title {
    width: 100%;
    border-radius: 0;
    margin-bottom: 24px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-body {
    padding: 12px;
  }

  .rules.style-guide-row {
    width: auto;
  }

  .big-paragraph {
    font-size: 18px;
  }

  .grid-colors {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .style-guide-content-group {
    margin-bottom: 24px;
  }

  .style-guide-content {
    width: 100%;
    max-width: none;
  }

  .grid-thirds {
    grid-row-gap: 24px;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .footer-side.left.gray {
    max-width: none;
    margin-left: auto;
    padding: 0 0 40px;
  }

  .footer-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid, .footer-copyright {
    flex-direction: column;
  }

  .display-3 {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 1;
  }

  .display-3.white {
    letter-spacing: 0;
    font-size: 3em;
  }

  .cta-title {
    font-size: 48px;
  }

  .cta-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-contact-wrapper {
    grid-template-columns: 1fr;
  }

  .single-form-contact {
    width: 100%;
  }

  .text-field-contact.message, .text-field-contact.single {
    margin-right: 0;
  }

  .display-4._2-title, .display-4._1-tittle {
    font-size: 2.5em;
    transform: translate(0);
  }

  .display-5 {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 1;
  }

  .display-5.white {
    letter-spacing: 0;
    font-size: 3em;
  }

  .display-6 {
    letter-spacing: -3px;
    font-size: 50px;
    line-height: 1;
  }

  .display-6.white {
    letter-spacing: 0;
    font-size: 3em;
  }

  .display-6.white._3 {
    font-size: 4em;
  }

  .display-6.white._2, .display-6.white._1 {
    font-size: 4em;
    transform: none;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .video-back-ground {
    height: 90vh;
  }

  .bubble-icon {
    width: 120px;
    height: 120px;
  }

  .portfolio-image {
    height: 350px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .portfolio {
    height: 300px;
  }

  .hero-grid_component {
    grid-template-columns: 1fr;
  }

  .menu-list {
    grid-column-gap: .25rem;
  }

  .cls-categories {
    grid-column-gap: 1em;
    grid-template-columns: 1fr;
  }

  .link-navbar {
    font-size: .8rem;
  }

  .pricing-list-text.white {
    font-size: 16px;
  }

  .pricing-list-wrapper.center-text {
    font-weight: 400;
  }

  .heading-2 {
    font-size: 3em;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .content_collection-list {
    grid-template-columns: 1fr;
  }
}

#w-node-_6691af19-67f1-1ad0-057c-4cffcdc34103-cdc34100, #w-node-_6691af19-67f1-1ad0-057c-4cffcdc3412a-cdc34100 {
  align-self: auto;
}

#w-node-bfad51c2-133f-be56-d1b5-87b63f99c613-b3a9a09a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5635117c-b203-4dc9-a527-74078a0267e8-b3a9a09a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7be63d4-1687-6838-cc27-de06b533a6c9-b3a9a09a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Nom.w-node-abaaa028-37ca-1a82-1939-e98f1220219d-b3a9a09c {
  grid-area: 1 / 1 / 2 / 2;
}

#Message.w-node-abaaa028-37ca-1a82-1939-e98f122021a1-b3a9a09c {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-abaaa028-37ca-1a82-1939-e98f122021a2-b3a9a09c {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_9763f577-b1ec-3cf0-3c0b-126963e59680-b3a9a09d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9763f577-b1ec-3cf0-3c0b-126963e59685-b3a9a09d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce6bbd59-0e42-7f36-4326-1e354d7a867e-b3a9a09d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_9763f577-b1ec-3cf0-3c0b-126963e59696-b3a9a09d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3544e64d-04c3-d832-89ac-dea41f175f38-b3a9a09d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb56f40-3f2d-81e3-7db6-cb8230437b2e-b3a9a09d, #w-node-_311217ff-1d34-a1b8-83bc-0735233a55ab-b3a9a09e, #w-node-_311217ff-1d34-a1b8-83bc-0735233a55b6-b3a9a09e, #w-node-_772466b6-7b00-347e-2306-5414163c4670-b3a9a0a1, #w-node-_772466b6-7b00-347e-2306-5414163c467c-b3a9a0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_772466b6-7b00-347e-2306-5414163c4684-b3a9a0a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_772466b6-7b00-347e-2306-5414163c4690-b3a9a0a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d806e9bd-8854-6a25-1721-262d8a556b21-b3a9a0a1, #w-node-_6b902432-a047-f020-cc27-f0f69e6e560b-b3a9a0a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_262a426c-b3a2-c554-73ca-f0133e503899-b3a9a0a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6691af19-67f1-1ad0-057c-4cffcdc3413c-cdc34100 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6691af19-67f1-1ad0-057c-4cffcdc3413c-cdc34100 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b52420e3-b3a9a0a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b52420e6-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b52420e8-b3a9a0a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b52420ef-b3a9a0a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b52420f2-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b5242102-b3a9a0a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b5242105-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b524211c-b3a9a0a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b524211f-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b5242138-b3a9a0a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b524213b-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b5242155-b3a9a0a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b5242158-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b5242160-b3a9a0a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b5242163-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b524216b-b3a9a0a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b524216e-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b524217f-b3a9a0a3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5adaa09b-9dbf-af14-5918-7e22b5242182-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0edb759f-8b71-299f-1721-e04e5eaa0c6c-b3a9a0a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0edb759f-8b71-299f-1721-e04e5eaa0c6f-b3a9a0a3 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6691af19-67f1-1ad0-057c-4cffcdc34103-cdc34100 {
    align-self: auto;
  }

  #Nom.w-node-abaaa028-37ca-1a82-1939-e98f1220219d-b3a9a09c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Message.w-node-abaaa028-37ca-1a82-1939-e98f122021a1-b3a9a09c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-abaaa028-37ca-1a82-1939-e98f122021a2-b3a9a09c {
    grid-area: 6 / 1 / 7 / 2;
  }
}




.slideshow {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  /* background: #000; */
  margin: 20px 0;
}
.slideshow-item {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  animation: slideanim 15s infinite;
  pointer-events: none;
}
.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {
  animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img {
  animation-delay: 3s;
}
.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
  animation-delay: 6s;
}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img {
  animation-delay: 9s;
}
.slideshow-item:nth-child(5),
.slideshow-item:nth-child(5) img {
  animation-delay: 12s;
}


.slideshow-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoom 15s infinite;
}
.slideshow-item-text {
  /* max-width: 50%; */
  position: absolute;
  bottom: 20px;
  left: 20px;
  /* background-color: rgba(0,0,0,0.7); */
  color: #241242;
  padding: 20px 30px;
  font-family: Verdana, sans-serif;   
}
.slideshow-item-text h5 {
  font-size: 40px;
  margin: 0 0 10px 0;
  color: #fffaf6;
}
.slideshow-item-text p {
  font-size: 15px;
  margin-bottom: 10px;
}
@keyframes slideanim {
  12.5%{
      opacity: 1;
      pointer-events: auto;
  }
  25%{
      opacity: 1;
      pointer-events: auto;
  }    
  37.5%{
      opacity: 0;
  }
}
@keyframes zoom {
  50%{
      transform: scale(1.3);
  }    
}
@media screen and (max-width: 1100px){
  .slideshow-item-text{
      max-width: 75%;
  }
}
@media screen and (max-width: 456px){
  .slideshow-item-text {
      bottom: 0;
      left: 0;
      max-width: 100%;
  }
  .slideshow-item-text h5 {
      font-size: 18px;
  }
  .slideshow-item-text p {
      font-size: 13px;
  }
}


.aCatalogs {
  text-decoration: none;
}





.fade-in {
  opacity: 0; /* начальное значение непрозрачности */
  animation: fadeIn ease-in 1; /* добавляем анимацию fadeIn */
  animation-fill-mode: forwards; /* будет видимым после завершения анимации */
  animation-duration: 2s; /* длительность анимации в 1 секунду */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.thumb img  {

  padding: 15px; /* Расстояние от картинки до рамки */
  margin-right: 10px; /* Отступ справа */
  margin-bottom: 10px; /* Отступ снизу */
 }


@font-face {
  font-family: 'AppetitePro-Italic';
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Larisa script';
  src: url('../fonts/Larisa script.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Larisa script';
  src: url('../fonts/Larisa script.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oktyabrina-script';
  src: url('../fonts/Oktyabrina-script.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AppetitePro-Italic';
  src: url('../fonts/AppetitePro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




/* картинка на странице */
.minimized {
  width: 45%;
  cursor: pointer;
  border: 1px solid #FFF;
}
.minimized:hover {
  border: 1px solid yellow;
}
/* увеличенная картинка */
#magnify {
  display: none;
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 30%;
  height: auto;
  z-index: 9999;
}
#magnify img {
  width: 100%;
}
/* затемняющий фон */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
@keyframes rota {
 25% { transform: rotate(360deg); }
}
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.littelFooter {
  font-size: 0.1 rem;
}

p.littelWord {
  font-size: 0.1 rem;
}


