@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
/* Safari 4.0 - 8.0 */
@-webkit-keyframes infiniteBoundY {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
/* Standard syntax */
@keyframes infiniteBoundY {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes infiniteBoundX {
  0% {
    -webkit-transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
/* Standard syntax */
@keyframes infiniteBoundX {
  0% {
    -webkit-transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
a {
  color: #2a3c2a;
  transition: all 0.3s;
}
a:hover, a:focus {
  color: #4f3325;
  transition: all 0.3s;
  outline: none;
  outline-offset: inherit;
}

h1,
.h1 {
  font-size: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 981px) {
  h1,
  .h1 {
    font-size: 1.875rem;
    padding: 0 20px;
    margin-bottom: 0;
  }
}

h2 {
  font-size: 1.875rem;
}
@media screen and (max-width: 981px) {
  h2 {
    font-size: 1.25rem;
  }
}

h1,
h2,
.h1,
.h2 {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  color: #2a3c2a;
}

.elementor-widget-heading h1.elementor-heading-title {
  font-size: 3.125rem;
}
@media screen and (max-width: 981px) {
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: 1.875rem;
  }
}
.elementor-widget-heading h2.elementor-heading-title {
  font-size: 1.875rem;
}
@media screen and (max-width: 981px) {
  .elementor-widget-heading h2.elementor-heading-title {
    font-size: 1.25rem;
  }
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title {
  font-family: "Poppins", sans-serif;
}
.elementor-widget-heading h2.elementor-heading-title {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}
.elementor-widget-heading h2.elementor-heading-title:after {
  position: absolute;
  content: "";
  background: url("/img/cms/trait-vert-x2.png") no-repeat 0 0;
  width: 127px;
  height: 9px;
  background-size: 127px 9px;
  left: 50%;
  margin-left: -63px;
  z-index: -1;
  bottom: -5px;
}
.elementor-widget-heading h3.elementor-heading-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title {
  font-weight: normal;
}

.elementor-widget-image-box .elementor-image-box-content h3.elementor-image-box-title {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.page-content.page-cms ul,
p {
  color: #4f3325;
}

.page-content.page-cms .elementor-text-editor ul {
  list-style: none outside none;
}
.page-content.page-cms .elementor-text-editor ul li {
  position: relative;
}
.page-content.page-cms .elementor-text-editor ul li:before {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #2a3c2a;
  margin-right: 5px;
}

.card {
  border: 0;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.title-border-green {
  position: relative;
  z-index: 1;
}
.title-border-green:after {
  position: absolute;
  content: "";
  background: url("/img/cms/trait-vert-x2.png") no-repeat 0 0;
  width: 127px;
  height: 9px;
  background-size: 127px 9px;
  left: 50%;
  margin-left: -63px;
  z-index: -1;
  bottom: -5px;
}

@media screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
  outline: none;
  outline-offset: inherit;
}

.btn-primary {
  background-color: #2a3c2a;
  color: white;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border: 0;
  font-weight: normal;
}
.btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:hover, .btn-primary:focus {
  background-color: #4f3325;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2a3c2a;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary:focus, .btn-primary:hover {
  color: white;
}
.btn-primary:focus:hover:before, .btn-primary:hover:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus {
  background-color: #2a3c2a;
  color: #4f3325;
}

.elementor .elementor-button.elementor-button-link:not(#e) {
  background-color: #2a3c2a;
  color: #4f3325;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.elementor .elementor-button.elementor-button-link:not(#e):before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.elementor .elementor-button.elementor-button-link:not(#e).elementor-size-lg {
  font-size: 20px;
  padding: 17px 35px;
  border-radius: 0;
}
.elementor .elementor-button.elementor-button-link:not(#e):focus, .elementor .elementor-button.elementor-button-link:not(#e):hover {
  color: white;
}
.elementor .elementor-button.elementor-button-link:not(#e):focus:hover:before, .elementor .elementor-button.elementor-button-link:not(#e):hover:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.form-control:focus, .input-group.focus {
  outline: 0.1875rem solid #2a3c2a;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  background: #2a3c2a;
  padding: 0.78rem 1rem !important;
}

.custom-radio input[type=radio]:checked + span {
  background-color: #2a3c2a;
}

.custom-radio {
  border-color: #4f3325;
}

#header {
  color: #4f3325;
}
#header a {
  color: #4f3325;
  transition: all 0.3s;
}
#header a:hover, #header a:focus {
  color: #2a3c2a;
  text-decoration: none;
  transition: all 0.3s;
}
#header .header-nav {
  max-height: 55px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding: 12px 0 12px;
}
@media (max-width: 991px) {
  #header .header-nav {
    border-bottom: none;
  }
}
#header .header-nav .left-nav {
  display: flex;
}
#header .header-nav .left-nav #_desktop_contact_link {
  font-weight: bold;
  padding: 0 15px 0 30px;
  font-size: 14px;
}
#header .header-nav .left-nav #_desktop_contact_link #contact-link {
  position: relative;
  margin: 0;
}
#header .header-nav .left-nav #_desktop_contact_link #contact-link:before {
  font-family: "icomoon";
  content: "\e90d";
  position: absolute;
  left: -30px;
  top: 0;
  font-weight: normal;
  font-size: 22px;
}
#header .header-nav .left-nav #_desktop_contact_link #contact-link:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -8px;
}
#header .header-nav .left-nav #_desktop_block_social {
  padding-left: 15px;
}
#header .header-nav .left-nav #_desktop_block_social.block-social ul {
  margin: 0;
}
#header .header-nav .left-nav #_desktop_block_social.block-social ul li {
  width: auto;
  height: inherit;
  margin: 0 5px;
  font-size: 22px;
  background-color: initial;
}
#header .header-nav .left-nav #_desktop_block_social.block-social ul li a {
  text-indent: initial;
  overflow: initial;
}
#header .header-nav .left-nav #_desktop_block_social.block-social ul li a span {
  display: none;
}
#header .header-nav .left-nav #_desktop_block_social.block-social ul li a {
  margin-left: 5px;
}
#header .header-nav .right-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header .header-nav .right-nav #modal-recherche {
  font-size: 14px;
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
}
#header .header-nav .right-nav #modal-recherche:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
#header .header-nav .right-nav #modal-recherche .icon-search {
  font-size: 22px;
  vertical-align: -4px;
  margin-left: 5px;
}
#header .header-nav .right-nav #_desktop_user_info .user-info {
  margin: 0;
  font-size: 14px;
}
#header .header-nav .right-nav #_desktop_user_info .user-info .icon-user {
  font-size: 22px;
  vertical-align: -4px;
  margin-right: 5px;
}
#header .header-nav {
  /* HEADER MOBILE */
}
@media (max-width: 991px) {
  #header .header-nav {
    padding: 0;
    z-index: 10;
    position: relative;
  }
  #header .header-nav > .container {
    padding: 0;
    width: 100%;
  }
  #header .header-nav > .container .mobile {
    position: relative;
  }
  #header .header-nav > .container .mobile #_mobile_logo.top-logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
  }
  #header .header-nav > .container .mobile #_mobile_logo.top-logo h1 {
    margin: 0;
    padding: 0;
    line-height: inherit;
  }
  #header .header-nav > .container .mobile #_mobile_logo.top-logo a {
    display: block;
  }
  #header .header-nav > .container .mobile #_mobile_logo.top-logo a img {
    max-height: 56px;
  }
  #header .header-nav > .container .mobile #menu-icon .material-icons {
    line-height: 55px;
    color: #4f3325;
  }
  #header .header-nav > .container .mobile #_mobile_search {
    height: 55px;
    margin: 0 13px 0 0;
    line-height: 60px;
    font-size: 23px;
  }
  #header .header-nav > .container .mobile #_mobile_user_info .user-info {
    height: 55px;
    margin: 0 15px 0 0;
    line-height: 60px;
    font-size: 23px;
  }
  #header .header-nav > .container .mobile #_mobile_cart .blockcart.cart-preview.inactive .cart-products-count {
    display: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  #header .header-nav > .container .mobile #_mobile_cart .blockcart.cart-preview.active .cart-products-count {
    background: #4f3325;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    font-size: 11px;
    position: absolute;
    top: 30px;
    right: 10px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  #header .header-nav > .container .mobile #_mobile_cart .blockcart.cart-preview.inactive, #header .header-nav > .container .mobile #_mobile_cart .blockcart.cart-preview.active {
    background: #2a3c2a;
    padding: 0.3rem;
    line-height: 48px;
    font-size: 23px;
    width: 55px;
    height: 55px;
  }
  #header .header-nav > .container .mobile #_mobile_cart .blockcart.cart-preview.inactive .header, #header .header-nav > .container .mobile #_mobile_cart .blockcart.cart-preview.active .header {
    margin: 0;
  }
}
#header.sticker .header-nav {
  margin-bottom: 94px;
}
#header .header-top {
  background-color: white !important;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #header .header-top .top-menu .sub-menu ul[data-depth="1"] > li#category-7 {
    margin-top: 20px;
  }
}
#header .header-top.animate__fadeInDown, #header .header-top.animate__fadeOutUp {
  animation-duration: 600ms;
}
#header .header-top a[data-depth="0"] {
  color: #4f3325;
}
#header .header-top .top-menu .sub-menu div.collapse ul.top-menu,
#header .header-top .top-menu .sub-menu div.collapsing ul.top-menu {
  margin-left: 5px;
}
#header .header-top .top-menu .sub-menu div.collapse ul.top-menu li a,
#header .header-top .top-menu .sub-menu div.collapsing ul.top-menu li a {
  font-weight: normal;
}
#header .header-top .top-menu .sub-menu div.collapse ul.top-menu li a:before,
#header .header-top .top-menu .sub-menu div.collapsing ul.top-menu li a:before {
  content: "\f105";
  transition: all 0.3s;
  font-family: "FontAwesome";
  line-height: 1;
  opacity: 0.75;
  color: #4f3325;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #header .header-top.sticky-soon {
    opacity: 0;
  }
  #header .header-top.sticky {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.3s;
    opacity: 1;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
  }
}
#header .header-top .row-header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header .header-top .row-header-top #_desktop_logo {
  z-index: 10;
  max-width: 200px;
  flex: 0 0 200px;
  margin: 0;
  padding: 0 15px;
}
#header .header-top .row-header-top #_desktop_logo h1 {
  margin: 0;
}
#header .header-top .row-header-top #_desktop_interflora {
  max-width: 100px;
  flex: 0 0 100px;
  padding: 0 15px;
}
#header .header-top .row-header-top #_desktop_interflora img {
  max-width: 100%;
  height: auto;
}
#header .header-top .row-header-top #block_menu_cart {
  max-width: calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .row-header-top #block_menu_cart {
    max-width: calc(100% - 145px);
    flex: 0 0 calc(100% - 145px);
  }
}
#header .header-top .row-header-top #block_menu_cart {
  padding-right: 15px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu {
  margin: 0;
  padding-right: 15px;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu > ul#top-menu {
  margin: 0;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu > ul#top-menu > li {
  position: relative;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu > ul#top-menu #category-2 > a:first-child {
  pointer-events: none;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu li a[data-depth="0"] {
  font-weight: 500;
  padding: 32px 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu li a[data-depth="0"] {
    padding: 32px 8px;
    font-size: 14px;
  }
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu li a[data-depth="0"] {
  color: #4f3325;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu li a[data-depth="0"]:before {
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -22px;
  width: 0px;
  height: 2px;
  background: #2a3c2a;
  -webkit-transition: -webkit-transform 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu li a[data-depth="0"] .icon-chevron-bas {
  margin: 6px 0 0 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu li a[data-depth="0"] .icon-chevron-bas {
    margin: 8px 0 0 5px;
  }
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu li:hover a:before {
  width: 45px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu .popover {
  max-width: 320px !important;
  min-width: initial;
  width: auto;
  padding: 20px 0;
  top: 94px !important;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu .popover .icon-chevron-bas {
  display: none;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu #category-2 {
  position: initial;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_top_menu .top-menu #category-2 .popover {
  top: 94px;
  width: 1070px;
  right: 0px;
  left: inherit;
  max-width: 1070px !important;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_cart {
  float: right;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_cart .blockcart .header {
  position: relative;
  padding-left: 60px;
  line-height: 1.375em;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_cart .blockcart .header .icon-panier {
  position: absolute;
  left: -5px;
  top: -8px;
  font-size: 50px;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_cart .blockcart .header .icon-panier span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #2a3c2a;
  color: white;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  min-width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  border-radius: 22px;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_cart .blockcart .header .hidden-md-down {
  font-size: 14px;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_cart .blockcart .header .hidden-md-down span {
  color: #2a3c2a;
  font-weight: bold;
}
#header .header-top .row-header-top #block_menu_cart #_desktop_cart .blockcart .header a:focus .icon-panier span, #header .header-top .row-header-top #block_menu_cart #_desktop_cart .blockcart .header a:hover .icon-panier span {
  background-color: #4a9026;
}
#header .header-top #mobile_top_menu_wrapper a[data-depth="0"]:focus, #header .header-top #mobile_top_menu_wrapper a[data-depth="0"]:hover {
  color: #2a3c2a;
}
#header .header-top #mobile_top_menu_wrapper .top-menu .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-out;
}
#header .header-top #mobile_top_menu_wrapper #_mobile_contact_link {
  font-weight: bold;
  padding-left: 30px;
}
#header .header-top #mobile_top_menu_wrapper #_mobile_contact_link a {
  color: #4f3325;
}
#header .header-top #mobile_top_menu_wrapper #_mobile_contact_link #contact-link {
  position: relative;
  margin: 0;
}
#header .header-top #mobile_top_menu_wrapper #_mobile_contact_link #contact-link:before {
  font-family: "icomoon";
  content: "\e90d";
  position: absolute;
  left: -20px;
  top: 9px;
  font-weight: normal;
  font-size: 22px;
}
#header .dnc-on-open {
  display: none !important;
}
#header.is-open .dnc-on-open {
  display: block !important;
}
#header.is-open .dnc-not-open {
  display: none !important;
}

.search-widget {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 148, 161, 0.95);
}
.search-widget #close_search_widget {
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.3s;
}
.search-widget #close_search_widget i.material-icons {
  font-size: 50px;
  color: white;
}
.search-widget #close_search_widget:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s;
}
.search-widget #close_search_widget:focus {
  outline: none;
}
.search-widget form {
  width: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
  .search-widget form {
    width: 100%;
  }
}
.search-widget form input[type=text] {
  background-color: transparent;
  border: none;
  padding: 30px 100px 30px 50px;
  min-width: 100%;
  color: white;
  font-size: 50px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid white;
  border-left: none;
}
@media screen and (max-width: 580px) {
  .search-widget form input[type=text] {
    font-size: 40px;
    padding: 30px 0 30px 10px;
  }
}
.search-widget form input[type=text]:focus {
  outline: none;
  color: white;
  background: transparent;
}
.search-widget form input[type=text]:focus + button .search {
  color: white;
}
.search-widget form input[type=text]::placeholder {
  color: white;
}
.search-widget form button[type=submit] {
  bottom: 35px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 70px;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .search-widget form button[type=submit] {
    right: 55px;
  }
}
@media screen and (max-width: 580px) {
  .search-widget form button[type=submit] {
    font-size: 40px;
    right: 0 !important;
  }
}
.search-widget form button[type=submit]:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s;
}
.search-widget form button[type=submit]:hover .search {
  color: #fff;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-corner-all {
  border-radius: 0;
  border: 2px solid #d85e95;
  background: none white;
  margin-top: 15px;
  padding: 15px;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-corner-all > li {
  position: relative;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-corner-all > li > a {
  padding: 5px 15px;
  font-size: 0.8125rem;
  color: #4f3325;
  border-radius: 0;
  border: 0;
  background: none transparent;
  margin: 0;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-corner-all > li > a:hover, .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-corner-all > li > a:focus {
  background: none #d8c1cb;
  padding: 5px 15px;
  border-radius: 0;
  border: 0;
}

#footer {
  padding: 7rem 0 0 0;
}
#footer .footer-container {
  margin-top: 0;
  padding-top: 0;
  box-shadow: none;
  overflow: initial;
}
#footer .footer-container .elementor-element-h508jfp h3 {
  font-family: "Poppins", sans-serif;
}
#footer .footer-container li a {
  color: #4f3325;
  font-size: 1rem;
  transition: all 0.3s;
}
#footer .footer-container li a:hover, #footer .footer-container li a:focus {
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}
#footer .footer-container .elementor-element-75saw90 a {
  transition: all 0.3s;
}
#footer .footer-container .elementor-element-75saw90 a:hover {
  transition: all 0.3s;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#footer .footer-container .elementor-element-u0f46wz p {
  margin-bottom: 0;
}
#footer .footer-container .elementor-element-u0f46wz p a {
  color: #4f3325;
  transition: all 0.3s;
}
#footer .footer-container .elementor-element-u0f46wz p a:hover, #footer .footer-container .elementor-element-u0f46wz p a:focus {
  color: #2a3c2a;
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .elementor-element-h508jfp .elementor-column.elementor-col-25 {
    width: 50%;
  }
}
/* BLOC PAIEMENT */
.elementor-element-4ctzf34 .elementor-image img {
  max-width: 203px;
  height: auto;
}

