@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-family: "Helvetica";
  font-display: swap;
}

body {
  box-sizing: border-box;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #E5CE62;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #000;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #E5CE62;
  text-align: left;
}

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  color: #252525;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  color: #252525;
  font-display: swap;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #35363A;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.btn {
  padding: 12px 25px;
  border: 0.1rem solid #E5CE62;
  color: #fff;
  cursor: pointer;
  background: #E5CE62;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.btn a {
  color: #fff;
}
.btn:hover {
  background-color: transparent;
  color: #E5CE62;
}
.btn:hover a {
  color: #E5CE62;
}
.btn--secondary {
  background: #35363A;
  border: 2px solid #35363A;
}
.btn--secondary:hover {
  background: transparent;
  border: 2px solid #35363A;
  color: #35363A;
}
.btn--secondary:hover a {
  color: #35363A;
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #35363A;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}
.btn--bordered {
  background: transparent;
  border: 2px solid #35363A;
  color: #35363A;
}
.btn--bordered:hover {
  background: #35363A;
  color: #fff;
}
.btn--bordered:hover a {
  color: #fff;
}
.btn--bordered a {
  color: #E5CE62;
}
.btn--bordered-w {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn--bordered-w:hover {
  background-color: #fff;
  color: #35363A;
}
.btn-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.btn__label {
  position: relative;
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}
.btn__label--white {
  background-color: #000;
  color: #fff;
}
.btn__after-icon {
  margin-left: 10px;
  width: 15px;
  height: 15px;
  align-items: center;
}

.icon--service {
  max-width: autos;
  max-height: 80px;
}

.heading {
  font-size: 24px;
  color: #35363A;
  padding-bottom: 40px;
  text-align: left;
  margin-bottom: 0;
  width: auto;
  z-index: 10;
  position: relative;
}
.heading__title {
  font-size: 32px;
  margin-top: 0;
  position: relative;
  max-width: 800px;
  font-weight: 700;
  color: #35363A;
  margin-bottom: 20px;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  color: #35363A;
  margin: 20px 0px;
  max-width: 800px;
  font-weight: 600;
}
.heading__desc {
  max-width: 800px;
  color: #35363A;
  line-height: 2;
  font-size: 18px;
  margin-top: 25px;
}

.section__title {
  position: relative;
  font-size: 36px;
  color: #000;
  font-weight: 800;
  letter-spacing: 2.5;
  font-style: italic;
  display: inline-block;
  padding-right: 27px;
  text-transform: uppercase;
}
.section__title:before {
  position: absolute;
  content: "";
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #E5CE62;
  width: 17px;
  height: 30px;
  -webkit-clip-path: polygon(56% 0, 100% 0%, 47% 100%, 0% 100%);
  clip-path: polygon(56% 0, 100% 0%, 47% 100%, 0% 100%);
}
.section__title:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #E5CE62;
  width: 17px;
  height: 30px;
  -webkit-clip-path: polygon(56% 0, 100% 0%, 47% 100%, 0% 100%);
  clip-path: polygon(56% 0, 100% 0%, 47% 100%, 0% 100%);
}
.section__divider {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.title--footer {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.title--white {
  color: #fff;
}
.title--black {
  color: #000;
}
.title--uppercase {
  text-transform: uppercase;
}

@media (max-width: 950px) {
  .section__title {
    padding-right: 0px;
  }
  .section__title:before {
    display: none;
  }
  .section__title:after {
    display: none;
  }
}
@media (max-width: 550px) {
  .heading {
    font-size: 18px;
    color: #000;
    padding: 25px 0px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--section {
    color: #E5CE62;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
  }
  .heading__title {
    font-size: 32px;
    margin-top: 0;
    padding: 20px 0px;
    position: relative;
    text-align: center;
  }
  .heading__desc {
    font-size: 16px;
    line-height: 1.6;
  }
  .heading__subtitle {
    font-size: 20px;
  }
  .heading__divider {
    border-top: 2px solid #E5CE62;
    width: 200px;
    margin: 15px auto;
  }
}
.home-intro__content {
  position: relative;
  width: 50%;
  max-width: 500px;
}
.home-intro__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.home-intro__desc {
  margin: 40px 0px 60px;
}
.home-intro__illustration {
  width: 100%;
  height: 220px;
}

.intro-card {
  position: relative;
  width: 50%;
  max-width: 400px;
}
.intro-card:before {
  content: "";
  background-color: #E5CE62;
  position: absolute;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  z-index: -2;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.intro-card__illustration {
  position: relative;
  width: 100%;
  height: 50%;
}
.intro-card__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.intro-card__content {
  background-color: #F4F4F4;
  padding: 60px 15%;
}
.intro-card__title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
}
.intro-card__desc {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .home-intro__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .intro-card {
    width: 100%;
    max-width: 100%;
  }
  .intro-card__illustration {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .home-intro__title {
    font-size: 28px;
    line-height: 1.25;
  }
}
.contact {
  background-color: #F4F4F4;
}

.contact-form {
  background-color: #F4F4F4;
  width: 60%;
  padding: 100px 0;
  padding-left: calc(200/1680 * 100%);
  padding-right: calc(100/1680 * 100%);
}
.contact-form__content {
  max-width: 600px;
  margin-bottom: 20px;
}
.contact-form__title {
  font-size: 40px;
  font-weight: 700;
  color: #35363A;
  margin-bottom: 25px;
}
.contact-form__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #35363A;
  margin-bottom: 25px;
}
.contact-form__desc {
  font-size: 16px;
  font-weight: 300;
  color: #35363A;
  line-height: 2;
}

.contact-infos {
  position: relative;
  width: 40%;
  padding: 100px 5%;
  background-color: #fff;
}
.contact-infos__list {
  width: 100%;
  margin: 40px 0;
}
.contact-infos__item {
  display: block;
  position: relative;
  padding: 0px 0 40px 71px;
  color: #252525;
}
.contact-infos__wrapper {
  display: block;
  width: 100%;
}
.contact-infos__wrapper:hover .contact-infos__icon {
  background-color: #35363A;
}
.contact-infos__icon {
  position: absolute;
  left: 3px;
  top: 0px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #E5CE62;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transition: all 0.2s ease-in-out 0s;
}
.contact-infos__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 10px;
}
.contact-infos__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625;
  color: #757575;
}

.contact-card {
  max-width: 350px;
}
.contact-card__illustration {
  position: relative;
  height: 250px;
  background-color: #35363A;
}
.contact-card__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 6%;
}
.contact-card__title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-card__desc {
  font-size: 14px;
  font-weight: 300;
  margin: 25px 0px;
}

.hours {
  position: relative;
  width: 100%;
  padding: 100px 10%;
}
.hours:after {
  content: "";
  background-color: rgba(53, 54, 58, 0.5);
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.hours__container {
  position: relative;
}
.hours__illustration {
  width: 30%;
  padding: 5%;
  z-index: 2;
}
.hours__illustration img {
  width: 100%;
}
.hours__content {
  position: relative;
  width: 60%;
  z-index: 2;
}
.hours__list {
  margin-top: 40px;
}
.hours__title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.hours__item {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.hours__day {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.hours__text {
  color: #fff;
}

.contact__map {
  height: 400px;
  margin: 100px 0px;
}
.contact__map #map {
  position: relative;
  height: 100%;
}

@media (max-width: 1100px) {
  .contact__map {
    margin: 0;
  }

  .contact-card  {
    width: 50%;
  }

  .contact-infos__list {
    width: 50%;
  }

  .contact-infos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-form, .contact-infos {
    width: 100%;
    padding-right: calc(200/1680 * 100%);
    padding-left: calc(200/1680 * 100%);
  }
}
@media (max-width: 768px) {
  .contact-card {
    width: 100%;
    max-width: 100%;
  }

  .contact-infos__list {
    width: 100%;
  }

  .hours__illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 0;
  }
  .hours__illustration img {
    max-width: 50px;
  }

  .hours__title {
    margin-left: 80px;
    font-size: 28px;
  }

  .hours__content {
    width: 100%;
  }
}
.various-header__container {
  margin: 60px 80px 0px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.various-header__illustration {
  position: relative;
  width: 50%;
}
.various-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.various-header__content {
  position: relative;
  width: 50%;
  background-color: #F4F4F4;
  padding: 100px 10%;
}
.various-header__title {
  font-size: 48px;
  color: #35363A;
  font-weight: 700;
  margin-bottom: 20px;
}
.various-header__desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}

.marks__list {
  position: relative;
  width: 100%;
}
.marks__item {
  position: relative;
  margin-bottom: 5%;
  width: 23%;
}
.marks__item:after {
  padding-bottom: 100%;
  content: "";
  display: block;
  width: 100%;
}
.marks__item img {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 15%;
  transition: all 0.2s ease-in-out 0s;
}
.marks__wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.marks__wrapper:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.6);
}
.marks__wrapper:hover {
  transform: rotate(-2deg);
}
.marks__wrapper:hover img {
  transform: scale(1.03);
}

