/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@font-face {
  font-family: "Montserrat";
  src: url(../images/design/Montserrat-Bold.b5b8a3.woff2) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../images/design/Montserrat-Regular.08b133.woff2) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class],
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.loader_modal {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}
.loader_modal img {
  display: none;
}
.loader_modal.show {
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loader_modal.show, .loader_modal#loader_modal {
  height: 100vh;
  width: 100vw;
  z-index: 999;
}
@-webkit-keyframes ldio-mvuz99gxfqb {
  0% {
    background: #FF0000;
  }
  12.5% {
    background: #FF0000;
  }
  12.625% {
    background: #293133;
  }
  100% {
    background: #293133;
  }
}
@keyframes ldio-mvuz99gxfqb {
  0% {
    background: #FF0000;
  }
  12.5% {
    background: #FF0000;
  }
  12.625% {
    background: #293133;
  }
  100% {
    background: #293133;
  }
}
.loader_modal.show .ldio-mvuz99gxfqb div, .loader_modal#loader_modal .ldio-mvuz99gxfqb div {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #293133;
  -webkit-animation: ldio-mvuz99gxfqb 1s linear infinite;
          animation: ldio-mvuz99gxfqb 1s linear infinite;
}
.loader_modal.show .loadingio-spinner-blocks-xbtoavgwrvb, .loader_modal#loader_modal .loadingio-spinner-blocks-xbtoavgwrvb {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.loader_modal.show .ldio-mvuz99gxfqb, .loader_modal#loader_modal .ldio-mvuz99gxfqb {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.loader_modal.show .ldio-mvuz99gxfqb div, .loader_modal#loader_modal .ldio-mvuz99gxfqb div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* Masquer la div sur les iPhones en mode portrait */
@media only screen and (max-width: 414px) {
  #preloader,
  .loader_modal {
    display: none !important;
  }
  #preloader.show,
  .loader_modal.show {
    display: none !important;
  }
}
/* Masquer la div sur les iPhones en mode paysage */
@media only screen and (max-height: 414px) {
  #preloader,
  .loader_modal {
    display: none !important;
  }
  #preloader.show,
  .loader_modal.show {
    display: none !important;
  }
}
input[type=text],
input[type=password],
input[type=tel],
input[type=email] {
  height: 40px;
  padding: 15px;
  color: #293133;
  background-color: white;
  border: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input[type=text]:not(.newsletter_email),
input[type=password]:not(.newsletter_email),
input[type=tel]:not(.newsletter_email),
input[type=email]:not(.newsletter_email) {
  border: 1px solid #293133;
}
input[type=text].alert,
input[type=password].alert,
input[type=tel].alert,
input[type=email].alert {
  border-color: #FF0000 !important;
}

span.selection .select2-selection--single {
  background-color: #fff;
  border: 1px solid #293133;
  border-radius: 0;
  height: 40px;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  position: relative;
  margin-right: 15px;
  padding-left: 30px;
  height: 18px;
  line-height: 21px;
  cursor: pointer;
}
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #293133;
  border-radius: 5px;
}
input[type=checkbox] + label::after {
  display: none;
}
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #293133;
  border: 1px solid #293133;
  border-radius: 3px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #293133;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #FFB900;
  color: #fff;
}

.select2-results__option {
  padding: 15px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #293133 transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #293133 transparent;
}

textarea {
  padding: 15px;
  color: #293133;
  background-color: white;
  border-radius: 0;
  border: 1px solid #293133;
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 25px;
  text-transform: capitalize;
}
input[type=radio] + label::before {
  content: "";
  position: absolute;
  display: block;
  left: -25px;
  top: -1px;
  border: 1px solid #293133;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 20px;
}
input[type=radio] + label::after {
  display: none;
}
input[type=radio] + label.payment_method_cheque::before {
  top: 5px;
}
input[type=radio] + label.payment_method_cheque::after {
  top: 8px;
}
input[type=radio] + label.inline {
  display: inline-block;
  margin-right: 20px;
}
input[type=radio]:checked + label {
  font-weight: bold;
}
input[type=radio]:checked + label::after {
  display: block;
  background-color: #293133;
  content: "";
  position: absolute;
  left: -22px;
  top: 2px;
  border: 1px solid #293133;
  width: 10px;
  height: 10px;
  border-radius: 20px;
}
input[type=radio]:checked + label.orientation {
  background-color: #293133;
}
input[type=radio]:checked + label.orientation::after, input[type=radio]:checked + label.orientation::before {
  display: none;
}

.input_select {
  display: block;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  border: 1px solid #293133;
  border-radius: 0;
  background-color: #ffffff;
}
.input_select option {
  height: 40px;
  padding: 15px;
}

.payment_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.payment_container .payment_label {
  margin-left: 0;
}

input[type=radio].payment {
  display: none;
}
input[type=radio].payment + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 40px;
  border: 1px solid #293133;
  background-color: #ffffff;
}
input[type=radio].payment + label::before, input[type=radio].payment + label::after {
  display: none;
}
input[type=radio].payment:checked + label {
  background-color: #293133;
}
input[type=radio].payment:checked + label svg path,
input[type=radio].payment:checked + label svg rect {
  fill: #ffffff;
}

input[type=radio].orientation_radio {
  display: none;
}
input[type=radio].orientation_radio + label {
  cursor: pointer;
}
input[type=radio].orientation_radio + label.orientation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #293133;
  border-radius: 3px;
  width: 56px;
  height: 56px;
  margin: 0 15px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input[type=radio].orientation_radio + label.orientation div {
  display: block;
  background-color: #F4F4F4;
}
input[type=radio].orientation_radio + label.orientation div.carre {
  width: 30px;
  height: 30px;
}
input[type=radio].orientation_radio + label.orientation div.horizontal {
  width: 40px;
  height: 20px;
}
input[type=radio].orientation_radio + label.orientation div.vertical {
  width: 20px;
  height: 40px;
}
input[type=radio].orientation_radio + label.orientation::after, input[type=radio].orientation_radio + label.orientation::before {
  display: none;
}
input[type=radio].orientation_radio:checked + label.orientation {
  background-color: #293133;
}
input[type=radio].orientation_radio:checked + label.orientation::after, input[type=radio].orientation_radio:checked + label.orientation::before {
  display: none;
}

.contact_form input[type=text] {
  margin-top: 10px;
  width: 100%;
}
.contact_form .form_row:last-child {
  margin: 10px 0 0 0;
}

.range_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
}

.sliders_control {
  position: relative;
  min-height: 20px;
}

.form_control_container__time__input {
  display: none;
}

.form_control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  color: #635a5a;
  z-index: 2;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #ffffff;
          box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  z-index: 3;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  z-index: 3;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #000000;
  bottom: 0;
}

input[type=number] {
  color: #8a8383;
  width: 50px;
  height: 30px;
  font-size: 20px;
  border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #c6c6c6;
  pointer-events: none;
  bottom: 0;
}

#fromSlider,
#fromHeightSlider,
#fromWidthSlider {
  height: 0;
  z-index: 1;
}

.form_button {
  width: 100%;
  border: 1px solid #293133;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.form_button:hover {
  background-color: #293133;
  color: #ffffff;
}

.form_control_container .plus_val.show {
  display: inline-block;
}
.form_control_container .plus_val.hide {
  display: none;
}

.form_row {
  width: 100%;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 0 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .form_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form_row label.alert {
  color: #FF0000;
  font-weight: bold;
}
.form_row textarea.alert {
  border-color: #FF0000;
}
.form_row .form_col {
  width: 50%;
}
@media (max-width: 768px) {
  .form_row .form_col {
    width: 100%;
  }
}
.form_row .form_col--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .form_row .form_col--radio {
    width: 100%;
  }
}
.form_row .form_col input[type=radio] + label.inline {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
.form_row .form_col input[type=submit] {
  margin-top: 10px;
}
.form_row .form_col.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}
.form_row .form_col.flex__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form_row .form_col.flex__sub.small {
  width: 42px;
}
.form_row .legend {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.8em;
}

.form_col__sub.calendar_slots {
  width: calc(100% - 120px);
}

