@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700&display=swap);
@charset "UTF-8";
@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;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  border-bottom: #efefef 1px solid;
  z-index: 1000;
}
.header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1.5rem 4rem;
  background: none;
  list-style-type: none;
}
@media (max-width: 1280px) {
  .header .menu {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 2rem;
  }
}
.header .menu .toggle {
  display: none;
  order: 1;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .header .menu .toggle {
    display: block;
    flex: 1;
    text-align: right;
    order: 2;
  }
}
.header .menu .logo {
  order: 0;
  flex: 1;
}
.header .menu .logo a {
  display: flex;
  align-items: center;
}
.header .menu .logo a img {
  max-width: 24rem;
}
@media (max-width: 1280px) {
  .header .menu .logo {
    flex: 10;
    padding: 2rem 0;
  }
}
@media (max-width: 667px) {
  .header .menu .logo {
    flex: 4;
  }
  .header .menu .logo a {
    display: flex;
    align-items: center;
  }
  .header .menu .logo a img {
    max-width: 17rem;
  }
}
.header .menu .item {
  order: 1;
  position: relative;
  display: block;
  width: auto;
  padding: 1rem;
}
@media (max-width: 1280px) {
  .header .menu .item {
    order: 3;
    width: 100%;
    display: none;
    border-top: 1px solid #efefef;
  }
}
.header .menu .item a {
  display: block;
}
.header .menu .item .submenu {
  display: none;
}
.header .menu .item .submenu .subitem a {
  font-family: "Lexend Deca", sans-serif;
  text-transform: none;
  color: #1f1f1f;
}
.header .menu .has-submenu:hover .submenu {
  display: block;
  position: absolute;
  right: 0;
  box-shadow: 0 1px 2px #f0f0f0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 22rem;
  background: #fff;
  z-index: 1000;
  padding: 2rem 3.2rem;
  border-top: 2px solid #d2b87a;
}
@media (max-width: 1280px) {
  .header .menu .has-submenu:hover .submenu {
    width: 100%;
    position: relative;
    transform: none;
    box-shadow: none;
    border: none;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .header .menu .has-submenu:hover .submenu .subitem > a {
    display: flex;
    align-items: center;
  }
  .header .menu .has-submenu:hover .submenu .subitem > a:before {
    content: "\e912";
    font-family: "icomoon";
    font-size: 2rem;
    color: #d2b87a;
    margin-right: 1rem;
  }
  .header .menu .has-submenu:hover .submenu .subitem > a:after {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header .menu .has-submenu [tabindex] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1280px) {
  .header .menu .submenu-active a:after {
    content: "\e903" !important;
    font-family: "icomoon";
  }
}
.header .menu .has-submenu > a::after {
  font-family: "icomoon";
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "\e906";
  color: #1f1f1f;
  padding-left: 5px;
}
.header .menu .language {
  display: flex;
}
.header .menu .language .active {
  color: #1f1f1f;
  -webkit-text-decoration: underline 2px #d2b87a;
          text-decoration: underline 2px #d2b87a;
  text-underline-offset: 3px;
}
.header .menu .language > a {
  margin-right: 1rem;
  color: #7e7e7e;
}
@media (max-width: 1280px) {
  .header .menu .language {
    display: none;
  }
  .header .menu .language:before {
    content: "Languages :";
    margin-right: 1rem;
  }
}
.header .menu .domain {
  display: none;
}
.header .menu .domain .icon {
  margin: 0 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d2b87a;
}
.header .menu .domain .icon .icon-domaine {
  color: #fff;
  font-size: 2.5rem;
}
.header .menu .item.domain {
  padding: 0;
}
@media (max-width: 1280px) {
  .header .menu .item.domain {
    margin-left: 2rem;
    width: auto;
    order: 1;
    display: block;
    border: none;
  }
}
@media (max-width: 667px) {
  .header .menu .item.domain {
    width: auto;
  }
}
.header .menu .submenu-active .submenu {
  display: block;
  position: absolute;
  right: 0;
  box-shadow: 0 1px 2px #f0f0f0;
  width: 22rem;
  background: #fff;
  z-index: 1000;
  padding: 2rem 3.2rem;
  border-top: 2px solid #d2b87a;
}
@media (max-width: 1280px) {
  .header .menu .submenu-active .submenu {
    width: 100%;
    position: relative;
    transform: none;
    box-shadow: none;
    border: none;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .header .menu .submenu-active .submenu .subitem > a {
    display: flex;
    align-items: center;
  }
  .header .menu .submenu-active .submenu .subitem > a:before {
    content: "\e912";
    font-family: "icomoon";
    font-size: 2rem;
    color: #d2b87a;
    margin-right: 1rem;
  }
  .header .menu .submenu-active .submenu .subitem > a:after {
    display: none;
  }
}
.header .menu .item.button {
  width: 16rem;
}
@media (max-width: 1280px) {
  .header .menu .item.button {
    width: 100%;
    border: none;
    margin: 0 auto;
    order: 4;
  }
}
.header .menu .button #outline {
  background: none;
  color: #d2b87a;
  order: 5;
}
.header .menu .button #outline a {
  color: #d2b87a;
}
.header .menu .button > a {
  padding: 1rem 0;
  text-align: center;
  background: #d2b87a;
  border: 1px #d2b87a solid;
  color: #fff;
}
@media (max-width: 960px) {
  .header .menu .button > a {
    padding: 2rem 0.3rem;
  }
}
.header a {
  color: #7e7e7e;
  text-decoration: none;
  font-family: "TT Chocolates Bold";
  text-transform: uppercase;
}
.header a:hover {
  color: #1f1f1f;
}
@media (max-width: 1280px) {
  .header a {
    color: #1f1f1f;
  }
}
.header .active .item {
  display: block;
}
.header .active .language {
  display: flex;
}

.header-active {
  min-height: 100vh;
}

.menu-spacer {
  height: 11.2rem;
}

.footer .cgv {
  padding: 1.8rem 0;
  background-color: #1f1f1f;
}
.footer .cgv .container {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: "TT Chocolates Bold";
  color: #fff;
}
@media (max-width: 960px) {
  .footer .cgv .container {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
.footer .cgv .container .cgv-links ul {
  display: flex;
}
.footer .cgv .container .cgv-links ul .link {
  margin-right: 2rem;
  color: #fff;
}
.footer .footer-menu {
  background-color: #f0f0f0;
  display: flex;
  padding: 4rem 0 8rem 0;
}
@media (max-width: 960px) {
  .footer .footer-menu {
    padding: 4rem 0;
  }
}
.footer .footer-menu .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .footer .footer-menu .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .footer-menu .space-winemaker {
  margin-right: 2rem;
  max-width: 33rem;
}
@media (max-width: 960px) {
  .footer .footer-menu .space-winemaker {
    margin-right: 0;
    order: 2;
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
.footer .footer-menu .space-winemaker__title {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-family: "TT Chocolates Bold";
  line-height: 2.1rem;
}
.footer .footer-menu .space-winemaker__text {
  margin-bottom: 3rem;
  color: #7e7e7e;
  line-height: 2.4rem;
}
@media (max-width: 960px) {
  .footer .footer-menu .space-winemaker__text {
    margin-bottom: 1.6rem;
  }
}
.footer .footer-menu .menu {
  margin-right: 2rem;
}
@media (max-width: 960px) {
  .footer .footer-menu .menu {
    margin-right: 0;
    order: 3;
  }
}
.footer .footer-menu .menu__title {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-family: "TT Chocolates Bold";
  line-height: 2.1rem;
}
.footer .footer-menu .menu .item {
  color: #7e7e7e;
}
.footer .footer-menu .newsletter {
  margin-right: 2rem;
}
@media (max-width: 960px) {
  .footer .footer-menu .newsletter {
    margin-right: 0;
    order: 1;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.footer .footer-menu .newsletter__form {
  flex-direction: column;
}
@media (max-width: 960px) {
  .footer .footer-menu .newsletter__form {
    width: 100%;
  }
}
.footer .footer-menu .newsletter__form .radio {
  display: flex;
  align-items: center;
}
.footer .footer-menu .newsletter__form .radio label {
  margin-right: 2rem;
  color: #7e7e7e;
}
.footer .footer-menu .newsletter__form .email {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 960px) {
  .footer .footer-menu .newsletter__form .email {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 960px) {
  .footer .footer-menu .newsletter__form .email input {
    margin-bottom: 0.8rem;
    width: 100%;
  }
}
.footer .footer-menu .newsletter__form .social-networks {
  display: flex;
}
@media (max-width: 960px) {
  .footer .footer-menu .newsletter__form .social-networks {
    justify-content: center;
  }
}
.footer .footer-menu .newsletter__form .social-networks span {
  margin-right: 2.7rem;
  font-size: 2rem;
  color: #1f1f1f;
}

.magazine-block {
  padding: 2.3rem 0;
  background-color: #d2b87a;
}
@media (max-width: 960px) {
  .magazine-block {
    padding: 3rem 0;
  }
}
.magazine-block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .magazine-block .container {
    flex-direction: column;
  }
}
.magazine-block__image {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .magazine-block__image {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .magazine-block__image {
    margin-right: 0;
  }
}
.magazine-block__image img {
  width: auto;
  height: 22rem;
}
@media (max-width: 1280px) {
  .magazine-block__image img {
    height: 18rem;
  }
}
@media (max-width: 960px) {
  .magazine-block__image img {
    height: 15rem;
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 667px) {
  .magazine-block__image img {
    height: 13.5rem;
  }
}
.magazine-block__text {
  max-width: 51rem;
  margin-right: 2rem;
}
@media (max-width: 960px) {
  .magazine-block__text {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
.magazine-block__text .surtitle {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  color: #1f1f1f;
  font-family: "TT Chocolates Bold";
  font-size: 1.6rem;
  letter-spacing: 0.34rem;
}
@media (max-width: 960px) {
  .magazine-block__text .surtitle {
    font-size: 1.4rem;
    letter-spacing: 0.263rem;
  }
}
.magazine-block__text .title {
  margin-bottom: 0.4rem;
  color: #fff;
  font-family: "TT Chocolates Bold";
  font-size: 4rem;
  line-height: 4.2rem;
}
@media (max-width: 960px) {
  .magazine-block__text .title {
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
    line-height: 3.4rem;
  }
}
.magazine-block__text .paragraphe {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.magazine-block__text .button {
  border-color: #fff;
  width: auto;
}
.magazine-block__button {
  width: 5.8rem;
  height: 5.8rem;
  transform: rotate(90deg);
  background-color: transparent;
  border-radius: 2px;
}
.magazine-block__button span {
  font-size: 2rem;
}
@media (max-width: 960px) {
  .magazine-block__button {
    display: none;
  }
}

.breadcrumb {
  margin: 0 auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  line-height: 2.4rem;
}
@media (max-width: 667px) {
  .breadcrumb ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.breadcrumb li,
.breadcrumb li > a {
  margin-left: 0 !important;
  padding-left: 0 !important;
  color: #1f1f1f;
}
.breadcrumb li {
  display: inline-flex;
  text-align: center;
  padding: 2px;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb li:after {
  content: "\e912";
  font-family: "icomoon";
  color: #7e7e7e;
  font-size: 2rem;
  margin: 0 0.8rem;
}
.breadcrumb li:last-child {
  color: #7e7e7e;
}
.breadcrumb li:last-child:after {
  display: none;
}
@media (max-width: 667px) {
  .breadcrumb li:first-child::before {
    display: none;
  }
}

.is-invalid {
  border: 1px solid red !important;
}

.invalid-feedback {
  color: red !important;
}

.alert-danger {
  color: red !important;
}

.alert-success {
  color: green !important;
}

.profile-list {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 960px) {
  .profile-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.profile-list__img {
  width: 10.6rem !important;
  height: auto;
  margin-right: 1.4rem;
  margin-bottom: 0 !important;
}
@media (max-width: 960px) {
  .profile-list__img {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 960px) {
  .profile-list__content {
    display: flex;
    flex-direction: column;
  }
}
.profile-list__content a {
  color: #d2b87a;
  text-decoration: underline;
}

.without-description {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 960px) {
  .without-description {
    flex-direction: column;
    align-items: flex-start;
  }
}
.without-description__img {
  width: 18rem !important;
  height: auto;
  margin-right: 1.4rem;
  margin-bottom: 0 !important;
}
@media (max-width: 960px) {
  .without-description__img {
    margin-bottom: 1rem !important;
  }
}
.without-description__content .item {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .without-description__content .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.without-description__content p {
  margin-right: 1rem;
}
.without-description__content a {
  color: #7e7e7e !important;
  text-decoration: underline;
}

.two-columns {
  display: flex;
  margin: 1rem -1rem 4.8rem -1rem;
}
@media (max-width: 960px) {
  .two-columns {
    flex-direction: column;
    margin: 1rem 0 1rem 0;
  }
}
.two-columns .column {
  margin: 1rem;
  width: 50%;
}
@media (max-width: 960px) {
  .two-columns .column {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.two-columns .column img {
  width: 100%;
  margin-bottom: 1rem !important;
}
.two-columns .column h3 {
  margin-bottom: 0.6rem;
}
.two-columns-text .column {
  display: flex;
  flex-direction: column;
}
.two-columns-text .column .item {
  margin-bottom: 1.2rem;
}
.two-columns-text .column .item .button {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.6rem;
  max-width: 100%;
}
@media (max-width: 960px) {
  .two-columns-text .column {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.9rem;
}
@media (max-width: 960px) {
  .pagination {
    width: 90%;
    flex-wrap: wrap;
  }
}
.pagination span {
  color: #1f1f1f;
  font-size: 3rem;
}
@media (max-width: 960px) {
  .pagination span {
    font-size: 2.5rem;
  }
}
.pagination .page-item button, .pagination .page-item a {
  background-color: #fff;
  border: 2px solid transparent;
  font-family: "TT Chocolates Bold";
  font-size: 2.2rem;
  padding: 1.3rem 2.3rem;
  margin-right: 0.6rem;
  color: #1f1f1f;
}
@media (max-width: 960px) {
  .pagination .page-item button, .pagination .page-item a {
    margin-right: 0.4rem;
    font-size: 1.8rem;
    padding: 0.6rem 1.4rem;
  }
}
.pagination .page-item:hover a {
  border: 2px solid rgba(210, 184, 122, 0.5);
}
.pagination .page-item:hover button {
  border: 2px solid rgba(210, 184, 122, 0.5);
}
.pagination .page-item:hover button[rel=next], .pagination .page-item:hover button[rel=prev] {
  border: transparent 2px solid;
}
.pagination .page-item.active span {
  background-color: #fff;
  border: 2px solid #d2b87a;
  font-family: "TT Chocolates Bold";
  font-size: 2.2rem;
  padding: 1.3rem 2.3rem;
  margin-right: 0.6rem;
}
@media (max-width: 960px) {
  .pagination .page-item.active span {
    margin-right: 0.4rem;
    font-size: 1.8rem;
    padding: 0.6rem 1.6rem;
  }
}
.pagination .page-item.disabled span {
  margin: 0 0.6rem;
}
@media (max-width: 960px) {
  .pagination .page-item.disabled span {
    margin: 0 0.4rem;
  }
}
.pagination .page-item > [rel=next], .pagination .page-item > [rel=prev] {
  padding: 1.3rem 0;
}
.pagination .icon-big-arrow-left {
  margin-right: 0.6rem;
  color: #1f1f1f;
}
@media (max-width: 960px) {
  .pagination .icon-big-arrow-left {
    margin-right: 0.4rem;
  }
}
.pagination .icon-big-arrow-right {
  margin-left: 0.6rem;
  color: #1f1f1f;
}
@media (max-width: 960px) {
  .pagination .icon-big-arrow-right {
    margin-left: 0.4rem;
  }
}
.pagination .arrow {
  margin-bottom: -1rem;
}

/*- 1rem = 10px - but default font size stay unchaged -*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.4em;
  color: #1f1f1f;
}

button,
a {
  cursor: pointer;
}

.form-group {
  margin-bottom: 1.6rem;
}

.container {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 667px) {
  .container {
    max-width: 90vw;
  }
}
@media (min-width: 668px) {
  .container {
    max-width: 627px;
  }
}
@media (min-width: 961px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1281px) {
  .container {
    max-width: 1180px;
  }
}

.container-wzwg {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 667px) {
  .container-wzwg {
    max-width: 90vw;
  }
}
@media (min-width: 668px) {
  .container-wzwg {
    max-width: 627px;
  }
}
@media (min-width: 961px) {
  .container-wzwg {
    max-width: 900px;
  }
}
@media (min-width: 1281px) {
  .container-wzwg {
    max-width: 780px;
  }
}

.wzwg img {
  margin-bottom: 4.8rem;
  height: auto;
  width: 100%;
}
.wzwg h2 {
  margin-bottom: 1.6rem;
  font-weight: bold;
  color: #d2b87a;
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 960px) {
  .wzwg h2 {
    margin-bottom: 1rem;
  }
}
.wzwg h3 {
  margin: 0.8rem 0;
  font-weight: bold;
  color: #d2b87a;
  font-size: 1.6rem;
}
.wzwg p {
  line-height: 2.4rem;
  text-align: left;
  font-size: 1.6rem;
}
.wzwg p strong {
  font-weight: 500;
}
.wzwg .button {
  margin-bottom: 4.8rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  padding: 1.5rem 4rem;
  font-family: "TT Chocolates Bold";
  color: #fff;
  text-transform: uppercase;
  line-height: 2rem;
  max-width: 30rem;
  background-color: #1f1f1f;
  border: 2px solid #1f1f1f;
  text-decoration: none;
}
@media (max-width: 667px) {
  .wzwg .button {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .wzwg .button {
    margin-bottom: 3rem;
  }
}
.wzwg blockquote {
  margin: 4.8rem 0;
  border-left: 2px solid #1f1f1f;
  padding-left: 3.8rem;
}
.wzwg blockquote p {
  font-weight: "TT Chocolates Regular";
  font-style: italic;
  font-size: 2.8rem;
  line-height: 3.4rem;
}
@media (max-width: 960px) {
  .wzwg blockquote {
    margin-bottom: 3rem;
  }
  .wzwg blockquote p {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}
.wzwg iframe {
  margin: 4rem 0;
  width: 100%;
  min-height: 439px;
  height: auto;
}
@media (max-width: 667px) {
  .wzwg iframe {
    min-height: 250px;
    margin: 2rem 0;
  }
}
.wzwg hr {
  margin-bottom: 4.8rem;
  width: 100%;
  background-color: #efefef;
  height: 1px;
  border: 0;
}
@media (max-width: 960px) {
  .wzwg hr {
    margin-bottom: 3rem;
  }
}
.wzwg ul {
  list-style: none;
  margin-bottom: 4.8rem;
}
.wzwg ul li {
  line-height: 2.4rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.wzwg ul li::before {
  content: "•";
  color: #d2b87a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
.wzwg ul li strong {
  font-weight: 500;
}
.wzwg a {
  color: #d2b87a;
  text-decoration: underline;
  font-size: 1.6rem;
}
