.elementor-kit-11{--e-global-color-primary:#678E89;--e-global-color-secondary:#A37A68;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.4em;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-accent );}.elementor-kit-11 a:hover{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-11{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-size:18px;--e-global-typography-accent-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}/* Start custom CSS *//* Modif. - Header */
header.sticky-header {
    --header-height: auto;
    --opacity: 0.80;
    --shrink-me: 0.70;
    --sticky-background-color: var(--e-global-color-primary) ;
    --transition: .1s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header> .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu--main .elementor-item {
    transition: padding var(--transition);

}

header.sticky-header.elementor-sticky--effects .elementor-nav-menu--main .elementor-item {
    padding-bottom: 2px!important;
    padding-top: 2px!important;
}

header.sticky-header.elementor-sticky--effects .menu1 .elementor-nav-menu--main .elementor-item {
        color:var(--e-global-color-accent)!important;
}

header.sticky-header.elementor-sticky--effects .elementor-item.elementor-item-active:after {
    background-color: var(--e-global-color-secondary)!important;
}

header.sticky-header.elementor-sticky--effects .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: var(--e-global-color-secondary)!important;
}

header.sticky-header.elementor-sticky--effects .elementor-menu-toggle {
    background-color:var(--e-global-color-accent)!important;

    font-size: 15px!important;
}

header.sticky-header.elementor-sticky--effects .elementor-menu-toggle svg{
    fill:var(--e-global-color-secondary)!important;
    font-size: 15px!important;
}
header.sticky-header.elementor-sticky--effects .elementor-menu-toggle:hover {
    color:var(--e-global-color-secondary)!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(80% * var(--shrink-me));
    max-height: calc(80% * var(--shrink-me));
    content: url("https://www.lesbijouxdepims.com/wp-content/uploads/2025/07/les-bijoux-de-pims-logo-blanc-1-1.svg")!important;
margin: 5px 0px 5px 0px!important;
}


header.sticky-header.elementor-sticky--effects .elementor-nav-menu--dropdown {
        top: 23px!important;
}       


}
    
@media all and (min-width: 1025px){
.logo {
    max-height: 120px!important;
}}

@media (max-width: 1024px) {
.logo {
     max-height: 100px!important;
}}

@media (max-width: 600px) {
.logo {
    max-height: 70px!important;
}}

/* Fin Modif. Header */

/* Modif. - Couleurs Liens */
a.Couleur:link, a.Couleur:visited { color:var(--e-global-color-text)!important;}
a.Couleur:hover, a.Couleur:active { color:var(--e-global-color-primary)!important;}
a.Couleur1:link, a.Couleur1:visited { color:var(--e-global-color-primary)!important;
font-weight: bold;}
a.Couleur1:hover, a.Couleur1:active { color:var(--e-global-color-text)!important;
font-weight: bold;}
a.Couleur2:link, a.Couleur2:visited { color:var(--e-global-color-primary)!important;}
a.Couleur2:hover, a.Couleur2:active { color:var(--e-global-color-text)!important;}

/* Fin Modif. Couleurs Liens */

/* Début mise en page vignette panier */
.elementor-menu-cart__main {
        overflow: visible!important;
        min-height: 400px!important;
    padding: var(--cart-padding, 40px 30px)!important;
}

.elementor-menu-cart__container{
        overflow: visible!important;

}
/* Fin mise en page vignette panier */

/* Début vignette promo dans popup produit */
.eael-popup-details-render.elementor-2 .elementor-element.elementor-element-582dbe5 .eael-onsale{
    padding: 20px 5px 20px 5px!important;
}
/* Fin vignette promo dans popup produit */

/* Début hauteur vignette produit */
.eael-product-carousel  {
    min-height: 450px!important; /* Ajustez la valeur */
}
/* Fin hauteur vignette produit */


/* ====== Conteneur (form) : look "mini-panier" ====== */
#alg_currency_select {
  background-color: var(--e-global-color-accent)!important;   /* fond mini-panier */
  border: 3px solid var(--e-global-color-secondary)!important;   /* liseré */
  border-radius: 30px!important;        /* pilule */
   padding: 5px 40px 5px 15px!important;

      /* On masque l’arrow native */
  appearance: none!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  
    /* On ajoute la flèche custom */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='e-font-icon-svg e-fas-angle-down' viewBox='0 0 320 512'%3E%3Cpath fill='%23000000' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E") no-repeat center / contain;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}

/* Flèche custom (la flèche native sera masquée) */
#alg_currency_select:hover,
#alg_currency_select:focus {

  border: 3px solid var(--e-global-color-text)!important; 

}

@media (max-width: 767.98px) { 
   .alg_currency_select {font-size:10px!important;
   } 
   #alg_currency_select {
    padding: 2px 15px 2px 5px!important;
      background-position: right 5px center;
       background-size: 5px;
       line-height: 1.4em!important;
}

/* Fin Conteneur (form) : look "mini-panier" */


/* Devise (select) */
#alg_currency_select{
  display: inline-flex;
}
/* Mini-panier (lien) */
#elementor-menu-cart__toggle_button{
  display: inline-flex;
}
.elementor-nav-menu .sub-arrow {

    padding: 2px 5px 2px 5px!important;
}
.elementor-nav-menu .sub-arrow .e-font-icon-svg {
    height: 8px!important;
    width: 8px!important;
}
}/* End custom CSS */