/* ###################################################################################
 * Fonts
 * ################################################################################### */
/* ###################################################################################
 * Blocks sizes
 * ################################################################################### */
/* ###################################################################################
 * Colors
 * ################################################################################### */
/* ###################################################################################
 * Breakpoints
 * +1px pour chaque valeur
 * ################################################################################### */
/* ###################################################################################
 * Easing functions : http://easings.net/fr
 * ################################################################################### */
.style-uppercase {
  text-transform: uppercase;
}

.color-orange {
  color: #e26d5a;
}

.color-blue {
  color: #b7dee1;
}

.color-purple {
  color: #3f223a;
}

.text-color {
  color: #000;
}

.page-item.video .bg:after, .page-item.slider-home .left .item:after, .page-item.numbers .bg, .page-item.gallery .image:after, .page-item.has-column .cta:after, .video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-item.video .hover:after, .page-item.gallery img, .page-item.gallery .image:hover .cross, .page-item.drawers .toggle .minus,
.page-item.drawers .toggle .plus, .page-item.alternate-blocks .images img:nth-of-type(2), .page-item.has-column .cta .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transform-origin: 50% 50%;
}

.page-item.alternate-blocks .images .image:hover .cover, .page-item.alternate-blocks .images .image:hover img:nth-of-type(2), .page-item.has-column .cta:hover .bg {
  transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
}

.page-item.gallery .cross {
  transform: translate3d(-50%, -50%, 0) scale3d(1.5, 1.5, 1);
}

.btn, .page-item.woocommerce-form-login button[type=submit], .page-item.woocommerce-single .woocommerce-variation-add-to-cart .single_add_to_cart_button, .page-item.woocommerce-checkout button[type=submit] {
  text-decoration: none;
  display: inline-block;
  padding: 18px 36px;
  color: #fff;
  font-weight: bold;
  transition: color cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, background-color cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  background: #e26d5a;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid #e26d5a;
}
.btn.default:hover, .page-item.woocommerce-form-login button.default[type=submit]:hover, .page-item.woocommerce-single .woocommerce-variation-add-to-cart .default.single_add_to_cart_button:hover, .page-item.woocommerce-checkout button.default[type=submit]:hover, .btn.default.current, .page-item.woocommerce-form-login button.default.current[type=submit], .page-item.woocommerce-single .woocommerce-variation-add-to-cart .default.current.single_add_to_cart_button, .page-item.woocommerce-checkout button.default.current[type=submit] {
  background: #fff;
  color: #e26d5a;
}
.btn.reversed, .page-item.woocommerce-form-login button.reversed[type=submit], .page-item.woocommerce-single .woocommerce-variation-add-to-cart .reversed.single_add_to_cart_button, .page-item.woocommerce-checkout button.reversed[type=submit] {
  background: #fff;
  color: #e26d5a;
  border-color: #fff;
}
.btn.reversed:hover, .page-item.woocommerce-form-login button.reversed[type=submit]:hover, .page-item.woocommerce-single .woocommerce-variation-add-to-cart .reversed.single_add_to_cart_button:hover, .page-item.woocommerce-checkout button.reversed[type=submit]:hover, .btn.reversed.current, .page-item.woocommerce-form-login button.reversed.current[type=submit], .page-item.woocommerce-single .woocommerce-variation-add-to-cart .reversed.current.single_add_to_cart_button, .page-item.woocommerce-checkout button.reversed.current[type=submit] {
  background: #e26d5a;
  color: #fff;
}
.btn.purple, .page-item.woocommerce-form-login button.purple[type=submit], .page-item.woocommerce-single .woocommerce-variation-add-to-cart .purple.single_add_to_cart_button, .page-item.woocommerce-checkout button.purple[type=submit] {
  background: #3f223a;
  color: #fff;
  border-color: #3f223a;
}
.btn.purple:hover, .page-item.woocommerce-form-login button.purple[type=submit]:hover, .page-item.woocommerce-single .woocommerce-variation-add-to-cart .purple.single_add_to_cart_button:hover, .page-item.woocommerce-checkout button.purple[type=submit]:hover, .btn.purple.current, .page-item.woocommerce-form-login button.purple.current[type=submit], .page-item.woocommerce-single .woocommerce-variation-add-to-cart .purple.current.single_add_to_cart_button, .page-item.woocommerce-checkout button.purple.current[type=submit] {
  color: #3f223a;
  background: #fff;
}

.block-sub-title {
  text-transform: uppercase;
  color: #e26d5a;
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 2.52px;
  position: relative;
  display: inline-block;
  padding-left: 36px;
}
@media screen and (max-width: 1025px) {
  .block-sub-title {
    font-size: 13px;
  }
}
.block-sub-title:before {
  content: "";
  width: 19px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  background-image: url("../images/block-sub-title-orange.png");
}
.block-sub-title.color-blue {
  color: #b7dee1;
}
.block-sub-title.color-blue:before {
  background-image: url("../images/block-sub-title-blue.png");
}
.block-sub-title.color-purple {
  color: #3f223a;
}
.block-sub-title.color-purple:before {
  background-image: url("../images/block-sub-title-purple.png");
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.menu-blocks-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
}
.menu-blocks-list .block {
  width: 240px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  background: #b7dee1;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.menu-blocks-list .block:has(.block-bg) {
  height: 235px;
  line-height: 235px;
}
.menu-blocks-list .block:hover {
  background: #e26d5a;
}
.menu-blocks-list .block:hover .block-title {
  color: #fff;
}
/* 
.menu-blocks-list .block:first-child {
  background: none;
}
.menu-blocks-list .block:first-child:hover .block-title {
  color: #3f223a;
}
.menu-blocks-list .block:first-child .block-title {
  font-size: 30px;
} */
.menu-blocks-list .block a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.menu-blocks-list .block-title {
  color: #3f223a;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transition: all 0.3s ease;
}
.menu-blocks-list .block-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.35;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.alert {
  display: block;
  width: 100%;
  padding: 20px;
  background: #ccc;
  border: 1px solid #e26d5a;
}
.alert.error {
  font-weight: bold;
  color: #e26d5a;
}

img.alignright {
  margin: 10px 0 10px 10px;
  float: right;
}
img.alignleft {
  margin: 10px 10px 10px 0;
  float: left;
}
img.aligncenter {
  margin: 10px auto;
  display: block;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

/*
* Animations par defaut disponibles
*/
.page-item .animate {
  transition: all 0.6s ease 1s;
}
.page-item .animate.fade {
  opacity: 0;
}
.page-item .animate.fade.animated {
  opacity: 1;
}
.page-item .animate.to-right {
  transform: translateX(-50px);
}
.page-item .animate.to-right.animated {
  transform: translateX(0);
}
.page-item .animate.to-left {
  transform: translateX(50px);
}
.page-item .animate.to-left.animated {
  transform: translateX(0);
}

/* ###################################################################################
 * Default
 * ################################################################################### */
* {
  box-sizing: border-box;
}

::selection {
  background: #e26d5a;
  color: #fff;
}

html.menu-open {
  overflow: hidden;
}

body {
  background-color: #f9f7f9;
}

body,
html,
#tinymce {
  margin: 0;
  padding: 0;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
}

main {
  display: block;
}

#page {
  padding-top: 198px;
}
@media screen and (max-width: 1025px) {
  #page {
    padding-top: 125px;
  }
}

a {
  text-decoration: none;
  color: #e26d5a;
}
a:hover {
  text-decoration: none;
}
a.nolink {
  cursor: auto;
  pointer-events: none;
}

strong {
  font-weight: bold;
}

