@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;
}

.learn-wine {
  width: 100%;
}
.learn-wine__header {
  background-color: #efefef;
}
@media (max-width: 960px) {
  .learn-wine__header {
    margin-bottom: 3rem;
  }
}
.learn-wine__header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.learn-wine__header .breadcrumb {
  padding: 1rem 0 4.8rem 0;
}
@media (max-width: 960px) {
  .learn-wine__header .breadcrumb {
    padding: 1rem 0 2rem 0;
  }
}
.learn-wine__title {
  margin-bottom: 4.5rem;
  font-family: "TT Chocolates Light";
  font-size: 4rem;
  line-height: 4.2rem;
  text-align: center;
}
@media (max-width: 960px) {
  .learn-wine__title {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
    line-height: 3.4rem;
  }
}
.learn-wine__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.learn-wine__menu > li a {
  margin: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 9.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.1rem;
  color: #7e7e7e;
}
@media (max-width: 960px) {
  .learn-wine__menu > li a {
    margin: 0;
  }
}
.learn-wine__menu > li .active {
  color: #d2b87a;
}
.learn-wine__menu > li .active img {
  border: 2px solid #d2b87a;
  border-radius: 50%;
  opacity: 1;
}
.learn-wine__menu > li:hover a {
  color: #1f1f1f;
}
.learn-wine__menu > li:hover img {
  opacity: 1;
}
@media (max-width: 960px) {
  .learn-wine__menu > li {
    margin: 1rem;
    width: 8rem;
  }
}
.learn-wine__menu > li img {
  width: 8rem;
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  margin-bottom: 0.8rem;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .learn-wine__menu > li img {
    width: 6rem;
    height: 6rem;
  }
}
.learn-wine__main {
  display: flex;
  flex-direction: row;
}
@media (max-width: 960px) {
  .learn-wine__main {
    flex-direction: column;
  }
}
.learn-wine__main .title {
  margin-bottom: 1.6rem;
  font-weight: bold;
  color: #d2b87a;
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 960px) {
  .learn-wine__main .title {
    margin-bottom: 1rem;
  }
}
.learn-wine__sidebar {
  width: 23.4rem;
  margin-right: 4rem;
  padding: 4rem 0;
  border-right: 1px solid #efefef;
}
@media (max-width: 960px) {
  .learn-wine__sidebar {
    border-right: none;
    padding: 0;
  }
}
.learn-wine__sidebar .sidebar-menu {
  margin-right: 1.6rem;
}
@media (max-width: 960px) {
  .learn-wine__sidebar .sidebar-menu {
    margin-right: 0;
  }
}
.learn-wine__sidebar .sidebar-item {
  order: 1;
  position: relative;
  display: block;
  width: auto;
  padding: 1rem;
}
@media (max-width: 960px) {
  .learn-wine__sidebar .sidebar-item {
    order: 3;
    width: 100%;
    display: none;
    border-top: 1px solid #efefef;
  }
}
.learn-wine__sidebar .sidebar-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1f1f1f;
}
.learn-wine__sidebar .sidebar-item a {
  display: flex;
}
.learn-wine__sidebar .sidebar-item .submenu {
  display: none;
  margin-top: 1rem;
}
.learn-wine__sidebar .sidebar-item .submenu .subitem:hover a {
  color: #1f1f1f;
}
.learn-wine__sidebar .sidebar-item .submenu .subitem a {
  margin-bottom: 0.8rem;
  font-family: "Lexend Deca", sans-serif;
  text-transform: none;
  color: #7e7e7e;
  line-height: 2.4rem;
}
.learn-wine__sidebar .sidebar-item .submenu .subitem .active {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #1f1f1f;
}
.learn-wine__sidebar .sidebar-item .submenu .subitem .active:before {
  display: inline-block;
  content: "";
  border-top: 1px solid #d2b87a;
  width: 2.2rem;
  margin: 0 1rem 0 0;
}
@media (max-width: 960px) {
  .learn-wine__sidebar .has-submenu [tabindex] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.learn-wine__sidebar .submenu-active .sidebar-item-title:after {
  content: "\e903" !important;
  font-family: "icomoon";
  color: #d2b87a;
}
@media (max-width: 960px) {
  .learn-wine__sidebar .submenu-active a:after {
    content: "\e903" !important;
    font-family: "icomoon";
  }
}
.learn-wine__sidebar .has-submenu > a::after {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  content: "\e912";
  color: #1f1f1f;
  padding-left: 5px;
}
.learn-wine__sidebar .submenu-active .submenu {
  display: block;
  left: 0;
  width: 100%;
  background: #fff;
}
@media (max-width: 960px) {
  .learn-wine__sidebar .submenu-active .submenu .subitem > a {
    display: flex;
    align-items: center;
  }
  .learn-wine__sidebar .submenu-active .submenu .subitem > a:after {
    display: none;
  }
}
.learn-wine__sidebar .active .sidebar-item {
  display: block;
}
.learn-wine__sidebar .active .language {
  display: flex;
}
.learn-wine__content {
  width: 70rem;
  padding: 4rem 0;
}
@media (max-width: 960px) {
  .learn-wine__content {
    width: 100%;
    padding: 2rem 0;
  }
}
.learn-wine__content hr {
  margin-top: 4rem;
}
@media (max-width: 960px) {
  .learn-wine__content hr {
    margin-top: 2rem;
  }
}
.learn-wine .overlay {
  display: block;
  height: 100%;
  position: fixed;
  z-index: 1020;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
@media (max-width: 960px) {
  .learn-wine .overlay .sidebar-menu {
    margin-top: 7rem;
  }
}
.learn-wine .overlay .sidebar-item {
  display: block;
}
.learn-wine .overlay-content {
  position: relative;
  margin: 0 auto;
  max-width: 90vw;
  width: 100%;
  text-align: center;
}
.learn-wine .button-toggle {
  display: none;
}
@media (max-width: 960px) {
  .learn-wine .button-toggle {
    display: block;
    margin: 0 auto 2rem auto;
    text-align: center;
    border-color: #d2b87a;
  }
}
.learn-wine .icon-croix {
  display: none;
}
@media (max-width: 960px) {
  .learn-wine .icon-croix {
    display: block;
    position: absolute;
    top: 2.7rem;
    right: 2rem;
    font-size: 2rem;
  }
}
.learn-wine__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.learn-wine__navigation span {
  font-family: "TT Chocolates Bold";
  text-transform: uppercase;
}
.learn-wine__navigation span a {
  color: #1f1f1f;
  text-decoration: none;
}
@media (max-width: 960px) {
  .learn-wine__navigation span a {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.learn-wine__navigation .previous a {
  display: flex;
  align-items: center;
}
.learn-wine__navigation .previous span {
  border: #d2b87a 2px solid;
  font-size: 2rem;
  padding: 1.7rem;
  margin-right: 2.4rem;
}
@media (max-width: 960px) {
  .learn-wine__navigation .previous span {
    padding: 1rem;
    margin-right: 1.8rem;
  }
}
.learn-wine__navigation .next a {
  display: flex;
  align-items: center;
}
.learn-wine__navigation .next span {
  border: #d2b87a 2px solid;
  font-size: 2rem;
  padding: 1.7rem;
  margin-left: 2.4rem;
}
@media (max-width: 960px) {
  .learn-wine__navigation .next span {
    padding: 1rem;
    margin-left: 1.8rem;
  }
}
