@charset "UTF-8";
.elementor-menu-cart__container {
  z-index: 10;
}

html, body {
  overflow-x: hidden;
}

body {
  text-underline-position: under;
}
body a {
  color: inherit;
}
body a:hover {
  color: inherit;
}
body strong {
  font-weight: bold;
}
body img {
  display: block;
}
body [type=button]:focus, body [type=submit]:focus, body button:focus, body select:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 5px rgba(var(--e-global-color-primary), 0.5);
  outline: none;
}

.button {
  background: var(--e-global-color-text) !important;
  color: var(--e-global-color-primary) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 500px !important;
  padding: 17px 20px !important;
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  transition: 0.3s ease !important;
  line-height: 1em !important;
}
.button:hover {
  background: var(--e-global-color-accent) !important;
  color: var(--e-global-color-primary) !important;
}
.button svg {
  height: 1em !important;
  margin-left: 15px;
}
.button svg path {
  fill: var(--e-global-color-primary);
}

main.site-main {
  max-width: inherit !important;
  padding: 0 !important;
}

.container {
  max-width: 1560px !important;
  padding: 0 80px 0 !important;
  margin: auto !important;
}
@media (max-width: 1024px) {
  .container {
    max-width: 1560px !important;
    padding: 0 50px 0 !important;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 1560px !important;
    padding: 0 30px 0 !important;
  }
}

.elementor-button-icon {
  display: flex;
  align-items: center;
}

