/*
 * Styles
 */
/*
 *
 *
 *
 *
 *
 * Fonts
 */
/*@font-face {
    font-family: 'Karla';
    src: url('../Karla-Regular.woff2') format('woff2'),
        url('../Karla-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
/*
 *
 *
 *
 *
 *
 * Global
 */
body {
  margin: 0;
  font-family: 'Karla';
  font-size: 18px;
  font-weight: 100;
  float: right;
  width: 100%;
}
main {
  width: calc(100% - 280px);
  margin-top: 101px;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1200px), screen and (max-height: 500px) {
  main {
    width: 100%;
    margin-top: 136px;
  }
}
ul,
li,
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
h2,
.h2 {
  color: #2f3c55;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  font-family: 'Spectral';
  font-weight: 600;
  font-size: 2.37em;
  line-height: 1.1;
  text-align: center;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  h2,
  .h2 {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  h2,
  .h2 {
    width: 100%;
    font-size: 2em;
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
a,
.tpl_link {
  cursor: pointer;
}
strong,
b {
  font-weight: bold;
}
.wpsm-show,
.wpsm-hide {
  color: #fffefd !important;
  background: #BBBFE8;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 15px;
  border-radius: 21px;
  margin-top: 34px;
}
.tpl_hide {
  display: none;
}
.tpl_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tpl_img img {
  display: none;
}
.tpl_mask {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.tpl_full_page {
  width: 100%;
  margin: 0;
}
.tpl_emphasis {
  color: #2f3c55;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  width: 75%;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .tpl_emphasis {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .tpl_emphasis {
    width: 100%;
  }
}
.tpl_emphasis--light {
  color: #647381;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  width: 75%;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .tpl_emphasis--light {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .tpl_emphasis--light {
    width: 100%;
  }
}
.tpl_emphasis--spectral {
  color: #2f3c55;
  font-family: 'Spectral';
  font-size: 1.25em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  width: 75%;
}
.tpl_button_container {
  position: relative;
  margin: 32px 0;
}
@media only screen and (max-width: 576px) {
  .tpl_button_container {
    margin: 24px 0;
  }
}
.tpl_button_container--center {
  text-align: center;
}
.tpl_button_container--space_between {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .tpl_button_container--space_between {
    text-align: center;
  }
}
.tpl_button_container--space_between::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.tpl_button {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 1em;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.tpl_button--form:not(:last-of-type) {
  margin-right: 16px;
}
@media only screen and (max-width: 768px) {
  .tpl_button--form:not(:last-of-type) {
    margin: 16px auto 16px;
  }
}
.tpl_button--form {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .tpl_button--form {
    display: block;
    margin: 16px auto 16px;
  }
}
.tpl_button--big {
  text-decoration: none;
  padding: 12px 24px 12px 24px;
  border-radius: 50px;
  display: block;
  margin-bottom: 16px;
}
.tpl_button--nav {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 1em;
  display: block;
  margin-bottom: 16px;
}
.tpl_button--type1 {
  color: #ffffff;
  background-image: linear-gradient(98deg, #d89f7d 17%, #f3b692 100%);
  border: 2px solid transparent;
  background-origin: border-box;
}
.tpl_button--type1:hover {
  color: #F0B38F !important;
  background-color: transparent;
  background-image: none;
  border: 2px solid #f0b390;
}
.tpl_button--type1:hover:after {
  background-image: url(../img/chevron_right_orange.png);
  background-size: 8px 12px;
  display: inline-block;
  width: 8px;
  height: 12px;
  content: "";
  margin-left: 8px;
}
.tpl_button--type1::after {
  background-image: url(../img/chevron_right_white.png);
  background-size: 8px 12px;
  display: inline-block;
  width: 8px;
  height: 12px;
  content: "";
  margin-left: 8px;
}
.tpl_button--type1--small {
  color: #ffffff;
  background-image: linear-gradient(98deg, #d89f7d 17%, #f3b692 100%);
  font-size: 0.75em;
  padding-top: 8px;
  padding-bottom: 8px;
}
.tpl_button--type1--small::after {
  background-image: url(../img/chevron_right_white.png);
  background-size: 6px 8px;
  display: inline-block;
  width: 6px;
  height: 8px;
  content: "";
  margin-left: 6px;
}
.tpl_button--type2 {
  color: #f0b390;
  border: solid 2px #f0b390;
  background-color: transparent;
  font-weight: bold;
}
.tpl_button--type2:hover {
  color: #ffffff;
  border: solid 2px #f0b390;
  background-color: #f0b390;
}
.tpl_button--type2:hover::after {
  background-image: url(../img/chevron_right_white.png);
  background-size: 8px 12px;
  display: inline-block;
  width: 8px;
  height: 12px;
  content: "";
  margin-left: 8px;
}
.tpl_button--type2::after {
  background-image: url(../img/chevron_right_orange.png);
  background-size: 8px 12px;
  display: inline-block;
  width: 8px;
  height: 12px;
  content: "";
  margin-left: 8px;
}
.tpl_button--type3 {
  color: #f0b390;
  border: none;
  background-color: transparent;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0 10px;
  margin-bottom: 16px;
  position: absolute;
  bottom: 5px;
}
.tpl_button--type3::after {
  background-image: url(../img/chevron_right_orange.png);
  background-size: 6px 8px;
  display: inline-block;
  width: 6px;
  height: 8px;
  content: "";
  margin-left: 8px;
}
.tpl_button--type4 {
  color: #69779b;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #69779b;
  border-radius: 50px;
}
.tpl_button--type5 {
  color: #ffffff;
  background-color: #BBBFE8;
  border: 2px solid transparent;
}
.tpl_button--type5:hover {
  color: #BBBFE8;
  background-color: transparent;
  background-image: none;
  border: 2px solid #BBBFE8;
}
.tpl_button--type5:hover:after {
  background-image: url(../img/chevron_right_grey.png);
  background-size: 8px 12px;
  display: inline-block;
  width: 8px;
  height: 12px;
  content: "";
  margin-left: 8px;
}
.tpl_button--type5::after {
  background-image: url(../img/chevron_right_white.png);
  background-size: 8px 12px;
  display: inline-block;
  width: 8px;
  height: 12px;
  content: "";
  margin-left: 8px;
}
.tpl_button--type5--small {
  color: #ffffff;
  background-color: #BBBFE8;
  font-size: 0.75em;
  padding-top: 8px;
  padding-bottom: 8px;
}
.tpl_button--type5--small::after {
  background-image: url(../img/chevron_right_white.png);
  background-size: 6px 8px;
  display: inline-block;
  width: 6px;
  height: 8px;
  content: "";
  margin-left: 6px;
}
.tpl_button--av {
  background-color: #1e272c;
  padding: 4px 24px 4px 36px;
}
.tpl_button--av::after {
  background-image: url(../img/chevron_right_white.png);
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  content: "";
  margin-top: 12px;
  margin-right: 4px;
  float: right;
}
.tpl_expand,
.tpl_expand--expanded {
  color: #f0b390;
  border: none;
  background-color: transparent;
  display: block;
  margin: 16px 0;
}
.tpl_expand::after {
  background-image: url(../img/chevron_right_orange.png);
  background-size: 6px 8px;
  display: inline-block;
  width: 6px;
  height: 8px;
  content: "";
  margin-left: 8px;
}
.tpl_expand--expanded::after {
  background-image: url(../img/chevron_down_orange.png);
  background-size: 10px 6px;
  display: inline-block;
  width: 10px;
  height: 6px;
  content: "";
  margin-left: 8px;
}
.tpl_extra_text {
  display: none;
}
.tpl_filter_switch {
  color: #647381;
  background-color: #f9fafc;
  display: inline-block;
  padding: 8px 16px;
  margin: 4px;
  border-radius: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .tpl_filter_switch {
    font-size: 12px;
  }
}
.tpl_filter_switch:hover,
.tpl_filter_switch.tpl_filter_switch--selected {
  color: #ffffff;
  background-color: #69779b;
}
.tpl_filter_select_wrapper {
  display: inline-block;
}
.tpl_filter_select {
  color: #647381;
  background-color: #e1e5eb;
  display: inline-block;
  padding: 8px 16px;
  margin: 4px;
  border-radius: 16px;
  cursor: pointer;
}
.tpl_filter_select::after {
  background-image: url(../img/chevron_down_grey.png);
  background-size: 10px 6px;
  display: inline-block;
  width: 10px;
  height: 6px;
  content: "";
  margin-left: 8px;
}
.tpl_filter_select--selected {
  color: #ffffff;
  background-color: #69779b;
}
.tpl_filter_select--selected::after {
  background-image: url(../img/chevron_down_white.png);
}
.tpl_filter_options_wrapper {
  background-color: #ffffff;
  position: absolute;
  margin: 4px 8px;
  border: 1px solid #cacad0;
  display: none;
  z-index: 10;
}
.tpl_filter_option {
  color: #2f3c55;
  padding: 16px;
}
.tpl_filter_option a {
  color: #2f3c55;
}
.tpl_filter_option:not(:last-of-type) {
  border-bottom: 1px solid #cacad0;
}
.tpl_logo {
  height: 32px !important;
  width: auto;
  margin-bottom: 8px;
}
.tpl_logo--h1 {
  margin-bottom: 24px;
}
.tpl_title {
  text-align: center;
}
.tpl_link {
  color: #c1a48f;
  text-decoration: underline;
  display: block;
}
.tpl_simple_link {
  color: #f0b390;
}
.tpl_link--16pxtop {
  color: #c1a48f;
  text-decoration: underline;
  display: block;
  margin-top: 16px;
}
.tpl_info_wrapper {
  text-align: center;
  margin-bottom: 38px !important;
  margin: 0 auto;
  width: 100%;
  grid-area: a;
}
@media only screen and (max-width: 1280px) {
  .tpl_info_wrapper {
    margin-bottom: 3px !important;
  }
}
.tpl_info_list {
  list-style-type: none;
  text-align: center;
  right: inherit;
  margin: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .tpl_info_list {
    text-align: left;
  }
}
.tpl_info_list_content {
  display: inline-block;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .tpl_info_list_content {
    display: block;
    margin: 48px 0;
  }
}
.tpl_info_list_icon {
  height: 50px;
  margin: 0px 12px 0px 0px;
}
@media only screen and (max-width: 1280px) {
  .tpl_info_list_icon {
    height: 40px;
  }
}
.tpl_info_list_text {
  color: #2f3c55;
  font-size: 1.125em;
  display: inline;
  text-align: left;
}
@media only screen and (max-width: 1366px) {
  .tpl_info_list_text {
    text-align: left;
    padding: 12px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .tpl_info_list_text {
    text-align: center;
  }
}
.tpl_dotted_line_wrapper {
  margin: 0 -80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .tpl_dotted_line_wrapper {
    margin: 0 -16px;
  }
}
@media only screen and (max-width: 768px) {
  .tpl_dotted_line_wrapper {
    display: none;
  }
}
.tpl_dotted_line {
  border-bottom: 2px dashed #69779b;
  width: 100%;
  position: absolute;
  top: 20px;
}
.tpl_step--3 {
  width: 33.33%;
}
.tpl_step--4 {
  width: 25%;
}
.tpl_step--5 {
  width: 20%;
}
.tpl_number {
  color: #ffffff;
  font-family: 'Spectral';
  font-size: 1.25em;
  font-weight: bold;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #69779b;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .tpl_number {
    margin: 32px auto 16px;
  }
}
.tpl_number--no_responsive {
  color: #ffffff;
  font-family: 'Spectral';
  font-size: 1.25em;
  font-weight: bold;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #69779b;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.tpl_number--main {
  background-image: linear-gradient(to bottom, #d89f7d, #f3b692);
}
.tpl_number--revert {
  color: #2f3c55;
  background-color: #ffffff;
}
.tpl_step_image {
  height: 80px;
  width: auto;
  margin: 24px auto;
}
.tpl_step_caption {
  color: #2f3c55;
}
.tpl_card {
  box-shadow: 0 3px 6px 0 rgba(170, 170, 170, 0.16);
  background-color: #ffffff;
  padding: 16px;
  text-align: center;
  vertical-align: top;
}
.tpl_stepper {
  margin: 40px 0;
  background: linear-gradient(to right, #69779b 0%, #69779b 50%, transparent 50%, transparent 100%) repeat-x top / 24px 1px;
  background-position: 10px 20px;
  display: inline-block;
}
.tpl_stepper_step {
  display: inline-block;
}
.tpl_stepper_step--active .tpl_number,
.tpl_stepper_step--active .tpl_number--no_responsive {
  background-image: linear-gradient(to bottom, #d89f7d, #f3b692);
  color: #fff;
}
.tpl_stepper_step--active .tpl_stepper_step_name {
  color: #f0b390;
  font-size: 0.875em;
  margin-top: 8px;
}
@media only screen and (max-width: 576px) {
  .tpl_stepper_step--active .tpl_stepper_step_name {
    font-size: 0.75em;
  }
}
.tpl_stepper_step:not(:last-child) {
  margin-right: 48px;
}
@media only screen and (max-width: 768px) {
  .tpl_stepper_step--reduced:not(:last-child) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .tpl_stepper_step--reduced:not(:last-child) {
    margin-right: 8px;
  }
}
.tpl_first_step--white {
  background: linear-gradient(90deg, #ffffff 50%, transparent 50%);
}
.tpl_last_step--white {
  background: linear-gradient(90deg, transparent 50%, #ffffff 50%);
}
.tpl_first_step--grey {
  background: linear-gradient(90deg, #f9fafc 50%, transparent 50%);
}
.tpl_last_step--grey {
  background: linear-gradient(90deg, transparent 50%, #f9fafc 50%);
}
.tpl_stepper_step_name {
  color: #69779b;
  font-size: 0.875em;
  margin-top: 8px;
}
@media only screen and (max-width: 576px) {
  .tpl_stepper_step_name {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 768px) {
  .tpl_info_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    text-align: center;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .tpl_info_list .tpl_info_list_content {
    display: flex;
    flex-direction: column;
    row-gap: 23px;
    align-items: center;
    margin: 31px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .tpl_info_list .tpl_info_list_content .tpl_info_list_text {
    font-size: 1.05em;
  }
}
.tpl-products-list-item__grid:hover img {
  transform: scale(1.1);
}
.tpl-products-list-item__grid {
  background: #bcbfe95c;
  border-radius: 5px;
  width: 335px;
}
@media only screen and (max-width: 1568px) {
  .tpl-products-list-item__grid {
    width: 300px;
  }
}
.tpl-products-list-item__grid li {
  text-align: center;
  overflow: hidden;
}
.tpl-products-list-item__grid .tpl-products-list-item__imagezoom_grid {
  position: relative;
  overflow: hidden;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 5px;
  height: 320px;
}
.tpl-products-list-item__grid .tpl-products-list-item__imagezoom_grid img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  border-radius: 5px;
  height: auto;
}
.tpl-products-list-item__grid .tpl-products-list-item__info {
  padding: 10px;
  text-align: left;
  display: grid;
  grid-template-areas: "text1 prix" "text2 prix";
  align-items: center;
}
.tpl-products-list-item__grid .tpl-products-list-item__info h2 {
  font-size: 15px;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  grid-area: text1;
}
.tpl-products-list-item__grid .tpl-products-list-item__info .tpl-products-list-item__prix {
  grid-area: prix;
  font-size: 23px;
  font-weight: 900;
  color: #2f3c55;
  text-align: right;
}
.tpl_step_image_hover {
  display: none;
  height: 80px;
  width: auto;
  margin: 24px auto;
}
.tpl_stepper_step_name--main {
  color: #f0b390;
  font-size: 0.875em;
  margin-top: 8px;
}
@media only screen and (max-width: 576px) {
  .tpl_stepper_step_name--main {
    font-size: 0.75em;
  }
}
.tpl_rating_wrapper {
  display: block;
}
.tpl_rating_wrapper--title {
  display: block;
  margin-top: -16px;
}
.tpl_rating_star--filled {
  background-image: url(../img/star_filled_icon.png);
  background-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.tpl_rating_star--empty {
  background-image: url(../img/star_empty_icon.png);
  background-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.tpl_rating_score {
  color: #2f3c55;
  font-size: 1.5em;
  display: inline-block;
}
.tpl_review_counter {
  color: #2f3c55;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .tpl_hpadding_medium {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 576px) {
  .tpl_hpadding_medium {
    padding: 0 16px;
  }
}
.tpl_label--input {
  color: #2f3c55;
  display: block;
  margin-bottom: 8px;
  text-align: left;
}
.tpl_label--extra {
  color: #647381;
  display: block;
  margin-bottom: 8px;
  font-size: 0.75em;
  text-align: left;
}
.tpl_label--checkbox {
  color: #647381;
  display: inline-block;
  text-align: left;
}
.tpl_label--radio {
  color: #2f3c55;
  text-align: left;
  margin-left: 8px;
  cursor: pointer;
}
.tpl_label--radio img {
  float: right;
}
.tpl_select {
  margin: 5px 4px 1px 12px !important;
}
.tpl_input {
  color: #2f3c55;
  padding: 24px 41px 21px 11px;
  border: 1px solid #cacad0;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 24px;
  margin-right: 8px;
}
.tpl_input::placeholder {
  color: #647381;
}
.tpl_input--squared {
  color: #2f3c55;
  padding: 8px;
  border: 1px solid #cacad0;
}
.tpl_input--squared::placeholder {
  color: #647381;
}
.tpl_input--email {
  background: url(../img/mail_icon.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
}
.tpl_input--phone {
  background: url(../img/phone_alt_icon.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
}
.tpl_input--user {
  background: url(../img/user_icon.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
}
.create-account {
  margin-top: 19px;
}
.tpl_input--place {
  background: url(../img/place_icon.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
}
.tpl_input--search {
  background: url(../img/search.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
}
.tpl_input--pen {
  background: url(../img/pen_icon.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
}
.tpl_input--worship {
  background: url(../img/worship_icon.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
}
.tpl_input_splitter {
  border-spacing: 16px;
  margin: -16px;
  width: calc(100% + 32px);
}
.tpl_input_splitter_cell {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .tpl_input_splitter_cell {
    display: block;
    width: 100%;
  }
}
.tpl_checkbox {
  background-color: #f9fafc;
  border: 1px solid #cacad0;
  border-radius: 4px;
}
.tpl_radio:after {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: -2px;
  left: -2px;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  border: 1px solid #647381;
}
.tpl_radio:checked:after {
  border: 7px solid #6699ce;
  width: 4px;
  height: 4px;
}
.tpl_text_area {
  font-family: 'Karla';
  color: #2f3c55;
  padding: 12px 40px 12px 12px;
  border: 1px solid #cacad0;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 24px;
  margin-right: 8px;
  height: 80px;
  resize: none;
}
@media only screen and (max-width: 768px) {
  .tpl_text_area {
    height: 160px;
  }
}
.tpl_text_area--pen {
  background: url(../img/pen_icon.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 16px top 16px;
}
.tpl_menu {
  width: 100%;
  border-collapse: collapse;
}
.tpl_menu tr:first-child .tpl_menu_title {
  color: #F0B390;
}
.tpl_menu--alt {
  background-color: white;
  width: 100%;
  border-collapse: collapse;
}
.tpl_menu_item {
  height: 80px;
  border-top: solid 1px #cacad0;
  cursor: pointer;
}
.tpl_menu_item:last-of-type,
.tpl_menu_subitem:last-of-type {
  border-bottom: solid 1px #cacad0;
}
.tpl_menu_item--av {
  height: 80px;
  border-top: solid 1px #1e272c;
  background-color: #1e272c;
}
.tpl_menu_subitem {
  height: 80px;
  background-color: white;
  border-top: solid 1px #cacad0;
  display: none;
}
.tpl_submenu_content {
  color: #2f3c55;
  display: block;
}
.tpl_submenu_content--alt {
  color: #2f3c55;
  display: block;
  padding: 16px;
  white-space: nowrap;
  font-weight: 900;
}
.tpl_submenu_content--alt a {
  color: #2f3c55;
}
.tpl_submenu_content:not(:last-child),
.tpl_submenu_content--alt:not(:last-child) {
  border-bottom: 1px solid #cacad0;
}

.tpl_menu_icon {
  height: 20px;
  width: auto;
}
.tpl_menu_expand_icon {
  height: 12px !important;
  width: auto;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.tpl_menu_expand_icon.tpl_menu_expand_icon--expanded {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.tpl_menu_side_column {
  width: 12px;
  padding: 16px;
  text-align: center;
}
.tpl_menu_side_column--border {
  width: 32px;
  padding: 16px;
  text-align: center;
  border-left: solid 1px #cacad0;
}
.tpl_menu_item_content {
  width: calc(100% - 56px);
}
.tpl_menu_item_content--alt {
  width: calc(100% - 28px);
  padding: 20px;
}
.tpl_menu_title {
  color: #2f3c55;
  font-size: 1.1em;
  margin-bottom: 4px;
  display: block;
  font-weight: 900;
}
.tpl_menu_title:hover {
  color: #F0B390;
}
.tpl_submenu_content--alt:hover {
  color: #F0B390;
}
.tpl_menu_subtitle {
  color: #69779b;
  font-size: 0.75em;
  display: block;
}
.tpl_video {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
}
.tpl_video video {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .tpl_video {
    width: 100vw;
    margin: 0 -32px 40px;
  }
  .tpl_video video {
    width: 100vw;
  }
}
.tpl_avis_logo {
  height: 20px !important;
}
.tpl_avis_wrapper {
  display: inline-block;
  font-size: 0;
}
.tpl_avis_rating {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
}
.tpl_avis_rating_star--filled {
  background-image: url(../img/AV_star_filled.png);
  background-size: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.tpl_avis_rating_star--half {
  background-image: url(../img/AV_star_filled_half.png);
  background-size: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
/*
 *
 * Product list item TPL
 */
.tpl-products-list-item {
  width: 33.33%;
  padding: 40px;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .tpl-products-list-item {
    padding: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .tpl-products-list-item {
    padding: 16px 0;
    width: 50%;
  }
}
.tpl-products-list-item a {
  position: relative;
}
.tpl-products-list-item__pic {
  width: 100%;
  height: auto;
}
.tpl-products-list-item__name {
  color: #393D42;
  font-family: 'Spectral';
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .tpl-products-list-item__name {
    margin-top: 10px;
    font-size: 15px;
  }
}
.tpl-products-list-item__name a {
  color: #2f3c55;
}
.tpl-products-list-item__expand {
  background-image: url(../img/chevron_right_blue.png);
  background-size: 12px 16px;
  float: right;
  width: 12px;
  height: 16px;
  margin: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .tpl-products-list-item__expand {
    display: none;
  }
}
.tpl-products-list-item__expand--expanded {
  background-image: url(../img/chevron_down_blue.png);
  background-size: 16px 12px;
  float: right;
  width: 16px;
  height: 12px;
  margin: 8px;
  display: none;
  cursor: pointer;
}
.tpl-header-search {
  display: none;
  width: 100% !important;
  padding: 20px 0;
  cursor: pointer !important;
}
@media only screen and (max-width: 1568px) {
  .tpl-header-search {
    display: block !important;
  }
}
.tpl-header-search .block-header__searchbar_wrapper {
  position: absolute;
  display: none;
  background-color: #f9fafc;
  border: 1px solid #cacad0;
  margin-top: 22px;
  margin-left: -16px;
}
.tpl-products-list-item__description {
  color: #647381;
  margin-bottom: 8px;
  display: none;
}
.tpl-products-list-item__price {
  color: #6C8FA3;
  margin-bottom: 8px;
  font-size: 14px;
}
.tpl-products-list-item__price--emphasis {
  /*font-size: 1.25em;
    font-weight: bold;*/
}
.tpl-products-list-item__tag {
  color: #ffffff;
  background-color: #2f3c55;
  padding: 6px 12px;
  display: inline;
  position: absolute;
  left: 0;
  bottom: 16px;
}
@media only screen and (max-width: 576px) {
  .tpl-products-list-item__tag {
    font-size: 0.9em;
  }
}
/*
 *
 * VC
 */
.vc_row {
  padding: 40px 80px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .vc_row {
    padding: 32px 16px;
  }
}
.vc_row a {
  color: #2f3c55;
}
.vc_row .tpl_button--type1 {
  color: #fff;
}
.vc_row ._resp_mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  .vc_row ._resp_mobile {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .vc_row ._resp_no_mobile {
    display: none;
  }
}
.woocommerce .columns-4 {
  padding: 40px 80px;
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row {
    padding: 40px 80px;
    margin-left: 15%!important;
    width: 75%;
  }
  .woocommerce .columns-4 {
    padding: 40px 80px;
    margin-left: 10%!important;
  }
  .prdctfltr_wc {
    margin-left: 10%!important;
  }
}
.woocommerce-notices-wrapper,
.woocommerce-info {
  background-color: #ffffff;
  color: #2f3c55;
}
.woocommerce-message,
.woocommerce-info {
  padding: 15px 0px;
}
.woocommerce-error {
  padding: 15px 45px;
}
.woocommerce-notices-wrapper a {
  color: #c1a48f;
  float: right;
  text-decoration: underline;
}
#tpl_loadMoreButton {
  display: none;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  #tpl_loadMoreButton {
    display: block;
  }
}
/*
 *
 * 404
 */
.block-404 {
  padding: 30px;
  min-height: 50vh;
}
.tpl_star {
  text-align: center;
  margin-bottom: 19px;
  position: relative;
}
.tpl_star img {
  width: 134px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .tpl_star img {
    width: 52%;
  }
}
.tpl_image-gallerie-grid {
  display: flex;
  grid-gap: 10px;
  padding: 23px;
  width: fit-content;
  background: #bbbfe829;
  border-radius: 14px;
  border: 1px solid #B3CCE5;
  margin: 0 auto;
  grid-template-columns: repeat(4, 200px);
  justify-items: center;
}
@media only screen and (max-width: 768px) {
  .tpl_image-gallerie-grid {
    grid-template-columns: auto auto;
  }
}
.tpl_products_woo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
  list-style: none;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .tpl_products_woo {
    grid-template-columns: auto auto;
  }
}
.tpl_img1 {
  width: 40px;
}
.tpl_img2 {
  width: 230px;
}
.tpl_info_list_filtre__content.tpl_content1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 14px;
  padding: 7px 13px;
}
.tpl_info_list_filtre__content_text {
  color: white;
  font-weight: 500;
  font-size: 15px;
}
.tpl_info_list_filtre__content.tpl_content2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  row-gap: 15px;
  padding: 12px;
}
.tpl_text2 {
  width: 45%;
}
.tpl_titre_workflow {
  font-size: 33px;
  color: #2f3c55;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  font-family: 'Spectral';
  font-weight: 600;
  text-align: center;
}
.tpl_bottom_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 73px;
}
.tpl_loading-overlay {
  display: none;
}
.tpl_loading-overlay img {
  width: 61px;
}
.tpl_voir_plus {
  background: #D89F7D;
  color: white;
  padding: 13px 42px;
  margin: 0 20px;
  border-radius: 45px;
}
.tpl_voir_plus i {
  margin-left: 7px;
}
#tpl_popup {
  z-index: 99999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.tpl_popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}
.tpl_popup-content .tpl_selected-filter-item .tpl_icon-filter {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: -32px;
  margin-right: 17px;
  position: relative;
  top: 2px;
}
.tpl_popup-content .block-liste-produits__content--filtre__item:hover .tpl_icon-filter {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: -32px;
  margin-right: 17px;
  position: relative;
  top: 2px;
}
#tpl-liste-produits__content--filtre__contenue li {
  flex-basis: calc(33.33% - 100px);
  margin-bottom: 10px;
  padding: 6px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  width: 143px;
  padding-left: 11px;
}
#tpl-liste-produits__content--filtre__contenue {
  column-count: 4;
  column-gap: 50px;
  padding: 29px;
}
@media only screen and (max-width: 768px) {
  #tpl-liste-produits__content--filtre__contenue {
    column-count: 2;
  }
}
.block-liste-produits__content--filtre__item a {
  color: #393D42;
  font-size: 15px;
}
.block-liste-produits__content--filtre__item {
  margin-bottom: 7px;
}
.tpl_infinite-scroll-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 18px;
  list-style: none;
  justify-content: center;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .tpl_infinite-scroll-container {
    grid-template-columns: auto;
  }
}
.tpl_loading_indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 43px;
}
.tpl_loader {
  border: 5px solid #f3f3f3;
  /* Couleur de fond */
  border-top: 5px solid #f0b390;
  /* Couleur du cercle */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ui-accordion .ui-accordion-header {
  margin: 0 0px 18px 0 !important;
  padding: 4px 8px 4px 9px !important;
  background: none !important;
  border: navajowhite !important;
  border-bottom: 1px solid !important;
  border-radius: 1px !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #ebaf8c !important;
  background: #efb28f !important;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_555555_256x240.png) !important;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png) !important;
}
.tpl_selected-filter-item .tpl_icon-filter {
  display: inline-block;
}
.tpl_selected-filter-item a {
  font-weight: 900;
}
.tpl_popup-content__title {
  font-size: 20px;
  border-bottom: 1px solid;
  margin: 0 auto;
  padding-bottom: 7px;
}
.tpl_icon-filter {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  margin-left: -18px;
  display: none;
}
.tpl_no-products-message {
  grid-column: span 3;
  background: #657481;
  text-align: center;
  border-radius: 45px;
  color: white;
  /* top: 964px; */
}
/* pretty radio */
.tpl_ship_diff label > input[type="radio"] {
  display: none;
}
.tpl_ship_diff label > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #6699CE;
}
.tpl_ship_diff label > input[type="radio"]:checked + *::before {
  border: 7px solid #6699ce;
  width: 4px;
  height: 4px;
}
.tpl_ship_diff {
  display: flex;
  flex-direction: column;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
}
.tpl_ship_diff label {
  padding: 15px;
  text-align: left;
}
.tpl_radio-selected {
  background: #E1E5EB;
  cursor: pointer;
}
.tpl_paiement_title {
  margin-bottom: 14px;
}
.tpl_selecte_paiement .tpl_radio_wrapper_entete {
  background: #e1e5eb;
}
.tpl_radio_wrapper_entete {
  padding: 17px;
}
li.tpl_radio_wrapper {
  border-bottom: 1px solid #DEDEDE;
}
.tpl_gras {
  font-weight: 900;
}
.tpl_delete {
  color: white;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.tpl_bouton_cusntom {
  width: 100%;
  padding: 12px 0px 12px 0px;
  font-size: 16px;
  font-weight: 900;
  border-radius: 7px;
  cursor: pointer;
}
.tpl_required {
  border: 2px solid red;
}
.tpl_separteur td {
  padding-top: 24px;
}
.tpl_selecte_paiement_no .block-checkout__radio_info {
  display: none !important;
}
.woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-password-strength {
  display: none !important;
}
form.woocommerce-form.woocommerce-form-login.login > p:first-child {
  display: none;
}
.woocommerce-form-login__submit {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 8px;
  margin: 17px 0px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}
.tpl_mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tpl_mobile {
    display: block !important;
  }
}
.tpl_mobile_boutton {
  width: 100%;
  max-width: 100%;
}
.tpl_mobile .block-checkout__promo.gt {
  display: none;
}
div#stripe-payment-data {
  TEXT-ALIGN: LEFT;
}
.tpl_icon_paiement {
  float: right;
}
.tpl_custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.tpl_model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.tpl_custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.tpl_custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.tpl_model-open .tpl_custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.tpl_model-open .tpl_bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.tpl_bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.tpl_close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .tpl_custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: 0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .tpl_custom-model-inner {
    margin-top: 45px;
  }
}
.tpl_pop-up-content-wrap ul {
  margin-left: 26px;
}
.tpl_pop-up-content-wrap h3 {
  margin: 7px 1px;
}
.tpl_prix_bouton_total {
  position: absolute;
  top: 15px;
  color: white;
  font-weight: 900;
  left: 10px;
}
.tpl_button_container:hover .tpl_prix_bouton_total {
  color: #f0b38f;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background-color: #fff;
  font-family: 'Karla' !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  border: 1px solid #cacad0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: #2f3c55 !important;
  text-transform: uppercase;
  font-weight: 900;
}
.tpl_pagination {
  margin-top: 57px;
}
.tpl_pagination a {
  background: #f0b390;
  padding: 0 12px;
  border-radius: 12px;
  color: white;
}
.tpl_pagination span.page-numbers.current {
  background: #647381;
  padding: 0 12px;
  border-radius: 12px;
  color: white;
}
/*# sourceMappingURL=./style.css.map */