@media (max-width: 767px) {
  nav.pagination {
    text-align: center;
  }
}
nav.pagination .page-list {
  box-shadow: none;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  nav.pagination .page-list {
    justify-content: flex-end;
  }
}
nav.pagination .page-list {
  background: transparent;
}
nav.pagination .page-list li a {
  color: #4f3325;
  display: block;
  background-color: #e5e5e5;
  width: 45px;
  height: 45px;
  padding: 7px 0;
  margin: 0 1px;
  transition: all 0.3s;
  text-align: center;
}
nav.pagination .page-list li:hover a {
  background-color: #2a3c2a;
  transition: all 0.3s;
}
nav.pagination .page-list li a:focus {
  text-decoration: none;
}
nav.pagination .page-list li.current a {
  font-size: 16px;
  background-color: #2a3c2a;
}
nav.pagination .page-list li .next, nav.pagination .page-list li .previous {
  float: none;
}

/* CATEGORIE / LISTE PRODUITS */
#product-list-header .category-cover {
  margin-bottom: 2rem;
}
#product-list-header .category-cover img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
#product-list-header h2.h2 {
  text-align: center;
  font-size: 4rem;
  text-transform: initial;
}
#product-list-header #category-description {
  margin-bottom: 2rem;
}
#product-list-header #category-description p {
  font-size: 0.875rem;
}