.trait {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.trait:before {
  content: "";
  background: #F8DB60;
  height: 0.5em;
  width: calc(100% + 0.3em);
  position: absolute;
  left: -0.15em;
  bottom: 0.02em;
  z-index: -1;
}

.elementor-widget-my_custom_google_map_widget .carte {
  position: relative;
}
.elementor-widget-my_custom_google_map_widget .carte:before {
  content: "Acceptez les cookies en bas à droite de votre écran pour visualiser la carte.";
  width: 100%;
  position: absolute;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related > h2 {
  display: none;
}

ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 13px;
}
@media (max-width: 768px) {
  ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.products:before {
  display: none !important;
}
ul.products li {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  ul.products li:hover {
    z-index: 2;
  }
  ul.products li:hover .image img:not(.filigrane) {
    transform: scale(1.03);
  }
  ul.products li:hover .content {
    transform: translateY(-79px);
  }
  ul.products li:hover .foot {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-100%);
  }
}
ul.products li .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
ul.products li .image img:not(.filigrane) {
  margin-bottom: 0 !important;
  z-index: 1;
  position: relative;
  transition: 0.3s ease;
  height: 100% !important;
  object-fit: cover;
}
ul.products li .image .concours {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 66px;
  height: 66px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  ul.products li .image .concours {
    width: 46px;
    height: 46px;
  }
}
ul.products li .image .concours img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  border-radius: 500px !important;
}
ul.products li .foot {
  opacity: 0;
  display: flex;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0 30px 30px;
  background: white;
  border-radius: 0 0 5px 5px;
  justify-content: space-between;
  gap: 8px;
  z-index: 2;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  ul.products li .foot {
    display: none !important;
  }
}
ul.products li .foot .button {
  margin-top: 0 !important;
}
ul.products li .foot .added_to_cart.wc-forward {
  display: none !important;
}
ul.products li .foot .add_to_cart_button {
  background: var(--e-global-color-primary);
  border-radius: 500px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
ul.products li .foot .add_to_cart_button:hover {
  opacity: 0.9;
}
ul.products li .foot .add_to_cart_button svg {
  width: 20px;
}
ul.products li .foot .add_to_cart_button path {
  fill: white;
}
ul.products li .filigrane {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85% !important;
  height: 85% !important;
  object-fit: contain;
  margin-bottom: 0 !important;
}
ul.products li h2 {
  margin: 0;
}
ul.products li .content {
  padding: 20px;
  text-align: center;
  color: var(--e-global-color-1c1ec94);
  transition: 0.3s ease;
  z-index: 1;
  position: relative;
  background: white;
}
ul.products li .product-name {
  font-weight: 500;
  font-size: 16px;
  display: block;
}
ul.products li .product-variation, ul.products li h2:not(:has(*)) {
  margin: 10px 0;
  display: block;
  color: var(--e-global-color-primary);
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  ul.products li .product-variation, ul.products li h2:not(:has(*)) {
    font-size: 17px;
    margin-top: 5px;
  }
}
ul.products li .amount {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  ul.products li .amount {
    font-size: 15px;
  }
}
ul.products li .appendix {
  display: none;
}

.woocommerce-product-gallery__trigger {
  z-index: 2 !important;
}

body.single-product .woocommerce-breadcrumb {
  color: var(--e-global-color-1c1ec94) !important;
  font-size: 14px !important;
  max-width: 1560px !important;
  padding: 0 80px 0 !important;
  margin: auto !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 1024px) {
  body.single-product .woocommerce-breadcrumb {
    max-width: 1560px !important;
    padding: 0 50px 0 !important;
  }
}
@media (max-width: 768px) {
  body.single-product .woocommerce-breadcrumb {
    max-width: 1560px !important;
    padding: 0 30px 0 !important;
  }
}
body.single-product .woocommerce-breadcrumb a {
  color: var(--e-global-color-1c1ec94) !important;
}

.concours {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.concours img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border-radius: 500px;
}

.single_add_to_cart_button {
  justify-content: center !important;
}

.container > .product {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .container > .product {
    flex-wrap: wrap;
  }
}
.container > .product > .left {
  flex: 0 1 33.3333%;
  position: relative;
}
@media (max-width: 1400px) {
  .container > .product > .left {
    flex: 0 1 25%;
  }
}
@media (max-width: 768px) {
  .container > .product > .left {
    flex: 100%;
  }
}
.container > .product > .left .woocommerce-product-gallery {
  width: 100% !important;
  float: inherit !important;
}
.container > .product > .left .woocommerce-product-gallery .woocommerce-product-gallery__image {
  z-index: 1;
  position: relative;
  border-radius: 5px;
}
.container > .product > .left .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .container > .product > .left .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    height: 350px;
  }
}
.container > .product > .left .woocommerce-product-gallery__trigger {
  top: 20px !important;
  left: 20px !important;
  background: var(--e-global-color-secondary) !important;
}
.container > .product > .left .flex-viewport {
  background: white;
  border-radius: 5px;
}
.container > .product > .left .flex-viewport:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.container > .product > .left .flex-control-thumbs {
  display: grid;
  grid-gap: 10px;
  margin-top: 10px !important;
  grid-template-columns: repeat(4, 1fr);
}
.container > .product > .left .flex-control-thumbs li {
  width: inherit !important;
}
.container > .product > .left .flex-control-thumbs img {
  border-radius: 5px;
}
.container > .product > .middle {
  flex: 0 1 41.6666%;
  padding: 30px 50px 0;
}
@media (max-width: 768px) {
  .container > .product > .middle {
    flex: 100%;
    padding: 0 0 20px;
  }
}
.container > .product > .middle h1 {
  font-size: 35px;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 768px) {
  .container > .product > .middle h1 {
    font-size: 30px;
  }
}
.container > .product > .middle .tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.container > .product > .middle .tags p {
  color: #7A650E;
  font-size: 14px;
  font-weight: 600;
  border-radius: 500px;
  background: var(--e-global-color-text);
  border: 1px solid #FAE58C;
  padding: 5px 15px;
}
.container > .product > .middle .short-description {
  font-size: 15px;
  color: #7A7A79;
  margin-top: 20px;
  padding-right: 30px;
}
.container > .product > .middle .description {
  border-top: 1px solid var(--e-global-color-055e8e0);
  margin: 30px 30px 0 0;
  padding: 30px 0;
}
.container > .product > .right {
  flex: 1 0 25%;
  background: white;
  border-radius: 5px;
  padding: 34px 34px 14px;
}
@media (max-width: 768px) {
  .container > .product > .right {
    margin-bottom: 50px;
  }
}
.container > .product > .right .reassurance {
  margin: 30px 0 0;
  list-style-type: none;
  padding: 0;
  background: var(--e-global-color-055e8e0);
  gap: 1px;
  display: flex;
  flex-direction: column;
}
.container > .product > .right .reassurance h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
}
.container > .product > .right .reassurance p {
  color: var(--e-global-color-1c1ec94);
  font-size: 13px;
  line-height: 1.3em;
}
.container > .product > .right .reassurance li {
  display: flex;
  gap: 13px;
  background: white;
  padding: 20px 0;
}
.container > .product > .right .reassurance li .left {
  width: 32px;
  font-size: 31px;
}
.container > .product > .right .woovr-variations {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.container > .product > .right .woovr-variation {
  background: var(--e-global-color-secondary);
  border: 3px solid var(--e-global-color-secondary);
  border-radius: 5px;
  padding: 10px 25px 10px 10px;
  position: relative;
  color: #667C62;
  transition: 0.3s ease;
  cursor: pointer;
}
.container > .product > .right .woovr-variation.woovr-variation-active {
  border-color: var(--e-global-color-accent);
  background: white;
  color: var(--e-global-color-primary);
}
.container > .product > .right .woovr-variation .woovr-variation-description {
  font-size: 13px;
}
.container > .product > .right .woovr-variation .woovr-variation-selector {
  width: 13px;
  flex: 0 0 13px;
  position: absolute;
  padding: 0;
  top: 2px;
  right: 6px;
}
.container > .product > .right .woovr-variation .woovr-variation-info {
  padding: 0;
}
.container > .product > .right .woovr-variation input {
  width: 13px;
  height: 13px;
}
.container > .product > .right .woovr-variation label {
  font-size: 21px;
  font-weight: 600;
}
.container > .product > .right .woocommerce-variation {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 20px 0;
}
.container > .product > .right .stock {
  text-align: right;
  font-weight: 600 !important;
  margin-bottom: 20px;
}
.container > .product > .right .stock.in-stock {
  color: #00BA00 !important;
}
.container > .product > .right .stock.out-of-stock {
  color: red !important;
}
.container > .product > .right .amount {
  font-size: 32px;
  color: var(--e-global-color-primary);
  font-weight: bold;
}
.container > .product > .right .price .appendix {
  display: block;
  color: var(--e-global-color-1c1ec94);
  font-size: 14px;
  font-weight: 500;
}
.container > .product > .right .indication-prix {
  display: block;
  color: var(--e-global-color-1c1ec94);
  font-size: 14px;
  font-weight: 500;
}
.container > .product > .right .woocommerce-variation-add-to-cart, .container > .product > .right form.cart:not(.variations_form) {
  display: flex;
}
.container > .product > .right .woocommerce-variation-add-to-cart .quantity, .container > .product > .right form.cart:not(.variations_form) .quantity {
  float: inherit !important;
  margin: 0 10px 0 0 !important;
}
.container > .product > .right .woocommerce-variation-add-to-cart .quantity input, .container > .product > .right form.cart:not(.variations_form) .quantity input {
  height: 100%;
  border: 1px solid var(--e-global-color-055e8e0);
  border-radius: 5px;
  width: 4.5em;
}
.container > .product > .right .single_add_to_cart_button {
  background: var(--e-global-color-text);
  color: var(--e-global-color-primary);
  font-size: 15px;
  font-weight: 600;
  border-radius: 500px;
  padding: 17px 20px;
  flex: 1;
}
.container > .product > .right .single_add_to_cart_button:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
}
.container > .product.product-type-simple .right .stock {
  margin-top: -2em;
  max-width: 50%;
  margin-left: auto;
}

