@charset "UTF-8";
/* Whisky twelves */
@import "plugins/bootstrap5.min.css";
/* Text */
/* Reset */
/* transition */
/* Utilitaires */
/* Bouton */
/* BG */
/* Text color */
/* Filter */
/* tag */
/* Responsive */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;700&family=Work+Sans:wght@700&display=swap");
/* Hover */
/*------*/
/* Typo */
/*------*/
/*400*/
/*------------*/
/* Responsive */
/*-----------*/
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*Button TOP*/
/*Icone*/
/*Soustraction*/
/*Link*/
/*tag*/
/*form*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/* 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: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.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;
  }
}
/* Form design */
input:not([type=checkbox], [type=submit], [type=radio]), textarea, select, .form-control {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #292929;
  padding: 1.1rem;
  line-height: 1.1;
  background-color: transparent;
  color: #292929;
  -webkit-appearance: none;
}
input:not([type=checkbox], [type=submit], [type=radio]):focus, input:not([type=checkbox], [type=submit], [type=radio]):active, textarea:focus, textarea:active, select:focus, select:active, .form-control:focus, .form-control:active {
  border: 1px solid #808080;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label {
  margin-bottom: 0.5rem;
  color: #292929;
  font-weight: 300;
}

.forminator-required {
  color: #bd0000;
}

.forminator-error-message {
  font-weight: 700;
  color: #bd0000;
  margin-top: 0.5rem;
  display: block;
}

.forminator-response-message {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  border-radius: 0;
}
.forminator-response-message p {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
}
.forminator-response-message.forminator-error {
  background-color: #bd0000;
  color: #fff;
}
.forminator-response-message.forminator-success {
  background-color: #008554;
  color: #fff;
  padding: 1rem;
}

input[type=checkbox] {
  margin-right: 0.35rem;
}

/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a[href^="mailto:"] {
  text-transform: lowercase !important;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

button {
  background: transparent;
  outline: none;
  border: 0;
}

a, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
}

.link {
  text-transform: uppercase;
}
.link svg {
  position: relative;
  top: -2px;
}

.btn_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #292929;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: #292929;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #292929 !important;
  border-color: #292929;
}
.btn_primary svg {
  position: relative;
  top: -3px;
}

.btn_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: #808080;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_secondary:hover, .btn_secondary:focus, .btn_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #292929;
  color: #fff !important;
  border-color: transparent;
}
.btn_secondary svg {
  position: relative;
  top: -3px;
}

.btn_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #292929;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: transparent;
  color: #292929 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_third:hover, .btn_third:focus, .btn_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #292929;
  color: #fff !important;
  border-color: #292929;
}
.btn_third svg {
  position: relative;
  top: -3px;
}

.btn_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #292929;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: #292929;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #808080;
  color: #292929 !important;
  border-color: transparent;
}
.btn_dark svg {
  position: relative;
  top: -3px;
}

.btn_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: #e3e3e3;
  color: #292929 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_light:hover, .btn_light:focus, .btn_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: transparent;
  color: #e3e3e3 !important;
  border-color: transparent;
}
.btn_light svg {
  position: relative;
  top: -3px;
}

.btn_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #292929;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: #fff;
  color: #292929 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_white:hover, .btn_white:focus, .btn_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #292929;
  color: #fff !important;
  border-color: #292929;
}
.btn_white svg {
  position: relative;
  top: -3px;
}

.btn_outline_primary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #292929;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: transparent;
  color: #292929 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #292929;
  color: #fff !important;
  border-color: #292929;
}
.btn_outline_primary svg {
  position: relative;
  top: -3px;
}

.btn_outline_secondary {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #808080;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: transparent;
  color: #808080 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_secondary:hover, .btn_outline_secondary:focus, .btn_outline_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #808080;
  color: #fff !important;
  border-color: #808080;
}
.btn_outline_secondary svg {
  position: relative;
  top: -3px;
}

.btn_outline_third {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: transparent;
  color: transparent !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_third:hover, .btn_outline_third:focus, .btn_outline_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: transparent;
  color: #fff !important;
  border-color: transparent;
}
.btn_outline_third svg {
  position: relative;
  top: -3px;
}

.btn_outline_dark {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #292929;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: transparent;
  color: #292929 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_dark:hover, .btn_outline_dark:focus, .btn_outline_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #292929;
  color: #292929 !important;
  border-color: #292929;
}
.btn_outline_dark svg {
  position: relative;
  top: -3px;
}