.slots {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  min-height: 250px;
}
.slots .selected_day_container,
.slots input[type=radio].slot + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #293133;
  height: 40px;
  padding-top: 1px;
  font-weight: bold;
}
.slots .selected_day_container {
  width: 100%;
}
.slots #slot_loader {
  position: absolute;
  top: 40px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(100% - 10px);
}
.slots #slot_loader.hide {
  display: none !important;
}
.slots #slot_loader img {
  max-width: 50%;
}
.slots .selected_day_container_slots {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.slots .selected_day_container_slots input[type=radio].slot {
  display: none;
}
.slots .selected_day_container_slots input[type=radio].slot + label {
  height: 40px;
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #293133;
  margin: 0;
}
.slots .selected_day_container_slots input[type=radio].slot + label::after, .slots .selected_day_container_slots input[type=radio].slot + label::before {
  display: none;
}
.slots .selected_day_container_slots input[type=radio].slot:checked + label {
  color: #ffffff;
  background-color: #FFB900;
  border-color: #FFB900;
}
.slots .selected_day_container_slots input[type=radio].slot:disabled + label {
  color: #ffffff;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  cursor: not-allowed;
}

.alert_message {
  color: #FF0000;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 15px;
}

.cta {
  position: relative;
  border: 1px solid;
  text-decoration: none;
  line-height: 1;
  border: 2px solid #293133;
  font-weight: bold;
  padding: 12px 45px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.cta.red {
  color: #ffffff;
  background-color: #FF0000;
  border: 2px solid #FF0000;
  fill: #ffffff;
}
.cta.red:hover {
  color: #FF0000;
  fill: #FF0000;
}
.cta.small {
  padding: 12px 32px;
}
.cta:hover {
  background-color: transparent;
}
.cta.arrows {
  text-transform: uppercase;
}
.cta.arrows .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.cta.arrows .arrow {
  position: absolute;
  width: 7px;
  height: 7px;
}
.cta.arrows .arrow svg {
  width: inherit;
  height: inherit;
  display: inherit;
}
.cta.arrows .top {
  top: 7px;
}
.cta.arrows .top.left {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.cta.arrows .right {
  right: 7px;
}
.cta.arrows .bottom {
  bottom: 7px;
}
.cta.arrows .bottom.right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cta.arrows .bottom.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cta.arrows .left {
  left: 7px;
}

.back_button,
.next_button {
  width: 40px;
  height: 40px;
  border: 1px solid #293133;
  background-color: #293133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.back_button svg path,
.next_button svg path {
  fill: #ffffff;
}
.back_button:hover,
.next_button:hover {
  background-color: #ffffff;
}
.back_button:hover svg path,
.next_button:hover svg path {
  fill: #293133;
}
.back_button.disabled,
.next_button.disabled {
  background-color: #F4F4F4;
  cursor: not-allowed;
  border-color: #F4F4F4;
}
.back_button.disabled svg path,
.next_button.disabled svg path {
  fill: #ffffff;
}

.next_button svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(41, 49, 51, 0.9);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: none;
}
.modal.display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}
.modal#contact_success_modal .modal_inner {
  max-width: 480px;
}
.modal#newsletter_invite_modal .modal_inner {
  max-width: 680px;
}
.modal#newsletter_invite_modal .modal_inner h2 {
  margin-bottom: 0;
}
.modal .modal_inner {
  background-color: #ffffff;
  width: 90%;
  max-width: 500px;
  padding: 50px 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.modal .modal_inner.gallery_zoom {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  max-height: 80vh;
  padding: 0;
}
.modal .modal_inner.gallery_zoom img {
  max-height: 70vh;
}
.modal .modal_inner.gallery_zoom .modal_close .icon::before, .modal .modal_inner.gallery_zoom .modal_close .icon::after {
  background-color: #F4F4F4;
}
.modal .modal_inner a:not(.cta) {
  color: #FFB900;
}
.modal .modal_inner .modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 29px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.modal .modal_inner .modal_close .icon {
  content: "";
  height: 3px;
  width: 34px;
  top: 14px;
  border-radius: 20px;
  position: absolute;
}
.modal .modal_inner .modal_close .icon::before, .modal .modal_inner .modal_close .icon::after {
  content: "";
  height: 3px;
  width: 34px;
  left: 0;
  background-color: #293133;
  border-radius: 20px;
  position: absolute;
}
.modal .modal_inner .modal_close .icon::before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.modal .modal_inner .modal_close .icon::after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  opacity: 0.8;
  background: #293133;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}

.woocommerce-notices-wrapper .woocommerce-error {
  border-top-color: #FF0000;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
  color: #FF0000;
}
.woocommerce-notices-wrapper a {
  color: #FFB900;
}

.login_alert_wrapper .woocommerce-notices-wrapper .woocommerce-error::before {
  top: 10px;
}
.login_alert_wrapper .woocommerce-notices-wrapper .woocommerce-error li {
  display: inline-block;
}

.cart-empty {
  border-top-color: #FFB900;
}
.cart-empty:before {
  content: "";
  width: 15px;
  height: 15px;
  color: #FFB900;
}

.bloc-txt-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .bloc-txt-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .bloc-txt-img {
    gap: 25px;
  }
}
.bloc-txt-img__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .bloc-txt-img__content {
    gap: 15px;
  }
}
.bloc-txt-img__content h2 {
  margin-bottom: 0;
}
.bloc-txt-img__content h3 {
  font-size: 18px;
}
.bloc-txt-img img {
  width: 100%;
  max-width: 350px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 768px) {
  .bloc-txt-img img {
    max-width: initial;
  }
}

.product_card {
  margin-bottom: 10px;
}
.product_card.hidden {
  display: none;
}
.product_card .card_visual {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.product_card .card_visual img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.product_card .card_content {
  position: relative;
  line-height: 1.1;
  padding-right: 35px;
}
.product_card .card_content .price {
  font-weight: bold;
  color: #293133 !important;
}
.product_card .card_content a:not(.title):not(.artist) {
  color: #FFB900;
}
.product_card .card_content a,
.product_card .card_content span {
  color: #293133;
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: none;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .product_card .card_content a,
  .product_card .card_content span {
    font-size: 12px;
  }
}
.product_card .card_content a.title,
.product_card .card_content span.title {
  font-weight: bold;
  text-decoration: underline;
  color: #293133;
}
.product_card .card_content a svg,
.product_card .card_content span svg {
  fill: #FFB900;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
}
.product_card .card_content a:hover {
  text-decoration: underline;
}
.product_card .card_content .original_price {
  color: #293133;
  text-decoration: line-through;
  font-weight: bold;
  margin: 0 10px 0 0;
  display: inline-block;
}
.product_card .card_content.experience_card {
  position: relative;
  padding-bottom: 30px;
  min-height: 150px;
}
@media (max-width: 768px) {
  .product_card .card_content.experience_card {
    min-height: inherit;
    padding-bottom: 0;
  }
}
.product_card .card_content.experience_card .price {
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .product_card .card_content.experience_card .price {
    position: static;
  }
}
.product_card .card_content .new_price {
  color: #FFB900 !important;
}
.product_card .product_action_container a.remove {
  display: inline-block;
  font-size: 1em;
  height: unset;
  width: unset;
  text-align: left;
  color: #293133 !important;
  text-decoration: none;
  background-color: unset;
  font-weight: normal;
  line-height: 1.2;
}
.product_card .product_action_container a.remove:hover {
  text-decoration: underline;
  color: #293133 !important;
  background-color: unset;
}
.product_card .wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .product_card .wishsuite-button img {
    display: inline-block !important;
    width: 20px !important;
    margin: 0 5px 0 0 !important;
  }
}

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.carousel h5 {
  width: 80%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.carousel h2:not(.left) {
  width: 80%;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.splide {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  padding: 0 0 45px 0;
}
.splide__track {
  width: 100%;
}
.splide__slide {
  height: 275px;
}
.splide__slide a,
.splide__slide .card_visual {
  display: inline-block;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  right: 0px;
  top: -1rem;
  position: absolute;
  top: 45px;
  z-index: 99;
}
@media (max-width: 768px) {
  .splide__arrows {
    top: 25px;
  }
}
.splide__arrow {
  background-color: #293133;
  cursor: pointer;
  border: none;
  min-width: auto;
  min-height: auto;
  padding: 0;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.splide__arrow:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.splide__arrow svg {
  fill: #ffffff;
  width: 12px;
  height: 20px;
}
.splide__arrow--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 480px) {
  .testimonials_container {
    padding-bottom: 60px;
  }
}
.testimonials_container .splide__arrows {
  top: -65px !important;
}
@media (max-width: 768px) {
  .testimonials_container .splide__arrows {
    bottom: -40px !important;
    top: unset !important;
  }
}
.testimonials_container .splide__slide {
  height: auto;
}

.related_product .splide__arrows {
  top: 41px;
}
@media (max-width: 768px) {
  .related_product .splide__arrows {
    top: 333px;
  }
}

.experiences_carousel .related_product .splide__arrows {
  top: 45px;
}
@media (max-width: 768px) {
  .experiences_carousel .related_product .splide__arrows {
    top: 398px;
  }
}

.splide__arrows .related_product {
  top: 120px;
}
@media (max-width: 768px) {
  .splide__arrows .related_product {
    top: 100px;
  }
}
@media (max-width: 480px) {
  .splide__arrows .related_product {
    top: 130px;
  }
}

#calendar {
  margin-top: 10px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#calendar table {
  width: 100%;
  height: 340px;
  border: 1px solid #293133;
  border-radius: 5px;
  padding: 20px;
  font-weight: bold;
  font-size: 1.1em;
}
#calendar table tr td {
  text-align: center;
}
#calendar table thead tr th {
  padding-bottom: 15px;
}
#calendar table thead tr th:first-child {
  text-align: left;
}
#calendar table thead tr th:first-child div {
  display: inline-block;
  cursor: pointer;
}
#calendar table thead tr th:first-child div.header_date {
  width: 150px;
  text-align: center;
  cursor: default;
}
#calendar table thead tr:last-child th:first-child {
  text-align: center;
}
#calendar table tbody tr td {
  width: 44px;
}
#calendar table tbody tr td.selected {
  background-color: #FFB900;
  color: #ffffff;
}
#calendar table tbody tr td.empty {
  opacity: 0.4;
}
#calendar table tbody tr td.disable {
  cursor: not-allowed;
  color: #F4F4F4;
}
#calendar table tbody tr td.grey, #calendar table tbody tr td.before {
  cursor: not-allowed;
  color: #F4F4F4;
}
#calendar table tbody tr td div {
  cursor: pointer;
}

html,
body {
  height: 100%;
  min-height: 100vh;
  position: relative;
}

body {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25;
  color: #293133;
  overflow-x: hidden;
  background-color: #ffffff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #293133;
}
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red {
  color: #FF0000;
}
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow {
  color: #FFB900;
}
h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
  font-weight: normal;
}

p.sub__title {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
p a.yellow {
  color: #FFB900;
}

img {
  pointer-events: none !important;
}

.countdown main {
  margin-top: 110px;
}

#CookiebotWidget :focus-visible,
#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
  outline: 0 !important;
  outline-offset: 1px;
}