h2#product-list-header {
  text-align: center;
  font-size: 4rem;
  text-transform: initial;
}

.products-selection {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.25rem;
}
.products-selection p {
  color: #4f3325;
  font-size: 0.875rem;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
  margin: 0 0.7rem;
}
#products .product-miniature .thumbnail-container,
.featured-products .product-miniature .thumbnail-container,
.product-accessories .product-miniature .thumbnail-container,
.product-miniature .product-miniature .thumbnail-container {
  width: 270px;
  height: 340px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #products .product-miniature .thumbnail-container,
  .featured-products .product-miniature .thumbnail-container,
  .product-accessories .product-miniature .thumbnail-container,
  .product-miniature .product-miniature .thumbnail-container {
    margin: 0 auto;
  }
}
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button,
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
  background-color: white;
  color: #4f3325;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 1px 1px 0;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  font-size: 22px;
}
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button .elementor-align-icon-left,
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button i,
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product .elementor-align-icon-left,
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product i,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button .elementor-align-icon-left,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button i,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product .elementor-align-icon-left,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product i,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button .elementor-align-icon-left,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button i,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product .elementor-align-icon-left,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product i,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button .elementor-align-icon-left,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button i,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product .elementor-align-icon-left,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product i {
  float: none;
  margin: 0;
  display: block;
  line-height: 45px;
}
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button:hover, #products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button:focus,
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product:hover,
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product:focus,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button:hover,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button:focus,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product:hover,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product:focus,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button:hover,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button:focus,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product:hover,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product:focus,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button:hover,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button:focus,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product:hover,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .link-product:focus {
  transition: all 0.3s;
  background-color: #2a3c2a;
  color: #4f3325;
}
#products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button .fa-shopping-bag:before,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button .fa-shopping-bag:before,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button .fa-shopping-bag:before,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail form.elementor-atc .elementor-button .fa-shopping-bag:before {
  font-family: "icomoon" !important;
  content: "\e90c";
}
#products .product-miniature .thumbnail-container > a.product-thumbnail:hover .elementor-atc,
.featured-products .product-miniature .thumbnail-container > a.product-thumbnail:hover .elementor-atc,
.product-accessories .product-miniature .thumbnail-container > a.product-thumbnail:hover .elementor-atc,
.product-miniature .product-miniature .thumbnail-container > a.product-thumbnail:hover .elementor-atc {
  transition: all 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
#products .product-miniature .thumbnail-container .product-description,
.featured-products .product-miniature .thumbnail-container .product-description,
.product-accessories .product-miniature .thumbnail-container .product-description,
.product-miniature .product-miniature .thumbnail-container .product-description {
  width: 100%;
}
#products .product-miniature .thumbnail-container .product-description .product-title a,
.featured-products .product-miniature .thumbnail-container .product-description .product-title a,
.product-accessories .product-miniature .thumbnail-container .product-description .product-title a,
.product-miniature .product-miniature .thumbnail-container .product-description .product-title a {
  color: #4f3325;
}
#products .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
.featured-products .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
.product-accessories .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
.product-miniature .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
  display: flex;
  justify-content: center;
}
#products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price,
.featured-products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price,
.product-accessories .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price,
.product-miniature .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price {
  color: #2a3c2a;
  margin: 0 10px;
}
#products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price,
.featured-products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price,
.product-accessories .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price,
.product-miniature .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price {
  color: #d43e3e;
  font-weight: normal;
}
#products .product-miniature .thumbnail-container .product-flags li.product-flag.discount, #products .product-miniature .thumbnail-container .product-flags li.product-flag.on-sale,
.featured-products .product-miniature .thumbnail-container .product-flags li.product-flag.discount,
.featured-products .product-miniature .thumbnail-container .product-flags li.product-flag.on-sale,
.product-accessories .product-miniature .thumbnail-container .product-flags li.product-flag.discount,
.product-accessories .product-miniature .thumbnail-container .product-flags li.product-flag.on-sale,
.product-miniature .product-miniature .thumbnail-container .product-flags li.product-flag.discount,
.product-miniature .product-miniature .thumbnail-container .product-flags li.product-flag.on-sale {
  background-color: #d43e3e;
  font-weight: normal;
  font-size: 0.75rem;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  border-radius: 100%;
  text-align: center;
}
#products .product-miniature .thumbnail-container .highlighted-informations,
.featured-products .product-miniature .thumbnail-container .highlighted-informations,
.product-accessories .product-miniature .thumbnail-container .highlighted-informations,
.product-miniature .product-miniature .thumbnail-container .highlighted-informations {
  box-shadow: none;
}
#products .product-miniature .thumbnail-container:hover .product-description:after,
.featured-products .product-miniature .thumbnail-container:hover .product-description:after,
.product-accessories .product-miniature .thumbnail-container:hover .product-description:after,
.product-miniature .product-miniature .thumbnail-container:hover .product-description:after {
  display: none;
}