.marks-header__container {
  position: relative;
  margin: 60px 80px 0px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.marks-header__illustration {
  position: relative;
  width: 50%;
}
.marks-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.marks-header__content {
  position: relative;
  width: 50%;
  background-color: #35363A;
  padding: 10%;
}
.marks-header__title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.marks-header__desc {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 2;
}

@media (max-width: 1024px) {
  .marks__item {
    width: 30%;
  }

  .marks-header__illustration {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .marks-header__content {
    width: 100%;
    background-color: rgba(1, 1, 1, 0.5);
  }

  .marks-header__title {
    color: white;
  }

  .marks-header__desc {
    color: white;
  }
}
@media (max-width: 768px) {
  .marks-header__title {
    font-size: 36px;
  }

  .marks-header__desc {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 550px) {
  .marks__item {
    width: 48%;
  }

  .marks-header__container {
    margin: 40px 40px 0px;
  }
}
.mark-header {
  margin: 60px 80px;
}
.mark-header__illustration {
  position: relative;
  width: 50%;
  max-width: 700px;
}
.mark-header__illustration:after {
  position: relative;
  content: "";
  display: block;
  padding-bottom: 60%;
  z-index: -1;
}
.mark-header__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mark-header__content {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mark-header__container {
  position: relative;
  width: 100%;
}
.mark-header__container:before {
  content: "";
  background-color: #E5CE62;
  position: absolute;
  top: 40px;
  left: 40px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -2;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .mark-header__content {
    width: 100%;
    padding-bottom: 5%;
  }

  .mark-header__illustration {
    max-width: 100%;
    width: 100%;
  }

  .mark-header__container:before {
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .mark-header {
    margin: 40px 10% 0px;
  }
}
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--accent {
  background-color: #f4f6fa;
}
.section--secondary {
  background-color: #35363A;
}
.section--grey {
  background-color: #F4F4F4;
}

.wrapper--main {
  width: calc(1280/1680 * 100%);
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--stretch {
  padding-left: 15%;
  padding-right: 15%;
}
.wrapper--image {
  background-color: #E5CE62;
  border-radius: 10px;
  padding-left: 15%;
  padding-right: 15%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--free {
  display: flex;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--centered-w {
  justify-content: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}
.container--stretch {
  max-width: 940px;
}
.container--post {
  max-width: 1400px;
}
.container--header {
  width: 1200px;
}

.anchor {
  display: block;
  height: 210px;
  margin-top: -210px;
  visibility: hidden;
}

.list--inline li {
  display: inline-block;
}

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1100px) {
  .list--inline li {
    display: block;
  }

  .container {
    padding-left: calc(200/1680 * 100%);
    padding-right: calc(200/1680 * 100%);
  }
}
@media (max-width: 950px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* HEADER */
.header {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.2s ease-in-out 0s;
  z-index: 100;
}
.header__content {
  max-width: 800px;
  position: absolute;
  padding-left: calc(200/1680 * 100%);
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.header__title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
.header__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin: 25px 0px 40px;
}
.header__cta {
  margin-top: 80px;
}

.header--home {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.header--home:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.4);
}
.header--home .menu--header {
  z-index: 99;
}
.header--home .menu--header a {
  color: white;
}
.header--home .menu--logo {
  z-index: 99;
}

.header--inside {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.header--inside .menu--header a {
  color: #35363A;
}

.header--inside .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 110px;
  background-color: #252525;
}
.header--inside .sticky nav a {
  color: #fff;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
}
.header--inside .sticky .current_page_item > a {
  border-bottom: 1px solid #fff;
}
.header--inside .sticky .menu--container {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.2s ease-in-out 0s;
}
.header--inside .sticky .menu--container:after {
  content: "";
  width: 100%;
  height: 16px;
  background-image: url(../img/menu-after.png);
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 10;
  background-size: auto;
  transition: all 0.2s ease-in-out 0s;
}
.header--inside .sticky .menu--logo {
  height: 70px;
}

.footer .footer__list .sub-menu {
  display: none;
}

.footer .footer__list .menu-item-has-children:hover > .sub-menu {
  display: none;
}

.footer .footer__list .menu-item-has-children:after {
  display: none;
}

.footer .footer__list .menu-item--highlight {
  background-color: transparent;
  border: none;
}
.footer .footer__list .menu-item--highlight a {
  padding: 0;
}

/* MENU BURGER */
.menu--burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
}

.menu--burger div {
  width: 30px;
  height: 3px;
  margin: 5px;
  background: #252525;
  transition: all 0.5s ease-in;
}

.header--home .menu--burger div {
  background: white;
}

.header--home .menu--burger.active div {
  background-color: #E5CE62;
}

.menu--burger.active .line1 {
  transform: rotate(45deg) translate(5px, 6px);
}

.menu--burger.active .line2 {
  opacity: 0;
}

.menu--burger.active .line3 {
  transform: rotate(-45deg) translate(5px, -6px);
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
/* MENU */
.menu {
  position: relative;
  padding-left: calc(200/1680 * 100%);
  padding-right: calc(200/1680 * 100%);
}
.menu--header {
  padding: 40px 15px;
}
.menu--logo img {
  text-align: center;
  width: 250px;
  margin-bottom: 5px;
}
.menu__list {
  width: 100%;
}
.menu__list li {
  position: relative;
  display: inline-block;
}
.menu__list li + li {
  margin-left: 20px;
}
.menu__list a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: 0.5s;
  padding-bottom: 10px;
  letter-spacing: 1.2px;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #E5CE62;
}

.menu-item-has-children > .sub-menu {
  display: none;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #fff;
  width: 180px;
}
.menu-item-has-children:hover .sub-menu a {
  color: #35363A;
  padding: 15px 20px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: none;
  font-size: 12px;
}
.menu-item-has-children:hover .sub-menu a:hover {
  color: #fff;
}
.menu-item-has-children:hover .sub-menu li {
  display: block;
  width: 100%;
}
.menu-item-has-children:hover .sub-menu li:hover {
  background-color: #35363A;
}
.menu-item-has-children:hover .sub-menu li + li {
  margin-left: 0;
}

.menu.sticky:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: white;
  z-index: -1;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  clip-path: none;
}
.menu.sticky .menu__list a {
  color: #000;
}
.menu.sticky .menu__list a:hover {
  color: #E5CE62;
}

.menu-item--highlight {
  background-color: #E5CE62;
  border: 2px solid #E5CE62;
}
.menu-item--highlight a {
  color: #fff !important;
  padding: 12px 18px;
}
.menu-item--highlight:hover {
  background-color: transparent;
  border: 2px solid #E5CE62;
}
.menu-item--highlight:hover a {
  color: #E5CE62 !important;
}

/* MOBILE MENU */
.action--close {
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 20px;
}

@media (max-width: 1250px) {
  .menu--container {
    padding: 25px calc(100/1680 * 100%);
  }

  .header--inside.sticky .menu--container {
    padding: 25px calc(100/1680 * 100%);
  }
}
@media (max-width: 1100px) {
  .menu--header .menu__list {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    background: #fff;
    padding: 100px 50px 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    transition: right 0.5s ease-in;
  }
  .menu--header .menu__list.active {
    right: 0;
    width: 100%;
    max-width: 500px;
  }
  .menu--header .menu__list li a {
    color: #252525;
    font-size: 16px;
    padding-bottom: 20px;
  }
  .menu--header .menu__list > li {
    opacity: 0;
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .menu--header .menu__list > li:last-child() a {
    padding-bottom: 0;
  }
  .menu--header .menu__list > li + li {
    margin-top: 25px;
    margin-left: 0px;
  }

  .menu--burger {
    display: block;
  }

  /* SUBMENU */
  .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    position: relative;
    top: 100%;
    width: 100%;
    left: 15px;
  }

  .menu-item-has-children:hover:after {
    display: none;
  }

  .menu-item-has-children:after {
    content: "";
    background: url("../img/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 12px;
    width: 12px;
    top: 0;
    right: 0;
  }

  .menu-item-has-children > .sub-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.2s ease-in-out 0s;
  }
  .menu-item-has-children > .sub-menu li:last-child {
    margin-bottom: 0px;
  }
  .menu-item-has-children > .sub-menu a {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
  }
}
@media (max-width: 1000px) {
  .header__content {
    width: 100%;
  }

  .home__intro__content {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .header__title {
    font-size: 28px;
  }

  .menu--logo {
    max-height: 50px;
  }
  .menu--logo img {
    width: 150px;
  }

  .header--inside.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all 0.2s ease-in-out 0s;
  }
  .header--inside.sticky + main {
    padding-top: 120px;
  }
}
.category-header__container {
  position: relative;
  margin: 60px 80px 0px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.category-header__illustration {
  position: relative;
  width: 50%;
}
.category-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.category-header__content {
  position: relative;
  width: 50%;
  background-color: #F4F4F4;
  padding: 10% 10%;
}
.category-header__title {
  font-size: 48px;
  color: #35363A;
  font-weight: 700;
  margin-bottom: 20px;
}
.category-header__desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}

.sub-category__list {
  position: relative;
  width: 100%;
}
.sub-category__item {
  position: relative;
  width: 30%;
  max-width: 300px;
}
.sub-category__content {
  margin-top: 40px;
}
.sub-category__title {
  font-size: 18px;
  color: #35363A;
  font-weight: 700;
}
.sub-category__desc {
  margin: 20px 0px;
  font-size: 14px;
  line-height: 1.7;
}
.sub-category__cta {
  font-weight: 600;
  color: #35363A;
  padding-bottom: 5px;
  border-bottom: 1px solid #35363A;
}
.sub-category__cta:hover {
  color: #E5CE62;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5CE62;
}
.sub-category__cta:hover > .sub-category__item img {
  transform: scale(1.03) !important;
}
.sub-category__illustration {
  position: relative;
  height: 350px;
  width: 100%;
}
.sub-category__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .category-header__illustration {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .category-header__content {
    width: 100%;
    background-color: rgba(1, 1, 1, 0.5);
  }

  .category-header__title {
    color: white;
  }

  .category-header__desc {
    color: white;
  }
}
@media (max-width: 768px) {
  .sub-category__item {
    width: 100%;
    max-width: 100%;
  }
  .sub-category__item + .sub-category__item {
    margin-top: 50px;
  }

  .category-header__title {
    font-size: 36px;
  }

  .category-header__desc {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 550px) {
  .category-header__container {
    margin: 40px 40px 0px;
  }
}
.form {
  width: 100%;
}
.form__submit {
  margin-top: 20px;
  border: none;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  background: #E5CE62;
  padding: 20px 40px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__submit:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.form_success {
  border: 1px solid green;
  padding: 20px 20px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}
.form_error {
  border: 1px solid red;
  padding: 20px 20px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}

.contact__input {
  width: 48%;
}

input:focus, textarea:focus {
  outline: none;
}

textarea {
  resize: vertical;
  height: 100px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

label {
  color: #35363A;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

select {
  border: none;
  border: 1px solid rgba(24, 24, 24, 0.15);
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
  display: block;
  width: 100%;
}
select:focus {
  border-color: #E5CE62;
}

.input--text {
  padding: 20px 40px;
  background-color: transparent;
  color: #35363A;
  border: 1px solid #35363A;
}
.input--text:focus {
  border-color: #E5CE62;
}
.input--middle {
  width: 100%;
  display: block;
}
.input--full {
  width: 100%;
  display: block;
}
.input--classic {
  border: none;
  border: 1px solid #BACAD1;
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 1.5px;
}
.input--classic::placeholder {
  color: #35363A;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}
.input--classic + .input--classic {
  margin-top: 35px;
}
.input--textarea {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  font-family: inherit;
}

.g-recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.politique__label {
  font-size: 12px;
  text-transform: inherit;
  font-weight: 400;
  opacity: 1;
  line-height: 2;
  letter-spacing: normal;
}

.g-recaptcha > div {
  max-width: 100%;
}

.g-recaptcha iframe {
  width: 100%;
}

@media (max-width: 650px) {
  .contact__form {
    margin-top: 20px;
  }

  .contact__input {
    width: 100%;
  }

  .input--classic {
    padding: 12px 20px;
    margin-bottom: 10px;
  }
}
.reassurance {
  background-color: #F4F4F4;
  text-align: center;
}
.reassurance__title {
  color: #35363A;
  font-size: 48px;
  font-weight: 700;
}
.reassurance__desc {
  margin: 25px 0px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.reassurance__list {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.reassurance__item {
  position: relative;
  width: 33.33%;
  padding: 0px 5%;
}
.reassurance__item img {
  max-width: 100px;
}
.reassurance__text {
  font-size: 15px;
  margin-top: 20px;
  color: #35363A;
  line-height: 2;
}

@media (max-width: 768px) {
  .reassurance__item {
    width: 100%;
  }
  .reassurance__item + .reassurance__item {
    margin-top: 25px;
  }

  .reassurance__title {
    font-size: 36px;
  }
}
.footer {
  background: #35363A;
  font-size: 14px;
  position: relative;
  padding: 120px 0px 40px;
}
.footer-top {
  position: relative;
  padding-bottom: 40px;
}
.footer-bottom {
  position: relative;
  background-color: #35363A;
}
.footer-bottom .container {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #F4F4F4;
}
.footer__list li {
  display: block;
}
.footer__part {
  position: relative;
}
.footer__part:last-child {
  border-right: none;
}
.footer__part .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footer__part p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
.footer__part p span {
  display: block;
}
.footer__part a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}
.footer__part a:hover {
  color: #E5CE62;
}
.footer__part a span {
  display: block;
}
.footer__part--logo {
  max-width: 250px;
}
.footer__menu {
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}
.footer__menu li {
  display: block;
  margin-top: 15px;
}
.footer__menu li span {
  display: block;
  margin-top: 10px;
}
.footer__menu li + li {
  margin-top: 20px;
}
.footer__menu a {
  color: #F4F4F4;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 300;
}
.footer__menu a:hover {
  color: #E5CE62;
}
.footer__menu .current-menu-item a {
  color: #E5CE62;
}
.footer__menu .menu-item-has-children a:before {
  display: none;
}
.footer__menu .menu-item--highlight {
  display: none;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease-in-out 0s;
}
.footer__menu .menu-item--highlight a {
  padding: 0px !important;
}
.footer__menu .menu-item--highlight a:hover {
  color: #E5CE62;
}
.footer__menu .current-menu-item .sub-menu .menu-item a {
  color: #fff;
}
.footer__menu .wpml-ls-item {
  display: none;
}
.footer__logo {
  width: 100%;
  max-width: 300px;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 10px;
  position: relative;
}
.footer__logo:hover {
  transform: scale(1.04);
}
.footer__lwa {
  display: inline-flex;
  justify-content: center;
}
.footer__copyright  {
  margin-left: auto;
  float: left;
  height: 50px;
}
.footer__copyright  p {
  font-size: 14px;
  font-weight: 300;
}
.footer__link {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.footer__link__link:hover {
  opacity: 1;
}
.footer__adress {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}
.footer__description {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  margin: 20px 0px;
  max-width: 250px;
}

.footer-contact {
  width: 100%;
  color: #1D1D1D;
  position: relative;
}
.footer-contact__wrapper {
  display: block;
  width: 100%;
}
.footer-contact__icon {
  position: absolute;
  left: 0px;
  top: 4px;
  color: #E5CE62;
  text-align: center;
}
.footer-contact__text {
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.footer-contact__text:hover {
  color: #E5CE62;
}

.footer-social {
  color: #1D1D1D;
  position: relative;
}
.footer-social__wrapper {
  display: block;
  font-size: 25px;
  color: #fff;
}
.footer-social__wrapper:hover {
  color: #E5CE62;
}
.footer-social__wrapper:nth-child(2) {
  padding-left: 25px;
}
.footer-social__icon {
  position: relative;
  color: #fff;
  text-align: center;
}

.footer-legals {
  font-size: 12px;
  font-weight: 300;
}
.footer-legals a {
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.footer-legals a:hover {
  color: #E5CE62;
}
.footer-legals__item {
  padding-left: 60px;
}
.footer-legals__item:first-child {
  padding-left: 0px;
}

.footer-copyright {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.footer-copyright p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.footer-copyright a {
  color: #fff;
  font-weight: 400;
}
.footer-copyright a:hover {
  color: #E5CE62;
}

.category-footer__list {
  text-align: center;
}
.category-footer__item {
  margin-left: 100px;
  position: relative;
}
.category-footer__item:first-child {
  margin-left: 40px;
}
.category-footer__item:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.category-footer__item:hover .title {
  opacity: 1;
}
.category-footer__item:first-child() {
  margin-left: 0px;
}
.category-footer__item .title {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  opacity: 0;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}
.category-footer__item .title span {
  display: block;
}
.category-footer__item img {
  max-height: 50px;
  opacity: 0.8;
  width: auto;
  transition: all 0.2s ease-in-out 0s;
}
.category-footer__title {
  position: relative;
  font-weight: 700;
  font-size: 28px;
}
.category-footer__title:before {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 200px;
  top: 50%;
  right: 120px;
  transform: translateX(-50%);
}

.lwa__logo {
  width: auto;
  height: 30px;
  transition: all 0.2s ease-in-out 0s;
  display: block;
}
.lwa__logo:hover {
  transform: scale(1.03);
}
.lwa__title {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin: 10px 0px;
  text-align: center;
  margin-right: 15px;
}

.social__logo {
  max-height: 15px;
  width: auto;
}

.copyright__title {
  color: #fff;
  opacity: 1;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}

.cookie {
  z-index: 999;
  min-height: 20px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: fixed;
  color: #FFF;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 400px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  padding: 20px;
}
.cookie__text {
  margin-bottom: 20px;
}
.cookie__text p {
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.cookie__btn {
  padding: 10px 20px;
  border: 0.1rem solid #E5CE62;
  color: #fff;
  background: #E5CE62;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  text-transform: uppercase;
}
.cookie__btn:hover {
  background: transparent;
  color: #E5CE62;
}
.cookie__more {
  font-weight: 600;
}

@media (max-width: 1400px) {
  .footer-top {
    padding-left: calc(100/1680 * 100%);
    padding-right: calc(100/1680 * 100%);
  }
}
@media (max-width: 1024px) {
  .footer__part {
    width: 50%;
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .footer__legals__item {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
  }
  .footer__legals__item:before {
    display: none;
  }

  .footer__part {
    width: 100%;
    text-align: center;
  }

  .footer-legals {
    text-align: center;
    margin: 0 auto 25px;
  }

  .footer-social {
    width: 100%;
    justify-content: center;
  }

  .footer-copyright {
    padding-top: 0px;
  }
}
@media (max-width: 550px) {
  .footer-legals__item {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .footer-legals__item:first-child() {
    padding-top: 0px;
  }
}
@media (max-width: 450px) {
  .footer__lwa {
    display: block;
  }

  .lwa__title {
    margin-right: 0px;
  }

  .lwa__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.cta__container {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.cta__illustration {
  width: 33.33%;
  position: relative;
}
.cta__illustration img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cta__content {
  position: relative;
  width: 66.66%;
  padding: 10%;
}
.cta__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
.cta__link {
  margin-top: 30px;
}
.cta__link a + a {
  margin-left: 25px;
}

@media (max-width: 768px) {
  .cta__illustration {
    width: 100%;
    height: 200px;
  }

  .cta__content {
    width: 100%;
  }

  .cta__title {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .cta__link .btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  .cta__link a + a {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.block {
  position: relative;
  height: 600px;
}
.block:nth-child(2n) .block-content {
  background-color: #35363A;
}

.block-content {
  position: relative;
  height: 100%;
  width: 50%;
  background-color: #E5CE62;
}
.block-content__text {
  padding: 10% 20%;
}
.block-content__title {
  color: #fff;
}
.block-content__desc {
  margin: 40px 0px 40px;
}
.block-content__desc p {
  color: #fff;
  font-size: 16px;
}

.block-image {
  position: relative;
  height: 100%;
  width: 50%;
}

@media (max-width: 768px) {
  .block {
    height: 100%;
    flex-direction: column-reverse;
  }

  .block-content, .block-image {
    width: 100%;
  }

  .block-image {
    height: 400px;
  }

  .block-content__text {
    padding: 10% 10% 15%;
  }
}
.products__list {
  position: relative;
  width: 100%;
}
.products__item {
  position: relative;
  width: 30%;
  margin-bottom: 50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.products__item .illustration {
  position: relative;
  height: 180px;
}
.products__item .illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.products__item .content {
  text-align: center;
  padding: 25px 0px;
  border-bottom: 5px solid #E5CE62;
}
.products__item .content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.products__item .content .desc {
  font-size: 14px;
  font-weight: 400;
}
.products__cta {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  text-align: center;
}

.products-header {
  margin: 60px 80px;
}
.products-header__container {
  position: relative;
  width: calc(100% - 40px);
}
.products-header__container:before {
  content: "";
  background-color: #E5CE62;
  position: absolute;
  top: 40px;
  left: 40px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -2;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.products-header__container:after {
  content: "";
  background-color: rgba(1, 1, 1, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.products-header__content {
  position: relative;
  padding-left: 10%;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1000px;
  z-index: 10;
}
.products-header__title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.products-header__desc {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .products__item {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .products__item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-header__container {
    width: calc(100% - 20px);
  }
  .products-header__container:before {
    top: 20px;
    left: 20px;
  }

  .products-header {
    margin: 5% 10%;
  }

  .products-header__content {
    padding: 40px 10%;
  }

  .products-header__title {
    font-size: 28px;
  }

  .products-header__desc {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
  }
}

/*# sourceMappingURL=style.css.map */
