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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: #f5f4f0;
  font-family: Trenda, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 155%;
}

h1, .blog__excerpt-container--new h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Advent Pro', sans-serif;
  font-size: 16px;
  line-height: 197%;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Advent Pro', sans-serif;
  font-size: 12px;
  line-height: 197%;
  font-weight: 700;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Advent Pro', sans-serif;
  font-size: 12px;
  line-height: 197%;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Advent Pro', sans-serif;
  color: #646464;
  font-size: 12px;
  line-height: 197%;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Advent Pro', sans-serif;
  color: #646464;
  font-size: 12px;
  line-height: 197%;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #646464;
  font-size: 14px;
  line-height: 155%;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 1.1em !important;
  line-height: 1.5em;
}

a {
  display: inline-block;
  border-bottom: 1px solid #333;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Advent Pro', sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.64px;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  border-bottom-color: #333;
  opacity: 0.7;
}

ul {
  padding-left: 8px;
  font-size: 7px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 14px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Advent Pro', sans-serif;
  font-size: 12px;
  line-height: 197%;
  font-weight: 700;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.utility-section {
  min-height: 100vh;
  padding: 150px 50px 50px;
}

.utility-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px 40px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbbab7;
  border-radius: 2px;
  background-color: #fff;
}

.headline-1 {
  position: relative;
  z-index: 1;
  font-family: 'Advent Pro', sans-serif;
  font-size: 18px;
  line-height: 197%;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.headline-1.cc--home-hero {
  z-index: -1;
  max-width: 38ch;
  margin-right: auto;
  margin-left: auto;
}

.headline-1.cc--home-hero.build {
  position: static;
}

.headline-1.cc--divider-section {
  margin-top: 50px;
  margin-bottom: 15px;
}

.headline-1.cc-sticky-card {
  max-width: 37ch;
}

.headline-1.cc--blog-post {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
}

.headline-1.cc--standard-page.headline--fondateurs {
  font-size: 22px;
}

.headline-1.cc--origin-hero {
  max-width: 57ch;
  margin-right: auto;
  margin-left: auto;
}

.headline-1.cc--origin-hero-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 57ch;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Ellipse-27.png');
  background-position: 50% 21%;
  background-size: contain;
  background-repeat: no-repeat;
}

.headline-1.cc--origin-bottom {
  margin-bottom: 15px;
}

.headline-1.module-4.g1 {
  margin-bottom: 20px;
  text-align: center;
}

.headline-1.build {
  z-index: 1000;
}

.headline-1.headeline-blog--new {
  margin-top: 70px;
}

.headline-2 {
  font-family: 'Advent Pro', sans-serif;
  font-size: 12px;
  line-height: 197%;
  font-weight: 600;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}

.paragraph-alt {
  color: #999;
  font-size: 12px;
}

.paragraph-alt.cc--origin-bottle-p {
  color: #333;
  text-align: center;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f4f0), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #f5f4f0, hsla(0, 0%, 100%, 0));
}

.nav.cc--no-gradient {
  background-image: none;
}

.nav__container {
  position: relative;
  z-index: 10;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav__link, .nav__link__blank {
  margin: 0px;
  padding: 2px 0px;
  border: 1px none #000;
  font-family: 'Advent Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.64px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav__link:hover {
  border: 1px none #000;
  text-decoration: none;
}

.nav__link.cc--margin-right {
  margin-right: 45px;
}

.nav__link.cc--margin-right.page-fade.cc--white, .nav__link__blank.cc--margin-right.cc--white {
  color: #fff;
}

.nav__link.cc--margin-left, .nav__link__blank.cc--margin-left {
  margin-left: 45px;
  text-align: center;
}

.nav__link.cc--margin-left.page-fade.cc--white, .nav__link__blank.cc--margin-left.cc--white {
  color: #fff;
}

.nav__link.cc--mobile {
  display: none;
}

.nav__link.page-fade {
  text-align: center;
}

.nav__link.page-fade.w--current {
  color: #333;
}

.nav__link.page-fade.cc--white {
  color: #fff;
}

.nav__link.cc--hidden-button {
  margin-left: 45px;
}

.nav__link.cc--hidden-button.page-fade.cc--white {
  color: #fff;
}

.nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav__ligo-link {
  width: 140px;
  margin-top: -5px;
  margin-left: -9px;
  padding-bottom: 0px;
  border-bottom-style: none;
  text-decoration: none;
}

.nav__ligo-link.cc--mobile {
  display: none;
}

.nav__ligo-link.page-fade {
  position: static;
  margin-right: 20px;
  margin-left: 20px;
}

.nav__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #f5f4f0;
  -webkit-transform: translate(0px, -110%);
  -ms-transform: translate(0px, -110%);
  transform: translate(0px, -110%);
}

.nav__decor-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -14px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__decor-wrap.cc--invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav__flower-icon {
  width: 15px;
}

.nav__decore__line {
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(51, 51, 51, 0.15);
}

.nav__menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__menu-buttons.cc--mobile-bottom {
  max-width: 430px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav__menu-buttons.cc--mobile-top {
  width: auto;
  max-width: 430px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home__hero__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__hero__bottles {
  position: relative;
  z-index: -1;
  max-width: 240px;
  margin-bottom: 20px;
}

.home__hero__p {
  z-index: -1;
  max-width: 38ch;
  margin-right: auto;
  margin-left: auto;
}

.home__hero__p.build {
  position: static;
}

.home__hero__down-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 35px;
  z-index: 100;
  width: 40px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  border-bottom-style: none;
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  width: 100%;
}

.mountains__container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.57), transparent 39%);
  -webkit-transform: translate(0px, 82%);
  -ms-transform: translate(0px, 82%);
  transform: translate(0px, 82%);
  color: #fff;
}

.mountains__container.build {
  background-color: #333;
}

.mountains__grid {
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mountains__grid.build {
  background-color: #333;
}

.mountains__grid.spacer {
  margin-bottom: 0px;
  display: flex;
}

.white-link {
  border-bottom-color: #fff;
  font-family: 'Advent Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.white-link:hover {
  border-bottom-color: #fff;
}

.mountains__container__gradient {
  position: absolute;
  z-index: -1;
  width: 970px;
  height: 430px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.93), rgba(48, 48, 48, 0) 38%);
}

.home__sticky-sections {
  position: relative;
  display: block;
  height: 130vh;
}