#CookiebotWidget :focus-visible,
#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
  outline: 0 !important;
  outline-offset: 1px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 80px;
}
main h1,
main h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
main h1.red,
main h2.red {
  color: #FF0000;
}
main h1.yellow,
main h2.yellow {
  color: #FFB900;
  text-transform: uppercase;
}
main b,
main strong {
  color: #FFB900;
}
main section:not(.woocommerce-customer-details, .video_section) {
  padding: 45px 0;
}
@media (max-width: 768px) {
  main section:not(.woocommerce-customer-details, .video_section) {
    padding: 25px 0;
  }
}
main section:not(.woocommerce-customer-details, .video_section):nth-of-type(even):not(.montly_artist) {
  background-color: #F4F4F4;
}
main section:not(.woocommerce-customer-details, .video_section).subsection {
  background-color: #293133 !important;
}
main .video_section {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: black;
}
main .video_section .scroll-invite {
  position: absolute;
  display: block;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 768px) {
  main .video_section .scroll-invite {
    display: none;
  }
}
main .video_section .scroll-invite svg {
  display: block;
  width: 40px;
}
main .video_section video {
  max-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
main .content h4,
main .content h5,
main .content h6,
main .content p,
main .content ul {
  margin: 0 0 15px 0;
}
main .content p {
  margin-bottom: 10px;
}
main .content p img {
  display: inline-block;
}

.subsection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .subsection__inner {
    gap: 10px;
  }
}
.subsection__text {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .subsection__text {
    font-size: 18px;
    text-align: center;
  }
}

section {
  width: 100%;
}