.btn_outline_light {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: transparent;
  color: #e3e3e3 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_light:hover, .btn_outline_light:focus, .btn_outline_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #e3e3e3;
  color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.btn_outline_light svg {
  position: relative;
  top: -3px;
}

.btn_outline_white {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: transparent;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_outline_white:hover, .btn_outline_white:focus, .btn_outline_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #292929 !important;
  border-color: #fff;
}
.btn_outline_white svg {
  position: relative;
  top: -3px;
}

.link_primary {
  color: #292929;
  text-transform: uppercase;
  font-weight: 300;
}
.link_primary svg {
  position: relative;
  top: -2px;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #fff;
}

.link_secondary {
  color: #808080;
  text-transform: uppercase;
  font-weight: 300;
}
.link_secondary svg {
  position: relative;
  top: -2px;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #292929;
}

.link_third {
  color: transparent;
  text-transform: uppercase;
  font-weight: 300;
}
.link_third svg {
  position: relative;
  top: -2px;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #292929;
}

.link_dark {
  color: #292929;
  text-transform: uppercase;
  font-weight: 300;
}
.link_dark svg {
  position: relative;
  top: -2px;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #808080;
}

.link_light {
  color: #e3e3e3;
  text-transform: uppercase;
  font-weight: 300;
}
.link_light svg {
  position: relative;
  top: -2px;
}
.link_light:hover, .link_light:focus, .link_light:active {
  color: transparent;
}

.link_white {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.link_white svg {
  position: relative;
  top: -2px;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: rgba(255, 255, 255, 0.5);
}

.btn_icone {
  width: 37px;
  height: 37px;
  border-radius: 0;
  padding: 0;
  text-align: center;
  display: flex;
}
.btn_icone svg {
  height: calc(37px - 50%);
  width: calc(37px - 50%);
  margin: auto;
  position: relative;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  text-align: center;
  border-radius: 0;
  width: 37px;
  height: 37px;
  display: flex;
}
.list-icone a svg {
  height: calc(37px - 50%);
  width: calc(37px - 50%);
  margin: auto;
  position: relative;
}

.top-container #top {
  position: fixed;
  margin: auto;
  opacity: 0;
  right: 7%;
  bottom: 70px;
}
.top-container #top.is-visible {
  opacity: 1;
}

header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
  position: relative;
}

.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.cardImg {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
}
.card-item .cardImg:hover {
  opacity: 0.85;
}

/*----------*/
/*-- Container --*/
/*----------*/
.small-container {
  width: 600px;
  max-width: 100%;
}

.mid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (min-width: 768px) {
  .mid-container {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .mid-container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .mid-container {
    max-width: 535px;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .mid-container {
    max-width: 100%;
    margin: auto;
  }
}

/*----------*/
/*-- Logo --*/
/*----------*/
/*#logo, .navbar-brand{
  @include respond(max-md){
    width: $logo-widthM;
    height: $logo-heightM;
    &:not(.inherit-width){
      width: calc(35px + 2%);
    }
  }
  @include respond(min-md){
    width: $logo-widthE;
    height: $logo-heightE;
    &:not(.inherit-width){
      width: calc(40px + 4%);
    }
  }
  @include transition-all;
}*/
/*----------------*/
/*-- BG --*/
/*----------------*/
.bg_primary {
  background-color: #292929;
  color: #fff;
}

.bg_secondary {
  background-color: #808080;
  color: #fff;
}

.bg_third {
  background-color: transparent;
  color: #292929;
}

.bg_dark {
  background-color: #292929;
  color: #fff;
}

.bg_light {
  background-color: #e3e3e3;
  color: #292929;
}

.bg_white {
  background-color: #fff;
  color: #292929;
}

.bg_success {
  background-color: #008554;
  color: #fff;
}

.bg_danger {
  background-color: #bd0000;
  color: #fff;
}

/*----------------*/
/*-- TAG --*/
/*----------------*/
.tag_primary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #292929;
  color: #fff;
}

.tag_secondary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #808080;
  color: #fff;
}

.tag_third {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  background-color: transparent;
  color: #292929;
}

.tag_dark {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #292929;
  color: #fff;
}

.tag_light {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #e3e3e3;
  color: #292929;
}

.tag_white {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0 0;
  background-color: #fff;
  color: #292929;
}