p {
  margin: 0 0 20px 0;
  line-height: 24px;
}

.grecaptcha-badge {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

h1 {
  color: #3f223a;
  font-size: 45px;
  line-height: 1.1em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 1025px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  color: #000000;
  font-size: 30px;
  line-height: initial;
  font-weight: bold;
  margin: 15px 0 8px 0;
}
@media screen and (max-width: 1025px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 4px 0;
}
@media screen and (max-width: 1025px) {
  h3 {
    font-size: 14px;
  }
}

h4 {
  font-size: 16px;
  margin: 5px 0 15px 0;
}

img {
  max-width: 100%;
  height: auto;
}

blockquote {
  text-align: center;
  margin: 20px 0;
  color: #e26d5a;
}

.form input {
  line-height: 12px;
}
.form .acf-field input:not([type=submit]),
.form .acf-field textarea,
.form .acf-field select,
.form input:not([type=submit]),
.form textarea,
.form select {
  padding: 0 12px;
  line-height: 51px;
  height: auto;
  text-transform: none;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  background-color: #f9f7f9;
  border: 0;
  font-family: "Nunito";
}
.form select {
  appearance: none;
  padding-right: 45px;
}
.form textarea {
  height: 158px;
  font-family: inherit;
  font-size: inherit;
}
.form .fields-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form .fields-container.items-1 .field {
  width: 100%;
}
.form .fields-container.items-2 .field {
  width: calc(50% - 10px);
}
.form .fields-container.items-3 .field {
  width: calc(33.3333% - 10px);
}
.form .fields-container.submit {
  margin-bottom: 0;
  justify-content: flex-end;
}
.form .fields-container.submit .field {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.form .fields-container.submit .field .btn, .form .fields-container.submit .field .page-item.woocommerce-form-login button[type=submit], .page-item.woocommerce-form-login .form .fields-container.submit .field button[type=submit], .form .fields-container.submit .field .page-item.woocommerce-single .woocommerce-variation-add-to-cart .single_add_to_cart_button, .page-item.woocommerce-single .woocommerce-variation-add-to-cart .form .fields-container.submit .field .single_add_to_cart_button, .form .fields-container.submit .field .page-item.woocommerce-checkout button[type=submit], .page-item.woocommerce-checkout .form .fields-container.submit .field button[type=submit] {
  cursor: pointer;
  order: 2;
  border: 0;
}
.form .fields-container.submit .field .ajax-loader {
  order: 1;
  margin: 0 20px 0 0;
}
.form .fields-container.acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form .field.select .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form .field.select .wpcf7-form-control-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
.form .field.notice {
  margin-top: 20px;
}
.form .field.notice p {
  margin: 0;
  font-size: 12px;
}
.form .field input[type=text],
.form .field input[type=email],
.form .field input[type=tel],
.form .field textarea,
.form .field select {
  width: 100%;
}
.form .field textarea {
  resize: none;
  font-family: inherit;
}
.form .acf-label label,
.form label {
  display: block;
  margin-bottom: 7px;
  color: #000000;
  font-size: 14px;
  font-weight: bold !important;
}
.form textarea + span.wpcf7-not-valid-tip {
  transform: translateY(100%);
}
.form span.wpcf7-not-valid-tip {
  float: none;
  font-size: 11px;
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: translateY(175%);
}
.form div.wpcf7-validation-errors {
  border: 1px solid #3f223a;
  color: #3f223a;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .form .fields-container.items-2 .field {
    width: 100%;
    margin-bottom: 20px;
  }
  .form .fields-container.items-2 .field:last-of-type {
    margin-bottom: 0px;
  }
  .form .fields-container.items-3 .field {
    width: 100%;
    margin-bottom: 20px;
  }
  .form .fields-container.items-3 .field:last-of-type {
    margin-bottom: 0px;
  }
}

#header-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all linear 0.3s;
  z-index: 1000;
  height: 198px;
  background: #f9f7f9;
}
#header-container header#masthead {
  position: relative;
  transition: all linear 0.3s;
  height: 198px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