/* COLONNE DE GAUCHE */
#left-column .block-categories {
  padding: 0;
}
@media (max-width: 991px) {
  #left-column .block-categories {
    display: none;
  }
}
#left-column .block-categories .collapse-icons {
  padding: 25px;
}
#left-column .block-categories .collapse-icons .add,
#left-column .block-categories .collapse-icons .remove {
  transition: all 0.5s;
  position: relative;
  top: -12px;
  right: 15px;
}
#left-column .block-categories .collapse-icons .add:hover,
#left-column .block-categories .collapse-icons .remove:hover {
  color: white;
  transition: all 0.5s;
}
#left-column .block-categories .category-top-menu > li:first-child {
  display: none;
}
#left-column .block-categories .category-top-menu .category-sub-menu {
  margin: 0;
}
#left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"] > a {
  padding: 10px 20px;
  margin: 0;
  background-color: rgba(122, 122, 122, 0.18);
  font-weight: normal;
  color: #4f3325;
  border-bottom: 1px solid white;
}
#left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"]:hover > a, #left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"]:focus > a {
  background-color: white;
}
#left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"].active > a {
  background-color: rgba(193, 212, 62, 0.18);
}
#left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"]:last-child > a {
  border-bottom: 0;
}
#left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"] .category-sub-menu {
  padding: 10px 0;
}
#left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"] .category-sub-menu li[data-depth="1"] {
  margin: 0;
  padding: 3px 25px;
  color: #4f3325;
}
#left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"] .category-sub-menu li[data-depth="1"] > a:hover, #left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"] .category-sub-menu li[data-depth="1"] > a:focus {
  text-decoration: underline;
}
#left-column #search_filters {
  padding: 0;
}
#left-column #search_filters #_desktop_search_filters_clear_all {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
#left-column #search_filters > p.h6 {
  background-color: #f3f1f0;
  padding: 1rem 0.8125rem;
  text-transform: initial !important;
}
#left-column #search_filters > section.facet {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
#left-column #search_filters > section.facet > p.h6.facet-title {
  font-weight: bold;
  color: black;
  width: 100%;
  overflow: initial;
}
#left-column #search_filters > section.facet .facet-label {
  display: flex;
  justify-content: center;
  margin-top: 0.4375rem;
}
#left-column #search_filters > section.facet .facet-label .custom-radio,
#left-column #search_filters > section.facet .facet-label .custom-checkbox {
  margin-right: 7px;
}
#left-column #search_filters > section.facet .facet-label .custom-radio {
  top: 5px;
}
#left-column #search_filters > section.facet .facet-label .custom-radio input[type=radio]:checked + span {
  background-color: #2a3c2a;
}
#left-column #search_filters > section.facet .facet-label .custom-checkbox {
  top: -1px;
}
#left-column #search_filters > section.facet .facet-label .custom-checkbox input[type=checkbox] + span {
  width: 20px;
  height: 20px;
  border: 2px solid #7a7a7a;
  margin: 0;
}
#left-column #search_filters > section.facet .facet-label a {
  font-size: 0.875rem;
  margin: 0;
}
#left-column #search_filters > section.facet .facet-label a:hover, #left-column #search_filters > section.facet .facet-label a:focus {
  color: #2a3c2a;
}
#left-column #search_filters > section.facet .facet-label.active a {
  font-weight: bold;
}
#left-column #search_filters > section.facet.facet-feature-2 .custom-radio {
  border-radius: 0;
}
#left-column #search_filters > section.facet.facet-feature-2 .custom-radio input[type=radio]:checked + span {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
#left-column #search_filters > section.facet.facet-feature-2 .custom-radio input[type=radio]:checked + span:before {
  position: absolute;
  content: "✔";
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 17px;
  color: #7a7a7a;
}
#left-column #search_filters > section.facet.facet-feature-2 .facet-feature-item-7 .custom-radio {
  background-color: #d43e3e;
}
#left-column #search_filters > section.facet.facet-feature-2 .facet-feature-item-8 .custom-radio {
  background-color: #ef8ab7;
}
#left-column #search_filters > section.facet.facet-feature-2 .facet-feature-item-9 .custom-radio {
  background-color: white;
}
#left-column #search_filters > section.facet.facet-feature-2 .facet-feature-item-10 .custom-radio {
  background-color: yellow;
}
#left-column #search_filters > section.facet.facet-feature-2 .facet-feature-item-11 .custom-radio {
  background-color: #2a3c2a;
}

/**
 * PAGE PRODUITS
 */
@media screen and (min-width: 1375px) {
  body#category .before-container-wrapper,
  body#product .before-container-wrapper {
    background-image: url("../images/fougere-bg-right.png");
    background-repeat: no-repeat;
    background-position: top right;
  }
}
body#category .block-categories .category-sub-menu li > a {
  color: #4f3325;
}
body#category #search_filters p,
body#category #search_filters p.h6.facet-title {
  color: #4f3325;
}
body#category #left-column #search_filters > section.facet > p,
body#category #left-column #search_filters > section.facet > p.h6.facet-title,
body#category #left-column #search_filters > section.facet > a {
  color: #4f3325;
}
body#category .products article.product-miniature .product-flags .product-flag:not(.on-sale) {
  display: none;
}

/**
 * PRODUITS CATEGORY AND SEARCH
 */
#products .products-selection p {
  font-size: 0.9375rem;
  color: #4f3325;
}
#products .products-selection .sort-by-row .sort-by {
  color: #4f3325;
  white-space: nowrap;
  margin-right: 0;
}
#products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a {
  color: #4f3325;
}
#products .products-selection .sort-by-row .products-sort-order .dropdown-menu > a:hover {
  background-color: #ef8ab7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #products .products-selection .sort-by-row {
    padding: 0 20px;
  }
  #products .products-selection .sort-by-row .filter-button {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #products .products-selection .showing {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  body#category #left-column {
    margin-bottom: 80px;
  }
}
.cart-grid-body a.label:hover {
  color: #2a3c2a;
}