/*----------------*/
/*-- Responsive --*/
/*----------------*/
@media only screen and (max-width: calc(576px - 0.2px)) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .navbar, .small-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Animation bouton */
/* -------------------- */
/*https://ianlunn.github.io/Hover/*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
.fadeScroll, .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
  opacity: 1;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible, .fadeElemTimeline.not-visible {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible, .fadeElemTimeline.not-visible {
    -webkit-transform: translateY(20px) !important;
    -moz-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    transform: translateY(20px) !important;
  }
}
@media (min-width: 991.98px) {
  .fadeScrollRight, .fadeScrollLeft, .fadeElemTimeline {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  .fadeScroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeScroll.not-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}
/**
prevArrow:"<button type='button' class='slick-prev pull-left'>\n" +
"<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" class=\"bi bi-chevron-left\" viewBox=\"0 0 16 16\">\n" +
"  <path fill-rule=\"evenodd\" d=\"M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/>\n" +
"</svg></button>",
nextArrow:"<button type='button' class='slick-next pull-right'><svg xmlns=\"http://www.w3.org/2000/svg\"  fill=\"currentColor\" class=\"bi bi-chevron-right\" viewBox=\"0 0 16 16\">\n" +
"  <path fill-rule=\"evenodd\" d=\"M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\"/>\n" +
"</svg></button>" **/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev svg,
.slick-next svg {
  height: 2.5rem;
  width: 2.5rem;
  color: #292929;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: 1rem;
  z-index: 3;
}

.slick-next {
  right: 1rem;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.5rem;
}

.slick-dots {
  list-style: none;
  display: block;
  padding: 0;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 0.5rem;
  cursor: pointer;
}
.slick-dots li button {
  /*Supprime les chriffres*/
  font-size: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  color: transparent;
  /*Supprime les chriffres*/
  display: block;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: " ";
  height: 15px;
  width: 3px;
  display: block;
  font-size: 3rem;
  text-align: center;
  color: #292929;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #292929;
}
.slick-dots li.slick-active button:before {
  color: #292929;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "Lato", sans-serif;
  color: #292929;
}

body, p, span, a, .link, button.link {
  font-size: calc(0.95rem + 0.015vw);
}

.btn, .link {
  font-family: "Lato", sans-serif;
}

