@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700&display=swap);
@font-face {
  font-family: "TT Chocolates Regular";
  font-style: normal;
  font-weight: normal;
  src: local("TT Chocolates Regular"), url(/fonts/TTChocolatesRegular.woff?9bcc06d5984cd5d0489b0d430a5ce2ef) format("woff");
}
@font-face {
  font-family: "TT Chocolates Light";
  font-style: normal;
  font-weight: normal;
  src: local("TT Chocolates Light"), url(/fonts/TTChocolatesLight.woff?f54e43c7879a2370565e3b4380c606aa) format("woff");
}
@font-face {
  font-family: "TT Chocolates Bold";
  font-style: normal;
  font-weight: normal;
  src: local("TT Chocolates Bold"), url(/fonts/TTChocolatesBold.woff?1e81d6cc07f695ca084e56b95f99be84) format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.woff?1fed0be07b0da595bd9687f3719a7924) format("woff"), url(/fonts/icomoon.svg?cc913b47a8c17df417dbd576142e58f1#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-certification:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-croix:before {
  content: "\e904";
}

.icon-menu:before {
  content: "\e905";
}

.icon-arrow-down:before {
  content: "\e906";
}

.icon-insta:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e909";
}

.icon-linkedin:before {
  content: "\e90a";
}

.icon-categ:before {
  content: "\e90b";
}

.icon-cepage:before {
  content: "\e90c";
}

.icon-domaine:before {
  content: "\e90d";
}

.icon-region:before {
  content: "\e90e";
}

.icon-pays:before {
  content: "\e90f";
}

.icon-appelation:before {
  content: "\e910";
}

.icon-cuve:before {
  content: "\e911";
}

.icon-arrow-left:before {
  content: "\e912";
}

.icon-big-arrow-left:before {
  content: "\e913";
}

.icon-big-arrow-right:before {
  content: "\e914";
}

.button {
  display: inline-block;
  padding: 1.5rem 4rem;
  font-family: "TT Chocolates Bold";
  color: #fff;
  text-transform: uppercase;
  border: none;
  line-height: 2rem;
  max-width: 30rem;
  text-align: center;
}
@media (max-width: 667px) {
  .button {
    max-width: 100%;
    width: 100%;
  }
}
.button--primary {
  background-color: #1f1f1f;
  border: 2px solid #1f1f1f;
}
.button--secondary {
  background-color: #d2b87a;
  border: 2px solid #d2b87a;
}
.button--bordered {
  border: 2px solid #1f1f1f;
  background-color: transparent;
  color: #1f1f1f;
}
.button--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--arrow::before {
  content: "\e914";
  font-family: "icomoon";
  color: #d2b87a;
  font-size: 2.4rem;
  margin-right: 0.8rem;
}

hr {
  width: 100%;
  background-color: #efefef;
  height: 1px;
  border: 0;
}

input, textarea {
  border: solid 1px #e1dfda;
  padding: 1.5rem 2rem;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
}
input::placeholder, textarea::placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
}

input[type=radio] {
  border: solid 1px #e1dfda;
  margin: 0 0.8rem 0 0;
}

.advertising-large {
  padding: 3rem 0 2rem 0;
  display: flex;
  justify-content: center;
}
.advertising-large img {
  width: 98rem;
}
@media (max-width: 960px) {
  .advertising-large img {
    width: 100%;
  }
}

input[type=checkbox] {
  border: solid 1px #e1dfda;
  border-radius: 50%;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #e1dfda;
  padding: 1.5rem 2rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  background-image: url(/images/icon-arrow-down.svg?c99a8373ab3722a034da32c321b81760);
  background-repeat: no-repeat;
  background-position: calc(100% - 3px) center;
  background-size: 2.4rem;
}

