.elementor-kit-5{--e-global-color-primary:#5D7C22;--e-global-color-secondary:#435726;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2d35f47:#BDCED3;--e-global-color-89a8c69:#698790;--e-global-color-4bb779b:#EE7788;--e-global-color-109d7f4:#000000;--e-global-color-47195be:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ANIMATION MENU*/
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #000;
  font-family: "Be Vietnam";
  font-size: 12px;
 font-weight: 700;
  letter-spacing: .17em;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 7px;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* COULEURS LIENS WIDGET */

.widget a {
    color: #454545 !important;
    
}

#qodef-page-footer .widget a {
    color: #435726 !important;
}

/* NOM COMPTE MENU */
.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user-name {font-family: 'Give You Glory', cursive;
    font-size: 13px;
    text-transform: none;
    font-style: italic;
    margin-top: 5px
}

/* FOOTER*/

#qodef-page-footer .widget.widget_text p {
    line-height: inherit;
    font-size: 16px;
    color: #435726;
}

/* WOOCOMMERCE */
#qodef-woo-page .product .button.single_add_to_cart_button:hover {
    background-color: #000;
    color: #fff;
}

#qodef-woo-page .button:not(.yith-wcqv-button):hover {
    background-color: #000;
    color: #fff;
}

/* SOLD OUT BADGE */
#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock, .qodef-woo-shortcode .qodef-woo-product-mark.qodef-out-of-stock {
      display: none;
}/* End custom CSS */