.link {
  text-transform: uppercase;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .categories-shop figcaption a span, .h3, .h4, .h5, .h6, .title {
  font-family: "Work sans", "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .categories-shop figcaption a span a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
  font-size: 100% !important;
}

h1, .h1 {
  font-size: calc(2.8rem + 0.35vw);
}
h1 svg, .h1 svg {
  width: calc(2.8rem + 0.35vw);
  height: calc(2.8rem + 0.35vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h1, .h1 {
    font-size: calc(2rem + 0.015vw);
  }
  h1 svg, .h1 svg {
    width: calc(2rem + 0.015vw);
    height: calc(2rem + 0.015vw);
  }
}

h2, .h2, .categories-shop figcaption a span {
  font-size: calc(2rem + 0.015vw);
}
h2 svg, .h2 svg, .categories-shop figcaption a span svg {
  width: calc(2rem + 0.015vw);
  height: calc(2rem + 0.015vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h2, .h2, .categories-shop figcaption a span {
    font-size: calc(1.6rem + 0.015vw);
  }
  h2 svg, .h2 svg, .categories-shop figcaption a span svg {
    width: calc(1.6rem + 0.015vw);
    height: calc(1.6rem + 0.015vw);
  }
}

h3, .h3 {
  font-size: calc(1.6rem + 0.015vw);
}
h3 svg, .h3 svg {
  width: calc(1.6rem + 0.015vw);
  height: calc(1.6rem + 0.015vw);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h3, .h3 {
    font-size: calc(1.4rem + 0.015vw);
  }
  h3 svg, .h3 svg {
    width: calc(1.4rem + 0.015vw);
    height: calc(1.4rem + 0.015vw);
  }
}

h4, .h4 {
  font-size: calc(1.4rem + 0.015vw);
}
h4 svg, .h4 svg {
  width: calc(1.4rem + 0.015vw);
  height: calc(1.4rem + 0.015vw);
}

h5, .h5, h6, .h6 {
  font-size: calc(1rem + 0.015vw);
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: calc(1rem + 0.015vw);
  height: calc(1rem + 0.015vw);
}

p {
  white-space: normal !important;
}

p a, small a {
  font-size: 100%;
}

.text_primary {
  color: #292929;
}

.text_secondary {
  color: #808080;
}

.text_third {
  color: transparent;
}

.text_dark {
  color: #292929;
}

.text_light {
  color: #e3e3e3;
}

.text_white {
  color: #fff;
}

.text_success {
  color: #008554;
}

.text_warning {
  color: #dd8700;
}

.text_danger {
  color: #bd0000;
}

/* -- MENU wordpress -- */
header {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.is-scrolled {
  background-color: #fff;
}
header nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .menu-item a {
  font-weight: 300;
  text-transform: uppercase;
}
header .menu-item:not(.qtranxs-lang-menu) .sub-menu {
  border: 0;
  border-radius: 0;
  width: 100%;
}
header .menu-item:not(.qtranxs-lang-menu) .sub-menu li {
  display: block;
  width: 100%;
}
header .menu-item:not(.qtranxs-lang-menu) .sub-menu li a {
  display: block;
}
header .menu-item-has-children > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
header .line, header .menu-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* -- MENU écran -- */
@media (min-width: 992px) {
  header #showMenu {
    display: none;
  }
  header .menu-content {
    padding: 1rem 0;
    margin: 0;
  }
  header .menu-content .menu-item {
    display: inline-block;
  }
  header .menu-item a {
    font-size: calc(1rem + 0.015vw);
    padding: 0.5rem;
    margin: 0;
    color: #fff;
  }
  header .menu-item a:hover, header .menu-item a:focus, header .menu-item a:active {
    color: #808080;
  }
  header.is-scrolled .menu-item a {
    color: #292929;
  }
  header.is-scrolled .menu-item a:hover, header.is-scrolled .menu-item a:focus, header.is-scrolled .menu-item a:active {
    color: #808080;
  }
  header .menu-content .menu-item:not(.qtranxs-lang-menu) .menu-item-has-children {
    position: relative;
  }
  header .menu-content .menu-item:not(.qtranxs-lang-menu) .menu-item-has-children a {
    padding: 0.5rem 1rem;
  }
  header .menu-content .menu-item:not(.qtranxs-lang-menu) .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #292929;
    background-clip: padding-box;
  }
  header .menu-content .menu-item:not(.qtranxs-lang-menu) .menu-item-has-children .sub-menu a {
    color: #fff !important;
  }
  header .menu-content .menu-item:not(.qtranxs-lang-menu) .menu-item-has-children .sub-menu a:hover, header .menu-content .menu-item:not(.qtranxs-lang-menu) .menu-item-has-children .sub-menu a:focus, header .menu-content .menu-item:not(.qtranxs-lang-menu) .menu-item-has-children .sub-menu a:active {
    color: #292929 !important;
  }
  header .menu-content .menu-item:not(.qtranxs-lang-menu) .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
/* -- .MENU écran -- */
/* -- MENU Mobile-- */
@media (max-width: 992px) {
  header #showMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 50px;
    cursor: pointer;
    z-index: 100;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #292929;
    border-radius: 0px;
  }
  header #showMenu span {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header #showMenu span::before, header #showMenu span::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
  }
  header #showMenu span::before {
    top: 8px;
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu span::after {
    bottom: 8px;
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu.active span {
    background-color: transparent !important;
  }
  header #showMenu.active span::before, header #showMenu.active span::after {
    background-color: #fff !important;
  }
  header #showMenu.active span::before {
    top: 0;
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #showMenu.active span::after {
    bottom: 0;
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #showMenu.active #quitMenu {
    display: block;
    width: 20%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    animation: 300ms ease-in opacityAnim;
  }
  header .menu-container {
    top: 0;
    background: #292929;
    position: fixed;
    overflow: scroll;
    box-sizing: border-box;
    width: 80%;
    max-width: 100%;
    height: 100%;
    right: -100%;
    z-index: 1;
  }
  header .menu-container.open {
    right: 0;
  }
  header .menu-content {
    padding: 2rem;
    margin-top: 15vh;
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 103;
  }
  header .menu-content .menu-item {
    list-style: none;
  }
  header .menu-content .menu-item a {
    font-size: calc(2rem + 0.015vw);
    margin: 0.7rem 0rem;
    padding: 0.5rem 1rem;
    display: block;
    color: #fff;
  }
  header .menu-content .menu-item a:hover, header .menu-content .menu-item a:focus, header .menu-content .menu-item a:active {
    color: rgba(255, 255, 255, 0.5);
  }
  header .menu-content .menu-item-has-children {
    position: relative;
  }
  header .menu-content .menu-item-has-children .sub-menu {
    display: none;
  }
  header .menu-content .menu-item-has-children:focus .sub-menu, header .menu-content .menu-item-has-children:hover .sub-menu, header .menu-content .menu-item-has-children:active .sub-menu {
    display: block;
    position: absolute;
    right: -350px;
    padding-left: 1.5rem;
    width: 350px;
    top: -10px;
  }
}
/* -- .MENU Mobile -- */
@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Woocommerce */
.woocommerce-page input[type=number] {
  padding: 0.5rem !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 0;
}