/* TUNNEL DE COMMANDE */
body#checkout {
  color: #4f3325;
}
body#checkout label {
  color: #4f3325;
}
body#checkout a:hover, body#checkout a:focus {
  color: #2a3c2a;
}
body#checkout #header .header-nav {
  box-shadow: 0 0 0 0 transparent;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  body#checkout #header .header-nav {
    padding: 0;
    border-bottom: none;
  }
}
body#checkout #payment-option-1-container span.custom-radio {
  margin-top: 25px;
}
body#checkout #payment-option-1-container label {
  padding-top: 20px;
}
body#checkout #payment-option-1-container img {
  width: 280px;
  display: block;
}
body#checkout section.checkout-step .address-item.selected {
  border-color: #2a3c2a;
}
body#checkout section.checkout-step .carrier-delay {
  line-height: 1.25em;
}
body#checkout .cart-grid-right .media .media-body .product-price {
  color: #2a3c2a;
}
body#checkout .cart-grid-right .cart-summary-line span {
  color: #4f3325;
}
body#checkout .delivery-options-list label {
  color: #4f3325;
}
body#checkout #footer {
  padding: 7rem 0 0 0;
  box-shadow: 0 0 0 0 transparent;
  color: #4f3325;
}

.page-order-detail {
  font-size: 1rem;
  color: #4f3325;
}

.custom_fields_wrapper .custom_fields_label {
  text-align: left;
}
.custom_fields_wrapper .custom_fields_field {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product-line-grid-right {
    margin-top: 2rem;
  }
}
#creneau_selected,
#shop_selected {
  background: #2a3c2a;
}
#creneau_selected:not(.alert-warning) h5,
#shop_selected:not(.alert-warning) h5 {
  color: white;
}

#creneau_selected.alert-success {
  background: #2a3c2a;
}

#table_creneau.viewList tr td .dispo.selected {
  background: #2a3c2a;
}

#table_dispo_head.scroll4::-webkit-scrollbar-thumb,
.modal-body .scroll4::-webkit-scrollbar-thumb {
  background: #2a3c2a;
}

#list_creneau tr td span.active {
  border-bottom: 5px solid #2a3c2a;
}

#hd_shop_selected,
#hd_creneau_selected {
  background: #2a3c2a;
}

#hd_list_creneau tr td span.active {
  border-bottom: 5px solid #2a3c2a;
}

#hd_creneau_selected.alert-success {
  background: #2a3c2a;
}

#hd_creneau.viewList tr td .dispo.selected {
  background: #2a3c2a;
}

#hd_dispo_head.scroll4::-webkit-scrollbar-thumb {
  background: #2a3c2a;
}

@media screen and (max-width: 767px) {
  body#checkout #delivery-addresses {
    flex-direction: column;
  }
  body#checkout #delivery-addresses .address-item {
    width: 100%;
  }
  body#checkout .payment-option label {
    text-align: left;
  }
}
.page-content.page-cms {
  background: initial;
  padding-top: 0;
  text-align: initial;
}

blockquote {
  font-style: italic;
  margin: 1em;
  max-width: 375px;
  border: solid 1em #2a3c2a;
  display: inline-block;
  padding: 1em;
  position: relative;
}
blockquote:before {
  background-color: white;
  bottom: -1em;
  content: "";
  left: 2em;
  position: absolute;
  right: 2em;
  top: -1em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote > * {
  position: relative;
  z-index: 1;
}

.cms-categ-title {
  text-align: center;
  margin-bottom: 30px;
}

.box-gp {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
  background-color: rgba(193, 212, 62, 0.18);
  text-align: center;
  display: flex;
}
.box-gp .box-gp-square {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  line-height: 2.5rem;
  width: 100%;
  color: #4f3325;
  transition: all 0.3s;
  padding: 0 15px;
}
.box-gp:hover .box-gp-square {
  color: #2a3c2a;
  transition: all 0.3s;
}

@media screen and (min-width: 1376px) {
  body.cms-id-20 .before-container-wrapper,
  body.cms-id-21 .before-container-wrapper,
  body.cms-id-22 .before-container-wrapper,
  body.cms-id-23 .before-container-wrapper {
    background-image: url("../images/fougere-bg-right.png");
    background-repeat: no-repeat;
    background-position: top right;
  }
}
/* FORMULAIRE DE CONTACT */
body#contact h2.contact-form-title {
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 1;
}
body#contact h2.contact-form-title:after {
  position: absolute;
  content: "";
  background: url(/img/cms/trait-vert-x2.png) no-repeat 0 0;
  width: 127px;
  height: 9px;
  background-size: 127px 9px;
  left: 50%;
  margin-left: -63px;
  z-index: -1;
  bottom: -5px;
}
@media screen and (min-width: 1376px) {
  body#contact .before-container-wrapper {
    background-image: url("../images/fougere-bg-right.png");
    background-repeat: no-repeat;
    background-position: top right;
  }
}
@media screen and (max-width: 767px) {
  body#contact .filestyle {
    width: 100%;
  }
}

#googleMap {
  margin-bottom: -7rem;
}

.contact-rich {
  color: #4f3325;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  min-height: 272px;
  text-align: center;
}
.contact-rich lottie-player {
  margin-bottom: 30px;
  display: inline-block;
}