#header-container #site-logo {
  margin-left: 64px;
  height: 198px;
  line-height: 198px;
}
#header-container #site-logo a {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#header-container #site-logo a img {
  display: block;
}
#header-container .site-top {
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
}
#header-container .site-top .top-infos {
  width: 100%;
}
#header-container .top-infos {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 160px;
  align-items: center;
  padding-right: 37px;
}
#header-container .top-links {
  align-items: center;
  display: flex;
}
#header-container .vitafede {
  display: inline-block;
  margin-right: 19px;
}
#header-container .top-slogan {
  color: #3f223a;
  font-size: 16px;
  font-weight: bold;
}
#header-container .top-links-account .count {
  background-color: #b7dee1;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  line-height: 22px;
  text-align: center;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  left: 50px;
  top: 10px;
  pointer-events: none;
}
#header-container .top-links-account img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
#header-container .top-links-account a {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 25px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
}
#header-container .top-links-account a.cart {
  margin-right: 19px;
}
#header-container .top-links-account a.myaccount img {
  margin-right: 9px;
}
#header-container #main-menu {
  width: 100%;
  margin-top: 8px;
  align-self: flex-end;
}
#header-container #main-menu ul {
  padding: 0;
  margin: 0;
}
#header-container #main-menu li {
  list-style-type: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
}
#header-container #main-menu a {
  display: inline-block;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 0s;
  padding: 0 20px;
}
#header-container #main-menu ul.menu {
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
}
#header-container #main-menu ul.menu > li {
  width: 100%;
}
#header-container #main-menu ul.menu > li.menu-item-has-children > a {
  position: relative;
}
#header-container #main-menu ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("../images/arrow-menu.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #header-container #main-menu ul.menu > li.menu-item-has-children > a {
    pointer-events: none;
  }
}
#header-container #main-menu ul.menu > li.menu-item-home > a {
  font-size: 0;
  position: relative;
}
#header-container #main-menu ul.menu > li.menu-item-home > a:before {
  content: "";
  display: inline-block;
  background: url("../images/home-menu.png") no-repeat center;
  width: 18px;
  height: 19px;
  vertical-align: middle;
}
#header-container #main-menu ul.menu > li > a {
  height: 73px;
  line-height: 73px;
  display: block;
  width: 100%;
  text-align: center;
  color: #3f223a;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
}
#header-container #main-menu ul.menu > li > a span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
#header-container #main-menu ul.menu > li:first-of-type {
  width: auto;
}
#header-container #main-menu ul.menu > li:hover > ul.sub-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
#header-container #main-menu ul.menu > li > ul.sub-menu {
  position: fixed;
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  left: 0;
  top: 198px;
  background-color: #ffffff;
  z-index: 5;
  transform: translateY(10%);
  pointer-events: none;
  opacity: 0;
  /* width: 100%; */
  text-align: center;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 0s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 0s;
  padding: 14px 25px;
}
#header-container #main-menu ul.menu > li > ul.sub-menu > li {
  max-width: 100%;
}
#header-container #main-menu ul.menu > li > ul.sub-menu > li.current-menu-item:not(.first), #header-container #main-menu ul.menu > li > ul.sub-menu > li.current_page_item:not(.first), #header-container #main-menu ul.menu > li > ul.sub-menu > li:hover:not(.first) {
  background: #e26d5a;
}
#header-container #main-menu ul.menu > li > ul.sub-menu > li.current-menu-item:not(.first) .block-title, #header-container #main-menu ul.menu > li > ul.sub-menu > li.current_page_item:not(.first) .block-title, #header-container #main-menu ul.menu > li > ul.sub-menu > li:hover:not(.first) .block-title {
  color: #fff;
}
#header-container #main-menu ul.menu > li > ul.sub-menu > li:last-of-type {
  border-bottom: 0;
}
#header-container #main-menu ul.menu > li > ul.sub-menu > li .block-title {
  padding: 0 20px;
}
#header-container #main-menu ul.menu > li.current-menu-item, #header-container #main-menu ul.menu > li.current-menu-parent, #header-container #main-menu ul.menu > li.current_page_parent, #header-container #main-menu ul.menu > li.current_page_item, #header-container #main-menu ul.menu > li:hover {
  background: #fff;
}
#header-container #main-menu ul.menu > li.current-menu-item > a, #header-container #main-menu ul.menu > li.current-menu-parent > a, #header-container #main-menu ul.menu > li.current_page_parent > a, #header-container #main-menu ul.menu > li.current_page_item > a, #header-container #main-menu ul.menu > li:hover > a {
  color: #e26d5a;
}
@media screen and (max-width: 1550px) {
  #header-container .site-top .top-infos {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1450px) {
  #header-container .top-slogan {
    display: none;
  }
  #header-container .top-links {
    margin-left: auto;
  }
  #header-container #main-menu ul.menu > li > a {
    padding: 0 15px;
  }
  #header-container #site-logo {
    position: absolute;
    left: 64px;
    top: 10px;
    margin-left: 0;
    height: 100px;
    line-height: 100px;
  }
  #header-container #site-logo a img {
    max-height: 100px;
  }
  #header-container .site-top {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  #header-container {
    height: 125px;
  }
  #header-container .site-top {
    padding-left: 0;
    display: block;
  }
  #header-container .site-top .top-infos {
    padding: 0;
  }
  #header-container .top-links {
    margin-right: 90px;
  }
  #header-container .top-infos {
    display: none;
  }
  #header-container header#masthead {
    flex-wrap: wrap;
    height: 125px;
  }
  #header-container header#masthead.active .site-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f9f7f9;
    overflow: auto;
  }
  #header-container header#masthead.active .top-infos {
    display: block;
  }
  #header-container header#masthead.active #main-menu {
    display: block;
  }
  #header-container header#masthead.active #toggle-menu .content {
    background-color: transparent;
  }
  #header-container header#masthead.active #toggle-menu .content:before {
    transform: translateY(8px) rotateZ(-45deg);
  }
  #header-container header#masthead.active #toggle-menu .content:after {
    transform: translateY(-8px) rotateZ(45deg);
  }
  #header-container #toggle-menu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 35px;
    top: 50px;
    z-index: 2;
  }
  #header-container #toggle-menu .content {
    backface-visibility: hidden;
    background-color: #e26d5a;
    height: 4px;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -2px;
    left: 0;
    transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
  }
  #header-container #toggle-menu .content:before, #header-container #toggle-menu .content:after {
    backface-visibility: hidden;
    background: #e26d5a;
    height: 4px;
    position: absolute;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
    width: 100%;
    content: "";
    display: block;
  }
  #header-container #toggle-menu .content:before {
    margin-top: -8px;
  }
  #header-container #toggle-menu .content:after {
    margin-top: 8px;
  }
  #header-container #main-menu {
    display: none;
    width: 100%;
    align-self: flex-start;
  }
  #header-container #main-menu a {
    display: block;
    width: 100%;
  }
  #header-container #main-menu ul.menu {
    flex-wrap: wrap;
    padding: 0;
  }
  #header-container #main-menu ul.menu > li {
    width: 100%;
    border-bottom: 0;
    min-height: 0;
    flex-direction: column;
  }
  #header-container #main-menu ul.menu > li:not(.menu-open) > ul.sub-menu {
    opacity: 0;
    max-height: 0;
    padding: 0;
  }
  #header-container #main-menu ul.menu > li:nth-child(1) {
    width: 100%;
  }
  #header-container #main-menu ul.menu > li > a {
    line-height: normal;
    height: auto;
    padding: 25px 30px;
  }
  #header-container #main-menu ul.menu > li > ul.sub-menu {
    position: static;
    transform: none !important;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
  }
  #header-container #main-menu ul.menu > li > ul.sub-menu:after {
    left: 40px;
    transform: none;
  }
  #header-container #main-menu ul.menu > li.menu-item-has-children > a.nolink {
    pointer-events: auto;
    cursor: pointer;
  }
  #header-container #main-menu ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    position: static;
    transform: none;
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  #header-container .top-links {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    padding: 10px 20px;
  }
  #header-container .top-links .top-links-account {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1025px) {
  #header-container #main-menu ul.menu > li > a {
    text-align: left;
  } 
  #header-container #main-menu ul.menu > li > ul.sub-menu {
    /* justify-content: center; */
      max-height: initial;
  }

  .menu-blocks-list .block .block-bg {
    display: none;
  }
  
  #header-container #main-menu ul.menu > li > ul.sub-menu > li {
  max-width: 100%;
  height: auto;
  line-height: initial;
  text-align: left;
  background: none;
  min-height: initial;
  justify-content: flex-start;
}
#header-container #main-menu ul.menu > li > ul.sub-menu > li .block-title {
  padding: 5px 20px;
}
.menu-blocks-list .block-title {
  font-size: 16px;
}

}
@media screen and (max-width: 430px) {
  #header-container .top-links .top-links-account {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #header-container .top-links .top-links-account a.cart {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 1025px) {
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open #wpadminbar {
    display: none;
  }
  body.menu-open #page #header-container {
    height: 100%;
    overflow: auto;
  }
  body.menu-open #page #header-container #header#masthead {
    height: 100%;
  }
}
footer#colophon {
  background: #3f223a;
  color: #fff;
}
footer#colophon .lvl1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px 0 20px;
}
footer#colophon .lvl2 {
  text-align: center;
  background-color: #2d172a;
  padding: 20px 60px;
}
footer#colophon .lvl2 .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
footer#colophon .block {
  margin: 0 20px 20px 0;
  max-width: 100%;
}
footer#colophon .block .title {
  margin-bottom: 13px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
footer#colophon .block a {
  color: #fff;
}
footer#colophon .block p:first-of-type {
  margin-top: 0;
}
footer#colophon .block p:last-of-type {
  margin-bottom: 0;
}
footer#colophon .block-3 ul {
  margin: 0;
  padding: 0;
}
footer#colophon .block-3 li {
  display: block;
  margin-bottom: 3px;
}
footer#colophon .block-3 li:last-of-type {
  margin-bottom: 0;
}
footer#colophon .block-3 li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  position: relative;
  padding-left: 41px;
}
footer#colophon .block-3 li a:before {
  content: "";
  width: 26px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  background-image: url("../images/block-sub-title-white.png");
}
footer#colophon .block-3 li a:hover {
  text-decoration: none;
  color: #e26d5a;
}
footer#colophon .block-4 .owl-partners-footer {
  width: 287px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
}
footer#colophon .block-4 .item {
  padding: 15px;
  text-align: center;
  height: 160px;
  line-height: 130px;
}
footer#colophon .block-4 .item img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
footer#colophon .block-4 .link {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}
footer#colophon .block-4 .link:hover {
  text-decoration: underline;
}
footer#colophon .block-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
footer#colophon .block-copyright .left {
  font-size: 16px;
}
footer#colophon .block-copyright .left > div {
  display: inline-block;
}
footer#colophon .block-copyright .left ul {
  display: block;
  margin: 0;
  padding: 0;
  color: #e26d5a;
}
footer#colophon .block-copyright .left li {
  display: inline-block;
  list-style: none;
}
footer#colophon .block-copyright .left li:not(:last-of-type):after {
  content: "/";
  display: inline-block;
  margin: 0 1px 0 5px;
}
footer#colophon .block-copyright .left a {
  color: #fff;
}
footer#colophon .block-copyright .left a:hover {
  text-decoration: underline;
}
footer#colophon .block-copyright .right {
  font-size: 14px;
  font-style: italic;
  color: #683862;
}
footer#colophon .block-copyright .right a {
  color: #683862;
  transition: all 0.3s ease;
  display: inline-block;
}
footer#colophon .block-copyright .right img {
  display: inline-block;
  vertical-align: -6px;
  margin-left: 31px;
}
@media screen and (max-width: 1025px) {
  footer#colophon .lvl1 {
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
@media screen and (max-width: 890px) {
  footer#colophon .block-copyright .left, footer#colophon .block-copyright .right {
    width: 100%;
  }
  footer#colophon .block-copyright .left {
    margin-bottom: 10px;
  }
}