.woocommerce-info::before, .woocommerce-message::before, .woocommerce a.remove {
  color: #292929 !important;
}

.woocommerce-Button {
  background-color: #292929 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-weight: 300 !important;
}
.woocommerce-Button:hover, .woocommerce-Button:focus, .woocommerce-Button:active {
  background-color: #808080 !important;
  color: #fff !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #292929 !important;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    width: 25% !important;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 0.5rem;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(41, 41, 41, 0.1);
}
.woocommerce-MyAccount-navigation ul a {
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(41, 41, 41, 0.35);
}

/* -------------- */
/* Setting */
/* -------------- */
body {
  font-family: "Lato", sans-serif;
  color: #292929;
}

strong, b {
  font-weight: 700 !important;
}

.z1 {
  z-index: 1;
  position: relative;
}

.cadre {
  position: relative;
}
.cadre:after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
}

main a:not(.btn_dark, .link_dark) {
  color: #292929;
  border-bottom: 1px solid;
}
main a:not(.btn_dark, .link_dark):hover, main a:not(.btn_dark, .link_dark):focus, main a:not(.btn_dark, .link_dark):active {
  color: #292929;
  opacity: 0.5;
}
main ul a {
  border-bottom: 0 !important;
}

/*------*/
/* Design */
/*------*/
/* -------------- */
/* Fil d'arianne */
/* -------------- */
.breadcrumb {
  margin-bottom: 1.5rem;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  color: #292929;
  text-transform: uppercase;
  font-weight: 300;
}
.breadcrumb li a svg {
  position: relative;
  top: -2px;
}
.breadcrumb li a:hover, .breadcrumb li a:focus, .breadcrumb li a:active {
  color: #808080;
}
.breadcrumb li:not(:last-of-type):after {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
}

/* -------------- */
/* Header */
/* -------------- */
header #showMenu span, header #showMenu span:before, header #showMenu span:after {
  background-color: #fff;
}
header .btn_panier {
  color: #fff;
  display: block !important;
  position: relative !important;
  top: -4px !important;
}
header.is-scrolled #showMenu span, header.is-scrolled #showMenu span:before, header.is-scrolled #showMenu span:after {
  background-color: #292929;
}
header.is-scrolled .btn_panier {
  color: #292929;
}

#logo {
  color: #fff;
}
.is-scrolled #logo {
  color: #292929;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  #logo {
    width: 35px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #logo {
    width: 40px;
    height: auto;
  }
}

@media only screen and (max-width: calc(992px - 0.2px)) {
  #menu .list-icone {
    padding: 0 2rem;
    margin: 0 1rem;
  }
  #menu .list-icone a {
    background-color: #000;
  }
}
#menu .list-icone a {
  color: #808080;
}
#menu .list-icone a:hover, #menu .list-icone a:focus, #menu .list-icone a:active {
  color: #292929;
}

.qtranxs-lang-menu li {
  display: inline-block;
}
.qtranxs-lang-menu a {
  font-size: 0 !important;
  position: relative;
  top: -5px;
}
.qtranxs-lang-menu > a {
  display: none !important;
}
.qtranxs-lang-menu .sub-menu {
  display: block !important;
}

.btn_panier svg {
  width: calc(1.4rem + 0.015vw);
  height: calc(1.4rem + 0.015vw);
}

.cardImg.categories-shop {
  padding-top: 20vh;
}
@media only screen and (min-width: 576px) {
  .cardImg.categories-shop {
    padding-top: 30vh;
  }
}
@media only screen and (min-width: 992px) {
  .cardImg.categories-shop {
    padding-top: 45vh;
  }
}
.modulo .cardImg, .text_img .cardImg {
  height: 100%;
  min-height: 60vh;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  .modulo .cardImg, .text_img .cardImg {
    min-height: 45vh;
  }
}

.line-dark:after, .modulo .col-lg-5 article:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  background: #292929;
  top: 0;
  margin-left: calc(4.5rem);
  z-index: -1;
}