.elementor-element-v1dse0s .elementor-widget-call-to-action h2.elementor-cta-title {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.elementor-element-v1dse0s .elementor-widget-call-to-action .elementor-cta-description {
  text-decoration: underline;
}
.elementor-element-v1dse0s .elementor-widget-call-to-action:hover .elementor-cta-description {
  text-decoration: none;
}

.carousel .carousel-inner {
  height: auto;
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
  color: #2a3c2a;
}

@media (max-width: 991px) {
  .carousel {
    max-width: 570px;
    background-color: transparent;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.elementor-element-57m4sp8 .elementor-button.elementor-size-lg,
.elementor-element-dhavyw9 .elementor-button.elementor-size-lg {
  padding-left: 65px;
  padding-right: 65px;
}
@media (min-width: 768px) {
  .elementor-element-57m4sp8 .elementor-column.elementor-col-50,
  .elementor-element-57m4sp8 .elementor-column[data-col="50"],
  .elementor-element-dhavyw9 .elementor-column.elementor-col-50,
  .elementor-element-dhavyw9 .elementor-column[data-col="50"] {
    width: 100%;
  }
}

.elementor-widget.elementor-widget-product-grid .elementor-product-miniature,
.elementor-image-carousel .elementor-product-miniature {
  padding: 0 !important;
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature > .elementor-atc,
.elementor-image-carousel .elementor-product-miniature > .elementor-atc {
  display: none;
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link {
  color: #4f3325;
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button,
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
  background-color: white;
  color: #4f3325;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 1px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  font-size: 22px;
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button .elementor-align-icon-left,
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button i,
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product .elementor-align-icon-left,
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product i,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button .elementor-align-icon-left,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button i,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product .elementor-align-icon-left,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product i {
  float: none;
  margin: 0;
  display: block;
  line-height: 45px;
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button:hover, .elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button:focus,
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product:hover,
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product:focus,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button:hover,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button:focus,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product:hover,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .link-product:focus {
  transition: all 0.3s;
  background-color: #2a3c2a;
  color: white;
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button .fa-shopping-bag:before,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-image .elementor-atc .elementor-button .fa-shopping-bag:before {
  font-family: "icomoon" !important;
  content: "\e90c";
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-price-wrapper .elementor-price-regular,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-price-wrapper .elementor-price-regular {
  font-size: 15px;
  color: #d43e3e;
  vertical-align: 1px;
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link .elementor-price-wrapper .elementor-price,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link .elementor-price-wrapper .elementor-price {
  font-weight: bold;
  font-size: 20px;
  color: #2a3c2a;
}
.elementor-widget.elementor-widget-product-grid .elementor-product-miniature a.elementor-product-link:hover .elementor-image .elementor-atc,
.elementor-image-carousel .elementor-product-miniature a.elementor-product-link:hover .elementor-image .elementor-atc {
  transition: all 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.elementor-widget.elementor-widget-product-grid .elementor-badge-sale,
.elementor-image-carousel .elementor-badge-sale {
  border-radius: 100%;
}

@media (max-width: 1024px) {
  .elementor-element-e2gfq3z {
    display: none;
  }
}
.elementor-element-e2gfq3z {
  position: absolute;
  left: 50%;
  top: 35%;
  background-color: white;
  text-align: center;
  width: 150px !important;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  font-family: "Poppins", sans-serif;
  line-height: 140px;
  font-size: 60px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}
.elementor-element-e2gfq3z p {
  margin: 0;
  line-height: inherit;
}
.elementor-element-e2gfq3z p span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-top: -50px;
  line-height: 16px;
}

.elementor-element-awukldj .elementor-widget-heading .elementor-heading-title,
.elementor-element-iwvvzzp .elementor-widget-heading .elementor-heading-title,
.elementor-element-xqkflhr .elementor-widget-heading .elementor-heading-title {
  font-family: "Poppins", sans-serif;
}
.elementor-element-awukldj .elementor-widget-heading p,
.elementor-element-iwvvzzp .elementor-widget-heading p,
.elementor-element-xqkflhr .elementor-widget-heading p {
  line-height: 1.5625em !important;
}

.elementor-image-carousel-wrapper.elementor-slick-slider .slick-next,
.elementor-image-carousel-wrapper.elementor-slick-slider .slick-prev {
  position: absolute;
  top: -90px;
  right: 0;
}
@media screen and (max-width: 580px) {
  .elementor-image-carousel-wrapper.elementor-slick-slider .slick-next,
  .elementor-image-carousel-wrapper.elementor-slick-slider .slick-prev {
    top: -75px;
  }
}
.elementor-image-carousel-wrapper.elementor-slick-slider .slick-next:before,
.elementor-image-carousel-wrapper.elementor-slick-slider .slick-prev:before {
  color: #4f3325;
}
.elementor-image-carousel-wrapper.elementor-slick-slider .slick-prev {
  left: inherit;
  right: 30px;
}

@media screen and (max-width: 580px) {
  .elementor-element-q8tqrly .elementor-image-carousel-wrapper.elementor-slick-slider .slick-slide-image {
    max-width: 70%;
  }
}
#carousel .carousel-inner .carousel-item {
  transition-property: opacity;
}
#carousel .carousel-inner .carousel-item,
#carousel .carousel-inner .active.left,
#carousel .carousel-inner .active.right {
  opacity: 0;
}
#carousel .carousel-inner .active,
#carousel .carousel-inner .next.left,
#carousel .carousel-inner .prev.right {
  opacity: 1;
}
#carousel .carousel-inner .next,
#carousel .carousel-inner .prev,
#carousel .carousel-inner .active.left,
#carousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#carousel .direction {
  z-index: 2;
}

/* FICHE PRODUIT */
#product #main .product-container #content {
  max-width: 570px;
}
@media screen and (max-width: 991px) {
  #product #main .product-container #content {
    margin-bottom: 50px;
  }
}
#product #main .product-container #content .product-cover img {
  box-shadow: none;
}
#product #main .product-container #content .product-cover .layer {
  transition: all 0.3s;
  background-color: rgba(79, 51, 37, 0.6);
}
#product #main .product-container #content .product-cover .layer:hover {
  transition: all 0.3s;
}
#product #main .product-container #content .product-flags li.product-flag.on-sale {
  margin: 15px !important;
  padding: 0;
  background: #d43e3e;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-weight: normal;
  border-radius: 100%;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #product #main .product-container #content .product-flags li.product-flag.on-sale {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-weight: normal;
    border-radius: 100%;
    font-size: 1rem;
  }
}
#product #main .product-container #content .product-flags li.product-flag.discount {
  display: none;
}
#product #main .product-container #content .product-flags li.product-flag.new {
  background-color: #2a3c2a;
  right: 0;
  position: absolute;
  top: 0;
  margin: 1rem;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  #product #main .product-container #content .product-flags li.product-flag.new {
    padding: 10px;
  }
}
#product #main .product-container #content .images-container .js-qv-mask.scroll {
  width: calc(100% - 114px);
}
#product #main .product-container #content .images-container .product-images {
  margin: 0;
}
#product #main .product-container #content .images-container .product-images > li.thumb-container > .thumb {
  box-shadow: none;
  background-color: #f3f1f0;
  border: 3px solid #fff;
}
#product #main .product-container #content .images-container .product-images > li.thumb-container > .thumb.selected {
  border-color: #2a3c2a;
  transition: border-color 0.3s;
}
#product #main .product-container #content .images-container .product-images > li.thumb-container > .thumb:hover, #product #main .product-container #content .images-container .product-images > li.thumb-container > .thumb:focus {
  border-color: #4a9026;
  transition: border-color 0.3s;
}
#product #main .product-container h2.h2 {
  font-size: 60px;
  text-align: center;
  text-transform: initial;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #product #main .product-container h2.h2 {
    padding: 0 20px;
  }
}
#product #main .product-container .product-reference {
  text-align: center;
  font-size: 0.875rem;
}
#product #main .product-container .product-prices {
  margin-top: 0.5rem;
  text-align: center;
}
#product #main .product-container .product-prices .price {
  color: #2a3c2a;
  font-size: 2.1875rem;
  font-weight: bold;
}
#product #main .product-container .product-prices .has-discount {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
#product #main .product-container .product-prices .has-discount .current-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#product #main .product-container .product-prices .has-discount .current-price .product-discount .regular-price {
  color: #4f3325;
  font-size: 1.25rem;
  margin: 0 0.625rem;
}
#product #main .product-container .product-prices .has-discount .current-price .discount {
  background-color: #d43e3e;
}
#product #main .product-container .product-prices div {
  margin-bottom: 0.4rem;
}
#product #main .product-container .product-information {
  text-align: center;
  font-size: 0.875rem;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
