
.related-products {
	margin-top: 3em;	
	}
	
	.products-list {
		display: grid;
		grid-template-columns: 300px 300px;
		grid-gap:1em;
		}

		.products-list-item {
			width: 300px;
			}


:root {
  --wp-admin-theme-color: $primary-text-color; }

/* Import fonts */
@font-face {
  font-family: 'AveniLig';
  src: url("../fonts/AveniLig.woff") format("woff"); }

@font-face {
  font-family: 'AveniMed';
  src: url("../fonts/AveniMed.woff") format("woff"); }

/* elements */
/* Breakpoints */
/* Container */
@keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(45px); }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px); } }

@-moz-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(45px); }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px); } }

@-webkit-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(45px); }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px); } }

@keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg); }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0) skew(0); } }

@-moz-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg); }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0); } }

@-webkit-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg); }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0); } }

@-moz-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px); }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0); } }

@-webkit-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px); }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0); } }

@keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes opacityLoop {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }

@keyframes line_anim {
  0% {
    left: 0;
    right: 0; }
  50% {
    left: 100%;
    right: 0;
    opacity: 1; }
  51% {
    opacity: 0;
    left: 0;
    right: 100%; }
  52% {
    opacity: 1; }
  100% {
    left: 0;
    right: 0; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

:root {
  font-family: "AveniLig", sans-serif;
  font-weight: 300;
  color: #000; }

body, button, input, select, optgroup, textarea {
  font-family: "AveniLig", sans-serif;
  font-weight: 300;
  letter-spacing: 3.5px; }

main p {
  color: #000;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px; }

* {
  color: #000;
  line-height: 1.6em;
  box-sizing: border-box; }

a:hover {
  color: inherit; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: "AveniLig", sans-serif; }

svg .icon-white {
  fill: #FFF; }

.title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 3.5px; }
  .title + a,
  .title + ul,
  .title + ol,
  .title + .text-wrapper,
  .title + p,
  .title + .btn-wrapper {
    margin-top: 20px; }
  .title + a {
    display: inline-block; }
  .title span {
    display: block;
    line-height: 1em; }
  .title.white {
    color: #FFF !important; }
    .title.white span {
      color: #FFF; }

small {
  line-height: 1.2em; }

blockquote {
  margin: 0;
  padding: 20px 0;
  background: none;
  color: #A5A5A5;
  font-size: 16px;
  font-family: "AveniLig", sans-serif;
  font-weight: 400;
  font-style: italic; }

.big-title {
  font-family: "AveniMed", sans-serif;
  font-style: normal;
  color: #817d00;
  font-size: 44px;
  line-height: 1.2em;
  font-family: "AveniLig", sans-serif;
  font-weight: bold; }
  .big-title span {
    color: #817d00; }

.medium-title, .custom-wysiwyg h3.medium-title,
.custom-wysiwyg h4.medium-title,
h3.medium-title, h4.medium-title,
.custom-wysiwyg h2 {
  font-family: "AveniLig", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #817d00;
  font-size: 28px;
  line-height: 1.4em;
  font-family: "AveniLig", sans-serif;
  letter-spacing: 0.5px; }
  .medium-title span, .custom-wysiwyg h3.medium-title span, .custom-wysiwyg h4.medium-title span,
  .custom-wysiwyg h2 span {
    color: #817d00; }
  .medium-title strong, .custom-wysiwyg h3.medium-title strong, .custom-wysiwyg h4.medium-title strong,
  .custom-wysiwyg h2 strong {
    color: #817d00;
    font-size: "AveniMed", sans-serif; }

.pre-title {
  font-size: 16px;
  line-height: 25px; }

.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4 {
  font-size: 22px;
  color: #817d00;
  font-weight: bold;
  letter-spacing: 1px; }
  .custom-wysiwyg h3 strong,
  .custom-wysiwyg h4 strong,
  h3 strong, h4 strong {
    color: #000;
    font-size: "AveniMed", sans-serif; }

.custom-wysiwyg h4 {
  font-size: 18px;
  color: #000; }

.small-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  color: #000;
  font-family: "AveniLig", sans-serif;
  font-weight: 300; }

.link {
	display: block !important;
	width: max-content;
	margin: 4em auto 1em auto;
	}

	.packshot {
		width: 100%;
		}
			
		.packshot img {
			filter: brightness(97%);
			max-width: 100%;
			}		
		

	.packshot-below {
		margin-top: 1em;
		}


.hide {
	display: none !important;
	}

.show {
	display: block;
	}
	
.packshot-container-below {
	display: none;
	}

.packshot-container-side {
	display: block;
	}		



.custom-wysiwyg p {
	margin: 0;
	}

address span {
  font-style: normal; }

@media screen and (max-width: 1199px) {
  .custom-wysiwyg h2 {
    font-size: 26px; }
  .medium-title, .custom-wysiwyg h3.medium-title,
  .custom-wysiwyg h4.medium-title,
  h3.medium-title, h4.medium-title {
    font-size: 26px; }
  .small-title {
    font-size: 22px; }
  .big-title {
    font-size: 34px; } }

@media screen and (max-width: 992px) {
  .big-title {
    font-size: 30px; } 
    
    .packshot-container-below {
	display: block;
		}
	
	.packshot-container-side {
	display: none !important;
		}	

    }

@media screen and (max-width: 768px) {
  .big-title {
    font-size: 26px; }
  .custom-wysiwyg h2 {
    font-size: 22px;
    line-height: 1.4em; }
  .medium-title, .custom-wysiwyg h3.medium-title,
  .custom-wysiwyg h4.medium-title,
  h3.medium-title, h4.medium-title {
    font-size: 22px; }
  blockquote.medium-title {
    font-size: 24px; } }

@media screen and (max-width: 575px) {
  .big-title {
    font-size: 22px; }
  .custom-wysiwyg h2 {
    font-size: 22px; }
  .medium-title, .custom-wysiwyg h3.medium-title,
  .custom-wysiwyg h4.medium-title,
  h3.medium-title, h4.medium-title {
    font-size: 22px; }
  .small-title,
  .custom-wysiwyg h3, .custom-wysiwyg h4,
  h3, h4 {
    font-size: 16px; } }

html {
  scroll-behavior: smooth;
  scroll-margin: 60px;
  scroll-padding: 60px; }

@media screen and (max-width: 575px) {
  html {
    scroll-margin: 60px;
    scroll-padding: 60px; } }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-margin: 0; } }

a {
  text-decoration: none;
  scroll-margin: 40px; }
  a:hover {
    color: #FFF;
    text-decoration: none; }

.btn-primary, .custom-wysiwyg a.btn-primary, .btn-primary-child a,
.btn-secondary,
.custom-wysiwyg a.btn-secondary,
.wpcf7 form input[type="submit"] {
  padding: 8.5px 20px 10px;
  position: relative;
  font-family: "AveniMed", sans-serif;
  font-size: 14px;
  border-radius: 40px;
  text-transform: uppercase !important;
  letter-spacing: 3.5px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  display: inline-block;
  border-radius: 0;
  padding: 10px 30px;
  color: #FFF; }
  .btn-primary::before, .custom-wysiwyg a.btn-primary::before, .btn-primary-child a::before,
  .btn-secondary::before,
  .custom-wysiwyg a.btn-secondary::before,
  .wpcf7 form input[type="submit"]::before {
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s; }
  .btn-primary:hover::before, .btn-primary-child a:hover::before,
  .btn-secondary:hover::before,
  .wpcf7 form input[type="submit"]:hover::before {
    opacity: 0; }

.btn-primary, .custom-wysiwyg a.btn-primary, .btn-primary-child a {
  background: linear-gradient(90deg, #5554A4 0%, #8AD5EC 100%); }
  .btn-primary:hover, .custom-wysiwyg a.btn-primary:hover, .btn-primary-child a:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; }


.btn-secondary,
.custom-wysiwyg a.btn-secondary,
.wpcf7 form input[type="submit"] {
  background: #817d00;
  cursor: pointer; }
  
  .btn-secondary::before,
  .custom-wysiwyg a.btn-secondary::before,
  .wpcf7 form input[type="submit"]::before {
    display: none; }
  .btn-secondary:hover, .custom-wysiwyg a.btn-secondary:hover, .wpcf7 form input:hover[type="submit"] {
    padding-left: 40px;
    padding-right: 40px; }

.btn-white {
  padding: 8.5px 20px 10px;
  position: relative;
  font-family: "AveniMed", sans-serif;
  font-size: 14px;
  border-radius: 40px;
  text-transform: uppercase !important;
  letter-spacing: 3.5px;
  color: #817d00;
  display: inline-block;
  background: #FFF; }
  .btn-white--right {
    padding-right: 50px !important; }
  .btn-white:hover {
    color: #817d00; }

.btn-collapse {
  display: block;
  position: relative;
  color: #817d00;
  padding: 10px 0 10px 30px; }
  .btn-collapse::after {
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    content: '';
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
    left: 0;
    top: 15px;
    border: 2px solid #FFF;
    border-left: none;
    border-bottom: none;
    transform: rotate(135deg); }
  .btn-collapse.is-active::after {
    opacity: 0.4;
    transform: rotate(-45deg); }

.collapse-wrapper {
  padding-left: 30px;
  height: 0;
  overflow: hidden;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s; }
  .collapse-wrapper.is-visible {
    margin-bottom: 20px; }

.btn-outline, .btn-outline--white, .btn-outline--grey, .btn-outline-child a {
  padding: 8.5px 20px 10px;
  position: relative;
  font-family: "AveniMed", sans-serif;
  font-size: 14px;
  border-radius: 40px;
  text-transform: uppercase !important;
  letter-spacing: 3.5px;
  border-radius: 0;
  color: #817d00;
  display: inline-block;
  background: none;
  padding: 7.5px 20px 6.5px;
  border: 2px solid #817d00;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s; }
  @media screen and (min-width: 992px) {
    .btn-outline:hover, .btn-outline--white:hover, .btn-outline--grey:hover, .btn-outline-child a:hover {
      background: #817d00;
      color: #FFF;
      border-color: #817d00; } }
  .btn-outline--white {
    color: #FFF;
    border-color: #FFF; }
    @media screen and (min-width: 992px) {
      .btn-outline--white:hover {
        background: #FFF;
        border-color: #FFF;
        color: #817d00 !important; } }
  .btn-outline--grey {
    color: #A5A5A5;
    border-color: #ECECEC; }

.btn-outline-child a {
  font-family: "AveniLig", sans-serif;
  font-weight: 300;
  padding: 5px 20px !important;
  color: #817d00 !important; }
  @media screen and (min-width: 992px) {
    .btn-outline-child a:hover {
      font-weight: 400 !important;
      color: #FFF !important;
      background-color: #817d00 !important; } }

.btn-link {
  display: inline-block;
  position: relative;
  border-radius: 0;
  padding: 0;
  color: #817d00; }
  .btn-link--white {
    color: #FFF; }
  @media screen and (min-width: 992px) {
    .btn-link:hover {
      color: #817d00;
      transition: all 0.65s;
      -moz-transition: all 0.65s;
      -webkit-transition: all 0.65s; }
      .btn-link:hover::after {
        animation: line_anim 1s 1 forwards;
        background: #817d00; } }

.btn-icon i {
  margin-right: 5px; }

.btn-icon.wide i {
  display: block;
  font-size: 40px;
  margin: 0 auto 10px;
  text-align: center; }

.btn-icon.linkedin svg {
  height: 40px !important;
  width: 40px !important; }

.btn-icon.instagram svg {
  height: 25px !important;
  width: 25px !important; }

.btn-close {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 0 0 auto; }
  .btn-close .lines {
    display: block;
    width: 25px;
    height: 1px;
    border-radius: 0;
    background-color: #817d00;
    margin: 0 auto;
    top: 24px;
    position: relative;
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
    transform: rotate(45deg);
    background: #FFF; }
    .btn-close .lines::after {
      content: '';
      position: absolute;
      display: block;
      width: 25px;
      height: 1px;
      border-radius: 0;
      background-color: #817d00;
      transform: rotate(-90deg);
      bottom: 0;
      background: #FFF; }

.btn-toggle {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 35px 10px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s; }
  .btn-toggle::before {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    content: '';
    right: 20px;
    top: 24px;
    border-top: 2px solid #817d00;
    border-right: 2px solid #817d00;
    transform: rotate(135deg);
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s; }
  .btn-toggle::after {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    content: '';
    background-color: #A5A5A5;
    bottom: 0;
    left: 0; }
  .btn-toggle:hover {
    color: #817d00; }
  .btn-toggle.is-active {
    color: #817d00; }
    .btn-toggle.is-active::before {
      transform: rotate(-45deg); }
  .btn-toggle .puce {
    font-weight: 300;
    border-radius: 40px;
    background-color: #A5A5A5;
    color: #000;
    font-size: 14px;
    min-width: 20px;
    height: 20px;
    padding: 0 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media screen and (min-width: 1199px) {
    .btn-toggle {
      font-size: 28px; } }

.btn-wrapper {
  padding-top: 20px; }

@media screen and (max-width: 575px) {
  .btn-icon.wide i {
    font-size: 28px; } }

/* config */
.list-inline {
  padding: 0;
  margin: 0; }
  .list-inline li {
    display: inline-block;
    margin-right: 5px; }

body {
  margin: 0;
  padding: 0; }

a:hover {
  opacity: 1; }

img {
  height: auto; }

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

.generic-banner {
  padding: 120px 0; }
  .generic-banner .image-wrapper img {
    max-width: 100%;
    display: block; }

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    .container {
      max-width: 900px; } }
  @media screen and (max-width: 992px) {
    .container {
      max-width: 600px; } }
  @media screen and (max-width: 575px) {
    .container {
      max-width: 490px; } }

.white {
  color: #FFF; }
  .white--bg {
    background: #FFF; }
  .white span {
    color: #1b1a00; }

.primary-color {
  color: #817d00; }
  .primary-color--bg {
    background: #817d00;
    color: #FFF; }

.secondary-color {
  color: #1b1a00; }
  .secondary-color--bg {
    background: #1b1a00; }

.gradient--bg {
  background: linear-gradient(-45deg, #817d00 0%, #1b1a00 65%); }

.centered {
  margin-left: auto;
  margin-right: auto; }

.max-width-lg {
  max-width: 840px; }

.max-width-md {
  max-width: 690px; }

.max-width-sm {
  max-width: 540px; }

.d-desktop {
  display: block; }

.d-mobile {
  display: none !important; }

/* End config */
.popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: scroll;
  background-color: rgba(129, 125, 0, 0.8);
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  padding: 0 20px; }
  .popup.is-visible {
    display: block;
    animation: fadein 1s 1 forwards; }
  .popup--wrapper {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #FFF;
    position: relative;
    width: 100%;
    height: auto;
    margin: 60px auto;
    max-width: 900px;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .popup--wrapper {
        padding: 120px;
        margin: 120px auto; } }
    .popup--wrapper .btn-wrapper {
      padding-top: 35px;
      display: flex;
      align-items: center; }
      .popup--wrapper .btn-wrapper a {
        margin-right: 20px; }
        .popup--wrapper .btn-wrapper a.phone {
          color: #817d00; }
  .popup .btn-close .lines {
    background-color: #817d00 !important; }
    .popup .btn-close .lines::after {
      background-color: #817d00 !important; }

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  ul li {
    list-style: none; }
  ul.custom-list li, .custom-wysiwyg ul li {
    padding: 0 0 0 25px;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
    color: #000; }
    ul.custom-list li::before, .custom-wysiwyg ul li::before {
      width: 6px;
      height: 6px;
      display: block;
      position: absolute;
      content: '';
      transform: rotate(0deg);
      left: 0;
      top: 8px;
      border-radius: 20px;
      border: 1px solid #817d00;
      background: none; }
  @media screen and (min-width: 992px) {
    ul.custom-list li, .custom-wysiwyg ul li {
      font-size: 16px;
      margin-bottom: 5px; } }

.custom-wysiwyg h2 + p,
.custom-wysiwyg h2 + ul, .custom-wysiwyg h3 + p,
.custom-wysiwyg h3 + ul {
  margin-top: 10px; }

.custom-wysiwyg h3 {
  color: #000; }

.custom-wysiwyg h4 {
  color: #817d00; }

.custom-wysiwyg ul + h3, .custom-wysiwyg ul h4 {
  margin-top: 20px; }

.custom-wysiwyg strong {
  color: #817d00;
  font-weight: bold; }

.custom-wysiwyg p {
  margin-bottom: 0;
  color: #000; }
  .custom-wysiwyg p a:not(.btn-primary),
  .custom-wysiwyg p a:not(
  .btn-secondary) {
    padding: 0;
    text-decoration: underline;
    background: none;
    color: #817d00; }
  .custom-wysiwyg p + ul,
  .custom-wysiwyg p + a {
    margin-top: 20px; }
  .custom-wysiwyg p + h2,
  .custom-wysiwyg p + h3,
  .custom-wysiwyg p + h4 {
    margin-top: 35px; }
  .custom-wysiwyg p strong {
    font-family: "AveniMed", sans-serif; }
    .custom-wysiwyg p strong + p {
      margin-top: 0; }

.custom-wysiwyg ul li {
  color: #000;
  margin-bottom: 20px; }
  .custom-wysiwyg ul li a:not(.btn-primary),
  .custom-wysiwyg ul li a:not(
  .btn-secondary) {
    padding: 0;
    color: #817d00;
    text-decoration: underline;
    background: none; }
    .custom-wysiwyg ul li a:not(.btn-primary):hover,
    .custom-wysiwyg ul li a:not(
    .btn-secondary):hover {
      color: #817d00;
      text-decoration: underline; }
  .custom-wysiwyg ul li strong {
    font-family: "AveniMed", sans-serif; }

.custom-wysiwyg ul + a {
  margin-top: 35px; }

.custom-wysiwyg ol {
  padding-left: 25px; }
  .custom-wysiwyg ol li {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    .custom-wysiwyg ol li::marker {
      color: #817d00;
      font-weight: bold; }

.custom-wysiwyg a {
  background: none;
  padding: 0;
  text-decoration: underline;
  color: #5554A4; }

.custom-wysiwyg .btn-wrapper a {
  padding: 7.5px 20px;
  text-decoration: none; }

.custom-wysiwyg table {
  margin: 20px 0;
  width: 100%; }
  .custom-wysiwyg table tbody {
    display: block; }
    .custom-wysiwyg table tbody tr {
      width: 100%;
      display: table; }

section.error-404 {
  margin: 80px 0 0;
  position: relative; }
  section.error-404 .error-404__image {
    display: flex;
    overflow: hidden;
    height: auto;
    height: 60vh;
    max-height: 700px;
    min-height: 400px; }
    section.error-404 .error-404__image img {
      object-fit: cover;
      display: block;
      width: 100%;
      height: auto;
      object-position: center; }
    section.error-404 .error-404__image img {
      height: auto;
      width: 100%; }
  section.error-404 .error-404__text {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    section.error-404 .error-404__text .text-wrapper {
      text-align: center; }
      section.error-404 .error-404__text .text-wrapper .title {
        color: #FFF; }
      section.error-404 .error-404__text .text-wrapper p {
        margin: 15px auto 0;
        color: #FFF; }
  @media screen and (min-width: 768px) {
    section.error-404 {
      margin: 80px 0 0; } }

section.classic {
  margin-bottom: 0;
  padding-bottom: 0; }

.icon-wrapper img {
  max-width: 100%;
  display: block;
  max-height: 80px; }

.icon-blue {
  fill: #817d00; }

@media screen and (max-width: 992px) {
  section .container {
    max-width: 600px; }
  .icon-wrapper img {
    max-height: 65px; } }

@media screen and (max-width: 768px) {
  .d-desktop {
    display: none !important; }
  .d-mobile {
    display: block !important; }
  .hero--generic {
    padding: 180px 0 0; }
  .image-text-banner .container,
  .image-text-banner .container-fluid {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .image-text-banner__text, .image-text-banner__image {
    width: 100%;
    display: block;
    max-width: 100%; }
  .image-text-banner__image {
    padding-right: 0; }
  .image-text-banner__text {
    padding-top: 60px; }
  .image-text-banner--reverse .container .image-text-banner__image {
    padding: 0; } }

@media screen and (min-width: 575px) and (max-width: 768px) {
  .hero--generic + .generic-banner {
    padding-top: 180px; } }

@media screen and (max-width: 992px) {
  .generic-banner {
    padding: 80px 0; } }

@media screen and (max-width: 768px) {
  .generic-banner {
    padding: 60px 0; } }

@media screen and (max-width: 575px) {
  .banner-cut::before {
    width: 60px; }
  .image-text-banner__text,
  .image-text-banner--reverse__text {
    padding-left: 35px;
    padding-right: 35px; }
  .sticky-mobile {
    position: sticky;
    position: -moz-sticky;
    position: -webkit-sticky;
    bottom: 20px; }
  section .container {
    padding-left: 35px;
    padding-right: 35px; }
  aside .container {
    padding-left: 20px;
    padding-right: 20px; } }

/* articles */
.articles--list {
  width: 100%;
  padding: 0; }
  .articles--list .vignette {
    padding: 0;
    background-color: #FFF;
    margin: 0;
    overflow: hidden;
    border-radius: 0; }
    .articles--list .vignette a {
      display: block; }
    .articles--list .vignette__text {
      padding: 20px;
      background-color: #F9F9F9; }
      .articles--list .vignette__text p {
        margin-top: 20px; }
      .articles--list .vignette__text .title {
        margin: 5px 0 20px;
        color: #000; }
    .articles--list .vignette__image {
      display: flex;
      max-height: 250px;
      width: 100%;
      overflow: hidden;
      border-radius: 0; }
      .articles--list .vignette__image img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
  @media screen and (min-width: 768px) {
    .articles--list .vignette {
      width: 100%;
      position: relative;
      padding: 0;
      border: none; } }
  @media screen and (min-width: 992px) {
    .articles--list {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-left: -10px;
      margin-right: -10px;
      padding: 0; }
      .articles--list .vignette {
        margin: 0; }
        .articles--list .vignette__text {
          padding: 20px; } }
  @media screen and (min-width: 1199px) {
    .articles--list {
      padding: 0; }
      .articles--list .vignette__text {
        padding: 35px; } }

/* Video */
.video-wrapper {
  aspect-ratio: 16/9;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  border-radius: 0; }
  .video-wrapper iframe {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 16/9;
    display: block;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .video-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center; }

.circle-wrapper {
  position: absolute;
  top: -150px;
  left: -150px;
  width: 300px;
  height: 300px;
  z-index: 999; }
  .circle-wrapper .cls-1 {
    fill: rgba(129, 125, 0, 0.03); }

body {
  overflow-x: hidden; }
  body.menu-open {
    overflow: hidden; }
    body.menu-open .site-header .logo-wrapper a {
      opacity: 0; }

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0; }
  header.site-header .logo-wrapper a {
    display: block;
    text-align: center; }
  header.site-header .logo-wrapper img.logo {
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s; }
  header.site-header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    header.site-header .container .site-header--item {
      width: 33%; }
      header.site-header .container .site-header--item.right, header.site-header .container .site-header--item.left {
        width: 100px; }
      header.site-header .container .site-header--item.right {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        header.site-header .container .site-header--item.right .btn {
          display: none; }
      @media screen and (max-width: 575px) {
        header.site-header .container .site-header--item.left {
          display: none; }
        header.site-header .container .site-header--item.right {
          width: 50%; }
        header.site-header .container .site-header--item.logo-wrapper {
          width: 50%; } }
  @media screen and (min-width: 575px) {
    header.site-header .logo-wrapper img.logo {
      max-width: 160px; }
    header.site-header .container .site-header--item.right {
      padding: 0 0 0 20px;
      justify-content: flex-end; }
      header.site-header .container .site-header--item.right .btn {
        display: block; }
    header.site-header .container .site-header--item.left ul.social {
      display: flex;
      width: 100px;
      justify-content: center; }
      header.site-header .container .site-header--item.left ul.social a {
        height: 52px; } }
  @media screen and (min-width: 768px) {
    header.site-header .logo-wrapper img.logo {
      max-width: 220px; }
    header.site-header .container .site-header--item {
      width: 33%;
      min-width: 150px; }
      header.site-header .container .site-header--item.right {
        width: 180px;
        padding: 0 0 0 20px; }
      header.site-header .container .site-header--item.left {
        padding: 0;
        width: 180px; } }
  @media screen and (min-width: 1199px) {
    header.site-header .logo-wrapper img.logo {
      max-width: 280px; } }

header.is-active {
  padding: 10px 0;
  background: #FFF; }
  header.is-active .logo-wrapper img.logo {
    max-width: 180px; }
    @media screen and (min-width: 992px) {
      header.is-active .logo-wrapper img.logo {
        max-width: 220px; } }
    @media screen and (min-width: 1199px) {
      header.is-active .logo-wrapper img.logo {
        max-width: 280px; } }

/* animation logo */
body.home .site-header .logo-wrapper a,
body.page-accueil .site-header .logo-wrapper a,
body.homepage .site-header .logo-wrapper a {
  opacity: 0; }

body.home .site-header.is-active .logo-wrapper a,
body.page-accueil .site-header.is-active .logo-wrapper a,
body.homepage .site-header.is-active .logo-wrapper a {
  opacity: 1; }

#navicon, .btn-close {
  width: 50px;
  height: 50px;
  position: relative; }
  #navicon::before, .btn-close::before {
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
    border-color: #FFF; }
  #navicon img.shape, .btn-close img.shape {
    position: relative;
    height: 80px; }
  #navicon .lines, .btn-close .lines {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 0;
    background-color: #817d00;
    margin: 0 auto;
    top: 25px;
    left: 12px;
    height: 2px;
    position: absolute;
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s; }
    #navicon .lines::before, .btn-close .lines::before {
      content: '';
      top: -8px;
      display: block;
      width: 25px;
      height: 4px;
      border-radius: 0;
      background-color: #817d00;
      height: 2px;
      position: absolute; }
    #navicon .lines::after, .btn-close .lines::after {
      content: '';
      bottom: -8px;
      display: block;
      width: 25px;
      height: 4px;
      border-radius: 0;
      background-color: #817d00;
      height: 2px;
      position: absolute; }
  #navicon.active .lines, .active.btn-close .lines {
    transform: rotate(45deg); }
    #navicon.active .lines::after, .active.btn-close .lines::after {
      transform: rotate(-90deg);
      bottom: 0; }
    #navicon.active .lines::before, .active.btn-close .lines::before {
      display: none; }
  #navicon.active::before, .active.btn-close::before {
    opacity: 0; }
  #navicon.passive::before, .passive.btn-close::before {
    opacity: 1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px; }

.btn-close {
  display: block; }

ul.social li {
  display: inline-block;
  margin: 0; }

ul.social .btn-icon {
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  padding: 0;
  align-items: center;
  justify-content: center; }
  ul.social .btn-icon img {
    width: auto;
    height: 20px; }

nav.main-navigation {
  margin: 0 auto;
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 99;
  background-color: #FFF; }
  nav.main-navigation.open {
    height: 100%;
    width: 100%;
    display: flex;
    opacity: 0;
    animation: fadein 1s 1 forwards; }
    nav.main-navigation.open ul li {
      opacity: 0;
      animation: fadein 0.8s 1 forwards; }
      nav.main-navigation.open ul li:nth-child(1) {
        animation-delay: 0.4s; }
      nav.main-navigation.open ul li:nth-child(2) {
        animation-delay: 0.6s; }
      nav.main-navigation.open ul li:nth-child(3) {
        animation-delay: 0.8s; }
      nav.main-navigation.open ul li:nth-child(4) {
        animation-delay: 1s; }
      nav.main-navigation.open ul li:nth-child(5) {
        animation-delay: 1.2s; }
      nav.main-navigation.open ul li:nth-child(6) {
        animation-delay: 1.4s; }
      nav.main-navigation.open ul li:nth-child(7) {
        animation-delay: 1.6s; }
      nav.main-navigation.open ul li:nth-child(8) {
        animation-delay: 1.8s; }
      nav.main-navigation.open ul li:nth-child(9) {
        animation-delay: 2s; }
      nav.main-navigation.open ul li:nth-child(10) {
        animation-delay: 2.2s; }
  nav.main-navigation .intro-wrapper {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 35px;
    text-align: center; }
    nav.main-navigation .intro-wrapper img {
      display: block;
      margin: 0 auto 20px;
      max-width: 240px; }
    nav.main-navigation .intro-wrapper span.small-title {
      font-size: 14px; }
    @media screen and (min-width: 768px) {
      nav.main-navigation .intro-wrapper img {
        max-width: 300px; } }
    @media screen and (min-width: 1499px) {
      nav.main-navigation .intro-wrapper {
        max-width: 700px; }
        nav.main-navigation .intro-wrapper img {
          max-width: 420px; } }
  nav.main-navigation .menu-wrapper {
    width: 100%;
    height: 100%;
    padding: 150px 0 60px;
    overflow: scroll; }
    nav.main-navigation .menu-wrapper .content-nav {
      max-width: 600px;
      margin: 0 auto; }
    @media screen and (max-width: 575px) {
      nav.main-navigation .menu-wrapper {
        display: block;
        padding-top: 150px;
        padding-bottom: 60px; } }
  nav.main-navigation ul {
    padding: 0;
    margin: 0;
    display: block;
    background: none !important; }
    nav.main-navigation ul.social {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 35px auto 0; }
      nav.main-navigation ul.social li {
        margin-left: 0; }
    nav.main-navigation ul li {
      display: block; }
      nav.main-navigation ul li:hover > a, nav.main-navigation ul li.focus > a, nav.main-navigation ul li.current_page_item > a, nav.main-navigation ul li:not(.btn-primary-child) > a {
        background: none; }
      nav.main-navigation ul li a {
        display: block;
        position: relative;
        padding: 12.5px 0;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px;
        font-family: "AveniLig", sans-serif;
        font-weight: 300;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s; }
        nav.main-navigation ul li a:hover {
          color: #817d00; }
        @media screen and (min-width: 768px) {
          nav.main-navigation ul li a {
            font-size: 22px; } }

/* nav on desktop */
@media screen and (min-width: 768px) {
  .site-header .logo-wrapper a {
    position: relative;
    z-index: 2; }
  .site-header.is-active .logo-wrapper::before {
    opacity: 0; } }

@media screen and (max-width: 992px) {
  header.site-header .logo-wrapper img.logo {
    margin: 0 auto; } }

/* Mobile menu activation */
@media screen and (min-width: 1499px) {
  header.site-header .container {
    width: 1340px; } }

@media screen and (max-width: 768px) {
  header.site-header {
    padding: 10px 10px;
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s; }
    header.site-header .container {
      padding: 0; }
    header.site-header ul.social {
      display: none !important; } }

ul.social {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  ul.social a.btn-icon svg {
    height: 30px;
    width: 30px; }

/* general footer */
.footer {
  background: #F9F9F9;
  padding: 60px 20px 35px;
  margin: 0 auto; }
  .footer--main .info-wrapper ul {
    margin-top: 10px; }
    .footer--main .info-wrapper ul li {
      letter-spacing: 1.5px; }
    @media screen and (max-width: 992px) {
      .footer--main .info-wrapper ul.social {
        justify-content: center; } }
  .footer--main .logo-wrapper {
    width: auto;
    max-width: 320px; }
    .footer--main .logo-wrapper img {
      max-width: 100%; }
    .footer--main .logo-wrapper a {
      display: block; }
  .footer--main .social-wrapper p {
    margin: 10px auto 0 0;
    font-size: 16px; }
  .footer--cookies {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    text-align: center; }
    .footer--cookies span {
      font-size: 13px;
      margin: 0 5px;
      text-align: left;
      color: #A5A5A5;
      letter-spacing: 1.5px;
      font-weight: 300; }
      .footer--cookies span a {
        color: #A5A5A5;
        font-weight: 300; }
        .footer--cookies span a:hover {
          color: #817d00; }
    @media screen and (max-width: 768px) {
      .footer--cookies span {
        margin: 0 auto 0 0; } }
    @media screen and (max-width: 575px) {
      .footer--cookies {
        display: block; }
        .footer--cookies ul.social {
          text-align: center;
          padding-bottom: 10px; } }
  .footer .social-wrapper .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    .footer .social-wrapper .btn-wrapper .social {
      margin-left: 10px; }
  .footer--links {
    margin: 20px auto 20px;
    padding: 10px 0;
    border-top: 2px solid #ECECEC;
    border-bottom: 2px solid #ECECEC; }
    .footer--links ul {
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
      text-align: center; }
      .footer--links ul li a {
        padding: 0 10px;
        color: #000;
        letter-spacing: 1.5px;
        font-size: 14px;
        transition: all 0.65s;
        -moz-transition: all 0.65s;
        -webkit-transition: all 0.65s; }
        .footer--links ul li a:hover {
          color: #817d00; }
  @media screen and (min-width: 992px) {
    .footer--main {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .footer--main .footer__item {
        width: 270px; }
        .footer--main .footer__item .title {
          color: #000; }
        .footer--main .footer__item.logo-wrapper {
          width: 320px;
          max-width: none;
          text-align: left; }
          .footer--main .footer__item.logo-wrapper img {
            max-width: 320px;
            width: auto;
            margin-left: 0;
            margin-right: auto; }
        .footer--main .footer__item.info-wrapper {
          width: 570px; }
          .footer--main .footer__item.info-wrapper ul.address {
            text-align: right; }
          .footer--main .footer__item.info-wrapper ul.social {
            justify-content: flex-end; } }
  @media screen and (min-width: 1199px) {
    .footer--main .footer__item {
      width: 255px; }
      .footer--main .footer__item.info-wrapper {
        width: 730px; } }
  @media screen and (max-width: 992px) {
    .footer--links ul {
      display: block; }
      .footer--links ul li {
        width: auto;
        max-width: 220px;
        margin: 0 5px 5px;
        text-align: center; }
        .footer--links ul li a {
          padding: 5px 0; }
    .footer--main {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
      .footer--main .footer__item {
        text-align: center; }
      .footer--main .logo-wrapper {
        margin: 35px auto 20px; }
      .footer--main .social-wrapper {
        display: none; } }

@media screen and (max-width: 575px) {
  .footer .container {
    padding-left: 0;
    padding-right: 0; }
  .footer--links .menu li {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 5px; }
    .footer--links .menu li a {
      font-size: 16px; }
  .footer--cookies ul.social {
    justify-content: center; }
  .footer--main {
    flex-direction: column; }
    .footer--main .logo-wrapper {
      margin: 20px auto; }
      .footer--main .logo-wrapper img {
        display: block;
        margin: 0 auto;
        max-width: 240px; }
    .footer--main .social-wrapper {
      display: none;
      justify-content: center;
      width: 100%;
      margin-top: 20px;
      flex-direction: column; }
      .footer--main .social-wrapper ul.social {
        margin: 10px auto 0; } }

/* Langues */
header,
nav {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  header .lang,
  nav .lang {
    position: relative;
    margin-left: 5px; }
    header .lang__btn,
    nav .lang__btn {
      padding: 10px 20px;
      position: relative;
      text-transform: capitalize;
      margin-left: 0;
      color: #817d00; }
      header .lang__btn::after,
      nav .lang__btn::after {
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        content: '';
        margin: 0 auto;
        display: block;
        right: 0;
        top: 17px;
        border-top: 3px solid transparent;
        border-left: 6px solid #FFF;
        border-bottom: 3px solid transparent;
        transform: rotate(90deg); }
      header .lang__btn:hover + .lang__switch,
      nav .lang__btn:hover + .lang__switch {
        opacity: 1;
        display: flex; }
    header .lang__switch,
    nav .lang__switch {
      display: none;
      position: absolute;
      flex-direction: column;
      margin: 0;
      padding: 10px 0;
      left: 2.5px;
      width: 100%;
      opacity: 0;
      border-radius: 20px;
      z-index: 1;
      background: #f2f2f2; }
      header .lang__switch .lang__item,
      nav .lang__switch .lang__item {
        margin: 0 !important;
        padding: 0;
        text-align: center; }
        header .lang__switch .lang__item a, header .lang__switch .lang__item span,
        nav .lang__switch .lang__item a,
        nav .lang__switch .lang__item span {
          display: block;
          text-transform: capitalize;
          color: #817d00; }
          header .lang__switch .lang__item a:hover, header .lang__switch .lang__item span:hover,
          nav .lang__switch .lang__item a:hover,
          nav .lang__switch .lang__item span:hover {
            color: #000 !important; }
            header .lang__switch .lang__item a:hover::after, header .lang__switch .lang__item span:hover::after,
            nav .lang__switch .lang__item a:hover::after,
            nav .lang__switch .lang__item span:hover::after {
              display: none; }
      header .lang__switch:hover,
      nav .lang__switch:hover {
        opacity: 1;
        display: flex; }
  @media screen and (max-width: 992px) {
    header,
    nav {
      justify-content: center;
      flex-direction: column; }
      header .lang,
      nav .lang {
        margin: 0; }
        header .lang__btn,
        nav .lang__btn {
          display: none; }
        header .lang__switch,
        nav .lang__switch {
          opacity: 1;
          display: flex !important;
          justify-content: center;
          flex-direction: row;
          position: static;
          margin: 0 20px 0 0;
          padding: 0;
          border: none;
          background: none; }
          header .lang__switch a,
          header .lang__switch span,
          nav .lang__switch a,
          nav .lang__switch span {
            padding: 0 5px !important;
            font-size: 14px;
            height: 30px;
            line-height: 33px;
            color: #817d00 !important; }
        header .lang__item.current span,
        nav .lang__item.current span {
          color: #1b1a00 !important; } }

.main-navigation .lang {
  display: none; }

.glide {
  overflow: hidden;
  position: relative; }
  .glide__track {
    width: 100%; }
  .glide__arrows .glide__arrow {
    background: none;
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    background: none;
    border: 2px solid #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 45%;
    cursor: pointer; }
    .glide__arrows .glide__arrow:hover .arrow {
      transition: all 0.65s;
      -moz-transition: all 0.65s;
      -webkit-transition: all 0.65s;
      border-color: #000; }
    .glide__arrows .glide__arrow--left .arrow {
      transform: rotate(-135deg); }
    .glide__arrows .glide__arrow--right .arrow {
      transform: rotate(45deg); }
  .glide__slides {
    display: flex; }
  .glide__slide {
    height: 280px;
    display: flex;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer; }
    .glide__slide img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center; }
  @media screen and (min-width: 768px) {
    .glide__slide {
      height: 300px; } }
  @media screen and (min-width: 992px) {
    .glide__slide {
      height: 400px; } }
  @media screen and (min-width: 1199px) {
    .glide__slide {
      height: 500px; } }
  @media screen and (min-width: 1499px) {
    .glide__slide {
      height: 600px; } }

.arrow {
  left: 0;
  top: 15px;
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 10px;
  width: 10px;
  display: block;
  border-width: 3px;
  border-color: #FFF; }

.gallery--slider__slide {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 16/8; }
  .gallery--slider__slide picture {
    display: flex;
    overflow: hidden; }
    .gallery--slider__slide picture img {
      object-fit: cover;
      display: block;
      width: 100%;
      height: auto;
      object-position: center; }
  .gallery--slider__slide__desc {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #FFF;
    padding: 10px;
    max-width: 500px;
    border-radius: 10px; }
    .gallery--slider__slide__desc span {
      color: #A5A5A5; }
    @media screen and (max-width: 768px) {
      .gallery--slider__slide__desc {
        display: none; } }

@media screen and (min-width: 992px) {
  .gallery--slider__slide {
    max-height: 500px; } }

/* slider with image portrait */
.slider {
  width: 100%;
  height: 100%;
  width: 74%;
  margin: 0 auto 30px;
  aspect-ratio: 1;
  position: relative; }
  .slider--left {
    margin-bottom: 60px; }
  .slider--wrapper {
    height: auto;
    min-height: 300px;
    width: 100%;
    padding: 0 5px; }
  @media screen and (min-width: 575px) {
    .slider {
      width: 40.25%; }
      .slider--wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
      .slider--left {
        margin: 6.5% 3.25% 6.5% 6.5%; }
      .slider--right {
        margin: 6.5% 6.5% 6.5% 3.25%; } }
  .slider--item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    display: flex; }
    .slider--item img {
      object-fit: cover;
      width: 100%;
      height: auto;
      opacity: 0; }
    .slider--item.is-inactive {
      z-index: 1; }
      .slider--item.is-inactive img {
        opacity: 1;
        animation: hide 1 forwards; }
    .slider--item.is-visible {
      z-index: 2; }
      .slider--item.is-visible img {
        opacity: 0;
        animation: show 1 forwards; }
  @media screen and (max-width: 575px) {
    .slider--left {
      margin-bottom: 10px; } }
  .slider--right .slider--item.is-visible img {
    animation-delay: 0.5s; }
  .slider--right .slider--item.is-inactive img {
    animation-delay: 0.5s; }

@media screen and (min-width: 1199px) {
  .home--slider__wrapper {
    padding: 0 20px; } }

.glide.articles--list .container {
  padding: 0; }

.glide.articles--list .glide__arrows {
  display: flex;
  padding-top: 20px;
  align-items: center;
  justify-content: flex-start; }
  .glide.articles--list .glide__arrows .glide__arrow {
    position: static;
    margin: 0 2.5px; }

@media screen and (min-width: 992px) {
  .archives--listing {
    padding-bottom: 60px; } }

.page-classic {
  padding: 120px 0 35px; }
  .page-classic--content {
    max-width: 900px;
    margin: 0 auto; }
    .page-classic--content .big-title {
      text-align: center;
      color: #000;
      font-family: "AveniMed", sans-serif; }
  @media screen and (min-width: 1199px) {
    .page-classic {
      padding: 150px 0 35px; } }

.hero--intro {
  padding: 80px 0 35px;
  height: auto; }
  .hero--intro__text {
    text-align: center; }
    .hero--intro__text .big-title {
      opacity: 0;
      height: 0;
      overflow: hidden; }
  .hero--intro__logo {
    max-width: 320px;
    width: 80%;
    margin: 0 auto 20px;
    display: block; }

@media screen and (min-width: 768px) {
  .hero--intro {
    padding: 120px 0 35px; } }

@media screen and (min-width: 1199px) {
  .hero--intro {
    padding: 120px 0 80px; }
    .hero--intro__logo {
      max-width: 600px; } }

.history {
  padding: 35px 0 0; }
  .history--listing__item {
    position: relative;
    height: auto;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 10px;
    /* template block */
    /* end template block */ }
    .history--listing__item picture {
      display: flex;
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 100%; }
      .history--listing__item picture img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: auto;
        object-position: center; }
      .history--listing__item picture img {
        transition: all 3s;
        -moz-transition: all 3s;
        -webkit-transition: all 3s; }
    .history--listing__item:hover picture img {
      transform: scale(1.05); }
    .history--listing__item.template-overlay picture img {
      width: 100%;
      height: auto;
      object-position: center; }
    .history--listing__item.template-overlay .text-wrapper {
      padding: 0 35px; }
    .history--listing__item.template-block {
      max-height: none;
      height: auto;
      min-height: 100px; }
      .history--listing__item.template-block .template-block__image {
        height: auto;
        overflow: hidden;
        position: relative; }
        .history--listing__item.template-block .template-block__image picture {
          position: static; }
          .history--listing__item.template-block .template-block__image picture img {
            object-position: center; }
      .history--listing__item.template-block .template-block__text {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        top: 0; }
        .history--listing__item.template-block .template-block__text .text-wrapper {
          opacity: 1;
          text-align: center;
          padding: 35px 30px;
          background: #FFF; }
          .history--listing__item.template-block .template-block__text .text-wrapper p {
            margin: 0; }
    .history--listing__item__text {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      justify-content: flex-start;
      flex-direction: column; }
      .history--listing__item__text.flex-end {
        justify-content: flex-end; }
      .history--listing__item__text .title-wrapper {
        max-width: 900px;
        margin: 35px auto;
        text-align: center; }
        .history--listing__item__text .title-wrapper .title {
          color: #FFF;
          text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .history--listing__item__text .title-wrapper {
            padding-left: 20px;
            padding-right: 20px; } }
      .history--listing__item__text .text-wrapper {
        max-width: 900px;
        margin: 0 auto;
        opacity: 0; }
        .history--listing__item__text .text-wrapper p {
          text-align: center;
          color: #FFF; }
      .history--listing__item__text .btn-wrapper {
        display: flex;
        justify-content: center;
        align-items: center; }
        .history--listing__item__text .btn-wrapper a {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          border: 1.5px solid #FFF;
          height: 40px;
          width: 40px;
          border-radius: 40px;
          transition: all 0.65s;
          -moz-transition: all 0.65s;
          -webkit-transition: all 0.65s; }
          .history--listing__item__text .btn-wrapper a .arrow {
            transition: all 0.65s;
            -moz-transition: all 0.65s;
            -webkit-transition: all 0.65s; }
          .history--listing__item__text .btn-wrapper a:hover {
            background-color: #FFF; }
            .history--listing__item__text .btn-wrapper a:hover .arrow {
              border-color: #000; }
  @media screen and (min-width: 992px) {
    .history--listing__item.template-overlay picture img {
      width: 100%;
      height: auto; } }
  @media screen and (min-width: 1199px) {
    .history {
      padding: 60px 0 0; }
      .history--listing__item {
        min-height: 600px;
        max-height: 100vh; }
        .history--listing__item.template-overlay {
          height: auto; }
          .history--listing__item.template-overlay picture {
            min-height: 100px; }
            .history--listing__item.template-overlay picture img {
              width: 100%;
              height: auto; }
          .history--listing__item.template-overlay .text-wrapper {
            padding: 0; }
        .history--listing__item.template-block {
          min-height: 400px; }
          .history--listing__item.template-block .template-block__image {
            max-height: none; }
        .history--listing__item__text .title-wrapper {
          margin: 60px auto; } }
  @media screen and (min-width: 1499px) {
    .history {
      padding-top: 80px; } }

.product--banner {
  padding: 35px 0; }
  .product--banner__title {
    text-align: center;
    padding-bottom: 35px;
    margin: 0 auto;
    display: block;
    max-width: 900px; }
  .product--banner__image {
    margin-bottom: 35px; }
    .product--banner__image picture {
      display: block;
      width: 100%; }
      .product--banner__image picture img {
        display: block;
        height: auto;
        width: 100%; }
  @media screen and (min-width: 992px) {
    .product--banner {
      padding: 60px 0; }
      .product--banner__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-start; }
      .product--banner__title {
        padding-bottom: 60px; }
      .product--banner__image {
        width: 50%;
        position: -moz-sticky;
        position: sticky;
        top: 120px;
        padding-right: 20px; }
        .product--banner__image picture {
          display: block;
          height: auto;
          width: auto;
          overflow: hidden; }
      .product--banner__text {
        width: 50%;
        padding-left: 20px; } }

.home--slider__title {
  margin: 35px auto 0;
  padding: 0 20px;
  text-align: center;
  display: block; }

.home--slider__label {
  border-bottom: 2px solid #F9F9F9; }

@media screen and (min-width: 768px) {
  .home--slider__label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between; } }

.contact--hero {
  position: relative;
  padding: 0 0 35px; }
  .contact--hero__image {
    margin-top: 35px;
    display: block; }
    .contact--hero__image img {
      max-width: 600px;
      display: block;
      height: auto;
      width: 100%;
      margin: 0 auto; }
  .contact--hero__wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 35px; }
    .contact--hero__wrapper .text-wrapper {
      text-align: center;
      padding: 0 0 35px;
      color: #FFF;
      max-width: 900px;
      margin: 0 auto; }
      .contact--hero__wrapper .text-wrapper .title {
        padding: 0 0 20px; }
      .contact--hero__wrapper .text-wrapper span {
        color: #000;
        letter-spacing: 0.5px;
        display: block; }
      .contact--hero__wrapper .text-wrapper a {
        transition: all 0.65s;
        -moz-transition: all 0.65s;
        -webkit-transition: all 0.65s;
        color: #817d00;
        text-decoration: underline; }
        .contact--hero__wrapper .text-wrapper a:hover {
          color: #817d00; }
    .contact--hero__wrapper .contact--form {
      margin-left: auto;
      margin-right: auto; }
  @media screen and (min-width: 992px) {
    .contact--hero__wrapper .text-wrapper {
      max-width: 600px; }
    .contact--hero__wrapper .contact--form {
      max-width: 600px; } }
  @media screen and (min-width: 1199px) {
    .contact--hero__wrapper .text-wrapper {
      max-width: 900px; }
    .contact--hero__wrapper .contact--form {
      max-width: 900px; } }

/* Half fields */
.half-input {
  padding-bottom: 20px; }

@media screen and (min-width: 992px) {
  .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between; }
  .half-input {
    width: 430px; } }

@media screen and (min-width: 1199px) {
  .half-input {
    width: 500px; } }

@media screen and (min-width: 1499px) {
  .half-input {
    width: 455px; } }

.wpcf7 form {
  max-width: 900px;
  margin: 0 auto; }
  .wpcf7 form br {
    display: none; }
  .wpcf7 form span.wpcf7-list-item {
    margin: 0; }
  .wpcf7 form select {
    width: 100%;
    padding: 10px 15px;
    margin-top: 5px;
    height: auto;
    color: #817d00;
    font-size: 16px;
    letter-spacing: 1px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border: 2px solid #817d00; }
  .wpcf7 form input[type="radio"],
  .wpcf7 form input[type="checkbox"] {
    display: none; }
    .wpcf7 form input[type="radio"] + span,
    .wpcf7 form input[type="checkbox"] + span {
      padding-right: 15px; }
  .wpcf7 form span.label {
    display: block;
    opacity: 0.7;
    color: #A5A5A5;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.75px; }
  .wpcf7 form input[type="radio"] + span::before,
  .wpcf7 form input[type="checkbox"] + span::before {
    content: '';
    height: 15px;
    width: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
    border-radius: 0;
    margin: 0 10px 0 0;
    border: 3px solid #817d00;
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s; }
  .wpcf7 form input[type="radio"]:checked + span::before,
  .wpcf7 form input[type="checkbox"]:checked + span::before {
    background-color: #817d00;
    border-radius: 100%; }
  .wpcf7 form label {
    width: 100%;
    display: block;
    color: rgba(129, 125, 0, 0.6);
    font-size: 14px; }
    .wpcf7 form label input[type="text"],
    .wpcf7 form label input[type='email'],
    .wpcf7 form label input[type="phone"],
    .wpcf7 form label input[type="tel"],
    .wpcf7 form label input[type="date"],
    .wpcf7 form label textarea {
      width: 100%;
      max-width: 100%;
      padding: 5px 15px;
      margin: 0 0 10px;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0 !important;
      letter-spacing: 0.5px;
      font-size: 16px;
      background: none;
      color: #000;
      font-weight: 400;
      caret-color: #817d00;
      border-bottom: 2px solid #A5A5A5;
      transition: all 0.65s;
      -moz-transition: all 0.65s;
      -webkit-transition: all 0.65s; }
      .wpcf7 form label input[type="text"]:focus,
      .wpcf7 form label input[type='email']:focus,
      .wpcf7 form label input[type="phone"]:focus,
      .wpcf7 form label input[type="tel"]:focus,
      .wpcf7 form label input[type="date"]:focus,
      .wpcf7 form label textarea:focus {
        padding-left: 20px;
        border-bottom: 2px solid #817d00; }
    .wpcf7 form label textarea {
      height: 230px;
      border: none;
      padding: 15px;
      font-family: "AveniLig", sans-serif;
      color: #000;
      border-radius: 0;
      background: #F9F9F9;
      margin-top: 10px; }
      .wpcf7 form label textarea:focus {
        padding-left: 15px;
        height: 300px; }
  .wpcf7 form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: block;
    margin-top: 0;
    font-size: 16px; }
  .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 12px;
    color: orange; }
  .wpcf7 form .wpcf7-response-output {
    background: #FFF;
    margin: 15px 0 0 0;
    border-radius: 20px;
    padding: 20px;
    border: none; }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #fce5ab;
    color: #715204; }
  .wpcf7 form.failed .wpcf7-response-output {
    background: #f7cfbb;
    color: #732f0d; }
  .wpcf7 form.sent .wpcf7-response-output {
    background: #e1eabb;
    color: #4c581b; }

@media screen and (max-width: 575px) {
  .contact-form-wrapper {
    padding: 0; } }

.recipe--hero {
  padding: 90px 0 35px; }
  .recipe--hero .hero--intro__logo {
    margin-bottom: 0; }
  .recipe--hero .title {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3.5px;
    font-family: "AveniMed", sans-serif; }

.recipe--content__left .big-title {
  color: #000;
  font-family: "AveniMed", sans-serif;
  text-align: center; }

.recipe--content__left__wrapper {
  padding-top: 35px; }

.recipe--content__left__image {
  margin-bottom: 35px; }
  .recipe--content__left__image picture {
    display: flex;
    overflow: hidden; }
    .recipe--content__left__image picture img {
      object-fit: cover;
      display: block;
      width: 100%;
      height: auto;
      object-position: center; }

.recipe--content__left__text ul li {
  margin-bottom: 5px; }

.recipe--content__left__desc {
  padding: 20px 0; }

.recipe--content .medium-title {
  color: #817d00;
  font-family: "AveniMed", sans-serif !important; }

@media screen and (min-width: 992px) {
  .recipe--hero {
    padding: 120px 0 35px; }
  .recipe--content__left {
    width: 100%; }
    .recipe--content__left .big-title {
      padding-left: 20px;
      padding-right: 20px; }
    .recipe--content__left__wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      justify-content: space-between; }
    .recipe--content__left__text {
      width: 430px; }
    .recipe--content__left__image {
      width: 450px;
      padding-right: 35px;
      margin-bottom: 0; }
    .recipe--content__left__desc {
      max-width: 570px; }
  .recipe--content__right {
    width: 100%; } }

@media screen and (min-width: 1199px) {
  .recipe--hero {
    padding: 150px 0 60px; }
  .recipe--content__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between; }
  .recipe--content__left {
    width: 835px; }
    .recipe--content__left__text {
      width: 265px;
      padding-right: 20px; }
    .recipe--content__left__image {
      width: 570px;
      padding-right: 20px; }
  .recipe--content__right {
    width: 285px;
    position: sticky;
    position: -moz-sticky;
    top: 120px; } }

@media screen and (min-width: 1499px) {
  .recipe--hero {
    padding: 150px 0 90px; }
  .recipe--content__left {
    width: 882.5px; }
    .recipe--content__left__text {
      width: 312.5px; }
    .recipe--content__left__image {
      width: 570px;
      padding-right: 35px; }
  .recipe--content__right {
    width: 237.5px; } }

.keywords-list__item a {
  color: #000;
  display: block; }
  .keywords-list__item a:hover {
    color: #817d00; }
  .keywords-list__item a.is-active {
    color: #817d00; }

.may-like {
  border-top: 2px solid #ECECEC;
  padding: 35px 0;
  margin-top: 35px; }
  .may-like__title .title {
    color: #000;
    font-family: "AveniMed", sans-serif;
    text-align: center;
    margin-bottom: 20px; }
  @media screen and (min-width: 1199px) {
    .may-like {
      padding: 60px 0 35px;
      margin-top: 60px; } }

/* Archive page */
.news--listing {
  padding-bottom: 35px; }
  .news--listing.archives .vignette__text .btn-outline--grey {
    background-color: #FFF;
    border: none; }
    .news--listing.archives .vignette__text .btn-outline--grey:hover {
      background-color: #5554A4; }
  .news--listing.archives .articles--list .vignette {
    margin: 0 auto 20px; }
  @media screen and (min-width: 768px) {
    .news--listing.archives .articles--list {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .news--listing.archives .articles--list .vignette {
        margin: 0 10px 35px;
        width: 280px; } }
  @media screen and (min-width: 992px) {
    .news--listing.archives .articles--list .vignette {
      width: 270px; } }
  @media screen and (min-width: 1199px) {
    .news--listing.archives .articles--list .vignette {
      width: 397.5px; } }
  @media screen and (min-width: 1499px) {
    .news--listing.archives .articles--list .vignette {
      width: 437.5px; } }
  .news--listing .vignette.inactive {
    display: none; }
  .news--listing .vignette.active {
    display: block;
    opacity: 0;
    animation: fadein 0.7s 1 forwards; }
  @media screen and (min-width: 992px) {
    .news--listing__wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      justify-content: space-between; }
      .news--listing__wrapper__list {
        width: 580px; }
      .news--listing__wrapper__filters {
        width: 300px;
        position: sticky;
        position: -moz-sticky;
        top: 120px; } }
  @media screen and (min-width: 1199px) {
    .news--listing__wrapper__list {
      width: 835px; }
    .news--listing__wrapper__filters {
      width: 285px; } }
  @media screen and (min-width: 1499px) {
    .news--listing__wrapper__list {
      width: 915px; }
    .news--listing__wrapper__filters {
      width: 190px; } }

.pagination-custom {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px; }
  .pagination-custom span.current {
    padding: 5px 10px;
    font-size: 16px;
    color: #FFF;
    min-width: 40px;
    font-weight: 400;
    background-color: #817d00;
    text-align: center;
    border-radius: 0;
    margin-left: 5px; }
  .pagination-custom a {
    font-size: 16px;
    margin-left: 5px;
    color: #000;
    font-weight: 400; }
    .pagination-custom a.page-numbers {
      padding: 5px 10px; }
    .pagination-custom a:hover {
      color: #817d00; }

.hero--intro__logo {
  opacity: 0;
  animation: fadein 1s 0.25s 1 forwards; }

.hero--intro .small-title {
  opacity: 0;
  animation: fadein 1s 0.5s 1 forwards; }
  .hero--intro .small-title.second {
    animation-delay: 1s; }

.banner--video .video-wrapper {
  opacity: 0;
  animation: fadein 1.5s 1s 1 forwards; }

.history--listing__item__text .text-wrapper,
.history--listing__item__text .title-wrapper {
  opacity: 0; }

.history--listing__item.is-visible .history--listing__item__text .title-wrapper {
  animation: fadein 1s 0.5s 1 forwards; }

.history--listing__item.is-visible .history--listing__item__text .text-wrapper {
  animation: fadein 1s 1s 1 forwards; }

.recipe--content__left,
.recipe--content__right .title,
.recipe--content__right ul {
  opacity: 0; }

.recipe--content__wrapper.is-visible .recipe--content__left {
  animation: fadein 1s 0.25s 1 forwards; }

.recipe--content__wrapper.is-visible .recipe--content__right .title,
.recipe--content__wrapper.is-visible .recipe--content__right ul {
  animation: fadein 1s 0.5s 1 forwards; }

/* text element */
@keyframes floatText {
  to {
    transform: translateX(-100%); } }

.home--slider__label {
  width: 100%;
  overflow: hidden; }
  .home--slider__label__track {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0 35px; }
    @media screen and (max-width: 575px) {
      .home--slider__label__track {
        width: 600%;
        overflow: hidden; } }
  .home--slider__label__item {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 445px;
    text-transform: uppercase;
    animation: floatText 6s infinite linear; }
    .home--slider__label__item span {
      font-size: 16px;
      text-align: center;
      display: block;
      color: #817d00; }
    @media screen and (min-width: 1199px) {
      .home--slider__label__item span {
        font-weight: 400;
        font-size: 20px; } }