/* -------------- */
/* Accueil */
/* -------------- */
#banner {
  height: 65vh;
  overflow: hidden;
  position: relative;
}
#banner .cardImg {
  padding-top: 65vh;
}
#banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #292929;
  position: absolute;
  opacity: 0.75;
  top: 0;
  left: 0;
}
#banner .content {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  #banner .content {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 576px) {
  #banner .content {
    margin-left: 3rem;
  }
}
#banner .content article {
  color: #fff;
  padding-right: 1.5rem;
}
#banner .content:after {
  bottom: 0;
}
#banner .content:before {
  top: 0;
}
#banner .content:before, #banner .content:after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 30%;
  left: calc(4.5rem);
  display: block;
  position: absolute;
}

.intro_text {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .intro_text {
    padding-left: 3rem;
  }
}
.intro_text:after {
  bottom: 0;
}
.intro_text:before {
  top: 0;
}
.intro_text:before, .intro_text:after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 30%;
  margin-left: calc(4.5rem);
  display: block;
  position: absolute;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  .intro_text:before, .intro_text:after {
    display: none;
  }
}

.intro {
  position: relative;
  margin-left: 3rem;
}
.intro article {
  color: #fff;
}
.intro:after {
  bottom: 0;
}
.intro:before {
  top: 0;
}
.intro:before, .intro:after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 30%;
  margin-left: calc(4.5rem);
  display: block;
  position: absolute;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  .intro:before, .intro:after {
    display: none;
  }
}

.modulo .item {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .modulo .item:nth-child(even) .col-lg-7 {
    order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .modulo .item:nth-child(even) .col-lg-5 {
    order: 1;
  }
}
.modulo .col-lg-5 article {
  background-color: #fff;
}

/* -------------- */
/* Produits */
/* -------------- */
#marquee {
  position: relative;
  padding: 0.5rem 0;
  overflow: hidden;
  background-color: #292929;
  color: #fff;
}
#marquee .marquee-content span {
  position: relative;
  left: 0;
  top: 0;
  white-space: nowrap;
  animation: marquee-sm 9s linear infinite;
}
@media only screen and (min-width: 576px) {
  #marquee .marquee-content span {
    animation: marquee-sm 10s linear infinite;
  }
}
@media only screen and (min-width: 768px) {
  #marquee .marquee-content span {
    animation: marquee-md 15s linear infinite;
  }
}
@media only screen and (min-width: 992px) {
  #marquee .marquee-content span {
    animation: marquee-lg 18s linear infinite;
  }
}
@media only screen and (min-width: 1200px) {
  #marquee .marquee-content span {
    animation: marquee-lg 23s linear infinite;
  }
}
#marquee span {
  font-size: calc(1rem + 0.015vw);
}

