
.cc-block--fixe2colHorizontal {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.cc-block--fixe2colHorizontal>.lr-centered-container {
	margin-bottom: 0;
}

.cc-block--fixe2colHorizontal > .lr-centered-container:first-child {
  padding-bottom: 0;
}

.block--fixe2colHorizontal__images {
  position: relative;
  width: 100%;
}

.cc-block--fixe2colHorizontal .image  {
  position: relative;
  margin-top: -2rem;
}

.cc-block--fixe2colHorizontal .image .legende {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}

.sticky-scroll-section__content-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

.horizontal-scroll-section__content-wrapper {
  position: absolute;
  height: 100%;
  will-change: transform;
}

.horizontal-scroll-section__content-wrapper .horizontal-scroll-section__content {
  position: relative;
  height: 100%;
  padding: 0 0 0 15.62%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.horizontal-scroll-section__content-section {
  position: relative;
  margin-right: 75px;
  flex-shrink: 0;
}

.horizontal-scroll-section__content-wrapper .horizontal-scroll-section__content-section img {
  max-height: 70vh;
  width: auto !important;
}


@media screen and (min-width: 1680px) {
  .horizontal-scroll-section__content-wrapper .horizontal-scroll-section__content {
    padding: 0 0 0 calc(50vw - 495px);
  }
}

.cc-block--fixe2colHorizontal.bg_color_1 {
  background-color: #eae6f8;    
}

.cc-block--fixe2colHorizontal.bg_color_2 {
  background-color: #0f1015;    
}

.cc-block--fixe2colHorizontal .field-title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #eae6f8;
}

.cc-block--fixe2colHorizontal .block--fixe2colHorizontal__btn {
  padding-top: 30px;
  text-align: center;
}

.cc-block--fixe2colHorizontal .block--fixe2colHorizontal__btn a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  color: #fff;
  display: inline-block;
  padding: 18px 26px;
  border: 3px solid #cfbca6;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.cc-block--fixe2colHorizontal.bg_color_2 .field-title {
  color: #fff;
  font-size: 32px;
}

.cc-block--fixe2colHorizontal .legende .legende__title {
  color: #000;
}

.cc-block--fixe2colHorizontal.bg_color_2 .legende .legende__title {
  color: #fff;
}

.cc-block--fixe2colHorizontal.bg_color_2 .legende:before {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .cc-block--fixe2colHorizontal.bg_color_2 .field-title {
    font-size: 52px;
  }
}

@media screen and (max-width: 767px) {
  .cc-block--fixe2colHorizontal {
    padding-left: 25px;
    padding-right: 25px;
  }
  .horizontal-scroll-section__content-wrapper .horizontal-scroll-section__content-section img {
    max-height: 80vh;
    width: auto !important;
  }
  .horizontal-scroll-section__content-section {
    margin-right: 30px;  
  }
  .horizontal-scroll-section__content-wrapper .horizontal-scroll-section__content {
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .cc-block--fixe2colHorizontal {
    display: none;
  }
  .cc-block--editorial + .cc-block--fixe2colHorizontal {
    display: block;
  }
}