#product #main .product-container .product-information .product-description-small {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#product #main .product-container .product-information .product-description-small p {
  font-size: 14px;
}
#product #main .product-container .product-information .product-description-small .btn-link {
  color: #2a3c2a;
}
#product #main .product-container .product-information .product-description-small .btn-link:hover, #product #main .product-container .product-information .product-description-small .btn-link:focus {
  color: #4f3325;
  text-decoration: underline;
}
#product #main .product-container .product-information .product-actions .product-variants > .product-variants-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#product #main .product-container .product-information .product-actions .product-variants > .product-variants-item .control-label {
  width: 50%;
  padding: 0 7px;
  text-align: right;
  margin: 0;
}
#product #main .product-container .product-information .product-actions .product-variants > .product-variants-item .form-control-wrapper {
  width: 50%;
  padding: 0 7px;
}
#product #main .product-container .product-information .product-actions .product-variants > .product-variants-item .form-control-wrapper select {
  max-width: 100%;
  box-shadow: none;
  font-size: 0.875em;
  padding-right: 3.875rem;
}
#product #main .product-container .product-information .product-actions .product-variants > .product-variants-item .form-control-wrapper select.form-control:not([size]):not([multiple]) {
  height: calc(2.125rem - 2px);
}
#product #main .product-container .product-information .product-add-to-cart .product-quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#product #main .product-container .product-information .product-add-to-cart .product-quantity-wrapper .control-label {
  width: 50%;
  padding: 0 7px;
  text-align: right;
  margin: 0;
}
#product #main .product-container .product-information .product-add-to-cart .product-quantity-wrapper .product-quantity {
  width: 50%;
  padding: 0 7px;
}
#product #main .product-container .product-information .product-add-to-cart .product-quantity-wrapper .product-quantity .qty {
  margin-bottom: 0;
}
#product #main .product-container .product-information .product-add-to-cart .product-quantity-wrapper .product-quantity #quantity_wanted {
  height: 2.125rem;
  border-right: 0;
  font-size: 0.875em;
}
#product #main .product-container .product-information .product-add-to-cart .product-quantity-wrapper .product-quantity .bootstrap-touchspin {
  box-shadow: none;
}
#product #main .product-container .product-information .product-add-to-cart .product-quantity-wrapper .product-quantity .bootstrap-touchspin .btn-touchspin {
  height: 1.063rem;
}
#product #main .product-container .product-information .product-add-to-cart .product-quantity-wrapper .product-quantity .bootstrap-touchspin .btn-touchspin.bootstrap-touchspin-down {
  border-top-color: transparent;
}
#product #main .product-container .product-information .product-add-to-cart .product-quantity-wrapper .product-quantity .bootstrap-touchspin .btn-touchspin i {
  top: 0;
}
#product #main .product-container .product-information .product-add-to-cart .add {
  padding: 1.5rem;
}
#product #main .product-container .product-information .product-add-to-cart .add .add-to-cart {
  padding: 0.75rem 2.1875rem;
  box-shadow: none;
  font-weight: normal;
  font-size: 1.25rem;
  height: auto;
  line-height: 1.6875rem;
}
#product #main .product-container .product-information .product-add-to-cart .add .add-to-cart i {
  font-size: 1.6875rem;
  vertical-align: middle;
  margin-top: -7px;
  display: inline-block;
}
#product #main .product-container .product-information .product-add-to-cart #product-availability {
  margin-bottom: 1.875rem;
}
#product #main .product-container .product-information .product-add-to-cart #product-availability i {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -8px;
}
#product #main .product-container .product-information .informations-livraison {
  border-bottom: 1px solid #e5e5e5;
}
#product #main .product-container .product-information .informations-livraison p {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-style: italic;
}
#product #main .product-container .product-information .product-additional-info {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
#product #main .product-container .product-information .product-additional-info .js-mailalert {
  padding-top: 30px;
  max-width: 320px;
  margin: 0 auto 15px;
}
#product #main .product-container .product-information .product-additional-info .js-mailalert br {
  display: none;
}
#product #main .product-container .product-information .product-additional-info .social-sharing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.9375rem 0;
}
#product #main .product-container .product-information .product-additional-info .social-sharing span {
  color: #4f3325;
}
#product #main .product-container .product-information .product-additional-info .social-sharing li {
  box-shadow: none;
  width: auto;
  height: auto;
  margin-left: 10px;
}
#product #main .product-container .product-information .product-additional-info .social-sharing li a {
  color: #4f3325;
  text-indent: initial;
  overflow: visible;
}
#product #main .product-container .product-information .product-additional-info .social-sharing li a i {
  font-size: 22px;
  transition: all 0.3s;
}
#product #main .product-container .product-information .product-additional-info .social-sharing li:hover a i {
  color: #2a3c2a;
  transition: all 0.3s;
}
#product #main .product-container .product-information .img-paiement-product {
  max-width: 378px;
  height: auto;
}
@media (max-width: 576px) {
  #product #main .product-container .product-information .img-paiement-product {
    max-width: 100%;
  }
}
#product #main .description-container {
  margin-bottom: 5rem;
}
#product #main .description-container .tabs {
  box-shadow: none;
  background: transparent;
}
#product #main .description-container .tabs .nav-tabs {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #product #main .description-container .tabs .nav-tabs {
    flex-direction: column;
    text-align: center;
    border-color: transparent;
  }
  #product #main .description-container .tabs .nav-tabs li:not(:last-child) {
    margin-bottom: 15px;
  }
}
#product #main .description-container .tabs .nav-tabs .nav-item {
  float: none;
}
#product #main .description-container .tabs .tab-pane {
  text-align: center;
}
#product #main .description-container .tabs #product-details .label {
  color: #4f3325;
}
@media screen and (max-width: 767px) {
  #product #main .description-container .tabs #product-details .data-sheet {
    flex-direction: column;
  }
  #product #main .description-container .tabs #product-details .data-sheet .name {
    margin-top: 20px;
  }
}

.tabs .nav-tabs .nav-link {
  font-weight: normal;
  color: #4f3325;
  font-size: 1.125rem;
  border-bottom: 3px solid transparent;
}
.tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid transparent;
  color: #2a3c2a;
}
.tabs .nav-tabs .nav-link.active {
  color: #4f3325;
  border-bottom: 3px solid #2a3c2a;
}

.product-accessories {
  position: relative;
}
.product-accessories:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 95%;
  height: 1px;
  background-color: #e5e5e5;
}
.product-accessories h2.block-title {
  background-color: white;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 15px;
  font-size: 3.125rem;
  margin: 0 0 1.875rem;
}
.product-accessories .owl-carousel .owl-nav {
  background-color: white;
  position: absolute;
  right: 0;
  top: -70px;
  font-size: 25px;
  padding-left: 15px;
}
.product-accessories .owl-carousel .owl-nav button.owl-prev, .product-accessories .owl-carousel .owl-nav button.owl-next {
  padding: 0 2px !important;
}
.product-accessories .owl-carousel .owl-nav button.owl-prev:hover, .product-accessories .owl-carousel .owl-nav button.owl-next:hover {
  color: #2a3c2a;
}

@media (max-width: 767px) {
  #products .thumbnail-container .product-description,
  .featured-products .thumbnail-container .product-description,
  .product-accessories .thumbnail-container .product-description {
    box-shadow: none;
  }
  body#product #container-wrapper {
    padding-top: 20px;
  }
}
#blockcart-modal .product-name {
  color: #2a3c2a;
}
#blockcart-modal .product-price,
#blockcart-modal span,
#blockcart-modal .modal-title,
#blockcart-modal .cart-content .cart-products-count {
  color: #4f3325 !important;
}

body#cart .cart-grid .label, body#cart .cart-grid label {
  color: #4f3325;
}
body#cart .product-line-grid-right .cart-line-product-actions .remove-from-cart,
body#cart .product-line-grid-right .product-price .remove-from-cart {
  color: #4f3325;
}
body#cart .product-line-grid-right .cart-line-product-actions, body#cart .product-line-grid-right .product-price {
  color: #4f3325;
}
body#cart .product-line-grid-right .cart-line-product-actions .remove-from-cart, body#cart .product-line-grid-right .cart-line-product-actions .product-price,
body#cart .product-line-grid-right .cart-line-product-actions .product-price .remove-from-cart, body#cart .product-line-grid-right .product-price .remove-from-cart, body#cart .product-line-grid-right .product-price .product-price,
body#cart .product-line-grid-right .product-price .product-price .remove-from-cart {
  color: #4f3325;
}
body#cart .cart-grid-right .cart-summary label, body#cart .cart-grid-right .cart-summary span {
  color: #4f3325;
}
body#cart .cart-items li.cart-item .product-price.has-discount .discount {
  background-color: #d43e3e;
}
body#cart .cart-items li.cart-item .product-price.has-discount .current-price {
  color: #d43e3e;
}