.range-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: 4rem;
}
.range-slider div {
  display: flex;
  justify-content: space-between;
}
.range-slider input {
  box-shadow: none;
  outline: 0;
  border: none !important;
  padding: 0;
}
.range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
.range-slider input[type=range]:focus {
  outline: none;
}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track, .range-slider input[type=range]:focus::-ms-fill-lower, .range-slider input[type=range]:focus::-ms-fill-upper {
  background: #d2b87a;
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #d2b87a;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  border: 1px solid #d2b87a;
  height: 13px;
  width: 13px;
  border-radius: 25px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}
.range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #d2b87a;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-slider input[type=range]::-ms-fill-lower, .range-slider input[type=range]::-ms-fill-upper {
  background: #d2b87a;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  border: 1px solid #d2b87a;
  height: 13px;
  width: 13px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
}

.range-slider svg,
.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}

.winemaker-info {
  padding: 10rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .winemaker-info {
    padding: 4rem 0;
    flex-direction: column;
  }
}
.winemaker-info__image {
  width: 58rem;
  height: 70rem;
  padding: 5.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1280px) {
  .winemaker-info__image {
    width: 40rem;
    height: 52rem;
    padding: 3rem;
  }
}
@media (max-width: 960px) {
  .winemaker-info__image {
    margin-bottom: 2rem;
    width: 100%;
    height: 45rem;
    padding: 2rem;
  }
}
.winemaker-info__image__subtitle {
  font-family: "TT Chocolates Bold";
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}
@media (max-width: 960px) {
  .winemaker-info__image__subtitle {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.winemaker-info__image__button {
  margin-top: 3rem;
  background-color: #fff;
  color: #1f1f1f !important;
  width: auto;
}
.winemaker-info__content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .winemaker-info__content {
    margin-left: 2rem;
  }
}
@media (max-width: 960px) {
  .winemaker-info__content {
    margin-left: 0;
    width: 100%;
  }
}
.winemaker-info__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.2rem;
}
@media (max-width: 960px) {
  .winemaker-info__contact {
    flex-direction: column;
  }
}
.winemaker-info__contact .contact {
  width: 33rem;
  border: 1px solid #f0f0f0;
  padding: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1280px) {
  .winemaker-info__contact .contact {
    margin-right: 2rem;
    width: 28rem;
    padding: 2rem;
  }
}
@media (max-width: 960px) {
  .winemaker-info__contact .contact {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
    padding: 3rem;
  }
}
.winemaker-info__contact .contact span {
  margin-bottom: 1.6rem;
  color: #d2b87a;
  font-size: 2rem;
}
.winemaker-info__contact .contact .name {
  margin-bottom: 0.6rem;
  font-size: 2.2rem;
  font-family: "TT Chocolates Bold";
  line-height: 2.4rem;
}
.winemaker-info__contact .contact .address {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-family: "TT Chocolates Regular";
  line-height: 2.4rem;
}
.winemaker-info__contact .contact p {
  line-height: 2.4rem;
}
.winemaker-info__contact .contact p a {
  color: #d2b87a;
  text-decoration: underline;
}
.winemaker-info__contact .contact .email {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  font-weight: 600;
  color: #1f1f1f;
}
.winemaker-info__contact .contact .email::before {
  margin-right: 1rem;
  content: "\e914";
  font-family: "icomoon";
  color: #d2b87a;
  text-decoration: none !important;
  font-size: 1.8rem;
}
.winemaker-info__contact .map .link {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #1f1f1f;
}
.winemaker-info__contact .map .link::before {
  margin-right: 1rem;
  content: "\e914";
  font-family: "icomoon";
  color: #d2b87a;
  text-decoration: none !important;
  font-size: 1.8rem;
}
.winemaker-info__presentation {
  width: 58rem;
  background-color: #f0f0f0;
  padding: 6.5rem;
}
@media (max-width: 1280px) {
  .winemaker-info__presentation {
    width: 50rem;
    padding: 4rem;
  }
}
@media (max-width: 960px) {
  .winemaker-info__presentation {
    padding: 3rem;
    width: 100%;
  }
}
.winemaker-info__presentation .title {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-family: "TT Chocolates Bold";
}
.winemaker-info__presentation .description {
  line-height: 2.4rem;
}