.page-item {
  /* 
  	* Specials
  	*/
  /*
  	* Blocks
  	*/
}
.page-item .container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.page-item form .form-row input.input-text, .page-item form .form-row textarea {
  line-height: 51px;
}
.page-item.has-column .container {
  display: flex;
  flex-wrap: nowrap;
}
.page-item.has-column .container > div:not(.column) {
  width: calc(100% - 394px);
  padding-right: 55px;
}
.page-item.has-column .column {
  width: 394px;
  max-width: 100%;
}
.page-item.has-column .cta {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-item.has-column .cta:last-of-type {
  margin-bottom: 0;
}
.page-item.has-column .cta:after {
  content: "";
  background: rgba(63, 34, 58, 0.8);
  z-index: 1;
}
.page-item.has-column .cta .cta-icon {
  display: inline-block;
  margin-bottom: 10px;
}
.page-item.has-column .cta .bg {
  width: 200%;
  height: 200%;
  background-position: center;
  background-size: cover;
  z-index: 0;
  max-width: 101%;
  max-height: 101%;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.page-item.has-column .cta a {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.page-item.has-column .cta .text-over {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  padding: 20px;
}
.page-item.has-column .cta .text-over .text {
  font-size: 20px;
  line-height: 25px;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.page-item.has-column .cta .text-over .text span {
  color: #e26d5a;
}
@media screen and (max-width: 1025px) {
  .page-item.has-column .container {
    flex-wrap: wrap;
  }
  .page-item.has-column .container > div:not(.column) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.page-item.filters {
  padding: 32px 20px;
  text-align: right;
}
.page-item.filters .select-container {
  display: inline-block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.page-item.filters .select-container:after {
  content: "";
  background-image: url("../images/select-pointer-news.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #b7dee1;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  pointer-events: none;
}
.page-item.filters .select-container select {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  padding: 15px 60px 15px 30px;
  appearance: none;
  font-family: "Nunito";
  cursor: pointer;
}
.page-item.paginate {
  color: #3f223a;
  font-size: 17px;
  text-align: center;
}
.page-item.paginate .paginate {
  padding: 30px 20px;
}
.page-item.paginate a,
.page-item.paginate span {
  border: 0;
  font-weight: bold;
}
.page-item.paginate a,
.page-item.paginate .nextpostslink {
  color: #e26d5a;
}
.page-item.share {
  text-align: center;
  padding: 20px;
}
.page-item.share .text {
  display: block;
  color: #3f223a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.page-item.share .container {
  display: inline-block;
  background: #fff;
  width: auto;
  padding: 25px 37px;
  border-radius: 15px;
}
.page-item.share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 70px;
  background: #e26d5a;
  color: #fff;
  margin: 0 4px 4px 0;
  transition: all linear 0.3s;
}
.page-item.share a i {
  display: inline-block;
  line-height: normal;
  color: #fff;
  transition: all linear 0.3s;
}
.page-item.share a:hover {
  background: #fff;
  text-decoration: underline;
}
.page-item.share a:hover i {
  color: #e26d5a;
}
.page-item.alternate-blocks {
  padding: 25px 20px;
}
.page-item.alternate-blocks article {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  background: #fff;
  margin-bottom: 24px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.page-item.alternate-blocks article:last-child {
  margin-bottom: 0;
}
.page-item.alternate-blocks .text {
  width: 50%;
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.page-item.alternate-blocks .text .text-pull {
  max-width: 645px;
  padding: 75px;
  text-align: left;
}
.page-item.alternate-blocks .text .date {
  color: #e26d5a;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.page-item.alternate-blocks .text h2 {
  margin: 20px 0 30px 0;
}
.page-item.alternate-blocks .text .excerpt {
  margin-bottom: 25px;
  line-height: 24px;
  color: #000;
}
.page-item.alternate-blocks .images {
  width: 50%;
  order: 1;
  position: relative;
  overflow: hidden;
  align-self: stretch;
}
.page-item.alternate-blocks .images .owl-item {
  overflow: hidden;
}
.page-item.alternate-blocks .images a {
  display: block;
}
.page-item.alternate-blocks .images .cover {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transform-origin: 50% 50%;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
}
.page-item.alternate-blocks .images img {
  object-fit: cover;
}
.page-item.alternate-blocks .images img:nth-of-type(1) {
  display: block;
  visibility: hidden;
  width: 100%;
}
.page-item.alternate-blocks .images img:nth-of-type(2) {
  backface-visibility: hidden;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
  min-width: 100%;
  min-height: 100%;
  max-width: 9999px;
  max-height: 100%;
  width: auto;
  height: auto;
}
.page-item.alternate-blocks .images .image {
  min-height: 460px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .page-item.alternate-blocks article:nth-child(2n+1) .images {
    order: 2;
  }
  .page-item.alternate-blocks article:nth-child(2n+1) .images .owl-dots {
    text-align: left;
    right: initial;
    left: 20px;
  }
  .page-item.alternate-blocks article:nth-child(2n+1) .text {
    order: 1;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1025px) {
  .page-item.alternate-blocks article {
    flex-wrap: wrap;
  }
  .page-item.alternate-blocks .images,
.page-item.alternate-blocks .text {
    width: 100%;
  }
  .page-item.alternate-blocks .images img {
    width: auto;
    max-height: 300px;
  }
  .page-item.alternate-blocks .images .owl-dots:not(.disabled) {
    left: 20px;
    right: initial;
    text-align: left;
  }
  .page-item.alternate-blocks .text {
    justify-content: flex-start;
  }
  .page-item.alternate-blocks .text .text-pull {
    padding: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .page-item.alternate-blocks .images .image {
    min-height: 250px;
  }
  .page-item.alternate-blocks .text .text-pull {
    padding: 40px 20px;
  }
}
.page-item.activity-booking {
  padding: 50px 20px;
}
.page-item.activity-booking .cta {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 75px 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-item.activity-booking .cta:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 34, 58, 0.9);
  position: absolute;
  z-index: 1;
}
.page-item.activity-booking .content {
  position: relative;
  z-index: 2;
}
.page-item.activity-booking h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
}
.page-item.activity-booking .description {
  color: #b3b3b3;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1025px) {
  .page-item.activity-booking .cta {
    padding: 50px;
  }
  .page-item.activity-booking h2 {
    font-size: 36px;
  }
  .page-item.activity-booking .description {
    font-size: 24px;
  }
}
@media screen and (max-width: 769px) {
  .page-item.activity-booking .cta {
    padding: 30px 20px;
  }
}
.page-item.activities-list {
  padding: 29px;
}
.page-item.form {
  padding: 40px 20px;
}
.page-item.form .container {
  display: flex;
  flex-wrap: wrap;
}
.page-item.form .contacts-block {
  width: 275px;
  margin-left: 30px;
}
.page-item.form .contacts-block .contact {
  margin-bottom: 18px;
  padding: 35px;
  background: #fff;
  border-radius: 15px;
}
.page-item.form .contacts-block .contact:last-of-type {
  margin-bottom: 0;
}
.page-item.form .contacts-block .contact .phone {
  margin-bottom: 5px;
}
.page-item.form .contacts-block .contact .phone span {
  display: block;
  font-weight: bold;
}
.page-item.form .contacts-block .contact .mail {
  margin-bottom: 5px;
  word-wrap: break-word;
}
.page-item.form .contacts-block .contact .mail a {
  color: #000;
  font-weight: bold;
}
.page-item.form .contacts-block .contact .map {
  margin-bottom: 18px;
}
.page-item.form .contacts-block .contact .map a {
  display: block;
}
.page-item.form .contacts-block .contact .map img {
  display: block;
  width: 108px;
  height: 108px;
  border-radius: 108px;
}
.page-item.form .block-sub-title {
  display: block;
  margin-bottom: 26px;
}
.page-item.form .form {
  width: 886px;
  max-width: 100%;
  background: #fff;
  padding: 40px 60px;
}
.page-item.form .form h3 {
  color: #3f223a;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 22px 0;
}
@media screen and (max-width: 1281px) {
  .page-item.form .contacts-block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .page-item.form .contacts-block .contacts {
    display: flex;
    width: 100%;
    padding-top: 15px;
    align-items: stretch;
  }
  .page-item.form .contacts-block .contact {
    width: calc(33.3333% - 10px);
  }
  .page-item.form .contacts-block .contact:nth-child(3n+2) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-item.form .contacts-block .contact:last-of-type {
    margin-bottom: 18px;
  }
  .page-item.form .form {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .page-item.form .contacts-block .contacts {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-item.form .contacts-block .contact {
    width: 100%;
    max-width: 330px;
  }
  .page-item.form .contacts-block .contact:last-of-type {
    margin-bottom: 0;
  }
}
.page-item.map .map-container {
  position: relative;
}
.page-item.map .map {
  height: 585px;
}
.page-item.map p {
  margin: 0;
}
.page-item.map strong {
  font-weight: bold;
}
.page-item.drawers {
  padding: 0 20px 50px 20px;
}
.page-item.drawers > .container {
  margin-top: 20px;
}
.page-item.drawers h2 {
  margin-bottom: 30px;
}
.page-item.drawers .item {
  border-top: 1px solid #e26d5a;
}
.page-item.drawers .item:last-of-type {
  border-bottom: 1px solid #e26d5a;
}
.page-item.drawers .item.open .toggle .minus {
  opacity: 1;
}
.page-item.drawers .item.open .toggle .plus {
  opacity: 0;
}
.page-item.drawers .head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
}
.page-item.drawers .head h3 {
  margin: 0;
}
.page-item.drawers .toggle {
  padding: 0 17px;
  height: 13px;
  position: relative;
}
.page-item.drawers .toggle .minus,
.page-item.drawers .toggle .plus {
  font-size: 40px;
  display: inline-block;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 0s;
  color: #e26d5a;
}
.page-item.drawers .toggle .minus {
  opacity: 0;
}
.page-item.drawers .toggle .plus {
  opacity: 1;
}
.page-item.drawers .content {
  padding: 0 46px 20px 108px;
  max-width: 1000%;
  margin: 0 auto;
}
.page-item.drawers .content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .page-item.drawers .content {
    padding-left: 0;
  }
}
.page-item.gallery {
  padding: 25px 20px;
}
.page-item.gallery .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.page-item.gallery .image {
  position: relative;
  overflow: hidden;
}
.page-item.gallery .image:after {
  content: "";
  display: block;
  opacity: 0;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
  pointer-events: none;
  z-index: 0;
  background: #3f223a;
}
.page-item.gallery .image:hover:after {
  opacity: 0.5;
}
.page-item.gallery .image:hover .cross {
  opacity: 1;
}
.page-item.gallery .image:hover img {
  max-width: 110%;
  max-height: 110%;
}
.page-item.gallery .cross {
  backface-visibility: hidden;
  display: block;
  width: 62px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../images/picto-photo.png") no-repeat center;
  pointer-events: none;
  opacity: 0;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.3s 0s;
  z-index: 1;
}
.page-item.gallery img {
  backface-visibility: hidden;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s 0s;
  max-width: 100%;
  max-height: 100%;
  width: 200%;
  height: 200%;
  object-fit: cover;
}
.page-item.gallery .left,
.page-item.gallery .right {
  width: 50%;
  height: 580px;
}
.page-item.gallery .left a,
.page-item.gallery .right a {
  display: block;
  width: 100%;
}
.page-item.gallery .left .image {
  height: 580px;
}
.page-item.gallery .right {
  display: flex;
  flex-wrap: wrap;
}
.page-item.gallery .right .image {
  width: 50%;
  height: 290px;
}
.page-item.gallery .right .image:nth-child(n+5) {
  display: none;
}
@media screen and (max-width: 1025px) {
  .page-item.gallery {
    flex-wrap: wrap;
  }
  .page-item.gallery .left,
.page-item.gallery .right {
    width: 100%;
  }
  .page-item.gallery .left {
    height: 290px;
  }
  .page-item.gallery .left .image {
    height: 290px;
  }
}
@media screen and (max-width: 769px) {
  .page-item.gallery .right {
    height: auto;
  }
  .page-item.gallery .right .image {
    width: 100%;
  }
}
.page-item.image {
  position: relative;
  padding: 25px 38px;
}
.page-item.image .parallax-window {
  min-height: 740px;
}
.page-item.image img {
  display: block;
  width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 1025px) {
  .page-item.image .parallax-window {
    min-height: 300px;
  }
}
.page-item.introduction {
  padding: 65px 20px 55px 20px;
}
.page-item.introduction .container {
  max-width: 600px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.page-item.introduction p {
  line-height: 27px;
}
.page-item.introduction p:last-of-type {
  margin-bottom: 0;
}
.page-item.quick-access {
  padding: 35px 20px;
}
.page-item.quick-access .container {
  background-color: #f4f2f4;
  padding: 36px 48px 26px 48px;
  border-radius: 15px;
  max-width: 100%;
}
.page-item.quick-access .links {
  margin-top: 12px;
}
.page-item.quick-access .links a {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1240px) {
  .page-item.quick-access {
    padding: 35px 0;
  }
  .page-item.quick-access .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-item.news {
  padding: 0 20px;
}
.page-item.news .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
}
.page-item.news .container.subtitle {
  margin-bottom: 27px;
}
.page-item.news article, .page-item.news .grid-item {
  width: calc(50% - 18.5px);
  background-color: #ffffff;
  padding: 44px;
  border-radius: 40px;
  margin-bottom: 37px;
  position: relative;
}
.page-item.news article .date, .page-item.news .grid-item .date {
  position: absolute;
  right: 52px;
  top: 53px;
}
.page-item.news article img, .page-item.news .grid-item img {
  width: auto;
  border-radius: 108px;
}
.page-item.news .content {
  position: relative;
  margin-top: 35px;
}
.page-item.news .content h3 {
  margin: 15px 0 0 0;
  color: #000000;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}
.page-item.news .content .cats {
  text-transform: uppercase;
  color: #cbd4c2;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2.52px;
}
.page-item.news .content .cats span {
  display: inline-block;
  margin-left: 10px;
}
.page-item.news .content .cats span:first-of-type {
  margin-left: 0;
}
.page-item.news .content .text {
  margin: 15px 0 19px 0;
  line-height: 24px;
}
.page-item.news .content .btn, .page-item.news .content .page-item.woocommerce-form-login button[type=submit], .page-item.woocommerce-form-login .page-item.news .content button[type=submit], .page-item.news .content .page-item.woocommerce-single .woocommerce-variation-add-to-cart .single_add_to_cart_button, .page-item.woocommerce-single .woocommerce-variation-add-to-cart .page-item.news .content .single_add_to_cart_button, .page-item.news .content .page-item.woocommerce-checkout button[type=submit], .page-item.woocommerce-checkout .page-item.news .content button[type=submit] {
  align-self: flex-start;
}
@media screen and (max-width: 950px) {
  .page-item.news article, .page-item.news .grid-item {
    width: 100%;
  }
}
.page-item.numbers {
  position: relative;
  padding: 130px 100px;
  margin: 20px 0;
  z-index: 1;
}
.page-item.numbers .inside-title {
  position: absolute;
  left: 0;
  top: 0;
  height: 130px;
  line-height: 130px;
  text-align: center;
  width: 100%;
}
.page-item.numbers .inside-title span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.page-item.numbers .bg {
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.page-item.numbers .bg:after {
  background: rgba(63, 34, 58, 0.8);
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-item.numbers .numbers {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.page-item.numbers .item {
  width: 100%;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(173, 173, 173, 0.5);
  flex-grow: 1;
}
.page-item.numbers .item:last-of-type {
  border-right: 0;
}
.page-item.numbers .item:nth-child(2n) {
  color: #e26d5a;
}
.page-item.numbers .line {
  font-weight: bold;
}
.page-item.numbers .line.line-1 {
  font-size: 86px;
  line-height: 86px;
}
.page-item.numbers .line.line-2 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 5px 0;
}
@media screen and (max-width: 1281px) {
  .page-item.numbers .numbers {
    flex-wrap: wrap;
  }
  .page-item.numbers .item {
    border-right: 0;
    border-bottom: 1px solid rgba(173, 173, 173, 0.5);
    padding: 15px 0;
  }
  .page-item.numbers .item:last-of-type {
    border-bottom: 0;
  }
  .page-item.numbers .line.line-1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 769px) {
  .page-item.numbers .line.line-1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.page-item.partners {
  padding: 25px 20px;
}
.page-item.partners .container {
  margin-top: 20px;
}
.page-item.partners h2 {
  margin-bottom: 30px;
}
.page-item.partners .item {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  background: #fff;
  padding: 35px 20px 35px 0;
}
.page-item.partners .item:last-of-type {
  margin-bottom: 0;
}
.page-item.partners .logo {
  width: 275px;
  height: 175px;
  line-height: 175px;
  max-width: 100%;
  text-align: center;
  transition: all linear 0.3s;
}
.page-item.partners .logo img {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.page-item.partners .text {
  width: calc(100% - 275px);
}
.page-item.partners .text a {
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .page-item.partners .item {
    flex-wrap: wrap;
    padding: 35px 20px;
  }
  .page-item.partners .text {
    width: 100%;
  }
  .page-item.partners .logo {
    width: 100%;
  }
}
.page-item.slider {
  padding: 25px 20px;
}
.page-item.slider .container {
  position: relative;
}
.page-item.slider .arrows-relative {
  position: relative;
  padding: 0 95px;
  margin-top: 20px;
}
.page-item.slider .owl-stage {
  display: flex;
}
.page-item.slider .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.page-item.slider .owl-item .item .content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.page-item.slider .owl-item .item .content .text {
  flex-grow: 1;
}
.page-item.slider .item {
  width: 100%;
  background-color: #ffffff;
  padding: 44px;
  border-radius: 40px;
}
.page-item.slider .item img {
  width: auto;
  border-radius: 108px;
}
.page-item.slider .content {
  position: relative;
  margin-top: 35px;
}
.page-item.slider .content .btn {
  margin-bottom: 8px;
  margin-right: 8px;
}
.page-item.slider .content h3 {
  margin: 15px 0 0 0;
  color: #000000;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}
.page-item.slider .content .text {
  margin: 15px 0 19px 0;
  line-height: 24px;
}
.page-item.slider .content .btn, .page-item.slider .content .page-item.woocommerce-form-login button[type=submit], .page-item.woocommerce-form-login .page-item.slider .content button[type=submit], .page-item.slider .content .page-item.woocommerce-single .woocommerce-variation-add-to-cart .single_add_to_cart_button, .page-item.woocommerce-single .woocommerce-variation-add-to-cart .page-item.slider .content .single_add_to_cart_button, .page-item.slider .content .page-item.woocommerce-checkout button[type=submit], .page-item.woocommerce-checkout .page-item.slider .content button[type=submit] {
  align-self: flex-start;
}
.page-item.slider .owl-slider-builder {
  position: static;
}
.page-item.slider .owl-slider-builder:not(.owl-loaded) {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.page-item.slider .owl-next,
.page-item.slider .owl-prev {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/arrow-slider.png") no-repeat center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
}
.page-item.slider .owl-prev {
  left: -76px;
}
.page-item.slider .owl-next {
  transform: translateY(-50%) rotate(180deg);
  right: -76px;
}

.grid-slider {
  display: flex;
flex-wrap: wrap;
  gap: 16px;
}

.grid-slider .item {
  width: auto;
  flex-basis: calc(32% - 8px);
}

@media screen and (max-width: 1200px) {
 .grid-slider .item {
    flex-basis: calc(50% - 8px);
  }
}

@media screen and (max-width: 769px) {
  .page-item.slider .owl-next,
.page-item.slider .owl-prev {
    top: 30px;
  }
  .page-item.slider .owl-prev {
    transform: translateY(0);
  }
  .page-item.slider .owl-next {
    transform: rotate(180deg);
  }
  .page-item.slider .item img {
    margin-left: auto;
    margin-right: auto;
  }
  .page-item.slider .arrows-relative {
    padding: 0;
  }
  .page-item.slider .owl-prev {
    left: 30px;
  }
  .page-item.slider .owl-next {
    right: 30px;
  }
  .grid-slider .item {
    flex-basis: 100%;
  }
}



.page-item.slider-home {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  padding: 0 34px 34px 34px;
}

.page-item.slider-home .left h1 {
  font-size: 32px;
}

.page-item.slider-home .left {
  position: relative;
  width: calc(100% - 570px);
}
.page-item.slider-home .left .item {
  display: flex;
  height: 540px;
  position: relative;
  padding: 80px 110px;
  align-items: flex-end;
  border-radius: 25px;
  overflow: hidden;
}
.page-item.slider-home .left .item:after {
  content: "";
  background-image: linear-gradient(to top, #b7dee1 0%, rgba(183, 222, 225, 0) 100%);
  z-index: 2;
}
.page-item.slider-home .left img {
  width: auto;
  display: inline-block;
}
.page-item.slider-home .left .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.page-item.slider-home .left .content {
  position: relative;
  z-index: 3;
  max-width: 100%;
}
.page-item.slider-home .left .illustration,
.page-item.slider-home .left .title,
.page-item.slider-home .left .btn-wrapper {
  backface-visibility: none;
  opacity: 0;
  transform: translate3d(0, -400px, 0);
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s 0s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.1s 0.5s;
}
.page-item.slider-home .left .illustration {
  margin-bottom: 30px;
}
.page-item.slider-home .left .illustration img {
  width: auto;
  margin: 0 auto;
}
.page-item.slider-home .left a {
  color: #3f223a;
}
.page-item.slider-home .left .title {
  color: #3f223a;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.1em;
}
.page-item.slider-home .left .btn-wrapper {
  margin-top: 35px;
}
.page-item.slider-home .left .owl-stage {
  display: flex;
  width: 100%;
}
.page-item.slider-home .left .owl-item {
  flex-shrink: 0;
  float: none;
  overflow: hidden;
}
.page-item.slider-home .left .owl-item.active .title,
.page-item.slider-home .left .owl-item.active .btn-wrapper,
.page-item.slider-home .left .owl-item.active .illustration {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page-item.slider-home .left .owl-item.active .title {
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s 0.6s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0.2s;
}
.page-item.slider-home .left .owl-item.active .btn-wrapper {
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 0.8s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0.4s;
}
.page-item.slider-home .left .owl-item.active .illustration {
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s 0.4s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s 0s;
}
.page-item.slider-home .left .owl-next,
.page-item.slider-home .left .owl-prev {
  width: 37px;
  height: 52px;
  position: absolute;
  bottom: 114px;
  background: url("../images/arrow-slider-home.png") no-repeat center;
}
.page-item.slider-home .left .owl-prev {
  left: 30px;
  transform: rotate(180deg);
}
.page-item.slider-home .left .owl-next {
  right: 30px;
}
@media screen and (max-width: 1025px) {
  .page-item.slider-home .left .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 769px) {
  .page-item.slider-home .left .item {
    padding: 50px 35px;
  }
  .page-item.slider-home .left h1 {
    font-size: 28px;  
  }
  .page-item.slider-home .left .owl-prev {
    left: 10px;
  }
  .page-item.slider-home .left .owl-next {
    right: 10px;
  }
}
.page-item.slider-home .right {
  width: 570px;
  padding-left: 34px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.page-item.slider-home .right article {
  position: relative;
  background: #A6C6D0;
  background: linear-gradient(142deg,rgba(166, 198, 208, 1) 0%, rgba(188, 207, 212, 1) 100%);
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 25px;
  overflow: hidden;
}
.page-item.slider-home .right article:first-child {
  margin-bottom: 35px;
}
.page-item.slider-home .right article .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-position: center;
  background-size: cover;
}
.page-item.slider-home .right article .content, .page-item.slider-home .right article img {
  position: relative;
  z-index: 1;
}
.page-item.slider-home .right article .img {
  margin-bottom: 0;
}
.page-item.slider-home .right article img {
  width: auto;
  border-radius: 108px;
}
.page-item.slider-home .right article h3 {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin: 15px 0;
}
.page-item.slider-home .right article .cats {
  text-transform: uppercase;
  color: #cbd4c2;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2.52px;
}
.page-item.slider-home .right article .cats span {
  display: inline-block;
  margin-left: 10px;
}
.page-item.slider-home .right article .cats span:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1250px) {
  .page-item.slider-home {
    flex-wrap: wrap;
    padding: 0;
  }
  .page-item.slider-home .left {
    width: 100%;
  }
  .page-item.slider-home .left .item {
    height: 400px;
    border-radius: 0;
  }
  .page-item.slider-home .left .owl-prev, .page-item.slider-home .left .owl-next {
    bottom: 57px;
  }
  .page-item.slider-home .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
  }
  .page-item.slider-home .right article {
    width: calc(50% - 17px);
    border-radius: 25px 0 0 0;
  }
  .page-item.slider-home .right article:first-child {
    margin-right: 34px;
    margin-bottom: 0;
    border-radius: 0 25px 0 0;
  }
}
@media screen and (max-width: 815px) {
  .page-item.slider-home .right {
    display: block;
  }
  .page-item.slider-home .right article {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .page-item.slider-home .right article:first-child {
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 0;
  }
}
.page-item.text {
  padding: 46px 20px;
}
.page-item.text .text {
  width: 100%;
  max-width: 930px;
  margin-left: auto;
}
.page-item.text .text *:first-child {
  margin-top: 0;
}
.page-item.text p {
  color: #000;
  line-height: 24px;
}
.page-item.title {
  padding: 35px 20px 50px 20px;
  overflow: hidden;
}
.page-item.title h2 {
  margin: 0;
}
.page-item.title .title-1,
.page-item.title .title-2 {
  backface-visibility: hidden;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1s 0s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s 0.5s;
}
.page-item.title .title-1 {
  color: #e26d5a;
  font-size: 15px;
  transform: translate3d(-100%, 0, 0);
}
.page-item.title .title-1.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page-item.title .title-2 {
  font-size: 32px;
  color: #3f223a;
  transform: translate3d(100%, 0, 0);
}
.page-item.title .title-2.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page-item.video {
  padding-bottom: 25px;
}
.page-item.video .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 458px;
  max-height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.page-item.video .bg:after {
  content: "";
  display: block;
  background: rgba(63, 34, 58, 0.8);
  z-index: 1;
}
.page-item.video .vid-container {
  position: relative;
  padding-top: 65px;
}
.page-item.video .container {
  max-width: 796px;
  position: relative;
  z-index: 2;
}
.page-item.video .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  cursor: pointer;
  transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s 0.5s;
}
.page-item.video .hover:after {
  content: "";
  display: block;
  width: 126px;
  height: 126px;
  background: url("../images/play-video.png") no-repeat center;
}
.page-item.video .hover.hidden {
  opacity: 0;
  pointer-events: none;
}
.page-item.team {
  padding: 0 20px 50px 20px;
}
.page-item.team .items {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.page-item.team .item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 33px;
}
.page-item.team .img {
  width: 320px;
  max-width: 100%;
}
.page-item.team .text {
  padding-left: 40px;
  width: calc(100% - 320px);
}
.page-item.team img {
  display: block;
}
.page-item.team .name {
  font-size: 19px;
  font-family: "Arial";
  margin-bottom: 5px;
  position: relative;
}
.page-item.team .role {
  color: #e26d5a;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Arial";
  margin-bottom: 30px;
}
.page-item.team .description {
  font-size: 12px;
  color: #666666;
}
.page-item.team .description p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .page-item.team .item {
    flex-wrap: wrap;
  }
  .page-item.team .text {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
.page-item.top-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #fff;
}
.page-item.top-banner .left {
  padding: 44px 76px;
}
.page-item.top-banner .icon {
  border-radius: 225px;
  display: inline-block;
}
.page-item.top-banner .right {
  padding: 44px 20px;
}
.page-item.top-banner .right .block-sub-title {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1025px) {
  .page-item.top-banner .left {
    padding: 44px 20px;
  }
}
@media screen and (max-width: 600px) {
  .page-item.top-banner {
    flex-wrap: wrap;
  }
  .page-item.top-banner .left {
    width: 100%;
    padding: 20px;
  }
  .page-item.top-banner .icon {
    width: 150px;
    height: 150px;
    border-radius: 150px;
  }
  .page-item.top-banner .right {
    padding: 0 20px 40px 20px;
    width: 100%;
  }
}
.page-item.woocommerce-cart {
  padding: 40px 20px;
}
.page-item.woocommerce-cart .page-item.woocommerce-cart {
  padding: 0;
}
.page-item.woocommerce-cart > .container {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
}
.page-item.woocommerce-cart .product-remove a {
  margin: 0 auto;
}
.page-item.woocommerce-cart .product-thumbnail {
  width: 118px;
}
.page-item.woocommerce-cart .product-thumbnail a {
  display: inline-block;
  width: 100%;
  max-width: 100px;
}
.page-item.woocommerce-cart .product-thumbnail a img {
  width: 100%;
}
.page-item.woocommerce-cart .cart_totals td {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-item.woocommerce-cart .product-subtotal, .page-item.woocommerce-cart .product-remove {
    width: 1px;
    white-space: nowrap;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page-item.woocommerce-cart .wc-proceed-to-checkout > .btn, .page-item.woocommerce-cart .page-item.woocommerce-form-login .wc-proceed-to-checkout > button[type=submit], .page-item.woocommerce-form-login .page-item.woocommerce-cart .wc-proceed-to-checkout > button[type=submit], .page-item.woocommerce-cart .page-item.woocommerce-single .woocommerce-variation-add-to-cart .wc-proceed-to-checkout > .single_add_to_cart_button, .page-item.woocommerce-single .woocommerce-variation-add-to-cart .page-item.woocommerce-cart .wc-proceed-to-checkout > .single_add_to_cart_button, .page-item.woocommerce-cart .page-item.woocommerce-checkout .wc-proceed-to-checkout > button[type=submit], .page-item.woocommerce-checkout .page-item.woocommerce-cart .wc-proceed-to-checkout > button[type=submit] {
  width: 100%;
  text-align: center;
}
.page-item.woocommerce-cart .fee .fee-details {
  font-weight: normal;
  display: block;
  margin-top: 7px;
  font-size: 13px;
  line-height: normal;
  color: #3f223a;
}
@media screen and (max-width: 1240px) {
  .page-item.woocommerce-cart {
    padding: 40px 0;
  }
}
.page-item.woocommerce-checkout {
  padding: 40px 20px;
}
.page-item.woocommerce-checkout .page-item.woocommerce-cart {
  padding: 0;
}
.page-item.woocommerce-checkout > .container {
  background: #fff;
  padding: 30px 40px;
  border-radius: 15px;
}
.page-item.woocommerce-checkout button[type=submit] {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.page-item.woocommerce-checkout .page-item.woocommerce-form-login {
  padding: 0;
}
.page-item.woocommerce-checkout .page-item.woocommerce-form-login .container {
  padding: 0;
}
.page-item.woocommerce-checkout .woocommerce-form-login-toggle {
  display: none;
}
.page-item.woocommerce-checkout form.woocommerce-form-login {
  display: block !important;
}
.page-item.woocommerce-checkout #customer_details {
  max-width: 650px;
}
.page-item.woocommerce-checkout li.wc_payment_method {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-item.woocommerce-checkout li.wc_payment_method label, .page-item.woocommerce-checkout li.wc_payment_method input {
  margin-bottom: 7px !important;
}
.page-item.woocommerce-checkout li.wc_payment_method .payment_box {
  width: 100%;
}
.page-item.woocommerce-checkout .fee .fee-details {
  font-weight: normal;
  display: block;
  margin-top: 7px;
  font-size: 13px;
  line-height: normal;
  color: #3f223a;
}
@media screen and (max-width: 1240px) {
  .page-item.woocommerce-checkout {
    padding: 40px 0;
  }
  .page-item.woocommerce-checkout > .container {
    padding: 30px 20px;
  }
}
.page-item.woocommerce-my-account {
  padding: 40px 20px;
  position: relative;
}
.page-item.woocommerce-my-account > .container {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
}
.page-item.woocommerce-single {
  padding: 45px 20px;
}
.page-item.woocommerce-single .container {
  background-color: #ffffff;
  padding: 55px;
  border-radius: 15px;
}
.page-item.woocommerce-single .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
.page-item.woocommerce-single .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  font-family: "Nunito";
  padding-right: 45px;
  float: none !important;
}
.page-item.woocommerce-single .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled {
  background: #3f223a;
  opacity: 0.5;
  cursor: not-allowed;
}
.page-item.woocommerce-single .woocommerce-variation-add-to-cart .single_add_to_cart_button:after {
  position: absolute;
  top: 19px;
  right: 15px;
}
.page-item.woocommerce-single .woocommerce-variation-add-to-cart .added_to_cart {
  margin-left: 19px;
}
.page-item.woocommerce-single .woocommerce-variation.single_variation {
  display: none !important;
}
.page-item.woocommerce-single .reset_variations {
  margin-left: 10px;
}
.page-item.woocommerce-single .block_title_add_to_cart h3 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin: 5px 0 20px 0;
}
.page-item.woocommerce-single .variations .line {
  border-bottom: 1px solid #b7dee1;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.page-item.woocommerce-single .variations .line:first-child {
  border-top: 1px solid #b7dee1;
}
.page-item.woocommerce-single .variations .line .label {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-right: 19px;
}
.page-item.woocommerce-single .variations .line .label label {
  margin-bottom: 0;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.page-item.woocommerce-single .variations .line .variation-radios {
  display: none;
}
.page-item.woocommerce-single .variations .line.pa_creneaux {
  display: block;
}
.page-item.woocommerce-single .variations .line.pa_creneaux select {
  display: none;
}
.page-item.woocommerce-single .variations .line.pa_creneaux .variation-radios {
  display: flex;
}
.page-item.woocommerce-single .variations .line.pa_creneaux .variation-select {
  display: none;
}
.page-item.woocommerce-single .variations .line.pa_creneaux .label {
  margin-right: 0;
  margin-bottom: 11px;
}
.page-item.woocommerce-single .variations .variation-select {
  display: inline-block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.page-item.woocommerce-single .variations .variation-select:after {
  content: "";
  background-image: url("../images/select-pointer-news.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #b7dee1;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  pointer-events: none;
}
.page-item.woocommerce-single .variations .variation-select select {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  padding: 15px 60px 15px 30px;
  appearance: none;
  font-family: "Nunito";
  cursor: pointer;
  margin: 0 !important;
  line-height: normal;
}
.page-item.woocommerce-single .variations .variation-radios {
  display: none;
  flex-wrap: wrap;
}
.page-item.woocommerce-single .variations .variation-radios .el {
  background-color: #f9f7f9;
  width: 292px;
  max-width: 100%;
  margin-right: 9px;
  margin-bottom: 9px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.page-item.woocommerce-single .variations .variation-radios .el.disabled {
  cursor: not-allowed;
}
.page-item.woocommerce-single .variations .variation-radios .el.disabled label, .page-item.woocommerce-single .variations .variation-radios .el.disabled input {
  pointer-events: none;
  opacity: 0.3;
}
.page-item.woocommerce-single .variations .variation-radios .el input {
  margin: 0 0 0 20px;
}
.page-item.woocommerce-single .variations .variation-radios .el label {
  margin: 0;
  padding: 20px 20px 20px 45px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 25px;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.page-item.woocommerce-form-login {
  padding: 40px 20px;
}
.page-item.woocommerce-form-login > .container {
  background: #fff;
  padding: 30px 40px;
  border-radius: 15px;
  max-width: 1200px;
}
.page-item.woocommerce-form-login button[type=submit] {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.page-item.woocommerce-form-login label.woocommerce-form-login__rememberme {
  display: inline-block;
  vertical-align: middle;
}

body #cookie-notice .button.bootstrap {
  background: #e26d5a;
}
body #cookie-notice .button.bootstrap:hover {
  background: #e26d5a;
}

body .mfp-arrow-right::after {
  border-left: 17px solid #e26d5a;
}
body .mfp-arrow-left::after {
  border-right: 17px solid #e26d5a;
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
  color: #e26d5a;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
      * Remove all paddings around the image on small screen
      */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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