@media screen and (max-width: 767px) {
  body#cart #container-wrapper {
    padding-top: 20px;
  }
}
body#my-account.page-my-account #content .links a span.link-item {
  border: 0;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  color: #4f3325;
  display: flex;
  justify-content: center;
  min-height: 257px;
  flex-flow: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
body#my-account.page-my-account #content .links a:focus {
  text-decoration: none;
}

body#address .page-header, body#order-detail .page-header, body#module-ps_emailalerts-account .page-header {
  display: none;
}

@media screen and (max-width: 767px) {
  #exportDataToCsv {
    margin: 0 auto 15px auto !important;
  }
  #exportDataToCsv, #exportDataToPdf {
    text-align: center;
    display: block;
    float: none;
    margin: 0 auto;
  }
}
#module-ps_emailalerts-account .page-content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
#module-ps_emailalerts-account .page-content ul li:not(:last-child) {
  margin-bottom: 30px;
}
#module-ps_emailalerts-account .page-content ul li a:first-child {
  display: flex;
  align-items: center;
}
#module-ps_emailalerts-account .page-content ul li a:first-child, #module-ps_emailalerts-account .page-content ul li a.btn {
  color: #4f3325;
}
#module-ps_emailalerts-account .page-content ul li p {
  margin-bottom: 0;
}
#module-ps_emailalerts-account .page-content ul li img {
  margin-right: 15px;
}

@media screen and (min-width: 1376px) {
  body#order-confirmation .before-container-wrapper {
    background-image: url("../images/fougere-bg-right.png");
    background-repeat: no-repeat;
    background-position: top right;
  }
}
body#order-confirmation #content-hook_order_confirmation h3.card-title {
  position: relative;
  text-transform: none;
}
body#order-confirmation #content-hook_order_confirmation h3.card-title:after {
  position: absolute;
  content: "";
  background: url(/img/cms/trait-vert-x2.png) no-repeat 0 0;
  width: 127px;
  height: 9px;
  background-size: 127px 9px;
  left: 50%;
  margin-left: -63px;
  bottom: -5px;
}
body#order-confirmation #content-hook_order_confirmation .card-block {
  text-align: center;
}
body#order-confirmation #content-hook_order_confirmation .card-block p {
  display: block;
  font-size: 22px;
  margin-top: 35px;
}
body#order-confirmation #content-hook_order_confirmation.card {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  body#order-confirmation #content-hook_order_confirmation h3.card-title {
    padding: 0;
  }
  body#order-confirmation #content-hook_order_confirmation .card-block p {
    font-size: 16px;
  }
}
body#order-confirmation .page-order-confirmation .order-confirmation-table hr {
  border-color: #f1f1f1;
}
body#order-confirmation .page-order-confirmation #order-items {
  border-right: none;
}
body#order-confirmation .page-order-confirmation #order-items h3 {
  font-weight: bold;
}
body#order-confirmation .page-order-confirmation #order-details h3 {
  font-weight: bold;
}

#order-details h3 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #order-details ul li {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.875em;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  color: #4f3325;
}

#wrapper {
  background: white;
  box-shadow: none;
  padding-top: 0;
}
#wrapper .breadcrumb {
  margin: 0;
  text-align: right;
}
#wrapper .breadcrumb li:after {
  content: "-";
}

body #container-wrapper {
  padding-top: 70px;
}
body#index #container-wrapper, body#cms #container-wrapper {
  padding-top: 0;
}

.dnc-icon-overlay {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 90000;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 450px) {
  .dnc-icon-overlay {
    top: 300px;
  }
}
@media (max-width: 580px) {
  .dnc-icon-overlay {
    display: none;
  }
}
.dnc-icon-overlay a.btn-icon {
  position: relative;
  border-radius: 0;
  width: 55px;
  height: 55px;
  line-height: 1;
  padding: 12px 12px;
  background: #2a3c2a;
  transition: all 0.5s ease-out;
  font-size: 35px;
  animation-duration: 3s;
  display: flex;
  align-items: center;
  right: 0;
}
.dnc-icon-overlay a.btn-icon span {
  white-space: nowrap;
  font-size: 21px;
  padding: 12px 20px;
  height: 55px;
  line-height: 1.4;
  color: #4f3325;
  margin-left: 8px;
  transition: all 0.3s;
  background-color: white;
}
.dnc-icon-overlay a.btn-icon i {
  transition: all 0.3s;
  display: block;
  color: white;
}
.dnc-icon-overlay a.btn-icon:hover i,
.dnc-icon-overlay a.btn-icon:hover span {
  transition: all 0.3s;
}
.dnc-icon-overlay a.btn-icon:hover:not(:first-child) i {
  transform: scale(1.3);
  transition: all 0.3s;
}
.dnc-icon-overlay a.btn-icon:first-child:hover {
  right: 178px;
  transition: right 0.3s ease-out;
  animation-duration: 3s;
}
.dnc-icon-overlay a.btn-icon:nth-child(2) {
  background-color: #4a9026;
}
.dnc-icon-overlay a.btn-icon:nth-child(3) {
  background-color: #99e600;
}
.dnc-icon-overlay .mariages {
  width: 55px;
  display: block;
}
.dnc-icon-overlay .mariages img {
  max-width: 100%;
  height: auto;
}
.dnc-icon-overlay .mariages:hover {
  opacity: 0.9;
}

#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  padding: 0;
  font-size: 35px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: white;
  z-index: 2;
  color: #2a3c2a;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  #back-to-top {
    font-size: 25px;
    width: 65px;
    height: 65px;
    line-height: 70px;
  }
}
#back-to-top:hover {
  background-color: #2a3c2a;
  color: white;
}

@media (max-width: 768px) {
  #back-to-top {
    display: none;
  }
}
.page-my-account #content .links a:hover i {
  color: #2a3c2a;
}

#homepage-gallery-img .carousel-indicators {
  display: none;
}
#homepage-gallery-img .carousel-item a {
  pointer-events: none;
}
#homepage-gallery-img .carousel-item figure {
  position: relative;
}
#homepage-gallery-img .carousel-item figure .caption {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  left: initial;
  text-align: center;
  max-width: 100%;
  padding: 15px;
}
#homepage-gallery-img .carousel-item figure .caption h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #4f3325;
}
#homepage-gallery-img .direction a:hover span:before {
  opacity: 1;
  transition: all 0.3s;
}
#homepage-gallery-img .icon-prev i,
#homepage-gallery-img .icon-next i {
  display: none;
}
#homepage-gallery-img .icon-prev:before,
#homepage-gallery-img .icon-next:before {
  font-family: "FontAwesome";
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 45px;
}
#homepage-gallery-img .icon-prev {
  margin-left: -5px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  #homepage-gallery-img .icon-prev {
    margin-left: 10px;
  }
}
#homepage-gallery-img .icon-prev:before {
  content: "\f104";
  transition: all 0.3s;
}
#homepage-gallery-img .icon-next {
  margin-left: -25px;
  cursor: pointer;
}
#homepage-gallery-img .icon-next:before {
  content: "\f105";
  transition: all 0.3s;
}

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

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