@keyframes marquee-sm {
  from {
    left: 98%;
  }
  to {
    left: -110%;
  }
}
@keyframes marquee-md {
  from {
    left: 99%;
  }
  to {
    left: -50%;
  }
}
@keyframes marquee-lg {
  from {
    left: 99%;
  }
  to {
    left: -40%;
  }
}
.list-eshop, .filtres {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.list-eshop a, .filtres a {
  padding-bottom: 0.5rem;
  display: inline-block;
}
.list-eshop a.active, .filtres a.active {
  border-bottom: 1px solid #292929 !important;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  .list-eshop li, .filtres li {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 576px) {
  .list-eshop li, .filtres li {
    display: inline-block;
    margin: 0;
  }
  .list-eshop li:not(:last-of-type):after, .filtres li:not(:last-of-type):after {
    content: "|";
    padding: 0 0.5rem;
  }
}

.addToCartContainer input, .addToCartContainer button {
  padding: 0.75rem !important;
}

.product figure {
  border: 1px solid #292929;
  margin-bottom: 1.5rem;
}
.product .stretched-link::after {
  z-index: 2;
}
.product .tag_primary {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}
.product .tag_primary.statut {
  top: 1rem !important;
  right: 1rem;
  color: #292929 !important;
  display: flex;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #292929;
  border-radius: 100%;
  cursor: pointer;
}
.product .tag_primary.statut:after {
  content: "";
  display: block;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: 1px solid #292929;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.product .tag_primary.statut small {
  margin: auto;
}

.tab {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.tab li {
  display: inline-block;
}
.tab button {
  color: #fff;
  background-color: #292929;
  border: 1px solid #292929;
  padding: 1rem;
}
.tab button:hover, .tab button:focus, .tab button:active {
  color: #fff;
  background-color: #292929;
}
.tab button.active {
  color: #292929;
  background-color: #fff;
  border: 1px solid rgba(41, 41, 41, 0.5);
}

.tab-content {
  padding: 1rem;
  border: 1px solid rgba(41, 41, 41, 0.5);
  position: relative;
  top: -1px;
}
.tab-content ul {
  padding-left: 0;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.tab-content li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

#note li strong {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

/* -------------- */
/* E-shop */
/* -------------- */
.categories-shop {
  position: relative;
}
.categories-shop figcaption {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.categories-shop figcaption a {
  border: 0 !important;
  margin: auto;
}
.categories-shop figcaption a:after {
  background-color: rgba(41, 41, 41, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories-shop figcaption a span {
  color: #fff !important;
  z-index: 2;
  position: relative;
  text-shadow: 4px 3px 5px #292929;
}
.categories-shop figcaption a:hover, .categories-shop figcaption a:focus, .categories-shop figcaption a:active {
  opacity: 1 !important;
}
.categories-shop figcaption a:hover:after, .categories-shop figcaption a:focus:after, .categories-shop figcaption a:active:after {
  background-color: rgba(41, 41, 41, 0.5);
}
.categories-shop.active a:after {
  background-color: rgba(41, 41, 41, 0.5);
}

/* -------------- */
/* Footer */
/* -------------- */
footer {
  background-color: #292929;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  footer .content {
    margin-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 576px) {
  footer .content {
    margin-left: 3rem;
  }
}
footer .content:after {
  bottom: 0;
}
footer .content:before {
  top: 0;
}
footer .content:before, footer .content:after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 30%;
  margin-left: calc(4.5rem);
  display: block;
  position: absolute;
}
footer .content figure {
  background-color: #292929;
  position: relative;
  z-index: 1;
  padding: 1rem;
}
footer .content .bg_dark {
  z-index: 1;
  position: relative;
}
footer .link_light:hover, footer .link_light:focus, footer .link_light:active {
  color: #fff;
}
footer .list-icone a {
  color: #808080;
}
footer .list-icone a:hover, footer .list-icone a:focus, footer .list-icone a:active {
  color: #fff;
}

/* -------------- */
/* Calendar */
/* -------------- */
.input-person-minus, .input-person-plus {
  color: #292929 !important;
  border: 1px solid #292929 !important;
}

/* -------------- */
/* Point de vente */
/* -------------- */
@media only screen and (min-width: 768px) {
  #wpsl-search-wrap form {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  #wpsl-search-wrap form .wpsl-input, #wpsl-search-wrap form .wpsl-select-wrap, #wpsl-search-wrap form #wpsl-category, #wpsl-search-wrap form .wpsl-dropdown, #wpsl-search-wrap form .wpsl-search-btn-wrap {
    flex: 0 0 auto;
    width: 24.5%;
  }
}
#wpsl-search-wrap form .wpsl-input, #wpsl-search-wrap form .wpsl-select-wrap, #wpsl-search-wrap form #wpsl-category, #wpsl-search-wrap form .wpsl-dropdown, #wpsl-search-wrap form .wpsl-search-btn-wrap {
  margin-right: 0 !important;
  float: inherit !important;
}
#wpsl-search-wrap form .wpsl-input *, #wpsl-search-wrap form .wpsl-select-wrap *, #wpsl-search-wrap form #wpsl-category *, #wpsl-search-wrap form .wpsl-dropdown *, #wpsl-search-wrap form .wpsl-search-btn-wrap * {
  width: 100% !important;
  margin-right: 0 !important;
  float: inherit !important;
}
#wpsl-search-wrap label, #wpsl-search-wrap .wpsl-input div {
  float: inherit !important;
  width: 100% !important;
  line-height: 1 !important;
}
#wpsl-search-wrap label {
  margin-bottom: 10px !important;
}

.wpsl-search {
  background-color: transparent !important;
  padding: 1rem 0 !important;
}

#wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label {
  display: block !important;
}

#wpsl-search-btn {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #292929;
  padding: 1.1rem 1.3rem !important;
  line-height: inherit;
  border-radius: 0;
  font-size: calc(0.95rem + 0.015vw);
  font-weight: 300;
  background-color: #292929;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0 !important;
  border-radius: 0 !important;
  background-image: none !important;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#wpsl-search-btn:hover, #wpsl-search-btn:focus, #wpsl-search-btn:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #292929 !important;
  border-color: #292929;
}
#wpsl-search-btn svg {
  position: relative;
  top: -3px;
}