.inner {
  z-index: 1;
  width: 1092px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.inner .text {
  font-size: 1rem;
}

.inner--half {
  z-index: 1;
  max-width: 546px;
  width: 90%;
  position: relative;
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}
.flex_between {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_between.flex_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hidden {
  display: none;
}

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.img__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img__bg.zoom_hover {
  -webkit-transition: background-size 1s ease-out;
  transition: background-size 1s ease-out;
  background-size: 100%;
}
.img__bg.zoom_hover:hover {
  background-size: 110%;
}

.hidden {
  opacity: 0;
  display: none;
  pointer-events: none;
}

.lazy {
  opacity: 0;
}
.lazy:not(.initial) {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s, transform 0.5s ease;
  transition: opacity 0.5s, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.lazy.initial, .lazy.loaded, .lazy.error {
  opacity: 1;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.otgs-development-site-front-end {
  display: none;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}
.header__countdown {
  background-color: #293133;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.7rem;
  font-weight: 300;
  z-index: 999;
  position: relative;
}
.header__countdown .countdown {
  font-weight: bold;
  display: none;
  margin: 0 0 0 5px;
}
.header_top {
  background-color: #293133;
  color: #ffffff;
  padding: 5px 0;
}
.header_top .wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
}
.header_top .wpml-ls-legacy-list-horizontal a {
  height: 30px;
  width: 30px;
  padding: 0;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border: 1px solid #ffffff;
}
.header_top .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  background-color: #FF0000;
  border-color: #FF0000;
}
.header_top .cta {
  border-color: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
}
.header .nav_container {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 20px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.header .nav_container.countdown {
  margin: 30px 0 0 0;
}
.header .nav_container .inner {
  width: 90%;
  max-width: 1092px;
}
.header .nav_container .inner .logo_header {
  max-width: 35%;
}
.header .nav_container .inner .logo_header #header_logo {
  width: 215px;
  height: auto;
  display: block;
}
.header .nav_container .inner .top_nav {
  width: 100%;
}
.header .nav_container .inner .top_nav .menu-top_nav-container {
  width: 90%;
  margin: 0 auto;
}
.header .nav_container .inner .top_nav .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav_container .inner .top_nav .menu a {
  color: #293133;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.header .nav_container .inner .top_nav .menu a:hover {
  color: #FFB900;
}
.header .nav_container .inner .top_nav .menu li:not(.menu-item-has-children) a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #FFB900;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  bottom: 0;
  left: 0;
}
.header .nav_container .inner .top_nav .menu li:not(.menu-item-has-children) a:hover::after {
  width: 100%;
}
.header .nav_container .inner .top_nav .menu .current_page_item a,
.header .nav_container .inner .top_nav .menu .current-menu-item a {
  color: #FFB900;
}
.header .nav_container .inner .top_nav .menu .current_page_item a::after,
.header .nav_container .inner .top_nav .menu .current-menu-item a::after {
  width: 0%;
}
.header .nav_container .inner .top_nav .menu .current_page_item a:hover::after,
.header .nav_container .inner .top_nav .menu .current-menu-item a:hover::after {
  width: 0;
}
.header .nav_container .inner .user_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav_container .inner .user_nav--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav_container .inner .user_nav #search {
  display: none;
}
@media (max-width: 992px) {
  .header .nav_container .inner .user_nav {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .header .nav_container .inner .user_nav {
    margin-right: 15px;
  }
}
.header .nav_container .inner .user_nav__el,
.header .nav_container .inner .user_nav .wishlist-counter-area {
  width: 20px;
  height: 40px;
  display: block;
  padding: 10px 0;
  margin-left: 20px;
  text-align: left;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;
}
.header .nav_container .inner .user_nav__el .icon,
.header .nav_container .inner .user_nav__el svg,
.header .nav_container .inner .user_nav .wishlist-counter-area .icon,
.header .nav_container .inner .user_nav .wishlist-counter-area svg {
  float: right;
  width: auto;
  height: 20px;
  display: block;
  overflow: visible;
}
.header .nav_container .inner .user_nav__el .wishsuite-counter,
.header .nav_container .inner .user_nav .wishlist-counter-area .wishsuite-counter {
  color: #ffffff;
  background-color: #FF0000;
  width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 11px;
  padding: 5px;
  display: block;
  position: absolute;
  text-align: center;
  bottom: 5px;
  top: unset;
  right: -10px;
  border-radius: 50px;
}
.header .nav_container .inner .languages {
  padding: 30px 0 0 0;
  position: absolute;
  top: 0;
  z-index: 1;
  display: none;
}
.header .nav_container .inner .languages__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 25px;
}
.header .nav_container .inner .languages__container:hover .languages {
  display: block;
}
.header .nav_container .inner .languages__container .language {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  color: #293133;
  font-size: 0.9rem;
  padding: 5px;
}
.header .nav_container .inner .languages__container .language:not(.current):hover {
  color: #FFB900;
}
@media (max-width: 992px) {
  .header .nav_container .inner .mobile_menu {
    width: 34px;
    height: 34px;
  }
}
.header .nav_container .inner .burger {
  width: 26px;
  height: 26px;
  position: relative;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.header .nav_container .inner .burger.open .icon {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background: transparent;
}
.header .nav_container .inner .burger.open .icon:before {
  -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s, transform 0.2s 0.2s;
  transition: top 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  top: 0px;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.header .nav_container .inner .burger.open .icon:after {
  -webkit-transition: top 0.4s, -webkit-transform 0.2s 0.2s;
  transition: top 0.4s, -webkit-transform 0.2s 0.2s;
  transition: top 0.4s, transform 0.2s 0.2s;
  transition: top 0.4s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  top: 0px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.header .nav_container .inner .burger .icon {
  height: 2px;
  width: 26px;
  top: 14px;
  background-color: #293133;
  border-radius: 20px;
  position: absolute;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.header .nav_container .inner .burger .icon:before {
  left: 0;
  position: absolute;
  top: -9px;
  height: 2px;
  width: 26px;
  background-color: #293133;
  content: "";
  border-radius: 20px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.header .nav_container .inner .burger .icon:after {
  left: 0;
  position: absolute;
  top: 9px;
  height: 2px;
  width: 26px;
  background-color: #293133;
  content: "";
  border-radius: 20px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.user_nav__container:hover .menu-account-nav-container,
.user_nav__container:hover .sub-menu,
.menu-item-has-children:hover .menu-account-nav-container,
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.user_nav__container .menu-account-nav-container,
.user_nav__container .sub-menu,
.menu-item-has-children .menu-account-nav-container,
.menu-item-has-children .sub-menu {
  position: absolute;
  background-color: #ffffff;
  padding: 17px 30px 17px 15px;
  border: 1px solid #FFB900;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.user_nav__container .menu-account-nav-container li,
.user_nav__container .sub-menu li,
.menu-item-has-children .menu-account-nav-container li,
.menu-item-has-children .sub-menu li {
  margin: 0 0 15px 0;
}
.user_nav__container .menu-account-nav-container li:last-child,
.user_nav__container .sub-menu li:last-child,
.menu-item-has-children .menu-account-nav-container li:last-child,
.menu-item-has-children .sub-menu li:last-child {
  margin: 0;
}
.user_nav__container .menu-account-nav-container a,
.user_nav__container .sub-menu a,
.menu-item-has-children .menu-account-nav-container a,
.menu-item-has-children .sub-menu a {
  color: #293133;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.user_nav__container .menu-account-nav-container a:after,
.user_nav__container .sub-menu a:after,
.menu-item-has-children .menu-account-nav-container a:after,
.menu-item-has-children .sub-menu a:after {
  display: none !important;
}
.user_nav__container .menu-account-nav-container a:hover,
.user_nav__container .sub-menu a:hover,
.menu-item-has-children .menu-account-nav-container a:hover,
.menu-item-has-children .sub-menu a:hover {
  color: #FFB900;
}

.mobile_nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  padding-top: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.975);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mobile_nav .mobile_logout {
  font-size: 1.8em;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 15px;
}
.mobile_nav.open {
  top: 0;
}
@media (max-width: 992px) {
  .mobile_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile_nav .menu li {
    text-align: center;
    margin: 15px;
    width: 100%;
  }
  .mobile_nav .menu li a {
    font-size: 1.8em;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile_nav .menu li .sub-menu {
    position: relative;
    border: none;
    opacity: 1;
    text-align: left;
    border-radius: 0;
    padding: 0;
    pointer-events: all;
  }
  .mobile_nav .menu li .sub-menu li {
    margin: 0;
  }
  .mobile_nav .menu li .sub-menu li a {
    padding: 10px 20px;
    font-size: 1rem;
    display: inline-block;
  }
}

.footer {
  color: #ffffff;
}
.footer section {
  margin-top: 0 !important;
}
.footer section:first-child {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .footer section:first-child {
    padding: 25px 0;
  }
}
.footer section:not(.footer__bottom) {
  background-color: #293133;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .footer section:not(.footer__bottom) {
    padding: 25px 0;
  }
}
.footer_newsletter_title {
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer_newsletter_title {
    text-align: center;
  }
}
.footer_newsletter_container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media (max-width: 768px) {
  .footer_newsletter_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer_newsletter_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer_newsletter_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer_newsletter_form input[type=text] {
  max-width: 100%;
  width: 300px;
}
@media (max-width: 480px) {
  .footer_newsletter_form input[type=text] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer_so_me {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_so_me svg#logo {
  width: 215px;
  height: 40px;
  max-width: 100%;
}
.footer_so_me svg#logo .color_switch {
  fill: #ffffff;
}
.footer .so_me_container {
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .footer .so_me_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .so_me_container svg path {
  fill: #fff;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.footer .so_me_container svg:hover path {
  fill: #FFB900;
}
@media (max-width: 768px) {
  .footer_menu {
    width: 100%;
    margin-top: 20px;
  }
}
.footer_menu a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media (max-width: 768px) {
  .footer_menu a {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer_menu a:hover {
  color: #FFB900;
}
.footer__bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__bottom .menu li a {
  color: #293133;
  text-decoration: none;
  font-size: 0.8rem;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  padding: 7px 0;
  display: inline-block;
}
.footer__bottom .menu li a:hover {
  color: #FFB900;
}
.footer__bottom .menu li:after {
  content: "-";
  color: #293133;
  margin: 0 5px;
}
.footer__bottom .menu li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .footer__bottom .menu {
    padding: 7px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__bottom .menu li:after {
    display: none;
  }
}

.footer_bigsmile {
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  font-size: 0.8em;
  color: #293133;
  text-align: center;
}
.footer_bigsmile a {
  color: #293133;
  text-decoration: underline;
}

.home header .nav_container:not(.sticky) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home.countdown main {
  margin-top: 30px;
}
.home main {
  margin-top: 0;
}
.home main h1,
.home main h2,
.home main h3,
.home main h4,
.home main h5,
.home main h6 {
  text-transform: uppercase;
}
.home main .white_bloc {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  max-width: 400px;
}
@media (max-width: 480px) {
  .home main .white_bloc {
    padding: 15px;
  }
}
.home main .white_bloc h2,
.home main .white_bloc h5 {
  margin: 0 0 3px 0;
}
.home main .white_bloc h5 {
  font-weight: normal;
}
.home main .white_bloc ul {
  margin-top: 10px;
  font-size: 0.9em;
}
.home main .white_bloc ul li {
  margin-top: 20px;
}
.home main .white_bloc ul li .agenda_infos {
  text-decoration: none;
  color: #293133;
}
.home main .white_bloc ul li .agenda_infos:hover {
  text-decoration: underline;
}
.home main .white_bloc ul li .agenda_infos .agenda__date {
  color: #FFB900;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.home main .white_bloc ul li .agenda_infos .artist {
  font-weight: bold;
}
.home main .white_bloc p {
  margin-top: 12px;
  font-size: 0.9em;
}
.home main .white_bloc span.link {
  color: #FFB900;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
  border: 1px #FFB900 solid;
  padding: 10px 15px;
}
.home main .white_bloc .agenda__title {
  color: #293133;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.home main .home_presentation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background-color: #eff0f2;
}
@media (max-width: 768px) {
  .home main .home_presentation {
    height: 200vh;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home main .home_presentation__header {
  width: 100%;
  height: 55%;
  padding-top: 100px;
  padding-bottom: 0;
  background-size: auto 100%;
  background-position: 70% 50%;
  background-repeat: no-repeat;
  background-image: var(--bg);
}
@media (max-width: 768px) {
  .home main .home_presentation__header {
    height: 50%;
    padding: 100px 0;
    background-image: var(--bg-mobile);
    background-position: 100%;
  }
}
.home main .home_presentation__header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .home main .home_presentation__header .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0px;
    height: 100%;
    gap: 20px;
  }
}
.home main .home_presentation__header .inner .header_intro {
  max-width: 400px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .home main .home_presentation__header .inner .header_intro {
    margin-bottom: 20px;
  }
}
.home main .home_presentation__header .inner .header_intro h1 {
  margin-bottom: 20px;
}
.home main .home_presentation__header .inner .home_agenda {
  width: 250px;
}
.home main .home_presentation__subheader {
  width: 100%;
  height: 45%;
  position: relative;
}
@media (max-width: 768px) {
  .home main .home_presentation__subheader {
    height: 50%;
  }
}
.home main .home_presentation__subheader__bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .home main .home_presentation__subheader__bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home main .home_presentation__subheader__bg__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 100px;
  -webkit-transition: background-size 0.5s ease-in-out;
  transition: background-size 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
.home main .home_presentation__subheader__bg__el::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.home main .home_presentation__subheader__bg__el:focus::after, .home main .home_presentation__subheader__bg__el:hover::after {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media (max-width: 2350px) {
  .home main .home_presentation__subheader__bg__el {
    background-size: auto 100%;
    background-position: 50% 50%;
  }
  .home main .home_presentation__subheader__bg__el:hover {
    background-size: auto 102%;
  }
}
.home main .home_presentation__subheader__bg__el#service_bg {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}
.home main .home_presentation__subheader__bg__el#service_bg:hover span.link {
  text-decoration: underline;
}
.home main .home_presentation__subheader__bg__el#service_bg .inner--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home main .home_presentation__subheader__bg__el#experience_bg {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}
.home main .home_presentation__subheader__bg__el#experience_bg:hover span.link {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .home main .home_presentation__subheader__bg__el#experience_bg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .home main .home_presentation__subheader__bg__el#experience_bg {
    background-position: right;
  }
}
.home main .home_presentation__subheader__bg__el#experience_bg .inner--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .home main .home_presentation__subheader__bg__el#experience_bg .inner--half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1280px) {
  .home main .home_presentation__subheader__bg__el {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .home main .home_presentation__subheader__bg__el {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5%;
  }
}
.home main .home_presentation__subheader__bg__el .white_bloc {
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  text-decoration: none;
  color: #293133;
}
@media (max-width: 992px) {
  .home main .home_presentation__subheader__bg__el .white_bloc {
    width: 350px;
  }
}
.home .montly_artist .inner h2,
.home .montly_artist .inner h4 {
  width: 100%;
  text-align: center;
}
.home .montly_artist .inner.quote {
  background-color: #F4F4F4;
  text-align: center;
  padding: 40px;
  margin-bottom: 80px;
}
.home .montly_artist .inner.quote h3 {
  font-style: italic;
  font-weight: bold;
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 20px;
}
.home .montly_artist .inner.quote h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}
.home .montly_artist .inner .artist_link {
  position: relative;
  padding: 20px 0;
  color: #293133;
  text-decoration: none;
  width: 70%;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .home .montly_artist .inner .artist_link {
    width: 100%;
  }
}
.home .montly_artist .inner .artist_link img {
  width: 100%;
  display: block;
  margin: 20px auto;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .home .montly_artist .inner .artist_link img {
    width: 100%;
    padding-bottom: 0;
  }
}
.home .montly_artist .inner .artist_link .white_bloc {
  position: absolute;
  bottom: 60px;
  right: -300px;
  max-width: 65%;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  .home .montly_artist .inner .artist_link .white_bloc {
    right: -160px;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .home .montly_artist .inner .artist_link .white_bloc {
    position: inherit;
    max-width: 100%;
    padding: 0;
    right: 0;
    bottom: 0;
  }
}
.home .montly_artist .inner .artist_link .white_bloc h2,
.home .montly_artist .inner .artist_link .white_bloc h4 {
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .home .montly_artist .inner .artist_link .white_bloc h2,
  .home .montly_artist .inner .artist_link .white_bloc h4 {
    width: auto;
  }
}

.page-template-page-service header .nav_container:not(.sticky) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-template-page-service.countdown main {
  margin-top: 30px;
}
.page-template-page-service main {
  margin-top: 0;
}
.page-template-page-service main .inner {
  padding-top: 20px;
}
.page-template-page-service main .inner p {
  margin-bottom: 20px;
}
.page-template-page-service main .inner b, .page-template-page-service main .inner strong {
  color: #293133;
}
.page-template-page-service main .inner a {
  color: #FFB900;
}
.page-template-page-service .services_content {
  width: 100%;
  position: relative;
  padding-top: 80px;
}
.page-template-page-service .services_content .services_intro {
  position: relative;
}
@media (max-width: 992px) {
  .page-template-page-service .services_content .services_intro {
    min-height: unset;
    margin-top: 20px;
  }
}
.page-template-page-service .services_content .services_intro__image {
  width: 100%;
  height: 70vh;
  background-size: 70%;
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .page-template-page-service .services_content .services_intro__image {
    width: 100%;
    height: 50vh;
    background-size: 83%;
    background-position: 164% 12%;
  }
}
@media (max-width: 768px) {
  .page-template-page-service .services_content .services_intro__image {
    background-position: center;
    background-size: 220%;
    width: 100%;
    aspect-ratio: 1.1;
    height: auto;
    position: inherit;
    display: none;
  }
}
.page-template-page-service .services_content .services_intro__text {
  width: 100%;
}
.page-template-page-service .services_content .services_intro__description {
  margin: 20px auto;
}
.page-template-page-service .services_content .services_intro__description .yellow {
  color: #FFB900;
}
.page-template-page-service .services_content .services_intro__description .bold {
  font-weight: bold;
}
.page-template-page-service .services_content .services_intro__description a {
  color: #FFB900;
}
.page-template-page-service .services_content .services_hiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 40px;
}
@media (max-width: 768px) {
  .page-template-page-service .services_content .services_hiw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.page-template-page-service .services_content .services_hiw__content {
  width: 100%;
}
@media (max-width: 768px) {
  .page-template-page-service .services_content .services_hiw__content {
    width: 100%;
  }
}
.page-template-page-service .services_content .services_hiw__content h2 {
  margin-bottom: 30px;
  max-width: 100%;
}
.page-template-page-service .services_content .services_hiw__content h4 {
  padding: 14px 20px 12px;
  background-color: #F4F4F4;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.page-template-page-service .services_content .services_hiw__content h4:after {
  content: "";
  margin: 0 0.5em;
  display: inline-block;
  border: 7px solid transparent;
  border-top: 8px solid #293133;
  border-bottom: 0 none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-template-page-service .services_content .services_hiw__content p {
  max-width: 100%;
  padding: 14px 20px 12px;
}
.page-template-page-service .services_content .services_hiw__collapsers {
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-page-service .services_content .services_hiw__collapsers.is-open h4:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.page-template-page-service .contact_container {
  max-width: 70%;
}
@media (max-width: 992px) {
  .page-template-page-service .contact_container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .page-template-page-service .contact_container {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .testimonial_grade {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
  }
}

.text ul {
  list-style: initial !important;
  padding-left: 30px !important;
  margin-bottom: 5px !important;
}
.text ul li {
  margin-bottom: 5px !important;
}

.experience h2 {
  margin-top: 15px;
  width: 100%;
}
.experience h2 .title_date {
  text-transform: capitalize;
}
.experience ul {
  list-style: initial;
  padding-left: 20px;
}
.experience ul li {
  margin-bottom: 5px;
}
.experience .experience_presentation {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.experience .experience_presentation .intro_no_product {
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .experience .experience_presentation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .experience .experience_presentation .intro_no_product {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .experience .experience_presentation {
    width: 100%;
  }
}
.experience .experience_presentation .experience_products_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .experience .experience_presentation .experience_products_container {
    width: 100%;
    gap: 10px;
  }
}
.experience .experience_presentation .experience_products_container .product_card {
  width: calc(0.3333333333 * (100% - 40px));
  display: block;
}
@media (max-width: 768px) {
  .experience .experience_presentation .experience_products_container .product_card {
    width: calc(0.5 * (100% - 20px));
  }
}
.experience .experience_gallery {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.experience .experience_gallery .gallery_card {
  width: calc(0.25 * (100% - 60px));
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .experience .experience_gallery .gallery_card {
    width: calc(50% - 10px);
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  .experience .experience_gallery .gallery_card {
    width: 100%;
  }
}
.experience .experience_gallery .gallery_card__visual {
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
}
.experience .black_box {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 25px;
  background-color: #293133;
  color: #ffffff;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .experience .black_box {
    width: 100%;
    max-width: inherit;
  }
}
.experience .black_box * {
  color: #ffffff;
}
.experience .black_box h2 {
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.experience .black_box h3 {
  margin: 0 0 15px 0;
}
.experience .black_box h4 {
  margin: 0 0 3px 0;
}
.experience .black_box p {
  margin: 0 0 15px 0;
}
.experience .black_box .single_agenda {
  margin-bottom: 15px;
}
.experience .black_box .single_agenda a {
  display: block;
  margin: 0 0 5px 0;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
}
.experience .black_box .single_agenda a .agenda__date {
  color: #FFB900;
  text-transform: capitalize;
}
.experience .black_box .single_agenda a .artist {
  font-weight: bold;
}
.experience .black_box .single_agenda a:hover {
  text-decoration: underline;
}
.experience .black_box .button {
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
}
.experience .portes_ouvertes {
  margin-top: 0;
}
.experience .portes_ouvertes .black_box {
  padding-left: 20%;
  padding-right: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100% !important;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.experience .portes_ouvertes .black_box h3 {
  font-size: 2em;
  width: 100%;
  padding-bottom: 0;
  margin: 0;
}
.experience .experience_content {
  max-width: 100%;
}
@media (max-width: 768px) {
  .experience .experience_content {
    width: 100%;
    max-width: inherit;
  }
}
.experience .experience_content p,
.experience .experience_content h1,
.experience .experience_content h2,
.experience .experience_content h3,
.experience .experience_content h4 {
  margin-bottom: 15px;
}

.artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 90%;
}
@media (max-width: 768px) {
  .artist {
    gap: 30px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .artist {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.artist__img {
  width: 100%;
  min-width: 260px;
  aspect-ratio: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 480px) {
  .artist__img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.artist__name {
  font-size: 18px;
  margin-bottom: 5px;
}
.artist__cta {
  background-color: #293133;
}
.artist__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 480px) {
  .artist__description {
    gap: 15px;
  }
}
.artist__text p {
  margin: 0 0 15px 0;
}
.artist__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .artist__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    gap: 15px;
  }
}

.related_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .related_product {
    gap: 10px;
  }
}
.related_product .product_card {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 768px) {
  .related_product .product_card {
    width: calc(50% - 5px);
  }
}

.page__error .inner .flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.page__error .inner .flex_container__left h1 {
  font-size: 8em;
  color: #FFB900;
  font-weight: bold;
}
.page__error .inner .flex_container__left p {
  margin-bottom: 30px;
}
.page__error .inner .flex_container__left a {
  color: #FFB900;
}

.shop_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
}
.shop_container.scroll_container {
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .shop_container.scroll_container {
    width: 90%;
    max-width: 90%;
  }
}
.shop_container_left {
  width: 230px;
  max-width: 100%;
}
.shop_container_left .contact_bloc {
  color: #ffffff;
  background-color: #FF0000;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 20px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.shop_container_left .contact_bloc .button {
  margin-top: 20px;
}
.shop_container_right {
  width: 100%;
}
.shop_container_right.content {
  padding-top: 10px;
  line-height: 1.1;
  width: 100%;
  max-width: 690px;
}

.filter_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 10px;
  width: 220px;
}
@media (max-width: 480px) {
  .filter_container {
    width: 100%;
  }
}
.filter_container .filter {
  border-top: 1px solid #293133;
  padding-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.filter_container .filter:first-child {
  border-top: 0;
}
.filter_container .filter h3 {
  margin-bottom: 15px;
}
.filter_container .filter .orientation_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.filters {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow-y: scroll;
}
.filters__container {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 265px;
  height: calc(100vh - 80px);
  background-color: white;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 768px) {
  .filters__container {
    -webkit-box-shadow: 11px 0px 15px -14px rgba(0, 0, 0, 0.5);
            box-shadow: 11px 0px 15px -14px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-265px);
            transform: translateX(-265px);
  }
  .filters__container.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .filters__container.show .filters__toggle svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 480px) {
  .filters__container {
    width: 100%;
    height: 45vh;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(45vh);
            transform: translateY(45vh);
  }
  .filters__container.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.filters__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.filters__toggle {
  cursor: pointer;
  background-color: #FF0000;
  position: absolute;
  top: 50%;
  padding: 10px 25px 8px 25px;
  left: calc(100% - 5px);
  -webkit-transform: translate(-35%, -50%) rotate(90deg);
          transform: translate(-35%, -50%) rotate(90deg);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters__toggle span {
  color: #ffffff;
  margin: 0 20px;
}
.filters__toggle svg {
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 8px;
  height: 20px;
}
.filters__toggle svg path {
  fill: #ffffff;
}
@media (max-width: 768px) {
  .filters__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .filters__toggle {
    top: -35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0);
            transform: translate(-50%, 0%) rotate(0);
  }
}

.shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .shop_list {
    gap: 10px;
  }
}
.shop_list section {
  margin-top: 20px;
  margin-bottom: 60px;
}
.shop_list section.content {
  margin-top: 0;
  margin-bottom: 0;
}
.shop_list section.content h1 {
  font-size: 2em;
}
.shop_list #no_result_alert {
  margin-bottom: 60px;
}
.shop_list .shop_list_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.shop_list .shop_list_header .shop_intro {
  padding-right: 20%;
}
.shop_list .shop_list_header .shop_intro h1 {
  font-size: 2em;
  margin-bottom: 0;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .shop_list .shop_list_header .shop_intro {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .shop_list .shop_list_header .shop_intro {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .shop_list .shop_list_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop_list .shop_list_header h1 {
    margin-bottom: 15px;
  }
}
.shop_list .shop_list_header .drop_down {
  position: relative;
}
@media (max-width: 768px) {
  .shop_list .shop_list_header .drop_down {
    padding-top: 20px;
  }
}
.shop_list .shop_list_header .drop_down_button {
  border: 2px solid #293133;
  width: 200px;
  height: 42px;
  font-weight: bold;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 15px;
  line-height: 1;
}
.shop_list .shop_list_header .drop_down_list {
  z-index: 1;
  position: absolute;
  top: 120%;
  width: 200px;
  background-color: #ffffff;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(170, 170, 170);
  box-shadow: 0px 0px 10px 0px rgb(170, 170, 170);
  padding: 10px;
}
.shop_list .shop_list_header .drop_down_list.hide {
  display: none;
  opacity: 0;
}
.shop_list .shop_list_header .drop_down_list li {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}
.shop_list .shop_list_header .drop_down_list li:hover {
  text-decoration: underline;
}
.shop_list .product_card {
  width: calc((100% - 100px) / 6);
}
@media (max-width: 1580px) {
  .shop_list .product_card {
    width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 1280px) {
  .shop_list .product_card {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 992px) {
  .shop_list .product_card {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .shop_list .product_card {
    width: 100%;
    width: calc(50% - 5px);
  }
}

.page-template-page-shop main,
.page-template-page-shop footer,
.page-template-page-vintart main,
.page-template-page-vintart footer {
  margin-left: 265px;
}
@media (max-width: 768px) {
  .page-template-page-shop main,
  .page-template-page-shop footer,
  .page-template-page-vintart main,
  .page-template-page-vintart footer {
    margin-left: 0;
  }
}

.woocommerce span.onsale {
  display: none !important;
}

.product_text {
  margin-top: 20px;
}
.product_text p {
  margin-bottom: 20px;
}

.product .yellow {
  color: #FFB900;
}
.product .product_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media (max-width: 992px) {
  .product .product_description {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .product .product_description {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .product .product_description {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product .product_description .quantity {
  display: none;
}
.product .product_description .woocommerce-product-gallery {
  width: auto !important;
  max-width: 65%;
}
@media (max-width: 768px) {
  .product .product_description .woocommerce-product-gallery {
    max-width: 100%;
    width: 100% !important;
  }
}
.product .product_description .product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .product .product_description .product-gallery__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.product .product_description .product-gallery__showcase {
  width: 540px;
  height: 430px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product .product_description .product-gallery__showcase {
    height: 300px;
    width: 100%;
  }
}
.product .product_description .product-gallery__carousel {
  height: 430px;
  width: 125px;
  margin-right: 10px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product .product_description .product-gallery__carousel {
    width: 100%;
    height: auto;
  }
}
.product .product_description .product-gallery__carousel.scrollable {
  width: 140px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .product .product_description .product-gallery__carousel.scrollable {
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    height: auto;
  }
}
.product .product_description .product-gallery__carousel__train {
  width: 125px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .product .product_description .product-gallery__carousel__train {
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .product .product_description .product-gallery__carousel__train {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.product .product_description .product-gallery__carousel__card {
  width: 125px;
  height: 100px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.5;
  margin-bottom: 10px;
  cursor: pointer;
}
.product .product_description .product-gallery__carousel__card:last-child {
  margin-bottom: 0;
}
.product .product_description .product-gallery__carousel__card.selected {
  opacity: 1;
}
.product .product_description .summary {
  max-width: 35%;
}
@media (max-width: 768px) {
  .product .product_description .summary {
    max-width: 40%;
  }
}
@media (max-width: 480px) {
  .product .product_description .summary {
    max-width: 100%;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product .product_description .summary h1 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .product .product_description .summary h1 {
    text-align: center;
  }
}
.product .product_description .summary a.artist {
  font-size: 1.2em;
  color: #293133;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
}
.product .product_description .summary a.artist:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .product .product_description .summary a.artist {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.product .product_description .summary .description {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .product .product_description .summary .description {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.product .product_description .summary .description .yith-wcwl-add-button,
.product .product_description .summary .description .yith-wcwl-add-to-wishlist {
  display: none;
}
.product .product_description .summary .description .wishlist .yith-wcwl-add-button,
.product .product_description .summary .description .wishlist .yith-wcwl-add-to-wishlist {
  display: block;
}
.product .product_description .summary .description span {
  margin-bottom: 10px;
  display: inline-block;
}
.product .product_description .summary .description span.original_price {
  text-decoration: line-through;
}
.product .product_description .summary .description span.price {
  color: #293133;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.product .product_description .summary .description .buy_container {
  margin-top: 20px;
  display: block;
  width: 260px;
  position: relative;
}
.product .product_description .summary .description .buy_container .experience_link {
  display: none;
}
.product .product_description .summary .description .buy_container .experience_link:first-child {
  display: block;
}
@media (max-width: 768px) {
  .product .product_description .summary .description .buy_container {
    margin-top: 5px;
    width: 100%;
  }
}
.product .product_description .summary .description .buy_container .cart {
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  .product .product_description .summary .description .buy_container .cart .cta {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product .product_description .summary .description .buy_container .cart {
    text-align: center;
  }
}
.product .product_description .summary .description .buy_container .wishlist {
  position: absolute;
  top: -3px;
  right: 0;
}
.product .product_description .summary .description .buy_container .wishlist img {
  margin: 0 !important;
}
.product .product_description .summary .description .buy_container a.yellow {
  color: #FFB900;
}
.product .product_description .summary .description .buy_container .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  color: #ffffff;
  background-color: #FF0000;
  border: #FF0000 1px solid;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 260px;
  aspect-ratio: 13/3;
  line-height: 1;
  text-decoration: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iY3RhX3g1Rl9kZWNvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDI2MCA2MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjYwIDYwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iY29ybmVycyIgY2xhc3M9InN0MCIgZD0iTTIzOS4xLDEwdjEuOWg5LjFWMjFoMS45VjEwSDIzOS4xeiBNMjEsNTB2LTEuOWgtOS4xVjM5SDEwdjExSDIxeiBNMjUwLDM5aC0xLjl2OS4xSDIzOVY1MGgxMVYzOQ0KCXogTTEwLjEsMjFIMTJ2LTkuMWg5LjFWMTBoLTExVjIxeiIvPg0KPC9zdmc+DQo=);
  background-size: cover;
}
.product .product_description .summary .description .buy_container .button:hover {
  background-color: #293133;
  color: #ffffff;
}
.product .product_description .summary .description .variations label {
  margin-bottom: 5px;
  display: block;
}
.product .product_description .summary .description .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  padding: 6px;
  border: 1px solid #F4F4F4;
  border-radius: 0;
}
.product .product_description .summary .description .single_variation_wrap .woocommerce-variation-price span {
  margin-bottom: 0 !important;
}
.product .product_description .summary .description .single_variation_wrap .woocommerce-variation-availability {
  display: block;
  margin-bottom: 10px;
}
.product .product_description .summary .description .single_variation_wrap .woocommerce-variation-availability .stock {
  color: #FFB900;
}
.product .contact {
  color: #293133;
  font-weight: bold;
}

.woocommerce-notices-wrapper {
  max-width: 1090px;
  margin: 10px auto 0 auto;
  background-color: #ffffff;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0;
}
.woocommerce-notices-wrapper ul {
  background-color: #ffffff;
  padding: 10px 0;
}
.woocommerce-notices-wrapper ul::before {
  top: 1.6em;
}
.woocommerce-notices-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 50px !important;
}

.trusting_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .trusting_container {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trusting_container .trust_point {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .trusting_container .trust_point {
    padding-right: 0px;
    width: 100%;
  }
}
.trusting_container .trust_point img {
  display: block;
  width: 76px;
  margin-right: 15px;
}
.trusting_container .trust_point span {
  line-height: 1.3em;
  display: inline-block;
  margin-bottom: 15px;
}
.trusting_container .trust_point a {
  display: block;
  color: #293133;
  font-weight: bold;
}

.related_artist__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .related_artist__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.related_artist__content .artist_image {
  display: block;
  width: 260px;
  height: 260px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 480px) {
  .related_artist__content .artist_image {
    width: 100%;
    height: 100%;
  }
}
.related_artist__content .infos {
  width: 100%;
  max-width: 680px;
}
.related_artist__content .infos h3 {
  display: block;
  margin-bottom: 20px;
}
.related_artist__content .infos h3 a {
  text-decoration: none;
}
.related_artist__content .infos h3 a:hover {
  text-decoration: underline;
}
.related_artist__content .infos p {
  display: block;
  margin-bottom: 15px;
}
.related_artist__content .infos a {
  font-weight: bold;
  color: #293133;
}

.login_alert_wrapper .woocommerce-notices-wrapper {
  width: 100%;
  margin: 10px auto 20px auto;
  background-color: #ffffff;
}

.login_form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .login_form_container {
    width: 100%;
  }
}
.login_form_container form.checkout_coupon,
.login_form_container form.login,
.login_form_container form.register {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  border-radius: 0 !important;
}
.login_form_container h2 {
  text-transform: uppercase;
  position: relative;
  width: 100%;
  max-width: 300px;
}
.login_form_container p {
  margin-bottom: 30px;
  width: 100%;
}
.login_form_container p.error {
  font-size: 0.8em;
  max-width: 300px;
}
.login_form_container p.error strong {
  color: #FF0000;
  font-size: 1.1em;
}
.login_form_container a {
  color: #FFB900;
  text-decoration: underline;
  cursor: pointer;
}
.login_form_container .small_text {
  font-size: 0.9em;
}
.login_form_container .login_form {
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .login_form_container .login_form {
    width: 100%;
  }
}
.login_form_container .login_form.show {
  display: block;
}
@media (max-width: 768px) {
  .login_form_container .login_form.show {
    width: 100%;
  }
}
.login_form_container .login_form .back {
  position: absolute;
  top: 0;
  left: -60px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .login_form_container .login_form .back {
    display: inline-block;
    margin-right: 10px;
    position: initial;
  }
}
.login_form_container .login_form .legend {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 0.8em;
}
.login_form_container .login_form__container {
  margin-bottom: 30px;
  width: 100%;
  max-width: 300px;
  position: relative;
}
.login_form_container .login_form__container.margin-bottom {
  margin-bottom: 30px;
}
.login_form_container .login_form__container .text_label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.login_form_container .login_form__container input[type=text],
.login_form_container .login_form__container input[type=password] {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 35px;
  padding: 10px;
  border: 1px solid #293133;
}
@media (max-width: 768px) {
  .login_form_container .login_form__container input[type=text],
  .login_form_container .login_form__container input[type=password] {
    width: 100%;
  }
}
.login_form_container .login_form__container.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  width: auto;
  max-width: 100%;
}
.login_form_container .login_form__container.double .login_form__col {
  width: 300px;
}
@media (max-width: 768px) {
  .login_form_container .login_form__container.double .login_form__col {
    width: 100%;
  }
}
.login_form_container .login_form__container.double .login_form__col.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.login_form_container .login_form__container.double .login_form__col.flex .inner_col {
  width: calc(50% - 10px);
}
.login_form_container .login_form__container.double .login_form__col.flex .inner_col.big {
  width: calc(66% - 10px);
}
.login_form_container .login_form__container.double .login_form__col.flex .inner_col.small {
  width: calc(33% - 10px);
}
.login_form_container .login_form__container .legend {
  bottom: 0;
}
.login_form_container .switch_form {
  margin-top: 45px;
  margin-bottom: 40px;
}
.login_form_container .woocommerce-notices-wrapper .woocommerce-error {
  padding-bottom: 20px;
}
.login_form_container .woocommerce-notices-wrapper .woocommerce-error::before {
  top: 10px;
}
.login_form_container .woocommerce-notices-wrapper .woocommerce-error li {
  display: flow-root;
  max-width: 300px;
}

.photo_gallery {
  margin-top: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.photo_gallery .gallery_card {
  width: calc(0.3333333333 * (100% - 40px));
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .photo_gallery .gallery_card {
    width: calc(50% - 10px);
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  .photo_gallery .gallery_card {
    width: 100%;
  }
}
.photo_gallery .gallery_card__visual {
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
}

.partenaire {
  width: calc(33.33% - 14px);
}
@media (max-width: 768px) {
  .partenaire {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .partenaire {
    width: 100%;
  }
}
.partenaire__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.partenaire__container .partenaires {
  width: 100%;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.partenaire__container .button {
  width: 230px;
}
.partenaire strong {
  font-size: 18px;
  margin: 0 0 5px 0;
  display: inline-block;
}
.partenaire__img {
  width: 100%;
  height: 220px;
  margin: 15px 0 0 0;
}
.partenaire__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 50px;
}
@media (max-width: 768px) {
  .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 30px 0 0 0;
  gap: 30px;
}
.article h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
}
.article .date {
  display: inline-block;
  margin: 5px 0 25px 0;
}
.article strong {
  font-size: 18px;
  margin: 0 0 5px 0;
  display: inline-block;
}
.article__img {
  width: 350px;
  height: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .article__img {
    width: 100%;
  }
}
.article__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article__content {
  width: calc(100% - 350px - 50px);
}
@media (max-width: 768px) {
  .article__content {
    width: 100%;
  }
}
.article__content a {
  color: #293133;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0 0 0;
}

.wishlist {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist * {
  color: #FFB900;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.wishlist .button {
  color: #ffffff !important;
}
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .separator {
  display: none !important;
}
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist {
  display: none !important;
}
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button {
  width: 20px !important;
  height: 20px !important;
  min-width: unset !important;
  min-height: unset !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: unset !important;
  border: 0 !important;
  font-size: 18px !important;
  aspect-ratio: unset !important;
  background-image: none !important;
  padding: 0 !important;
}
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i,
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button i {
  margin-right: 0 !important;
}
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button:hover {
  text-decoration: none;
}
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item span,
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist span {
  display: none;
}

.buy_container .wishlist {
  margin-top: 5px;
}

#yith-wcwl-popup-message {
  display: none !important;
}
#yith-wcwl-popup-message .yith-wcwl-message {
  display: none !important;
}

.user_nav a:nth-of-type(2) {
  position: relative;
}
.user_nav a:nth-of-type(2) span {
  font-family: "Montserrat";
  background-color: #FF0000;
  color: #ffffff;
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  bottom: -10px;
  right: -10px;
  position: absolute;
}

.wish_list_container .product_card {
  max-width: 720px;
}

.alignnone {
  max-width: 300px;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .alignnone {
    display: block !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.inner .content .woocommerce .woocommerce-MyAccount-content {
  width: 70%;
}
@media (max-width: 992px) {
  .inner .content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.inner .content .woocommerce .woocommerce-MyAccount-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
  font-weight: bold;
  width: 25%;
}
@media (max-width: 992px) {
  .inner .content .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    padding-bottom: 25px;
  }
}
.inner .content .woocommerce .woocommerce-MyAccount-navigation .account_nav_el {
  width: 100%;
  margin-bottom: 1px;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.inner .content .woocommerce .woocommerce-MyAccount-navigation .account_nav_el__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: 100%;
  padding: 0 18px;
  background-color: #F4F4F4;
  color: #293133;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out;
  cursor: pointer;
}
.inner .content .woocommerce .woocommerce-MyAccount-navigation .account_nav_el ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  margin: 0;
}
.inner .content .woocommerce .woocommerce-MyAccount-navigation .account_nav_el ul li {
  max-height: 0;
  -webkit-transition: 0.2s opacity ease-out;
  transition: 0.2s opacity ease-out;
  opacity: 0;
}
.inner .content .woocommerce .woocommerce-MyAccount-navigation .account_nav_el.active .account_nav_el__title {
  background-color: #FFB900;
  color: white;
}
.inner .content .woocommerce .woocommerce-MyAccount-navigation .account_nav_el.active ul {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 15px 0;
}
.inner .content .woocommerce .woocommerce-MyAccount-navigation .account_nav_el.active ul li {
  max-height: 100%;
  color: #293133;
  margin-top: 15px;
  padding: 0 18px;
  opacity: 1;
  cursor: pointer;
}
.inner .content .woocommerce .woocommerce-MyAccount-navigation .account_nav_el.active ul li.active {
  color: #FFB900;
}
.inner .content .woocommerce .woocommerce-MyAccount-navigation .account_nav_el.active ul li.forbidden {
  color: #F4F4F4;
  cursor: not-allowed;
}

.user_top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 40px;
}
.user_top_nav .button {
  border-radius: 0;
}

.woocommerce-notices-wrapper {
  display: none;
}

.login_form .woocommerce-notices-wrapper {
  display: initial;
}

.account_section {
  display: none;
}
.account_section.active {
  display: block;
}
.account_section .hidden {
  display: none;
}
.account_section .modify_account {
  display: block;
}
.account_section .modify_account__container {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.account_section .modify_account__container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .account_section .modify_account__container__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.account_section .modify_account__container__header__infos .legend {
  font-weight: bold;
  margin-bottom: 10px;
}
.account_section .modify_account__container__header__actions button {
  border-color: #293133;
  border: 1px solid #293133;
  background-color: #ffffff;
  color: #293133;
  width: 180px;
  height: 42px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  cursor: pointer;
}
.account_section .modify_account__container__header__actions button:hover {
  background-color: #293133;
  color: #ffffff;
}
.account_section .modify_account__container__header__actions button.collapse {
  display: none !important;
}
.account_section .modify_account__container .user_info_form {
  max-height: 0vh;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
.account_section .modify_account__container .user_info_form label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.account_section .modify_account__container .user_info_form input[type=text],
.account_section .modify_account__container .user_info_form input[type=password] {
  background-color: #ffffff;
  border-color: white;
  margin-bottom: 20px;
  max-width: 350px;
  width: 100%;
}
.account_section .modify_account__container .user_info_form input[type=text].full_width,
.account_section .modify_account__container .user_info_form input[type=password].full_width {
  max-width: 100%;
}
.account_section .modify_account__container .user_info_form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 20px;
}
@media (max-width: 480px) {
  .account_section .modify_account__container .user_info_form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.account_section .modify_account__container .user_info_form .row .column {
  display: block;
  width: calc(0.5 * (100% - 20px));
}
.account_section .modify_account__container .user_info_form .row .column.small {
  width: calc(0.25 * (100% - 20px));
}
.account_section .modify_account__container .user_info_form .row .column.large {
  width: calc(0.75 * (100% - 20px));
}
@media (max-width: 480px) {
  .account_section .modify_account__container .user_info_form .row .column {
    width: 100%;
  }
}
.account_section .modify_account__container.show .modify_account__container__header__actions button.collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.account_section .modify_account__container.show .modify_account__container__header__actions button.extand {
  display: none !important;
}
.account_section .modify_account__container.show .user_info_form {
  margin-top: 20px;
  padding: 20px;
  background-color: #F4F4F4;
  max-height: 100vh;
  opacity: 1;
}
.account_section .alert {
  color: #FF0000;
  margin-bottom: 15px;
  font-size: 0.8em;
}

.propositions_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.propositions_container .product_card {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #ffffff;
  width: 100%;
  gap: 30px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .propositions_container .product_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 0 auto;
  }
}
.propositions_container .product_card:nth-of-type(odd) {
  background-color: #F4F4F4;
}
.propositions_container .product_card .product_visual {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 230px;
  aspect-ratio: 1;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .propositions_container .product_card .product_visual {
    width: 100%;
  }
}
.propositions_container .product_card .product_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 230px;
  width: calc(100% - 260px);
}
@media (max-width: 768px) {
  .propositions_container .product_card .product_content {
    width: 100%;
  }
}
.propositions_container .product_card .product_content.experience {
  height: auto;
  position: relative;
  width: 100%;
}
.propositions_container .product_card .product_content.experience .places {
  float: right;
  font-weight: bold;
  font-size: 1.1em;
  color: #FF0000;
}
.propositions_container .product_card .product_content.experience .experience_body .label {
  font-weight: bold;
  margin-bottom: 3px;
}
.propositions_container .product_card .product_content.experience .experience_body p {
  margin-bottom: 10;
}
.propositions_container .product_card .product_content .product_content_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
.propositions_container .product_card .product_content .product_content_details p {
  margin: 0 0 15px 0;
}
.propositions_container .product_card .product_content .product_content_details .product_content_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #293133;
  font-weight: bold;
  margin-bottom: 10px;
}
.propositions_container .product_card .product_content .product_content_details .product_content_header .product_name {
  text-decoration: none;
  color: #293133;
}
@media (max-width: 768px) {
  .propositions_container .product_card .product_content .product_content_details .product_content_header .product_name {
    width: 70%;
    text-align: left;
  }
}
.propositions_container .product_card .product_content .product_content_details .product_content_header .product_name:hover {
  text-decoration: underline;
}
.propositions_container .product_card .product_content .product_content_details a:not(.cta) {
  color: #293133;
}
@media (max-width: 768px) {
  .propositions_container .product_card .product_content .product_content_details .cta {
    width: 100%;
  }
}
.propositions_container .product_card .product_content .product_action_container {
  width: 100%;
}
.propositions_container .product_card .product_content .product_action_container a:not(.button) {
  color: #293133;
}
.propositions_container .product_card .product_content .product_action_container textarea {
  min-height: 100px;
}
.propositions_container .product_card .product_content .product_action_container button {
  height: 42px;
  aspect-ratio: unset;
  background-size: 100% 100%;
  margin-top: 5px;
  width: 300px;
}
.propositions_container .product_card .product_content .product_action_container button.decline {
  background-color: #293133;
  border-color: #293133;
  color: white;
}
.propositions_container .product_card .product_content .product_action_container button.decline svg path {
  fill: #ffffff;
}
.propositions_container .product_card .product_content .product_action_container button.decline:hover {
  background-color: transparent;
  color: #293133;
  border-color: #293133;
}
.propositions_container .product_card .product_content .product_action_container button.decline:hover svg path {
  fill: #293133;
}
.propositions_container .product_card.card_proposition .product_content, .propositions_container .product_card.card_refus .product_content, .propositions_container .product_card.card_selection .product_content {
  height: auto;
}
.propositions_container .product_card.card_proposition .product_content .product_action_container label, .propositions_container .product_card.card_refus .product_content .product_action_container label, .propositions_container .product_card.card_selection .product_content .product_action_container label {
  display: block;
  color: #FFB900;
  margin-bottom: 7px;
  font-weight: bold;
}
.propositions_container .product_card.card_proposition .product_content .product_action_container textarea, .propositions_container .product_card.card_refus .product_content .product_action_container textarea, .propositions_container .product_card.card_selection .product_content .product_action_container textarea {
  border: 1px solid #293133;
  padding: 10px;
  font-size: 12px;
}

.cart_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 992px) {
  .cart_page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cart_page .product_content {
    height: 185px !important;
  }
}
.cart_page .woocommerce-cart-form {
  width: calc(0.75 * (100% - 30px));
  max-width: 720px;
}
@media (max-width: 992px) {
  .cart_page .woocommerce-cart-form {
    width: 100%;
  }
}
.cart_page .cart-collaterals {
  background-color: #293133;
  color: #ffffff;
  padding: 20px;
  width: calc(0.25 * (100% - 30px));
  max-width: 720px;
}
.cart_page .cart-collaterals h3 {
  color: #ffffff;
  margin-bottom: 15px;
}
.cart_page .cart-collaterals table.shop_table {
  border: 0;
}
.cart_page .cart-collaterals table.shop_table th {
  width: unset;
  font-weight: normal;
  font-size: 1em;
  padding: 0 12px 0 0;
}
.cart_page .cart-collaterals table.shop_table td {
  text-align: right;
  padding: 0;
}
.cart_page .cart-collaterals table.shop_table tr,
.cart_page .cart-collaterals table.shop_table td,
.cart_page .cart-collaterals table.shop_table th {
  border: 0;
}
.cart_page .cart-collaterals table.shop_table tr h3,
.cart_page .cart-collaterals table.shop_table td h3,
.cart_page .cart-collaterals table.shop_table th h3 {
  margin-top: 10px;
}
.cart_page .cart-collaterals::before {
  display: none;
}
@media (max-width: 992px) {
  .cart_page .cart-collaterals {
    width: 100%;
  }
}
.cart_page .cart-collaterals .cart_totals {
  width: 100%;
}
.cart_page .cart .product_card {
  max-width: 720px;
}
.cart_page .wc-proceed-to-checkout {
  padding: 0;
}
.cart_page .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px;
  margin-bottom: 0;
}

.woocommerce section {
  margin-top: 20px;
}
.woocommerce .woocommerce-form-login-toggle {
  display: none !important;
}
.woocommerce .woocommerce-customer-details address {
  padding: 20px;
  background-color: #F4F4F4;
}
.woocommerce .woocommerce-order ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .woocommerce-order ul li {
  width: 25%;
  min-width: 250px;
  float: none;
  border-right: unset;
  margin-bottom: 15px;
}
.woocommerce-shipping-calculator a {
  color: white;
}

.woocommerce-checkout #payment {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 20px;
}
.woocommerce-checkout #payment h3 {
  margin-bottom: 20px;
}

#order_review_heading {
  margin-bottom: 20px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1;
}

.woocommerce-privacy-policy-text a {
  color: #293133;
}

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  line-height: 1.5;
  border: 1px solid #293133;
  border-radius: 0;
  padding: 20px;
}

.woocommerce table.shop_table {
  border: 1px solid #F4F4F4;
  border-radius: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid #F4F4F4;
}

.total_bloc {
  width: 100%;
  background-color: #293133;
  padding: 20px;
}
.total_bloc h3 {
  width: 100%;
  text-align: right;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.account_section_intro {
  margin-bottom: 30px;
}
.account_section #demande_de_service .error {
  display: none;
}
.account_section #demande_de_service .error.show {
  display: block;
  color: #FF0000;
  margin-bottom: 20px;
}
.account_section #demande_de_service .section_dropdown {
  margin-bottom: 20px;
}
.account_section #demande_de_service .form_section:not(.section_dropdown) {
  margin-bottom: 20px;
  border-bottom: 1px solid #293133;
  padding: 20px 0;
}
.account_section #demande_de_service .form_section:not(.section_dropdown):last-of-type, .account_section #demande_de_service .form_section:not(.section_dropdown).section_textarea {
  border-bottom: 0;
}
.account_section #demande_de_service .form_section:not(.section_dropdown) .form_summary {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.account_section #demande_de_service .form_section:not(.section_dropdown) .form_summary.action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account_section #demande_de_service .form_section:not(.section_dropdown) .form_summary.action .legend {
  font-size: 0.8em;
  font-style: italic;
}
.account_section #demande_de_service .form_section:not(.section_dropdown) .form_summary h3 {
  text-transform: uppercase;
}
.account_section #demande_de_service .form_section:not(.section_dropdown).section_textarea .textarea {
  padding: 20px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 250px;
  border: 1px solid #293133;
  border-radius: 5px;
}
.account_section #demande_de_service .form_section:not(.section_dropdown).section_textarea .textarea.wrong {
  border: 1px solid #FF0000 !important;
}
.account_section #demande_de_service .form_section:not(.section_dropdown) .range_container {
  max-width: 300px;
  margin: 20px 0;
}
.account_section #demande_de_service .form_section:not(.section_dropdown) .orientation_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.account_section .form_section_list_part {
  display: block;
}
.account_section .form_section_list_part .input_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  height: 18px;
}
.account_section .form_section_list_part .input_container.dispensable {
  display: none;
}
.account_section .form_section_list_part .input_container.dispensable.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account_section .form_section_list_part .input_container.see_more, .account_section .form_section_list_part .input_container.see_less {
  text-decoration: underline;
  color: #FFB900;
  cursor: pointer;
}
.account_section .form_section_list_part .input_container.see_more.hidden, .account_section .form_section_list_part .input_container.see_less.hidden {
  display: none;
}
.account_section .cta_container {
  margin-top: 30px;
}

.file-input {
  text-align: center;
  position: relative;
  height: 46px;
  color: transparent;
}
.file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.file-input::before {
  width: 200px;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 5px;
  color: white;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: attr(data-content);
  background-color: #293133;
  border-color: black;
  margin-right: 0 !important;
}
.file-input::after {
  display: none;
}

#drop-zone {
  width: 100%;
  min-height: 200px;
  padding: 20px;
  border: 1px dashed #293133;
  background-color: #F4F4F4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

#preview-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}
#preview-zone .uploadPreview {
  position: relative;
  border: 1px solid #293133;
  border-radius: 5px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
}
#preview-zone button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  border-color: #293133;
  font-size: 8px;
  background-image: none;
  background-color: #293133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#preview-zone button.remove-button {
  min-width: unset;
  min-height: unset;
  padding: 0;
}

.commands_container {
  width: 100%;
}
.commands_container .order_container {
  width: 100%;
  display: block;
}
.commands_container .order_container .commande_header {
  width: 100%;
  padding: 20px 0 20px 20px;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.commands_container .order_container .commande_header h4,
.commands_container .order_container .commande_header p {
  margin-bottom: 0;
  font-weight: 1em;
}
.commands_container .order_container .commande_header h4 {
  font-weight: bold;
}
.commands_container .order_container .commande_header .commande_header_left {
  width: calc(0.6666666667 * (100% - 30px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.commands_container .order_container .commande_header .commande_header_left .commande_header_content {
  width: calc(0.5 * (100% - 30px));
}
.commands_container .order_container .commande_header .commande_header_right {
  width: calc(0.3333333333 * (100% - 30px));
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.commands_container .order_container .commande_body {
  width: 100%;
  padding: 20px 0 20px 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .commands_container .order_container .commande_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.commands_container .order_container .commande_body .commande_product_container {
  width: calc(0.6666666667 * (100% - 30px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .commands_container .order_container .commande_body .commande_product_container {
    width: 100%;
  }
}
.commands_container .order_container .commande_body .commande_product_container .expedition {
  font-weight: bold;
  color: #FFB900;
  font-size: 1.1em;
  max-width: 100%;
}
.commands_container .order_container .commande_body .commande_product_container .product_card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.commands_container .order_container .commande_body .commande_product_container .product_card .card_visual {
  width: calc(0.5 * (100% - 30px));
  aspect-ratio: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.commands_container .order_container .commande_body .commande_product_container .product_card .card_content {
  width: calc(0.5 * (100% - 30px));
  padding: 0;
}
.commands_container .order_container .commande_body .commande_action_container {
  width: calc(0.3333333333 * (100% - 30px));
}
@media (max-width: 768px) {
  .commands_container .order_container .commande_body .commande_action_container {
    width: 100%;
  }
}
.commands_container .order_container .commande_body .commande_action_container .cta {
  float: right;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: none;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/splide-core.min.css ***!
  \***********************************************************************************************************************************************************************************************/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

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