.home__sticky__card {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.home__sticky__card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.home__sticky__card-content.cc--one {
  background-color: #333;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0) 79%), url('/wp-content/uploads/2021/11/water_harmony-shrinked.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home__sticky__card-content.cc--two {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0) 79%), url('/wp-content/uploads/2021/09/00002source_glace_et_neige_janvier_2021.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section {
  padding: 160px 30px;
}

.section.cc--standard {
  padding-top: 200px;
  padding-bottom: 0px;
}

.section.cc--standard.find {
  position: relative;
  z-index: 10;
}

.section.cc--experience-moment {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.cc--origin-saturation {
  padding: 30px;
  color: #fff;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container.cc--mini {
  max-width: 400px;
  text-align: center;
}

.container.cc--blog {
  max-width: 880px;
  text-align: center;
}

.container.cc--blog.cc--blog--new {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc--blog.cc--blog-heading--new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc--blog-post {
  max-width: 750px;
}
.container.cc--blog-post.find-us{
  max-width: 1440px;
}

.storerocket-radius-button{
  font-family: system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif
}

.container.cc--blog-post.cc--blog-post--divider--new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc--origin-bottle {
  max-width: 890px;
}

.container.cc--contact {
  position: relative;
  z-index: 10;
  max-width: 100%;
}

.container.animation-part-1 {
  position: absolute;
  display: block;
}

.container.animation-part-1::after, .container.animation-part-2::after{
  content: url('/wp-content/uploads/2021/09/ellipse-30.png');
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container.animation-part-2 {
  position: absolute;
}

.container.animation-part-2 h1 {
  opacity: 1 !important;
}

.container.standout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 80px 50px rgba(0, 0, 0, 0.63);
}

.divider-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black {
  border-bottom-color: #333;
}

.black.cc--divider-section {
  display: inline-block;
  margin-bottom: 50px;
}

.pre-footer {
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  padding: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pre-footer__image-wrap {
  overflow: hidden;
}

.pre-footer__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  padding: 40px 30px;
}

.footer__grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer__link, .footer__link__blank {
  display: inline-block;
  margin-right: 30px;
  border-bottom-color: #333;
  text-decoration: none;
}

.footer__link.cc--right, .footer__link__blank.cc--right {
  margin-right: 0px;
  margin-left: 30px;
}

.footer__link.page-fade, .footer__link__blank {
  border: 1px none #000;
}

.footer__link.page-fade.w--current, .footer__link__blank.w--current {
  display: none;
}

.footer__logo {
  width: 62px;
}

.footer__copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer__copy, .link-smaller {
  margin-right: 5px;
  margin-left: 5px;
  border-bottom: 0px none #000;
  font-family: Trenda, sans-serif;
  color: rgba(51, 51, 51, 0.69);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.footer__copy.page-fade {
  letter-spacing: 0px;
}

.blog-section {
  padding-top: 170px;
  padding-right: 50px;
  padding-left: 50px;
}

.blog-section.cc--blog-post {
  padding-bottom: 60px;
}

.blog-section.blog-section--new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 145px;
}

.blog__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cat-list__item {
  margin-right: 15px;
  margin-left: 15px;
}

.cat__link {
  display: block;
  border-bottom-color: transparent;
  opacity: 0.5;
}

.cat__link.w--current, .cat__link.selected {
  border-bottom: 1px solid #333;
  opacity: 1;
}

.cat__link.cc--all {
  margin-right: 15px;
  margin-left: 15px;
}

.cat__link.cc--all.page-fade.w--current {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.cat__link.cc--all.page-fade.cat__link-new--3 {
  position: absolute;
  left: -4%;
  top: 73%;
  font-size: 14px;
}

.cat__link.cc--all.page-fade.cat__link-new--4.w--current {
  position: static;
  left: 23%;
  top: 13%;
  width: 40px;
  max-width: 40px;
  margin-bottom: 10px;
  font-size: 14px;
}

.cat__link.cc--all.page-fade.cat__link-new--text {
  font-size: 14px;
}

.cat-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cat-row.cat-row-press {
  display: none;
}

.blog__image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 410px;
  margin-bottom: 15px;
  border-bottom-style: none;
}

.blog__image-wrap:hover {
  opacity: 1;
}

.blog__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__post-item {
  text-align: center;
}

.blog__post-item.blog__post-item--new {
  margin: 25px 60px 0px;
}

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: url('../images/Hover-Overlay.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog__post__cat-link {
  border-bottom-style: none;
  letter-spacing: 2px;
}

.blog-post__summary {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.blog-post__summary.blog-post__summary--new {
  width: 100%;
  margin-bottom: 0px;
  line-height: 180%;
}

.blog-post__hero-image {
  overflow: hidden;
  height: 100vh;
  max-width: 100%;
}

.blog-post__hero-image.blog-post__upper-container--new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.blog-post__hero__image {
  width: 50%;
  height: auto;
  padding-right: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post__content-section {
  max-width: 100%;
  padding: 80px 30px;
}

.blog-post__content-section.blog-post__bottom-container--new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post__rtf {
  margin-top: 70px;
  margin-bottom: 70px;
  font-weight: 400;
  text-align: left;
}

.justify{
  text-align: justify;
}

.blog-post__rtf h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Advent Pro', sans-serif;
  font-size: 16px;
  line-height: 155%;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.blog-post__rtf h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Advent Pro', sans-serif;
  font-size: 22px;
  line-height: 155%;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.blog-post__rtf h3 {
  margin-top: 0px;
  margin: 30px 0 20px 0;
  font-family: 'Advent Pro', sans-serif;
  font-size: 16px;
  line-height: 155%;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.blog-post__rtf blockquote {
  max-width: 516px;
  margin: 50px auto;
  padding: 40px 0px 0px;
  border-left-style: none;
  background-image: url('../images/Flower-Decor-Icon.svg');
  background-position: 50% 0%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: 'Advent Pro', sans-serif;
  font-size: 16px;
  line-height: 197%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-post__rtf figure {
  left: -10%;
  width: auto;
  max-width: none;
  min-width: 120%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-post__rtf a {
  font-family: Trenda, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}

.blog-post__rtf ul {
  overflow: hidden;
  padding-left: 16px;
  font-size: 7px;
  list-style-type: disc;
}

.blog-post__rtf li {
  padding-left: 0px;
  font-size: 15px;
}

.blog-post__rtf.blog__rtb {
  max-width: 1080px;
  margin-top: 0px;
  line-height: 180%;
}

.blog-post__cat-name {
  margin-bottom: 20px;
}

.blog-post-wrapper {
  margin-top: 80px;
  margin-bottom: 60px;
}

.blog-post-wrapper.hide {
  display: none;
}

.blog-post-wrapper.blog-post-wrapper--new {
  max-width: 1440px;
}

.pagination-wrapper {
  margin-top: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__page-count {
  width: auto;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1;
}

.pagination__page-count.hide {
  display: none;
}

.pagination__button {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
}

.pagination__icon {
  display: block;
  width: 7px;
  margin-right: 0px;
}

.pagination__button-wrapper {
  width: 61px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.page-fade {
  letter-spacing: 2.64px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav__decor-parent {
  overflow: hidden;
}

.nav__mobile-close-button {
  display: none;
}

.blog-post__divider-2 {
  display: none;
  height: 0.5px;
  margin-bottom: 70px;
  background-color: #bbbab7;
}

.standard-hero {
  padding-top: 170px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.standard-hero.cc--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 105px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Bonneval_Founders_Cropped.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.standard-hero.cc--image.founders {
  background-image: url('../images/bonneval_founders-new-1.jpg');
  background-position: 30% 0%;
  background-size: cover;
}

.standard-hero.cc--image.sustain {
  background-image: url('../images/ow_image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero__p {
  max-width: 38ch;
  margin-right: auto;
  margin-left: auto;
}

.hero__p.hide {
  display: none;
}

.rt-content {
  position: relative;
  z-index: -1;
  max-width: 100%;
  padding: 80px 30px;
}

.rt-content.z{
  z-index: 10;
}

.rt-content.find {
  min-height: 50vh;
  z-index: 10;
}

.home-hero__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
  min-height: 680px;
  background-image: url('../images/Clouds-Hero-Fade-min.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.home-hero__container.build {
  position: relative;
  overflow: visible;
}

.mountains {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 82%);
  -ms-transform: translate(0px, 82%);
  transform: translate(0px, 82%);
}

.home-hero-wrapper {
  position: relative;
  /* height: 300vh; */
}

.home-hero-wrapper.build {
  height: 220vh;
}

.home-hero__intro {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100vh;
}

.mountains__image {
  width: 100%;
  max-width: none;
}

.enso-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enso-wrap.cc--origin {
  background-image: url('../images/Ellipse-35.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home__enso {
  display: block;
  height: 70%;
  max-height: 624px;
  margin-right: auto;
  margin-left: auto;
}

.origin-hero {
  position: relative;
  height: 200vh;
}

.origin-sticky-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  min-height: 100vh;
  background-image: url('../images/00020territoire_basse_def-3-min.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.origin__mountain-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 70%;
}

.origin__mountain-right {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: -12%;
  margin-right: 0%;
}

.origin__content-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.origin__content-wrap .home__hero__p,
.origin__content-wrap .home__hero__p p {
  font-size: 1.1em !important;
  line-height: 1.5em !important;
  /* text-shadow: #ffffff 1px 0 11px; */
}

.origin__content-wrap .cc--origin-hero{
  text-shadow: #ffffff 1px 0 11px;
}

.saturation-wrap {
  position: relative;
  min-height: 200vh;
}

.saturation-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  height: 91vh;
}

.saturation-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.saturation-sticky__container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Ellipse-28.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.margin-bottom-50 {
  display: inline-block;
  margin-bottom: 50px;
}

.origin__enso-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  background-color: #333;
}

.origin__enso__content {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.enso-bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100vh;
  max-height: 100vh;
}

.origin__bottle-grid {
  height: 100vh;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr minmax(auto, 230px) 1fr;
  grid-template-columns: 1fr minmax(auto, 230px) 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}

.origin__stat-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 30%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.origin__bottle__line {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 240%;
  height: 1px;
  background-color: #333;
  opacity: 0.8;
}

.origin__bottle__line.cc--left {
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 180%;
}

.origin__bottle__line.cc--shorter {
  width: 180%;
}

.origin__bottle__circle-image {
  border-style: solid;
  border-width: 10px;
  border-color: #f5f4f0;
}

.origin__line__dot {
  position: absolute;
  left: 0%;
  top: -2px;
  right: auto;
  bottom: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  color: #333;
}

.origin__line__dot.cc--left {
  left: auto;
  right: 0%;
  bottom: auto;
}

.our-origin__enso {
  display: block;
  height: 70%;
  max-height: 624px;
  margin-right: auto;
  margin-left: auto;
}

.contact-section {
  position: relative;
  padding: 180px 50px 100px;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
}

.contact__bg-image {
  z-index: 0;
  width: 100%;
  min-height: 600px;
  background-image: url('../images/00017phase_2_suite_territoire_et_de_tails-22x-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact__bg-image.cc--success {
  min-height: 600px;
}

.contact__grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  min-width: 432px;
  text-align: left;
}

.input {
  height: 45px;
  padding: 15px 20px;
  border: 1px none #000;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.7);
}

.input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.input::placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.input.cc--message {
  height: 140px;
  margin-bottom: 25px;
}

/* .input.select {
  background-image: url('../images/select__arrow_1select__arrow.png');
  background-position: 96% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
} */

.contact-content-wrap {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

.form__submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 2px 1px;
  border-bottom: 1px solid #333;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Advent Pro', sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}

.form__submit-button:hover {
  opacity: 0.7;
}

.form-wrapper {
  position: relative;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

.no-margin {
  margin: 0px;
}

.success-message {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-wrapper {
  position: relative;
}

.success-message-wrap {
  padding: 0px;
  background-color: transparent;
}

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

.our-water__hero {
  position: relative;
  z-index: 10;
  height: 700vh;
}

.our-water__hero__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/ow_image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.our-water__hero__section.cc--two {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/ow_image-2.jpg');
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
}

.our-water__hero__section.cc--two.build {
  position: relative;
}

.our-water__hero__section.cc--three {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: #333;
  background-image: url('../images/Our-Water---Video-1.mp4.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
}

.our-water__hero__section.cc--four {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: #f5f4f0;
  background-image: none;
  -webkit-transform: translate(0px, 101%);
  -ms-transform: translate(0px, 101%);
  transform: translate(0px, 101%);
  text-align: center;
}

.our-water__hero__section.cc--four.end {
  z-index: 11;
}

.our-water__hero__section.cc--four.show-desk.build {
  position: relative;
}

.our-water__hero__section.cc--four.show-mob {
  display: none;
}

.our-water__hero__section.cc--three {
  z-index: 2;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fff;
}

.our-water__hero__section.cc--three.build {
  position: relative;
  background-image: none;
}

.our-water__sticky-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
}

.our-water__sticky-wrap.build {
  position: relative;
}

.our-water__bottle-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-water__bottle-wrap.build {
  position: relative;
}

.our-water__bottle {
  max-height: 75vh;
}

.our-water__container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.our-water__container__grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-water__container__grid.cc--four {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 2.75fr 1fr;
  grid-template-columns: 1fr 2.75fr 1fr;
}

.our-water__container__grid.right-aligned {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}
.our-water__container__grid:not(.right-aligned) {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.our-water__gradient-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-water__gradient-wrap.module-4 {
  padding-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cc--one .our-water__gradient {
  left: unset;
  margin: auto 0;
  width: 55%;
  opacity: 0.8;
  z-index: 0;
}

.cc--three .our-water__gradient {
  left: unset;
  margin: auto 0;
  top: 10%;
  width: 55%;
}
.cc--two .our-water__gradient {
  right: unset;
  margin: auto 0;
  top: 10%;
  width: 55%;
}

.our-water__gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-top: -15px;
  /* background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(245, 244, 240, 0.4) 39%, hsla(0, 0%, 100%, 0) 61%); */
  -o-object-fit: cover;
  object-fit: cover;
}

.our-water__gradient.mobule-4 {
  background-image: none;
}

.nav__link-spacer {
  width: 89px;
  height: 1px;
}

.mobile-nav-cover {
  display: none;
}

.heading {
  font-weight: 600;
}

.white {
  border-bottom-color: #fff;
  color: #fff;
  letter-spacing: 2.64px;
  text-decoration: none;
}

.white:hover {
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.home__hero__p2 {
  max-width: 38ch;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  position: relative;
  z-index: 1;
}

.paragraph-2 {
  position: relative;
  z-index: 1;
  max-width: 29ch;
  font-size: 18px;
}

.paragraph-2.our-water__paragraph {
  font-size: 18px;
}

.paragraph-3 {
  position: relative;
  z-index: 1;
}

.our__water-end-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  background-image: url('../images/Screen-Shot-2020-10-13-at-11.10-2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.our__water-end-panel {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-image: url('../images/ow_image-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
}

.paragraph-4.m4 {
  margin-bottom: 4vh;
}

.stand-alone-bottle {
  display: none;
}

.our-water__container-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.our-water__container__grid-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.video-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
}

.mobile__module-4 {
  display: none;
}

.text__fade-in-mobile {
  position: relative;
}

.dark-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin-top: -25%;
}

.paragraph-5 {
  position: relative;
  font-size: 18px;
}

.paragraph-6 {
  position: relative;
  z-index: 1;
  font-size: 18px;
}

.text__fade-in-mobile-2 {
  position: relative;
}

.section_mobile_animation {
  height: 700vh;
}

.container_content {
  position: relative;
  height: 200vh;
  min-height: 200vh;
}

.container_content.s1 {
  z-index: 0;
  height: 300vh;
  min-height: 300vh;
  background-color: red;
}

.container_content.trigger_frames {
  z-index: 1;
  height: 300vh;
  min-height: 300vh;
}

.container_content.trigger_frames.blue {
  height: 300vh;
  min-height: 300vh;
  background-color: #002bff;
}

.container_content.trigger_frames.final {
  height: 100vh;
  min-height: 100vh;
}

.container_content.s3 {
  z-index: 2;
  background-color: #08f;
}

.container_image.bottle {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section_end_content {
  height: 100%;
}

.container_base.s4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f60;
}

.container_base.s5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd900;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 82px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.inner-content-mobile {
  height: 100vh;
  min-height: 100vh;
}

.inner-content-mobile.s1 {
  display: -ms-grid;
  display: grid;
  height: 300vh;
  min-height: 300vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-auto-rows: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 100vh 100vh;
  grid-template-rows: 100vh 100vh;
}

.div-block-6 {
  width: 100%;
  height: 100%;
  max-height: 200px;
  max-width: 300px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.trigger_switch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trigger_switch.zzczc {
  background-color: #a55f5f;
}

.trigger_switch.ease {
  height: 200vh;
  min-height: 200vh;
}

.mobile-viewport {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-top: -100vh;
}

.mobile-animation-wrapper {
  position: relative;
}

.mobile-viewport__slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  min-height: 100%;
}

.mobile-viewport__slide.s1 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  background-image: url('../images/ow_image-1.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-viewport__slide.s2 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  min-height: 100vh;
}

.mobile-viewport__slide.s3 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
}

.div-block-7 {
  height: 100%;
  min-height: 100vh;
}

.image-3 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 10%;
  height: 100vh;
}

.video-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 49%, transparent);
}

.accessability-jump-to-content {
  position: fixed;
  margin-left: -1000px;
}

.accessability-jump-to-content.w--current {
  position: fixed;
  margin-left: -1000px;
}

.text-block {
  position: absolute;
  height: 0px;
  margin-left: -1000px;
}

.m-c__recycled-block {
  position: absolute;
  width: 100%;
  max-width: 350px;
  margin-top: -80px;
}

.m-c__block {
  width: 100%;
  max-width: 350px;
}

.image-5 {
  width: 256px;
  max-width: 60%;
  margin-bottom: 10px;
}

.image-6 {
  position: relative;
  z-index: 0;
}

.empty-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.empty-state-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.empty-state-3 {
  height: 0px;
  padding: 0px;
  background-color: transparent;
}

.html-div {
  margin-top: 40px;
}

.image-7 {
  margin-bottom: 20px;
}

.div-block-8 {
  padding: 84px;
}

.div-block-9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo-centerizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.link-2 {
  display: inline-block;
  letter-spacing: 2.64px;
}

.link-3 {
  border-bottom-color: #333;
}

.grid {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.m4-left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.m4-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.m4-content.g1 {
  height: auto;
  min-height: 33.33%;
  -o-object-fit: contain;
  object-fit: contain;
}

.m4-content.g3 {
  min-height: 33.33%;
  margin-top: 5vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.m4-content.g5 {
  height: auto;
  min-height: 33.33%;
  margin-top: -5vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.m4-bottle-spacer {
  min-width: 21vw;
}

.m4-fixed-section {
  height: 100vh;
  padding: 40px 50px;
  background-color: #f5f4f0;
}

.m4-fixed-container {
  height: 100%;
  max-width: 1200px;
  padding-top: 70px;
}

.origin__bottle__circle-image-2 {
  max-height: 100%;
  max-width: none;
}

.origin__bottle__line-2 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 240%;
  height: 1px;
  background-color: #333;
  opacity: 0.8;
}

.origin__bottle__line-2.cc--left {
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 180%;
  height: 1px;
  margin-left: 12px;
}

.origin__line__dot-2 {
  position: absolute;
  left: 0%;
  top: -2px;
  right: auto;
  bottom: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  color: #333;
}

.origin__line__dot-2.cc--left {
  left: auto;
  right: 0%;
  bottom: auto;
}

.headline-2-2 {
  font-family: 'Advent Pro', sans-serif;
  font-size: 16px;
  line-height: 197%;
  font-weight: 600;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}

.image-9 {
  width: auto;
  height: 100%;
  max-height: 80px;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.m4-image {
  height: auto;
  min-height: 10vh;
  min-width: 10vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Mask-Group3x_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border: solid 1px #f5f4f0;
  border-radius: 50%
}

.m4-image.g1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Mask-Group3x_1.png');
}

.m4-image.g3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Mask-Group2x.png');
}

.m4-image.g5 {
  position: relative;
  z-index: 1;
  background-image: url('../images/Mask-Group3x.png');
}

.m4-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.m4-line {
  position: absolute;
  left: 100%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 10vw;
  height: 6px;
  border-left: 10px solid #f5f4f0;
  background-color: transparent;
  background-image: url('../images/LineForward.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.m4-line.right {
  left: auto;
  top: 50%;
  right: 100%;
  bottom: 0%;
  width: 12vw;
  border-right: 10px solid #f5f4f0;
  border-left-style: none;
  background-image: url('../images/LineBack.svg');
  background-position: 0% 50%;
}

.m4-line.right.small {
  width: 10vw;
}

.div-block-10 {
  min-height: 70vh;
  min-width: 70vh;
  margin-top: 10px;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/Bottles-p-500-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-12 {
  position: relative;
  z-index: -1;
  min-height: 40vh;
  min-width: 40vh;
  margin-bottom: 20px;
  /* background-image: url('../images/Bottles-p-500-2.png'); */
  background-image: url('/wp-content/uploads/2021/11/Bouteilles_Homepage_FR.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.div-block-12.en {
  position: relative;
  z-index: -1;
  min-height: 50vh;
  min-width: 40vh;
  margin-bottom: 20px;
  background-image: url('/wp-content/uploads/2021/11/Bouteilles_Homepage_US_Plan-de-travail-1-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-span {
  text-transform: lowercase;
}

.text-span-2 {
  text-transform: lowercase;
}

.collection-list-2 {
  display: block;
}

.link-block-presse {
  border-bottom-style: none;
  text-decoration: none;
}

.espace-presse{
  display: block !important;
  margin: 0 auto;
  max-width: 1440px;
}

.cat__link-2 {
  display: block;
  border-bottom-color: transparent;
  opacity: 0.5;
}

.cat__link-2.w--current {
  border-bottom: 1px solid #333;
  opacity: 1;
}

.cat__link-2.cc--all {
  margin-right: 15px;
  margin-left: 15px;
}

.cat__link-2.cc--all.page-fade.w--current {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.download-icon {
  position: relative;
  top: 75%;
  bottom: 0px;
  width: 50px;
}

.our-water__definition {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
}

.enso--new {
  width: 450px;
}

.collection-list-wrapper-2 {
  position: absolute;
}

.cat__link-new--1 {
  position: absolute;
  top: 33%;
  right: 4%;
}

.cat__link-new--2 {
  position: absolute;
  top: 95%;
  right: 11%;
}

.blog-post__upper-container-content--new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1080px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__link-blog--new {
  border-bottom-width: 0px;
}

.cat__link-new--3 {
  position: absolute;
  left: -10%;
  top: 73%;
}

.cat__link-new--4 {
  position: absolute;
  left: 4%;
  top: 12%;
}

.blog__heading--new {
  display: none;
  width: 60%;
  max-width: 60%;
}

.blog__excerpt-container--new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


body .headline-1.f-black{
  color: #333 !important
}

@media screen and (min-width: 1280px) {
  h1 {
    letter-spacing: 3.2px;
  }

  .headline-1 {
    font-size: 18px;
  }

  .headline-1.cc--origin-hero-absolute {
    padding-top: 200px;
    background-position: 50% 20%;
  }

  .paragraph-alt.cc--origin-bottle-p {
    max-width: 35ch;
    margin-right: auto;
    margin-left: auto;
  }

  .home__hero__content {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .home__hero__bottles {
    max-height: 47vh;
    max-width: 240px;
  }

  .home__hero__p {
    margin-bottom: 0px;
  }

  .mountains__container__gradient {
    width: 1230px;
    height: 490px;
  }

  .home__sticky-sections {
    position: relative;
    height: 200vh;
  }

  .home__sticky-sections.range--container {
    position: relative;
    height: auto;
  }

  .home__sticky__card {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }

  .section.cc--experience-moment {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.cc--origin-bottle {
    max-width: 1200px;
  }

  .footer {
    padding-top: 40px;
  }

  .blog__image-wrap {
    height: 500px;
    width: 500px;
  }

  .blog__post-item {
    text-align: center;
  }

  .blog-post__rtf figure {
    left: -15%;
    min-width: 130%;
  }

  .origin__mountain-right {
    right: -16%;
  }

  .origin__content-wrap {
    padding-top: 200px;
  }

  .origin__enso-section {
    position: relative;
    height: 200vh;
  }

  .origin__bottle__line {
    width: 300%;
  }

  .origin__bottle__line.cc--left {
    width: 245%;
  }

  .origin__bottle__line.cc--shorter {
    width: 245%;
  }

  .contact__bg-image {
    width: 100%;
  }

  .contact__grid {
    justify-items: center;
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(-webkit-max-content, 1fr) 1fr;
    -ms-grid-columns: minmax(max-content, 1fr) 1fr;
    grid-template-columns: minmax(-webkit-max-content, 1fr) 1fr;
    grid-template-columns: minmax(max-content, 1fr) 1fr;
  }

  .form-wrapper {
    margin-left: auto;
  }

  .our-water__gradient-wrap {
    color: #fff;
  }

  .home__hero__p2 {
    margin-bottom: 0px;
  }

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

  .paragraph-5 {
    font-size: 16px;
  }

  .paragraph-5.our-water__paragraph {
    font-size: 18px;
  }

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

  .origin__bottle__line-2 {
    width: 300%;
  }

  .origin__bottle__line-2.cc--left {
    width: 245%;
  }

  .download-icon {
    position: relative;
    top: 75%;
  }

  .our-water__definition {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
  }
}

/* NEW - ENGAGEMENTS */
.engagements--newblock1{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.engagements--newblock1-left, .engagements--newblock1-right{
  width: 50%;
}
.engagements--newblock1-left{
  background-image: url('/wp-content/uploads/2021/11/00001human_test_insta_website-shrink.jpg');
  background-size: cover;
  background-position: center center;
}
.engagements--newblock1-right{
  padding: 70px 0 70px 70px;
  background-image: url('/wp-content/uploads/2021/11/back.jpg');
  background-size: cover;
  background-position: center center;
}
.engagements--newblock1-right h3{
  color: #2C5076;
  font-size: 1.3em;
  margin: 0;
}
.engagements--newblock1-right h2{
  color: #2C5076;
  text-transform: inherit;
  line-height: 1em;
  font-size: 3.7em;
  margin: 0;
  font-family: 'Trenda-bold';
  letter-spacing: 1px;
}
.engagements--newblock1-right p{
  margin-top: 30px;
  margin-bottom: 30px;
  color: black;
}

.engagements--newblock1-element p{
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}

.engagements--newblock1-elements-wrapper{
  padding: 30px 45px;
  /* background-color: white; */
}
.engagements--newblock1-svg{
  height: 80px;
  width: 80px;
}
.engagements--newblock1-element{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 25px 0;
}
.engagements--newblock1-element p{
  color: black;
}
.engagements--newblock1-right .bold{
  color: #2C5076;
  font-weight: bold;
  font-family: 'Trenda-bold';
  letter-spacing: 0px;
}
.engagements--newblock1-right svg{
  width: fit-content;
  height: 100%;
}

.engagements--newblock1-right .bottom{
  margin-top: 60px;
  margin-bottom: 0;
}

.engagements-newblock3 {
  width: 100%;
  padding: 100px 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.engagements-newblock3 .diagrambottle{
  width: 600px;
}

.engagements-newblock3 .package{
  width: 600px;
  margin-top: 50px;
}

.engagements-newblock2{
  width: 100%;
  height: auto;
  background-color: #C8D6D9;
}

.engagements-newblock2.bgimage{
  background-image: url("/wp-content/uploads/2021/11/background_mountains_2-e1636407742302.jpg");
  background-size: cover;
  background-position: center center;
  background-color: unset;
}

.engagements-newblock2.bgimage .engagements-newblock2--bottom{
  background-color: unset;
  padding-bottom: 0;
}

.engagements-newblock2--top, .engagements-newblock2--bottom{
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  background-color: #C8D6D9;
  padding: 40px 0;
  gap: 80px;
  max-width: 1300px;
  margin: 0 auto;
}

.engagements-newblock2--top-left, .engagements-newblock2--top-right{
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.engagements-newblock2--top-title {
  margin-right: 30px;
  margin-bottom: 0;
  color: #2C5076;
  text-align: center;
  font-size: 3.4em;
  line-height: 1em;
  font-family: "Trenda-heavy";
  letter-spacing: 1px;
  width: 200%;
}

.engagements-newblock2--top-content {
  display: flex;
  flex-direction: column;
}

.engagements-newblock2--top-content p {
  line-height: 1.5em;
  font-weight: 900;
  font-size: 1em !important;
  color: #565656;
}


.engagements-newblock2 .bold{
  font-weight: bold;
  color: #2C5076;
  font-family: 'Trenda-bold';
  letter-spacing: 0px;
}

.engagements-newblock2--top-complextitle{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  width: 180%;
}

.engagements-newblock2--top h3{
  margin: 0;
  color: #2C5076;
  font-size: 1.9em;
  font-family: 'Trenda';
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: normal;
  margin-left: 20px;
  text-transform: inherit;
}

.engagements-newblock2--top-right-block{
  display: flex;
  flex-direction: row;
}

.engagements-newblock2--top-right-block svg{
  width: 70px;
}

.engagements-newblock2--top-svg{
  width: 80px;
  height: auto;
}

.engagements-newblock2--bottom-left-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

.engagements-newblock2--bottom-left-content h2{
  font-size: 2.8em;
  line-height: 1em;
  color: #2C5076;
  text-transform: inherit;
  font-family: 'Trenda';
  letter-spacing: 1px;
}

.engagements-newblock2--bottom-left-content p {
  margin-top: 10px;
  line-height: 1.5em;
  font-weight: 900;
  font-size: 1em !important;
  color: #565656;
}

.engagements-newblock2--bottom-right{
  width: 50%;
  display: flex;
  justify-content: end;
  margin-top: -100px;
}

.engagements-newblock2--bottom-right .diagram{
  width: 100%;
  height: auto;
  max-width: 500px;
}


.engagements-newblock2--bottom-left{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 50%;
  margin-top: -100px;
}
.engagements-newblock2--bottom-left .bottle{
  width: auto;
  height: 650px;
}

.engagements-newblock4{
  background-color: rgb(222, 230, 232);
}
.engagements-newblock4-wrapper{
  max-width: 900px;
  margin: 0 auto;
}
.engagements-newblock4-wrapper .illustration{
  width: 100%;
  height: auto;
  margin: 0 auto;
}


.home--newblock1{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90vh;
  background: url('/wp-content/uploads/2021/11/background_mountains.png');
  background-position: center;
  background-size: cover;
}
.home--newblock1::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(245,244,240);
  background: linear-gradient(0deg, rgba(245,244,240,1) 60%, rgba(99,152,159,1) 100%);
}

.home--newblock1-wrapper{
  max-width: 1150px;
  margin: 0 auto;
}

.home--newblock1-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 90px 0 50px 0;
}

.home--newblock1-top{
  margin: 0 auto;
}

.home--newblock1-top h2{
  text-transform: inherit;
  font-size: 6.4em;
  color: white;
  font-family: 'Didot-bold';
  line-height: 1em;
  text-align: left;
  letter-spacing: 2px;
  margin: 0;
}

.home--newblock1-top h3{
  text-transform: inherit;
  line-height: 1em;
  text-align: right;
  font-size: 1.4em;
  font-family: 'Didot-italic';
  font-weight: 100;
  letter-spacing: 1px;
  margin: 0;
  font-style: italic;
}

.home--newblock1-top h4{
  text-transform: lowercase;
  font-weight: 100;
  color: white;
  font-family: 'Didot-italic';
  font-size: 2.5em;
  letter-spacing: 1px;
  margin: 0;
  margin-left: 45px;
  margin-bottom: -15px;
  line-height: 0;
}

.home--newblock1-bottom{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

.home--newblock1-bottom .lady{
  width: 550px;
  height: auto;
}

.home--newblock1-bottom .bottle{
  width: 140px;
  height: auto;
  z-index: -1;
  margin: 0 auto;
}

.home--newblock1-bottom-right{
  z-index: 100;
  display: flex;
  flex-direction: column;
}

.home--newblock1-bottom-right-text {
  background-color: rgba(99,152,159,1);
  border-radius: 100% 0% 100% 100%;
  width: 160px;
  height: 160px;
  position: relative;
  margin-bottom: -35px;
  z-index: -1;
}

.home--newblock1-bottom-right-text p {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 1.3em !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#Change-Language-Link svg, #Change-Language-Link img{
  width: 35px;
  height: auto;
  margin-top: 5px;
}

#Change-Language-Link img{
  margin-top: 0;
}


@media screen and (min-width: 1440px) {
  .headline-1.cc--standard-page {
    font-size: 16px;
  }

  .headline-1.cc--standard-page.headline-engagements {
    font-size: 22px;
  }

  .headline-1.cc--origin-hero-absolute {
    padding-top: 220px;
  }

  .nav__link.cc--margin-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav__link.cc--margin-left.w--current {
    color: #333;
  }

  .nav__menu-buttons.cc--mobile-bottom {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section.cc--experience-moment {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .blog__grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cat-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cat-row.cat-row-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cat-row.cat-row-press {
    display: none;
  }

  .blog__image {
    /* background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'); */
    background-position: 0px 0px;
    background-size: auto;
  }

  .blog__post-item {
    display: block;
  }

  .hover-overlay {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: url('../images/600db384f5196f3b1286654e_Hover-Overlay-1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .blog-post-wrapper.press-wrapper {
    text-align: center;
  }

  .origin__mountain-right {
    right: -35%;
    bottom: -13%;
    width: 110%;
    max-width: 110%;
  }

  .origin__content-wrap {
    padding-top: 220px;
  }

  .contact__bg-image {
    min-height: 670px;
  }

  .contact__grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(-webkit-max-content, 1fr) 1fr;
    -ms-grid-columns: minmax(max-content, 1fr) 1fr;
    grid-template-columns: minmax(-webkit-max-content, 1fr) 1fr;
    grid-template-columns: minmax(max-content, 1fr) 1fr;
  }

  .our-water__container__grid {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

  .our-water__gradient-wrap {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #fff;
    /* text-align: left; */
  }

  .paragraph-2 {
    font-size: 18px;
    text-align: center;
  }

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

  .container_image.bottle {
    position: fixed;
    z-index: 4;
    height: 100vh;
    max-width: 20%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2 {
    max-width: 30%;
  }

  .logo-centerizer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-2 {
    display: block;
  }

  .collection-item-2 {
    display: block;
  }

  .collection-list-2 {
    display: inline-block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .collection-list-wrapper {
    display: none;
  }

  .text-block-3 {
    font-family: 'Advent Pro', sans-serif;
    font-weight: 600;
  }

  .text-block-4 {
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 2.64px;
    text-transform: uppercase;
  }

  .download-icon {
    position: relative;
    top: 75%;
    display: inline-block;
    overflow: visible;
    width: 50px;
    max-width: 50%;
  }

  .our-water__definition {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .headline-1.cc--standard-page.headline--fondateurs {
    font-size: 22px;
  }

  .headline-1.cc--origin-hero-absolute {
    background-position: 50% 12%;
  }

  .nav__link.cc--margin-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav__link.page-fade.cc--white.black {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav__menu-buttons.cc--mobile-bottom.hide {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .home__hero__bottles {
    max-width: 250px;
  }

  .container.cc--blog-post.cc--blog-post--divider--new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-section.blog-section-centered {
    display: inline-block;
  }

  .hover-overlay {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .blog-post__summary.blog-post__summary--new {
    font-size: 16px;
  }

  .blog-post__hero__image {
    min-height: 450px;
  }

  .blog-post__rtf.blog__rtb {
    max-width: 1080px;
    font-size: 16px;
  }

  .blog-post-wrapper.press-wrapper {
    display: block;
    text-align: center;
  }

  .standard-hero.cc--image {
    background-position: 50% 50%;
  }

  .standard-hero.cc--image.sustain {
    background-size: 110%;
  }

  .hero__p.hide {
    display: none;
  }

  .home-hero-wrapper.build {
    height: 350vh;
  }

  .origin__mountain-right {
    right: -30%;
    bottom: -16%;
    width: 110%;
    max-width: 110%;
  }

  .contact__grid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(-webkit-max-content, 1fr) 1fr;
    -ms-grid-columns: minmax(max-content, 1fr) 1fr;
    grid-template-columns: minmax(-webkit-max-content, 1fr) 1fr;
    grid-template-columns: minmax(max-content, 1fr) 1fr;
  }

  .form-wrapper {
    margin-left: auto;
  }

  .our-water__hero__section.cc--four {
    position: relative;
  }

  .our-water__hero__section.cc--four.show-desk {
    position: absolute;
  }

  .nav__link-spacer {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

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

  .download-icon {
    top: 81%;
    width: 50px;
    max-width: none;
  }

  .our-water__definition {
    margin-bottom: 15px;
  }

  .enso--new {
    width: 450px;
  }

  .blog-post__upper-container-content--new {
    max-width: 1080px;
  }

  .cat__link-new--3 {
    left: -12%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 15px;
    letter-spacing: 3px;
  }

  h2 {
    font-size: 11px;
    letter-spacing: 3.3px;
  }

  .utility-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .headline-1 {
    font-size: 15px;
  }

  .headline-1.heading-1-black {
    color: #333;
  }

  .headline-2 {
    font-size: 11px;
    letter-spacing: 3.3px;
  }

  .paragraph-alt {
    font-size: 10px;
  }

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

  .nav__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__link {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav__link.cc--margin-right {
    margin-right: 0px;
  }

  .nav__link.cc--margin-right.page-fade.cc--white.black, .nav__link__blank.cc--white.black {
    color: #333;
  }

  .nav__link.cc--margin-left {
    margin-left: 0px;
  }

  .nav__link.cc--mobile {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .nav__link.cc--mobile.w--current {
    color: #333;
  }

  .nav__link.cc--mobile.find {
    min-width: 120px;
    text-align: right;
  }

  .nav__link.page-fade, .nav__link__blank {
    letter-spacing: 1px;
  }

  .nav__link.page-fade.cc--white.black {
    color: #333;
  }

  .nav__link.page-fade.cc--white.black.w--current {
    color: #333;
  }

  .nav__menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    width: 85%;
    height: 100vh;
    max-height: 100vh;
    background-color: #f5f4f0;
    background-image: url('../images/Flower-of-Life-Dark.svg');
    background-position: 50% 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0px, 0px, 100px);
    transform: translate3d(0px, 0px, 100px);
  }

  .nav__menu.mobile {
    background-image: url('../images/Flower-of-Life-Dark.svg');
    background-position: 50% 47%;
    background-size: 60%;
    background-repeat: no-repeat;
  }

  .nav__ligo-link {
    padding-left: 0px;
  }

  .nav__ligo-link.cc--mobile.page-fade {
    display: block;
  }

  .nav__ligo-link.cc--mobile.page-fade.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav__ligo-link.page-fade {
    display: none;
  }

  .nav__decor-wrap {
    padding-right: 20px;
    padding-left: 19px;
  }

  .nav__menu-buttons.cc--mobile-bottom {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav__menu-buttons.cc--mobile-top {
    height: 45%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav__mobile-button {
    min-width: 120px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav__mobile-button.w--open {
    background-color: transparent;
  }

  .nav__mobile-button.cc--invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .home__hero__content {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .container.cc--mini {
    max-width: 100%;
  }

  .container.cc--blog-post {
    max-width: 638px;
  }

  .pre-footer {
    min-height: 420px;
  }

  .cat__link.cc--all.page-fade.cat__link-new--3 {
    left: -10%;
  }

  .cat__link.cc--all.page-fade.cat__link-new--4.w--current {
    left: 18%;
    top: 11%;
  }

  .blog__image-wrap {
    height: 265px;
  }

  .blog__post-item.blog__post-item--new {
    margin-right: 20px;
    margin-left: 20px;
  }

  .blog-post__summary.blog-post__summary--new {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-post__hero__image {
    width: 100%;
    padding-right: 0px;
  }

  .blog-post__content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-post__rtf {
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .blog-post__rtf img {
    max-width: none;
  }

  .blog-post__rtf figure {
    left: 0%;
    min-width: auto;
  }

  .blog-post-wrapper {
    margin-top: 70px;
  }

  .pagination-wrapper {
    margin-top: 65px;
  }

  .nav__mobile-close-button {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    opacity: 0.8;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
  }

  .nav__mobile-close-button__line {
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #333;
  }

  .nav__mobile-close-button__line.cc--vertical {
    width: 1px;
    height: 12px;
  }

  .standard-hero.cc--image {
    background-position: 57% 0%;
  }

  .standard-hero.cc--image.founders {
    min-height: 70vh;
    background-position: 30% 0%;
  }

  .rt-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mountains__image {
    width: auto;
    height: 200vh;
    margin-left: -81vh;
  }

  .origin__mountain-left {
    width: 80%;
  }

  .origin__mountain-right {
    left: auto;
    top: auto;
    right: -11%;
    bottom: -3%;
    margin-right: -33px;
  }

  .origin__bottle-grid {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .origin__bottle__line {
    width: 190%;
    height: 1px;
  }

  .origin__bottle__line.cc--left {
    width: 150%;
  }

  .origin__bottle__line.cc--shorter {
    width: 150%;
  }

  .contact-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact__grid {
    grid-column-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .form {
    width: 100%;
    min-width: 100%;
  }

  .our-water__hero__section.cc--four {
    z-index: 3;
  }

  .our-water__hero__section.cc--four.show-desk.m4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .our-water__hero__section.cc--three {
    z-index: 2;
  }

  .our-water__bottle {
    max-height: 60vh;
    max-width: 60%;
    margin-top: 0px;
    margin-bottom: -200px;
  }

  .our-water__container {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .our-water__container.container-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .our-water__container__grid {
    margin-top: 140px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-water__container__grid.first{
    margin-top: 90px;
  }

  .our-water__container__grid.right-aligned {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-water__gradient.whiteOnSmall{
    filter:  brightness(0) invert(1);
    z-index: -1;
  }

  .cc--one .our-water__gradient,
  .cc--two .our-water__gradient,
  .cc--three .our-water__gradient  {
    top: -10%;
    margin: 0 auto;
    width: 100%;
  }

  .cc--two .our-water__gradient{
    left: -25%;
  }
  .cc--three .our-water__gradient{
    right: -25%;
  }

  .nav__link-spacer {
    display: none;
    width: 85px;
  }

  .mobile-nav-cover {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9;
    width: 100%;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.3);
  }

  .nav__menu-background {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .paragraph-2 {
    color: #333;
  }

  .paragraph-2.our-water__paragraph {
    font-size: 16px;
  }

  .stand-alone-bottle {
    display: none;
  }

  .our-water__container-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .our-water__container__grid-2 {
    margin-top: 150px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text__fade-in-mobile {
    height: 100%;
  }

  .dark-gradient {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
    margin-top: -25%;
  }

  .paragraph-5.our-water__paragraph {
    font-size: 16px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .video-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 25%, transparent);
  }

  .form-block {
    width: 100%;
  }

  .logo-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .m4-content {
    min-height: 33.33vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .m4-content.g1 {
    min-height: 33.33vh;
  }

  .m4-content.g3 {
    min-height: 33.33vh;
    margin-top: 10vh;
  }

  .m4-content.g5 {
    min-height: 33.33vh;
    margin-top: -20vh;
  }

  .m4-bottle-spacer {
    min-width: 30vw;
  }

  .m4-fixed-container {
    padding-top: 0px;
  }

  .origin__bottle__line-2 {
    width: 190%;
    height: 1px;
  }

  .origin__bottle__line-2.cc--left {
    width: 150%;
  }

  .headline-2-2 {
    font-size: 11px;
    letter-spacing: 3.3px;
  }

  .div-block-10 {
    min-height: 60vh;
    min-width: 60vh;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-12 {
    min-height: 37vh;
    min-width: 37vh;
  }

  .download-icon {
    position: relative;
    top: 75%;
    width: 40px;
  }

  .enso--new {
    width: 300px;
  }

  .cat__link-new--1 {
    right: -5%;
  }

  .cat__link-new--2 {
    right: 5%;
  }

  .blog-post__upper-container-content--new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cat__link-new--3 {
    left: -20%;
  }

  .cat__link-new--4 {
    left: -8%;
  }

  .engagements--newblock1{
    flex-direction: column;
  }

  .engagements--newblock1-left, .engagements--newblock1-right{
    width: 100%;
  }

  .engagements--newblock1-right{
    padding: 50px 25px;
    background-image: none;
  }

  .engagements--newblock1-element{
    flex-direction: column;
    margin: 10px 0 60px 0;
  }

  .engagements--newblock1-element p{
    margin-left: 0;
    margin-top: 30px;
  }

  .engagements--newblock1-elements-wrapper{
    padding: 25px;
  }

  .engagements--newblock1-right h3{
    font-size: 0.9em;
    text-align: center;
  }
  .engagements--newblock1-right h2{
    font-size: 2.5em;
    text-align: center;
  }
  
  .engagements-newblock2--top, .engagements-newblock2--top-left, .engagements-newblock2--top-right, .engagements-newblock2--bottom, .engagements-newblock2--bottom-left, .engagements-newblock2--bottom-right{
    flex-direction: column;
    width: unset;
  }

  .engagements-newblock2--top{
    padding: 25px;
  }

  .engagements-newblock2--top-title{
    margin: unset;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
  }

  .engagements-newblock2--top-complextitle{
    margin-right: 0;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .engagements-newblock2--top-svg{
    width: 50px;
  }

  .engagements-newblock2--bottom-left, .engagements-newblock2--bottom-right{
    margin-top: unset;
  }

  .engagements-newblock2--bottom{
    gap: 50px;
  }

  .engagements-newblock2--bottom-left{
    margin-bottom: 140px;
  }

  .engagements-newblock2--bottom-left .bottle{
    display: none;
  }

  .engagements-newblock2.bgimage .engagements-newblock2--bottom{
    display: flex;
    flex-direction: column-reverse;
    padding: 25px;
  }

  .engagements-newblock2--bottom-left-content{
    margin-left: unset;
  }

  .home--newblock1{
    background-position: center;
    height: auto;
  }

  .home--newblock1-top{
    margin: 30px 0;
  }

  .home--newblock1-container{
    padding: 20px;
  }

  .home--newblock1-bottom-right{
    position: absolute;
    right: 20px;
  }

  .home--newblock1-bottom-right .bottle{
    width: 80px;
  }

  .home--newblock1-bottom .lady{
    margin-left: -30px;
  }

  .home--newblock1-bottom-right-text {
    width: 120px;
    height: 120px;
    margin-bottom: -25px;
    font-size: 0.7em;
  }

  .home--newblock1-top h2{
    text-align: center;
    font-size: 4.5em;
    
  }
  
  .home--newblock1-top h3{
    font-size: 1em;
  }
  
  .home--newblock1-top h4{
    margin-left: 52px;
    margin-bottom: -5px;
    font-size: 2em;
  }

}

@media screen and (max-width: 767px) {
  .headline-1.cc--home-hero {
    z-index: 1;
  }

  .headline-1.cc--origin-hero-absolute {
    padding-right: 30px;
    padding-left: 30px;
  }

  .headline-1.module-4 {
    text-align: center;
  }

  .headline-1.heading-1-black {
    color: #333;
  }

  .headline-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
  }

  .paragraph-alt.cc--origin-bottle-p {
    text-align: center;
  }

  .nav {
    z-index: 9999;
    padding: 20px;
  }

  .nav__container {
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__link {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }

  .nav__link.cc--margin-right {
    margin-right: 0px;
  }

  .nav__link.cc--margin-right.page-fade.cc--white {
    color: #333;
  }

  .nav__link.cc--margin-left, .nav__link__blank.cc--margin-left {
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }

  .nav__link.cc--margin-left.page-fade.cc--white {
    color: #333;
  }

  .nav__link.cc--mobile {
    z-index: 10;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }

  .nav__link.cc--mobile.cc--white {
    margin-bottom: -7px;
    color: #fff;
  }

  .nav__link.page-fade.cc--white {
    color: #333;
  }

  .nav__link.cc--hidden-button {
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }

  .nav__link.cc--hidden-button.page-fade.cc--white {
    color: #333;
  }

  .nav__menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    width: 85%;
    height: 100vh;
    max-height: 100vh;
    background-color: #f5f4f0;
    background-image: url('../images/Flower-of-Life-Dark.svg');
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0px, 0px, 100px);
    transform: translate3d(0px, 0px, 100px);
  }

  .nav__menu.mobile {
    background-size: 62%;
  }

  .nav__ligo-link {
    display: none;
    margin-top: 0px;
    margin-left: 0px;
  }

  .nav__ligo-link.cc--mobile {
    z-index: 10;
    display: block;
    width: 100px;
  }

  .nav__decor-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav__menu-buttons {
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__menu-buttons.cc--mobile-bottom {
    height: auto;
  }

  .nav__menu-buttons.cc--mobile-top {
    height: 45%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav__mobile-button {
    z-index: 10;
    width: 40px;
    padding: 0px 0px 7px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    cursor: pointer;
  }

  .nav__mobile-button.w--open {
    background-color: transparent;
  }

  .nav__mobile-button.cc--invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .home__hero__content {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .home__hero__bottles {
    max-width: 170px;
  }

  .home__hero__down-link {
    bottom: 40px;
  }

  .home__sticky-sections {
    height: auto;
  }

  .home__sticky__card {
    position: static;
    display: block;
    padding: 20px;
  }

  .home__sticky__card-content.cc--one {
    height: 500px;
    background-image: url('../images/Enso.svg'), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0) 79%), url('/wp-content/uploads/2021/11/water_harmony-shrinked.jpg') !important;
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }

  .home__sticky__card-content.cc--two {
    position: static;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    height: 500px;
    margin-top: 20px;
    background-image: url('../images/Enso.svg'), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.7), hsla(0, 0%, 100%, 0) 79%), url('/wp-content/uploads/2021/09/00002source_glace_et_neige_janvier_2021.jpg') !important;
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .container.cc--blog-post {
    max-width: 540px;
  }

  .container.cc--origin-bottle {
    max-width: 470px;
  }

  .pre-footer {
    padding: 20px;
    grid-column-gap: 20px;
  }

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

  .footer__grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__link, .footer__link__blank {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer__link.cc--right, .footer__link__blank.cc--right {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__copy-wrap {
    margin-top: 15px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .copyright-embed {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .blog__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cat__link.cc--all.page-fade.cat__link-new--4.w--current {
    left: 18%;
    top: 11%;
  }

  .blog__image-wrap {
    height: 350px;
  }

  .blog-post__summary.blog-post__summary--new {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-post__content-section {
    padding: 50px 20px;
  }

  .blog-post__rtf {
    margin-top: 25px;
  }

  .blog-post__rtf blockquote {
    font-size: 14px;
  }

  .blog-post__rtf figure {
    left: auto;
  }

  .blog-post-wrapper {
    margin-top: 60px;
  }

  .pagination-wrapper {
    margin-top: 40px;
  }

  .page-fade {
    letter-spacing: 2.2px;
  }

  .nav__mobile-close-button {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav__mobile-close-button__line {
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #333;
  }

  .nav__mobile-close-button__line.cc--vertical {
    width: 1px;
    height: 12px;
  }

  .standard-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .standard-hero.cc--image {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .standard-hero.cc--image.founders {
    min-height: auto;
  }

  .rt-content {
    padding: 40px 20px;
  }

  .rt-content.find {
    min-height: 75vh;
    z-index: 10;
  }

  .home-hero__container {
    height: auto;
    min-height: 100vh;
  }

  .mountains__image {
    height: 170vh;
    margin-left: -75vh;
  }

  .enso-wrap {
    display: none;
  }

  .enso-wrap.cc--origin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 100%;
  }

  .origin-hero {
    height: 2000px;
  }

  .origin__mountain-left {
    width: 160%;
    max-width: 170%;
    margin-left: -391px;
  }

  .origin__mountain-right {
    left: auto;
    top: auto;
    right: -20%;
    bottom: -7%;
    z-index: 10;
    width: 160%;
    max-width: 160%;
    margin-right: -125px;
  }

  .origin__enso-section {
    height: auto;
  }

  .origin__enso__content {
    min-height: 400px;
  }

  .enso-bg-video {
    height: 100%;
    max-height: 100%;
  }

  .origin__bottle-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
    text-align: left;
  }

  .origin__stat-image-wrap {
    width: 100px;
    margin-bottom: 10px;
  }

  .origin__bottle__line {
    display: none;
  }

  .origin__bottle__circle-image {
    border-style: none;
  }

  .origin__bottle__circle-image.wm-image {
    max-width: 50px;
    margin-bottom: 0px;
  }

  .our-origin__enso {
    height: 88%;
  }

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

  .contact__bg-image {
    min-height: 600px;
  }

  .contact__grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .success-wrapper {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }

  .our-water__hero {
    height: 300vh;
  }

  .our-water__hero__section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .our-water__hero__section.cc--four {
    z-index: 11;
    display: block;
  }

  .our-water__hero__section.cc--four.show-desk {
    display: none;
  }

  .our-water__hero__section.cc--four.show-mob {
    display: block;
    overflow: hidden;
    height: 200vh;
  }

  .our-water__hero__section.cc--three {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .our-water__sticky-wrap {
    position: -webkit-sticky;
    position: sticky;
    height: auto;
  }

  .our-water__bottle {
    max-width: 60%;
    margin-top: 170px;
    margin-bottom: -40px;
  }

  .our-water__container {
    margin-top: 110px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .our-water__container.end {
    margin-bottom: 220px;
  }

  .our-water__container.container-4 {
    height: 100%;
  }

  .our-water__container__grid {
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .our-water__container__grid.right-aligned {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-water__gradient-wrap {
    min-height: auto;
    margin-top: 40px;
  }

  .our-water__gradient.mobule-4 {
    display: none;
    background-image: none;
    text-align: center;
  }

  .mobile-nav-cover {
    z-index: 998;
    display: none;
  }

  .white {
    font-size: 11px;
    letter-spacing: 2.2px;
  }

  .paragraph-2 {
    color: #333;
  }

  .our__water-end-panel {
    height: auto;
    min-height: 400px;
  }

  .background-video {
    display: block;
  }

  .paragraph-4 {
    text-align: center;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stand-alone-bottle {
    display: block;
    max-width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .our-water__container-2 {
    margin-top: 110px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .our-water__container__grid-2 {
    margin-top: -30px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .background_video {
    width: 100%;
    height: 100%;
  }

  .mobile__module-4 {
    position: relative;
    display: block;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f4f0;
  }

  .wm_grid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .wm_c1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 289px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wm_c1.wider {
    max-width: 360px;
  }

  .image {
    width: auto;
    height: 50vh;
    max-width: none;
  }

  .dark-gradient {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
    margin-top: -25%;
  }

  .text__fade-in-mobile-2 {
    padding-top: 20px;
  }

  .video-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, rgba(0, 0, 0, 0.3)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 28%, transparent);
  }

  .m-c__recycled-block {
    margin-top: 0px;
  }

  .m4-fixed-section {
    display: none;
  }

  .origin__bottle__circle-image-2 {
    border-style: none;
  }

  .origin__bottle__line-2 {
    display: none;
  }

  .headline-2-2 {
    text-align: center;
  }

  .div-block-10 {
    min-height: 50vh;
    min-width: 50vh;
  }

  .div-block-11 {
    min-height: 50vh;
    min-width: 50vh;
    background-image: url('../images/Bottles-p-500-2.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .download-icon {
    position: relative;
    top: 75%;
    width: 50px;
  }

  .our-water__definition {
    margin-right: 30px;
  }

  .enso--new {
    width: 300px;
  }

  .cat__link-new--1 {
    right: -5%;
  }

  .cat__link-new--2 {
    right: 4%;
  }

  .cat__link-new--3 {
    left: -25%;
  }

  .cat__link-new--4 {
    left: -6%;
  }

  .blog__excerpt-container--new {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 2.8px;
  }

  h2 {
    letter-spacing: 2.2px;
  }

  .utility-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .headline-1 {
    color: #fff !important;
  }

  .headline-1.cc--home-hero {
    max-width: 29ch;
  }

  .headline-1.cc--divider-section {
    margin-bottom: 10px;
  }

  .headline-1.cc-sticky-card {
    max-width: 28ch;
  }

  .headline-1.cc--blog-post {
    color: #333;
  }

  .headline-1.cc--origin-hero {
    color: #333 !important;
  }

  .headline-1.module-4 {
    color: #333 !important;
  }

  .headline-1.module-4.g1 {
    color: #333 !important;
  }

  .headline-1.heading-1-black {
    color: #333;
  }

  .headline-1.headeline-blog--new {
    color: #333;
  }

  .headline-2 {
    letter-spacing: 2.2px;
  }

  .nav__link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav__link.cc--mobile {
    width: 55px;
  }

  .nav__link.cc--mobile.find {
    min-width: auto;
  }

  .nav__menu {
    z-index: 1001;
  }

  .nav__menu.mobile {
    background-position: 50% 47%;
    background-size: 85%;
  }

  .nav__ligo-link.cc--mobile {
    margin-top: -6px;
  }

  .nav__mobile-button {
    width: 55px;
    min-width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .home__hero__content {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .home__hero__bottles {
    max-width: 45%;
    margin-top: 20px;
  }

  .home__hero__p {
    max-width: 30ch;
  }

  .home__hero__down-link {
    width: 20px;
    margin-top: 0px;
  }

  .mountains__container {
    width: auto;
    max-width: 350px;
  }

  .mountains__grid {
    grid-column-gap: 20px;
  }

  .home__sticky__card {
    position: static;
  }

  .home__sticky__card-content.cc--one {
    height: 94vw;
    background-size: 85%, auto, cover;
  }

  .home__sticky__card-content.cc--two {
    height: 94vw;
    background-size: 85%, auto, cover;
  }

  .section.cc--experience-moment {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.cc--origin-saturation {
    padding: 20px 0px;
  }

  .container {
    max-width: 80%;
  }

  .container.cc--mini {
    max-width: 100%;
  }

  .container.cc--origin-bottle {
    margin-left: -44px;
  }

  .pre-footer {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cat__link.cc--all.page-fade.cat__link-new--3 {
    left: -23%;
    top: 71%;
    font-size: 12px;
  }

  .cat__link.cc--all.page-fade.cat__link-new--4.w--current {
    left: 12%;
    top: 8%;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .cat__link.cc--all.page-fade.cat__link-new--text {
    font-size: 12px;
  }

  .blog__image-wrap {
    height: 295px;
  }

  .blog__post-item.blog__post-item--new {
    margin: 10px 0px;
  }

  .blog-post__summary.blog-post__summary--new {
    width: 100%;
    margin-bottom: 40px;
    font-size: 12px;
  }

  .blog-post__hero-image.blog-post__upper-container--new {
    padding-right: 25px;
    padding-left: 25px;
  }

  .blog-post__hero__image {
    width: 100%;
    padding-right: 0px;
  }

  .blog-post__content-section.blog-post__bottom-container--new {
    padding-right: 25px;
    padding-left: 25px;
  }

  .blog-post__rtf img {
    max-width: 100%;
  }

  .blog-post__rtf figure {
    left: auto;
    min-width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-post__rtf.blog__rtb {
    font-size: 12px;
  }

  .blog-post-wrapper {
    margin-top: 50px;
  }

  .rt-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-hero__container {
    background-position: 50% 0%;
  }

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

  .mountains__image {
    height: 110vh;
    margin-left: -54vh;
  }

  .origin__mountain-left {
    left: -60%;
    width: 170%;
    max-width: 170%;
    margin-left: -18px;
  }

  .origin__mountain-right {
    right: 8%;
    z-index: 10;
    width: 160%;
    height: auto;
    margin-right: -126px;
  }

  .origin__bottle-grid {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bottle-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }

  .bottle-image {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }

  .our-origin__enso {
    height: 87%;
    max-width: 90%;
  }

  .contact-section {
    padding-bottom: 0px;
  }

  .contact__bg-image {
    min-height: 330px;
  }

  .form {
    min-width: auto;
  }

  .our-water__bottle {
    max-height: 40vh;
    max-width: 50%;
    margin-top: 120px;
  }

  .our-water__container {
    margin-top: 20vh;
  }

  .our-water__container__grid.right-aligned {
    margin-top: -20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-water__gradient-wrap {
    margin-top: 0px;
  }

  .cc--one .our-water__gradient,
  .cc--two .our-water__gradient,
  .cc--three .our-water__gradient {
    top: -5%;
    margin: 0 auto;
    width: 100%;
    height: 75%;
  }

  .cc--three  {
    color: #333 !important;
  }

  .cc--three .our-water__gradient{
    display: none;
  }

  html .cc--three .headline-1{
    color: #333 !important; 
  }

  .paragraph-2 {
    color: #333;
  }

  .our__water-end-panel {
    height: auto;
    min-height: 400px;
  }

  .stand-alone-bottle {
    margin-top: 10px;
  }

  .wm_c1 {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dark-gradient {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-width: 150%;
    margin-top: -35%;
    margin-left: -25%;
  }

  .m-c__recycled-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .m-c__block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-8 {
    max-width: 130%;
  }

  .headline-2-2 {
    letter-spacing: 2.2px;
  }

  .div-block-10 {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    min-height: 40vh;
    min-width: auto;
    margin-top: 0vh;
    margin-bottom: -17vh;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-height: 40vh;
    min-width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-12 {
    min-height: 33vh;
    min-width: 100%;
  }

  .download-icon {
    position: relative;
    top: 40%;
    width: 50px;
  }

  .enso--new {
    width: 200px;
  }

  .cat__link-new--1 {
    top: 27%;
    right: -10%;
  }

  .cat__link-new--2 {
    right: -9%;
  }

  .blog-post__upper-container-content--new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cat__link-new--3 {
    left: -34%;
    top: 71%;
  }

  .cat__link-new--4 {
    left: -20%;
  }

  .blog__excerpt-container--new {
    width: 100%;
  }
}

#w-node-_31361c7c-4353-dfb2-888d-a4d780adcdfc-35d966fc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e605bdbe-ddb3-92bc-18ab-e8a3e98e54c6-35d966fc {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e605bdbe-ddb3-92bc-18ab-e8a3e98e54c8-35d966fc {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ca4a04a0-3cb1-aa17-5ffb-465a4fd1e1c7-4fd1e1be {
  -ms-grid-column-align: center;
  justify-self: center;
}

#Social-Media-Links.w-node-ca4a04a0-3cb1-aa17-5ffb-465a4fd1e1c8-4fd1e1be {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ca4a04a0-3cb1-aa17-5ffb-465a4fd1e1cf-4fd1e1be {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-f3ff360b-feb3-2329-ea0d-8007b3866677-1cd96703 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c6508aa1-cea3-5702-04cd-c7ba4064544c-2cd96711 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7605d507-9e32-0ac2-a035-1887ed66abfa-2cd96711 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

#w-node-_601360bf-4ed9-0ca3-0b39-3ba35553b3ed-2cd96711 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_143743e3-418c-fc9c-9697-3a56879abad3-2cd96711 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f3ff360b-feb3-2329-ea0d-8007b3866677-19d9671b {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-f3ff360b-feb3-2329-ea0d-8007b3866677-1cd96703 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c6508aa1-cea3-5702-04cd-c7ba4064544c-2cd96711 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c6508aa1-cea3-5702-04cd-c7ba4064544c-2cd96711 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7605d507-9e32-0ac2-a035-1887ed66abfa-2cd96711 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }

  #w-node-_601360bf-4ed9-0ca3-0b39-3ba35553b3ed-2cd96711 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-d1b15f8b-47d4-1bde-a585-ce8b489427fd-1cd96703 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c6508aa1-cea3-5702-04cd-c7ba4064544c-2cd96711 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_7605d507-9e32-0ac2-a035-1887ed66abfa-2cd96711 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d1b15f8b-47d4-1bde-a585-ce8b489427fd-1cd96703 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c6508aa1-cea3-5702-04cd-c7ba4064544c-2cd96711 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7605d507-9e32-0ac2-a035-1887ed66abfa-2cd96711 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_601360bf-4ed9-0ca3-0b39-3ba35553b3ed-2cd96711 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #Secondary-Navigation.w-node-ca4a04a0-3cb1-aa17-5ffb-465a4fd1e1c0-4fd1e1be {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ca4a04a0-3cb1-aa17-5ffb-465a4fd1e1c7-4fd1e1be {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #Social-Media-Links.w-node-ca4a04a0-3cb1-aa17-5ffb-465a4fd1e1c8-4fd1e1be {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ca4a04a0-3cb1-aa17-5ffb-465a4fd1e1cf-4fd1e1be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c6508aa1-cea3-5702-04cd-c7ba4064544c-2cd96711 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7605d507-9e32-0ac2-a035-1887ed66abfa-2cd96711 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_601360bf-4ed9-0ca3-0b39-3ba35553b3ed-2cd96711 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_161441ee-5ef6-2482-812d-13dd51db2f56-2cd96711 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_161441ee-5ef6-2482-812d-13dd51db2f5b-2cd96711 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_161441ee-5ef6-2482-812d-13dd51db2f5d-2cd96711 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_161441ee-5ef6-2482-812d-13dd51db2f63-2cd96711 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_161441ee-5ef6-2482-812d-13dd51db2f69-2cd96711 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7605d507-9e32-0ac2-a035-1887ed66abfa-2cd96711 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_161441ee-5ef6-2482-812d-13dd51db2f5b-2cd96711 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Trenda';
  src: url('../fonts/trenda-regular-webfont.woff2') format('woff2'), url('../fonts/trenda-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trenda-black';
  src: url('../fonts/Trenda-Black.woff');
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trenda-heavy';
  src: url('../fonts/Trenda-Heavy.woff');
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trenda-bold';
  src: url('../fonts/Trenda-Bold.otf');
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot-bold';
  src: url('../fonts/Didot-Bold.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot-italic';
  src: url('../fonts/Didot-Italic.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.newsletterform-sharpspring {
  position: fixed;
  bottom: 0;
  right: -500px;
  z-index: 60;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 2px;
  border-style: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  background-color: rgb(245, 244, 240);
  background-repeat: no-repeat;
  background-position-y: 50%;
  padding: 0px;
  transition: all 2s ease-in-out;
}

.newsletterform-sharpspring.is-active{
  right: 0px;
  transition: all 2s ease-in-out;
}

.newsletterform-sharpspring--content{
  width: 300px;
  min-width: 200px;
  max-width: 1000px;
}

.newsletterform-sharpspring--content-image{
  background-image: url("/wp-content/uploads/2021/09/00023bonneval_hiver_paysage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  position: relative;
}

.newsletterform-sharpspring--content-image .close-popup{
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  height: 20px;
  width: auto;
}

.newsletterform-sharpspring--content-text {
  text-align: center;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletterform-sharpspring--content .wpcf7 {
  width: 100%;
}

.newsletterform-sharpspring--content-text span.title{
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Advent Pro', sans-serif;

}
.newsletterform-sharpspring--content-text p{
  margin-bottom: 20px;
  font-size: 0.9em !important;
}

.newsletterform-sharpspring--content-text input {
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 0px 0px 16px;
  height: 38px;
  text-align: left;
  color: rgb(51, 51, 51);
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 100;
  letter-spacing: 0px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}

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

.newsletterform-sharpspring--content-text form label {
  width: 100%;
}
.newsletterform-sharpspring--content-text form label input {
  width: 100%;
}

.newsletterform-sharpspring--content-text .wpcf7-submit {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-family: 'Advent Pro', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 2.5px;
  text-decoration: underline;
  cursor: pointer;
}

.newsletterform-sharpspring--content-text .wpcf7-response-output {
  margin: 0 !important;
}

.newsletterform-sharpspring--content-text .ajax-loader {
  display: none !important;
}

.link {
  transition: opacity 200ms ease;
  font-family: 'Advent Pro', sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.64px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px none #000;
  cursor: pointer;
}

.breadcrumbs {
  position: absolute;
  top: 125px;
  left: 50px;
  font-size: 0.9em;
  font-family: 'Trenda', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 100;
}

.breadcrumbs a {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Trenda', sans-serif;
  text-transform: unset;
}

.breadcrumbs.whitecrumbs{
  color: white !important;
  letter-spacing: 1px !important;
  text-shadow: 0px 0px 19px #000000;
}

.breadcrumbs.whitecrumbs a {
  color: white !important;
  border-bottom: 1px solid #fff !important;
  text-shadow: 0px 0px 19px #000000;
}


.flag-container{
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  row-gap: 3px;
}

.flag-container a {
  border-bottom: 0;
}

.flag-container:hover{
  max-height: 60px;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .flag-container {
    max-height: 30px;
    flex-direction: column;
  }
  #Find-Us-Link {
    margin-right: 65px;
  }
}

@media screen and (min-width: 1920px) {
  .flag-container{
    top: 3px;
  }
}


.seo-block{
  position: relative;
  text-align: center;
  max-width: 750px;
  padding: 30px;
  margin: 0 auto;
  max-height: 520px;
  overflow: hidden;
}
.seo-block.is-active {
  max-height: unset;
}
.seo-block h2 {
  font-size: 16px;
}
.seo-block h3 {
  font-size: 14px;
}
.see-more, .see-less{
  width: 100%;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.see-less{
  display: none;
}

@media screen and (min-width: 420px) {
  .seo-block {
    max-height: 300px;
  }
}

.page-id-12 .blog-post__rtf li,
.page-id-2065 .blog-post__rtf li {
  font-size: 14px !important;
}