.wpsl-dropdown, #wpsl-search-wrap input {
  border-radius: 0;
  padding: 1.1rem;
  min-height: 58px;
}

.wpsl-directions p {
  color: rgba(41, 41, 41, 0.5);
}

.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
  padding: 0 !important;
}

.wpsl-dropdown li {
  padding: 0.3rem !important;
}

/* -------------- */
/* Visite */
/* -------------- */
#visites .border-bottom {
  border-color: #292929 !important;
}

.booking_form {
  font-family: "Lato", sans-serif !important;
  font-size: calc(0.95rem + 0.015vw) !important;
}
.booking_form h3, .booking_form h5 {
  font-weight: 700 !important;
}
.booking_form h3 {
  font-size: calc(1.4rem + 0.015vw) !important;
}
.booking_form h5 {
  font-size: calc(1rem + 0.015vw) !important;
}

.datepick-inline {
  border: 1px solid #292929 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.datepick-inline .datepick-header {
  text-transform: uppercase;
  background: #292929 !important;
}

.wpbc_times_selector div {
  color: #fff !important;
  border: 1px solid #808080 !important;
  background: #808080 !important;
  border-radius: 0 !important;
  font-size: calc(0.95rem + 0.015vw) !important;
}
.wpbc_times_selector div.wpbc_time_selected {
  border: 1px solid #292929 !important;
  background: #292929 !important;
}

.conditional_section_season-times {
  margin-bottom: 1rem;
}

.bk_calendar_frame {
  max-width: 100% !important;
}

.datepick-inline .date2approve.timespartly, .datepick-inline .date_approved.timespartly {
  background-color: #292929 !important;
  color: #fff !important;
  text-shadow: none !important;
}

.datepick-inline .date2approve.timespartly:not(.check_in_time, .check_out_time), .datepick-inline .date_approved.timespartly:not(.check_in_time, .check_out_time), .datepick-inline .date2approve.timespartly:not(.check_in_time, .check_out_time) a, .datepick-inline .date_approved.timespartly:not(.check_in_time, .check_out_time) a {
  color: #fff !important;
  text-shadow: none !important;
}

.wpbc-payment-form .btn, .wpbc-payment-form .button, .booking_form_div .btn, .booking_form_div .button, .booking_form_div .submit, .booking_form_div .button-secondary {
  background: #fff !important;
  border-color: #292929 !important;
  border-width: 1px !important;
  box-shadow: none !important;
  color: #292929 !important;
  vertical-align: center !important;
  border-radius: 0 !important;
  font-size: calc(1rem + 0.015vw) !important;
  padding: 1rem 1.3rem !important;
}
.wpbc-payment-form .btn:hover, .wpbc-payment-form .btn:focus, .wpbc-payment-form .btn:active, .wpbc-payment-form .button:hover, .wpbc-payment-form .button:focus, .wpbc-payment-form .button:active, .booking_form_div .btn:hover, .booking_form_div .btn:focus, .booking_form_div .btn:active, .booking_form_div .button:hover, .booking_form_div .button:focus, .booking_form_div .button:active, .booking_form_div .submit:hover, .booking_form_div .submit:focus, .booking_form_div .submit:active, .booking_form_div .button-secondary:hover, .booking_form_div .button-secondary:focus, .booking_form_div .button-secondary:active {
  background: #292929 !important;
  color: #fff !important;
}

.block_hints .block_free a, .block_hints .block_time, .datepick-inline .date_available a {
  color: #808080 !important;
  text-shadow: none !important;
}

.booking_form_div {
  width: 750px;
  max-width: 100%;
}

.booking_form .form-group .controls select, .booking_form select, .booking_form textarea, .booking_form input[type=text] {
  width: 100% !important;
  box-sizing: border-box !important;
  -mox-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

.booking_form_div textarea, .booking_form_div input[type=text], .booking_form_div select {
  border-color: #292929 !important;
  min-height: 45px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.line_send {
  position: relative;
}
.line_send img {
  position: absolute;
}
.line_send .btn_dark {
  background-color: #292929 !important;
  color: #fff !important;
}
.line_send .btn_dark:hover, .line_send .btn_dark:focus, .line_send .btn_dark:active {
  color: #fff !important;
  background-color: #808080 !important;
}

#booking_hint1 span {
  font-weight: 700;
  font-size: calc(1.4rem + 0.015vw);
}

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