.description-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin: 50px 0 80px;
}
@media (max-width: 768px) {
  .description-columns {
    grid-template-columns: 1fr;
    margin: 20px 0 80px;
    gap: 50px;
  }
}
.description-columns > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

button.lrdlc-read-more {
  border: none;
  margin: 20px 0;
}
button.lrdlc-read-more ~ * {
  display: none;
}

@media (max-width: 768px) {
  div[role=alert] .button {
    margin-top: 1em;
  }
}

.wc-proceed-to-checkout {
  align-items: flex-end !important;
}

.e-apply-coupon, .actions button {
  border-color: var(--e-global-color-accent) !important;
  background: white !important;
  padding: 15px !important;
  display: inline-block !important;
}

button#place_order {
  justify-content: center !important;
  margin-top: 20px;
}

tr.shipping th {
  display: none;
}
tr.shipping td img {
  display: inline;
  vertical-align: middle;
}

.shop_table .modaal_link {
  color: var(--e-global-color-primary);
  background: var(--e-global-color-text);
  display: block;
  padding: 10px;
  border-radius: 4px;
  transition: 0.3s ease;
}
.shop_table .modaal_link:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
}

#delivery_point_chosen {
  border: none;
}

.woocommerce-checkout-payment fieldset {
  border: none;
}
.woocommerce-checkout-payment .payment_box {
  padding: 0;
}

