@charset "UTF-8";
@font-face {
  font-family: "chalet80";
  src: url("../fonts/chaletlondonnineteeneighty-webfont.woff2") format("woff2"), url("../fonts/chaletlondonnineteeneighty-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chalet60";
  src: url("../fonts/chaletlondonnineteensixty-webfont.woff2") format("woff2"), url("../fonts/chaletlondonnineteensixty-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chalet80";
  src: url("../fonts/chaletnewyorknineteeneighty-webfont.woff2") format("woff2"), url("../fonts/chaletnewyorknineteeneighty-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@keyframes colorfade {
  0% {
    color: #b7d990;
  }
  25% {
    color: #386738;
  }
  50% {
    color: #f68f69;
  }
  75% {
    color: #ef4123;
  }
}
body {
  font-family: "chalet80", sans-serif;
  color: #303235;
  background-color: white;
  background-image: url(../images/bg-parallax6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

a,
a:visited,
a:hover {
  color: #84a03d;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "chalet80", sans-serif;
  color: #f68f69;
}

.alt-font {
  font-family: "chalet60", sans-serif;
}

.navbar .navbar-section.desktop-menu {
  position: absolute;
  bottom: 0;
  right: 0;
}

.dropmenu ul li a.active,
.dropmenu ul li a:focus,
.dropmenu ul li a:hover {
  color: white !important;
  text-decoration: overline;
}

.dropmenu ul li:first-of-type {
  display: none;
}

#to-start {
  color: #84a03d;
  z-index: 100;
}

.before-section {
  width: 30rem;
  max-width: 90vw;
  margin: 7rem auto 0;
  border-top: 1px dotted #ef4123;
}
.before-section.no-before {
  display: none;
}

#presentation + .before-section {
  background: white;
}

.after-section {
  width: 30rem;
  max-width: 90vw;
  border-bottom: 1px dotted #ef4123;
  margin: 0 auto 12rem;
}
.after-section.no-after {
  display: none;
}

#start section.section {
  background: rgb(255, 255, 255);
}
#start section.section .column {
  background: white;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}

#header {
  font-size: 0.8rem;
  height: 4.3rem;
  background: #ef4123;
}
#header .container {
  position: relative;
  height: 100%;
}
#header h3 {
  color: white;
  margin-top: 0.8rem;
}

#header a {
  color: white;
  font-weight: normal;
}

#header .navbar-section {
  white-space: nowrap;
}

#footer {
  background: #ef4123;
  color: white;
  font-size: 0.6rem;
}
#footer .column {
  max-width: 45rem;
  margin: 0 auto;
  padding: 0 1.4rem;
  text-align: left;
}

body.header-fixed.header-animated #header.scrolled {
  height: 4.3rem;
}

.hero {
  position: relative;
}
.hero.after-section {
  width: 100%;
  background: none;
  padding-bottom: 0;
  position: absolute;
  bottom: 0rem;
  margin-bottom: 0;
  border-bottom: none;
}
.hero h1 {
  font-size: 4rem;
  color: #b7d990;
  text-shadow: 2px 2px 2px #e2e2e2;
  animation-name: colorfade;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transition: transform ease-in-out;
}

#start {
  padding-top: 5rem;
}

.modular-text {
  padding-top: 0;
  padding-bottom: 0;
  background: white;
}
.modular-text h3 {
  color: #ef4123;
  position: relative;
  margin-bottom: 2.5rem;
  -moz-column-span: all;
       column-span: all;
}
.modular-text h3::after {
  content: " ";
  width: 1.5rem;
  height: 2px;
  background: #ef4123;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.modular-text h4 {
  font-size: inherit;
  margin-top: 0;
}

iframe {
  max-width: 100%;
}

.modular-text .column {
  max-width: 45rem;
  padding-bottom: 0;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.modular-text .column p {
  margin-left: auto;
  margin-right: auto;
}
.modular-text .fa {
  font-size: 1.4rem !important;
  color: white;
  background: #ef4123;
  border-radius: 100%;
  padding: 2px 3px 5px;
  vertical-align: middle;
}

.modular-text .img-container {
  max-width: 320px;
  position: relative;
  background: #386738;
}
.modular-text .img-container.left {
  float: left;
  margin: 0.5rem 3rem 2rem 1rem;
}
.modular-text .img-container.right {
  float: right;
  margin: 6.5rem 0 2rem 3rem;
}
.modular-text .img-container img {
  display: block;
}
.modular-text .img-container img.filter-img {
  mix-blend-mode: luminosity;
}
.modular-text .img-container img.overlay-img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 2500ms;
}

.modular-text:hover .img-container img.overlay-img {
  opacity: 1;
}

.modular-features.small .columns {
  justify-content: center;
}

.modular-features .column:hover .feature-icon h6,
.modular-features .column:hover .feature-content {
  color: #84a03d;
}
.modular-features .column:hover img.overlay-img {
  opacity: 1;
}

.modular-features .feature-icon {
  font-size: inherit;
  position: relative;
  display: flex;
  height: auto;
  width: 80%;
  padding-top: 80%;
  margin: 0 auto;
  color: #303235;
  align-items: center;
  justify-content: center;
  background-color: #386738;
  border-radius: 100%;
}

.modular-features .feature-icon img {
  mix-blend-mode: luminosity;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.modular-features .feature-icon img.overlay-img {
  transition: opacity 2000ms;
  opacity: 0;
  mix-blend-mode: unset;
}

.modular-features .feature-icon h6 {
  font-weight: 600;
  line-height: 2;
  z-index: 1;
  display: block;
  margin: 0;
  text-transform: none;
  color: inherit;
  background: white;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.modular-features .feature-content {
  margin-top: 0.5rem;
  color: inherit;
}

.modular-features #Tintigny,
.modular-features #Strée {
  display: none;
}

.mobile-logo {
  text-align: center;
}

.overlay-menu ul {
  list-style: none;
}

.mobile-menu .button_container span {
  background: white;
}

body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container {
  top: 1rem;
}

.mailchimp-button {
  background: #84a03d;
  text-align: center;
  border-radius: 1rem;
  border-top: 2px solid #f9b192;
  padding: 0.3rem;
  width: 50%;
  min-width: 14rem;
  margin: 0 auto;
}

.featherlight-content {
  background-color: #f68f69;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

#mc_embed_signup {
  min-width: 20rem;
  max-width: 95vw;
  width: 50vw;
}
#mc_embed_signup .input-group-title {
  padding: 5px 0;
  margin-right: 1rem;
}
#mc_embed_signup .button {
  background-color: #ef4123 !important;
}
#mc_embed_signup .button:hover {
  background-color: #386738 !important;
}

@media screen and (max-width: 48em) {
  body {
    background-image: none;
  }
  #to-start {
    z-index: 2;
  }
  .mobile-navigation {
    margin-top: 5rem;
    margin-left: 0;
  }
  .mobile-navigation li {
    margin: 1rem 0;
  }
  .mobile-navigation li:first-of-type {
    display: none;
  }
  .mobile-navigation li a {
    font-size: 1.375rem;
  }
  .mobile-container h3 {
    display: none;
    margin-top: 1.8rem;
    padding-right: 3.1rem;
  }
  .anchor {
    transform: translateY(-5rem);
  }
  .before-section {
    display: none;
  }
  .after-section {
    margin-bottom: 2rem;
  }
  .after-section:last-of-type {
    display: none;
  }
  .page-2 h3:first-of-type {
    position: absolute;
    top: 0;
  }
}/*# sourceMappingURL=custom.css.map */