.woocommerce-checkout .woocommerce-shipping-methods {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.woocommerce-shipping-methods input {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0 !important;
}
.woocommerce-shipping-methods li.wc_payment_method label img {
  display: inline;
}

.wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wc_payment_methods input {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0 !important;
}
.wc_payment_methods label img {
  display: inline;
}

form.elementor-form .elementor-field-type-acceptance {
  font-size: 13px;
}
form.elementor-form .elementor-field-type-acceptance a {
  text-decoration: underline;
}
form.elementor-form select {
  font-size: 14px;
}

@keyframes float {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
[data-aos] {
  transition: cubic-bezier(0.25, 0.1, 0.25, 1);
}

html:not(.no-js) body [data-aos=float] {
  animation: float 6s ease-in-out infinite;
}
html:not(.no-js) body [data-aos=float]:nth-child(0) {
  animation-delay: 1599ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(1) {
  animation-delay: 569ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(2) {
  animation-delay: 968ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(3) {
  animation-delay: 1776ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(4) {
  animation-delay: 796ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(5) {
  animation-delay: 1049ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(6) {
  animation-delay: 1122ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(7) {
  animation-delay: 2232ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(8) {
  animation-delay: 1220ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(9) {
  animation-delay: 996ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(10) {
  animation-delay: 979ms;
}

[data-aos=clip-to-right] {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-right].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-left] {
  clip-path: inset(0 0 0 100%);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-left].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-top] {
  clip-path: inset(100% 0 0 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-top].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-bottom] {
  clip-path: inset(0 0 100% 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-bottom].aos-animate {
  clip-path: inset(0 0 0 0);
}

html:not(.no-js) body [data-aos=float] {
  animation: float 6s ease-in-out infinite;
}
html:not(.no-js) body [data-aos=float]:nth-child(0) {
  animation-delay: 387ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(1) {
  animation-delay: 2152ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(2) {
  animation-delay: 1737ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(3) {
  animation-delay: 2892ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(4) {
  animation-delay: 1968ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(5) {
  animation-delay: 2744ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(6) {
  animation-delay: 2560ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(7) {
  animation-delay: 763ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(8) {
  animation-delay: 721ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(9) {
  animation-delay: 912ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(10) {
  animation-delay: 2179ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(11) {
  animation-delay: 1807ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(12) {
  animation-delay: 1144ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(13) {
  animation-delay: 2502ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(14) {
  animation-delay: 1234ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(15) {
  animation-delay: 2000ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(16) {
  animation-delay: 1584ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(17) {
  animation-delay: 830ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(18) {
  animation-delay: 2031ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(19) {
  animation-delay: 2358ms;
}

html:not(.no-js) body [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

html:not(.no-js) body [data-aos=fade-down] {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

html:not(.no-js) body [data-aos=fade-left] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

html:not(.no-js) body [data-aos=fade-right] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

@media screen and (max-width: 768px) {
  [data-aos-delay]:not(.mobile-delay) {
    transition-delay: 0s !important;
  }
}

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