.woocommerce-breadcrumb a {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
.woocommerce-breadcrumb strong {
  font-weight: bold;
}
.breadcrumb-sep {
  padding: 0 0.3em;
  color: #aaa;
}
.woocommerce-breadcrumb a.breadcrumb-filter {
  cursor: pointer;
  color: #0073aa; /* bleu WP classique */
  text-decoration: underline;
}

.custom-price-block {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  align-items: flex-start;
}

.custom-price-old {
  text-decoration: line-through;
  color: #000;
  font-size: 0.9em;
  font-weight: 500;
}

.custom-price-ht {
  color: #e53935;
  font-weight: bold;
  font-size: 1.4em;
}

.custom-price-ht span {
  margin-left: 0.25em;
  text-transform: uppercase;
}

.custom-price-ttc {
  color: #8d6e63;
  font-size: 0.95em;
}

.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 10px;
  /* width: 60px !important; */
  height: 32px;
  overflow: hidden;
  background: #fff;
  padding: 0;
}

.qty-btn {
  width: 20px;
  height: 32px;
  border: none;
  background: none;
  font-size: 1.5em;
  color: #858585;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.qty-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.quantity input.qty {
  width: 16px !important;
  height: 32px;
  border: none;
  text-align: center;
  font-size: 1.2em;
  outline: none;
  background: transparent !important;
  background-color: none !important;
  color: #000 !important;
  appearance: textfield;
  margin: 0;
  padding: 0 !important;
}

/* Masquer les flèches natives sur Chrome/Safari/Edge */
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Masquer les flèches natives sur Firefox */
.quantity input.qty[type="number"] {
  -moz-appearance: textfield;
}

.onsale {
  background: #d94a5a;
  color: #fff;
  border-radius: 24px;
  padding: 0.5em 2em;
  font-size: 2em;
  font-weight: 700;
  display: inline-block;
}

.bottom-product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px 16px 16px;
}

.bottom-product form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
}

.custom-add-to-cart-form {
  margin: 0 !important;
}
.custom-add-to-cart-form .add_to_cart_button,
.custom-add-to-cart-form .custom_single_add_to_cart_button {
  height: 32px;
  width: 38px;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #ff6e2e !important;
  border: 0 !important;
  box-shadow: 0px 4px 4px 0px #00000040 !important;
  border-radius: 10px !important;
  color: white !important;
}

.custom-add-to-cart-form .add_to_cart_button img,
.custom-add-to-cart-form .custom_single_add_to_cart_button img {
  width: 16px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.custom-add-to-cart-form .add_to_cart_button.cart_button_onsale,
.custom-add-to-cart-form .custom_single_add_to_cart_button.cart_button_onsale {
  color: #E73455;
  background-color: #ffda00 !important;
}

.custom-add-to-cart-form .add_to_cart_button.cart_button_onstock,
.custom-add-to-cart-form .custom_single_add_to_cart_button.cart_button_onstock {
  background-color: #E5F3F2 !important;
}

.custom-add-to-cart-form .add_to_cart_button.cart_button_onsale img,
.custom-add-to-cart-form .custom_single_add_to_cart_button.cart_button_onsale img {
  width: 16px;
  height: auto;
  filter: invert(30%) sepia(70%) saturate(2173%) hue-rotate(328deg) brightness(92%) contrast(96%);
}

.custom-add-to-cart-form .add_to_cart_button.cart_button_onstock img,
.custom-add-to-cart-form .custom_single_add_to_cart_button.cart_button_onstock img {
  width: 16px;
  height: auto;
  filter: invert(77%) sepia(17%) saturate(433%) hue-rotate(145deg) brightness(91%) contrast(86%);
}

.custom-add-to-cart-form .add_to_cart_button.cart_button_custom img,
.custom-add-to-cart-form .custom_single_add_to_cart_button.cart_button_custom img {
  width: 20px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.custom-add-to-cart-form .add_to_cart_button.cart_button_custom.cart_button_onsale img,
.custom-add-to-cart-form .custom_single_add_to_cart_button.cart_button_custom.cart_button_onsale img {
  width: 20px;
  height: auto;
  filter: invert(30%) sepia(70%) saturate(2173%) hue-rotate(328deg) brightness(92%) contrast(96%);
}

.custom-add-to-cart-form .add_to_cart_button.cart_button_custom.cart_button_onstock img,
.custom-add-to-cart-form .custom_single_add_to_cart_button.cart_button_custom.cart_button_onstock img {
  width: 20px;
  height: auto;
  filter: invert(77%) sepia(17%) saturate(433%) hue-rotate(145deg) brightness(91%) contrast(86%);
}


/* Prix promo barré */
.diagonal-strike {
  position: relative;
  display: inline-block;
  color: red;
  font-weight: bold;
}

/* Barre diagonale rouge */
.diagonal-strike::before {
  content: "";
  position: absolute;
  top: 66%; /* Bas */
  left: 0;
  width: 66%;
  height: 2px; /* épaisseur de la barre */
  background-color: red;
  transform-origin: left bottom;
  transform: rotate(-18deg); /* Barre diagonale remontant de bas en haut */
  pointer-events: none;
}

/* Ajuste la hauteur de la ligne et le padding pour que ça ne coupe pas le texte */
.diagonal-strike {
  padding-bottom: 4px;
}

.price-line-wrapper {
  flex-basis: 100%;
}

ul.products > li.product > a > span.price {
  display: none !important;
}

ul.products li.product a h2.woocommerce-loop-product__title {
  padding: 10px 16px 0px 16px !important;
}

ul.products li.product .product-description {
	height: 24px;
  font-size: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.products li.product .product-short-description p {
  font-size: 12px !important;
  color: #02728C;
  display: -webkit-box;
  -webkit-line-clamp: 3;
	line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

ul.products li.product-large .product-short-description p {
  font-size: 10px !important;
  color: #02728C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
	line-clamp: 1;
}

ul.products li.product .product-short-description p strong {
  display: contents;
}


ul.products li.product .product-description p strong {
  display: contents;
}

ul.products li.product .product-description strong {
  display: contents;
}

ul.products li.product a span.onsale {
  border-radius: 10px 10px 10px 10px !important;
  overflow: hidden;
  background-color: #d94a5a !important;
  font-size: 12px;
  line-height: 2em !important;
  padding: 0px 18px !important;
}

* {
  box-sizing: border-box;
}

/* Pour éviter les bordures doublées */
/*
ul.products li.product:not(:nth-child(4n)) {
  border-right: none;
}
*/

ul.products li.product {
  border: 1px solid #dec0b2;
  grid-column: span 1;
  width: 100% !important;
}

ul.products li.product-large {
  border: 1px solid #dec0b2;
  grid-column: span 2;
  width: 100% !important;
}

ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(258px, 1fr));
  padding: none;
}

@media (min-width: 1600px) {
	ul.products {
		grid-template-columns: repeat(6, minmax(258px, 1fr));
	}
}

@media (max-width: 768px) {
	ul.products {
		grid-template-columns: repeat(2, minmax(258px, 1fr));
	}
}

.woocommerce ul.products::before {
  display: none !important;
}

.bottom-variation-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  border: 1px solid;
  border-color: #f3e8e8;
  margin: 0px 16px 8px 16px;
}

.bottom-variation-product form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px;
}

.bottom-variation-intern {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.variation-block {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 8px;
}

/* 🔵 Barre bleue verticale */
.variation-divider {
  width: 1px;
  height: 90%;
  background-color: #20c9c4;
}

.variation-label {
  font-size: 10px;
  color: #555;
  align-self: flex-start;
  padding-left: 8px;
}

@font-face{font-family:"Playwrite US Modern";font-display:swap;src:url("https://lilylearn.com/wp-content/uploads/et-fonts/PlaywriteUSModern-VariableFont_wght.ttf") format("truetype")}

.product-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
	font-family: 'Playwrite US Modern', sans-serif;
	color: black;
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 980px) {
    .et_pb_shop ul.products.columns-4 li.product {
        width: 100% !important;
		margin: unset !important;
    }
}

/* Image produit fixe et uniforme */
ul.products.columns-4 li.product .et_shop_image img {
  width: 100%;
  height: 258px;
  object-fit: fill;
}

/* Forcer image à ne pas étirer le layout */
ul.products.columns-4 li.product .et_shop_image {
  display: block;
  width: 100%;
  height: 258px;
  overflow: hidden;
}



ul.products li.product div.product-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0px 16px 0px 16px;
}

.button-filter-wrapper {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    gap: 8px;
}

.button-filter {
	display: flex !important;
    flex-direction: row;
    gap: 8px;
	color: black !important;
    align-items: center;
	font-size: 15px !important;
	font-family: Inter, sans-serif !important;
	font-weight: 400 !important;
	border-color: #D5B3A4 !important;
	border-radius: 30px !important;
	padding: 0.3em 1em;
    line-height: 1.7em !important;
    background: transparent;
    position: relative;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	cursor:pointer;
}

.button-filter img {
	/* filter: brightness(0) saturate(100%) invert(44%) sepia(98%) saturate(749%) hue-rotate(339deg) brightness(103%) contrast(101%); */
	height: 18px;
}

.woocommerce-shop-title-wrapper h1 {
	font-size: 30px;
    font-family: 'greycliff', sans-serif;
    font-weight: 700;
    color: #9e7c6e !important;
    font-size: 30px !important;
}

.category-list ul {
  display: none;
  margin-left: 1.5em;
  padding-left: 0;
}

.category-list > li > ul {
  display: block; /* affiche la racine */
}

.category-list ul.active {
  display: block;
}

.category-list ul {
  display: none;
}
.category-list li.open > ul {
  display: block;
}
.category-list .cat-link.selected {
  font-weight: bold;
  color: #0073aa;
}

.cat-link.has-children::after {
  content: " ▼";
  font-size: 0.7em;
  cursor: pointer;
}

#product-category-filter {
	color: #9E7C6E;
}

#product-category-filter label, #product-category-filter a {
	font-size: 12px !important;
}

#category-navigation ul li {
    margin-bottom: 12px;
}

#extra-filters {
  display: flex;
  flex-direction: column;
}

.cat-link {
	color: #9E7C6E;
  	text-transform: uppercase;
  	list-style-type: none;
}

.category-list li {
  list-style-type: none;
  position: relative;
}

.category-list li::before {
  content: ">";
  position: absolute;
  left: -1.2em;
  color: #9e7c6e;
  font-weight: bold;
}

#back-to-parent {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1em;
  color: #0073aa;
}

.title-filter {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  /* or 117% */

  /* texte boutique */
  color: #9e7c6e;
}

/* Produits normaux */
ul.products li.product {
  min-width: 258px !important;
  margin: 0 !important;
  outline: #d5b3a4 1px solid;
  height: 438px;
}

ul.products li.product .product-short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}

/* Produit large : double largeur */
ul.products li.product.product-large {
  min-width: 516px !important;
  width: 44.1%;
  clear: none;
}

/* Forcer retour à la ligne si nécessaire */
/* ul.products li.product:nth-child(4n+1) {
  clear: both;
} */

/* S'assurer que le contenu reste lisible et bien positionné */
ul.products.columns-4 li.product .woocommerce-LoopProduct-link {
  display: block;
  text-align: left;
}

/* Assure que tout l'article prend bien la hauteur et ne déborde pas */
ul.products.columns-4 li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Pour éviter un effet cassé avec les formulaires */
ul.products.columns-4 li.product form.cart {
  margin-top: auto;
}

.custom-add-to-cart-form .add_to_cart_button.cart_button_custom {
	display: flex !important;
    flex-direction: row;
	align-items: center;
	padding: 8px !important;
    justify-content: center;
    gap: 8px;
    width: 140px;
    height: 40px;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
	line-height: 12px !important;
	border-radius: 30px !important;
}

.custom-add-to-cart-form .add_to_cart_button.cart_button_custom:after {
	all:unset !important;
}


.custom-add-to-cart-form .add_to_cart_button.cart_button_custom img:after {
	all:unset !important;
}

.bottom-product .quantity {
	width: 60px !important
}

.product-variable-wrapper {
	display: flex;
	flex-direction: row;
	padding: 16px;
	padding-right: 0;
	padding-top: 6px;
}

.et_pb_wc_description_1 p {
	color: #02728c!important;
}

.bouton-maquette.active {
    background-color: #FFDA00;
    border: none;
    box-shadow: inset 0 0 20px #FFC338;
    color: black;
}

#pack_1.active, #pack_2.active, #pack_3.active {
	outline: red 2px solid;
}

.cky-consent-container {
	bottom: 100px !important;
}

.cky-revisit-bottom-left {
    bottom: 100px !important;
    left: 15px;
}





:root {
  --radio-color: #9E7C6E;
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: .5px solid var(--radio-color);
  border-radius: 3px; /* rounded square */
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.2s ease;
}

input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px; /* inner rounded square */
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
  background-color: var(--radio-color);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

#product-count {
	color: #9E7C6E;
    font-size: 18px;
}

:root {
  --yellow: #FFDA00;
  --yellow-deep: #FFC338;
  --inactive-bg: transparent;
  --inactive-shadow: inset 0 0 0 2px #000; /* fake border using inner shadow */
}

.row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 24px;
	color: black;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.label-intro {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  font-family: "Playwrite US Modern", sans-serif;
}

.toggle {
  display: flex;
  gap: 28px;
	flex-wrap: wrap;
  align-items: center;
	justify-content: center;
}

/* Reset default input styles */
.toggle input[type="radio"] {
  all: unset;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 36px;
  border-radius: 9999px;
  outline: none;
  font-size: 14px;
  line-height: 1.1;
  cursor: pointer;
  background: var(--inactive-bg);
  color: #000;
  font-family: "Playwrite US Modern", sans-serif;
  transition: all 0.2s ease;
  position: relative;
  box-sizing: border-box;
  box-shadow: var(--inactive-shadow); /* simulate border */
}

.toggle input[type="radio"]:checked + label.pill {
  background: var(--yellow);
  box-shadow: inset 0 -6px 0 var(--yellow-deep); /* inner shadow effect */
}

@media (max-width: 680px) {
  .label-intro {
    font-size: 14px;
  }
  .pill {
    padding: 14px 18px;
  }
  .toggle {
    gap: 14px;
  }
  .row {
    gap: 16px;
    padding: 16px;
  }
}

#back-to-parent {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* espace entre la flèche et le texte */
  
  padding: 8px 18px;
  border: 1.5px solid #C9AFA4; /* couleur beige rosé */
  border-radius: 9999px; /* forme pilule */
  
  background-color: transparent;
  color: #9C7E6B; /* couleur du texte et flèche */
  font-weight: 600;
  font-size: 16px;
  
  cursor: pointer;
  transition: all 0.2s ease;
}

#back-to-parent:hover {
  background-color: #F9F4F2;
}

#back-to-parent:active {
  background-color: #F0E6E2;
}






/* Général */
.lilemo-header {
  font-family: 'Playwrite US Modern', sans-serif;
  width: 100%;
}

/* Ligne du haut */
.lilemo-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 10px 20px;
	height: 75px;
}

.lilemo-logo img {
  height: 76px;
}

.lilemo-search {
  display: flex;
  border: 1px solid black;
  border-radius: 50px;
  padding: 5px 10px;
  flex: 1;
  max-width: 400px;
  margin: 0 20px;
}
.lilemo-search input {
  border: none;
  outline: none;
  flex: 1;
}
.lilemo-search button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Liens à droite */
.lilemo-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lilemo-links a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}
.lilemo-cart {
  border: 1px solid #FFDA00;
  border-radius: 6px;
  padding: 5px;
}

a.lilemo-maison.desktop-menu {
	position: relative;
	margin-right: 48px;
}

a.lilemo-maison {
	position: relative;
}

a.lilemo-pro.desktop-menu {
	margin-right: 48px;
	position: relative;
}

a.lilemo-pro {
	position: relative;
}

a.lilemo-pro, a.lilemo-maison {
	position: relative;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: anchor-center;
	gap: 6px;
}

a.lilemo-pro img, a.lilemo-maison img {
	height: 30px;
	width: 30px !important;
}

a.lilemo-maison img.right-slash {
	/* background-image: url(https://lilylearn.com/wp-content/uploads/2025/07/Slash.svg); */
    height: 46px !important;
    filter: brightness(0) saturate(100%) invert(85%) sepia(22%) saturate(4724%) hue-rotate(1deg) brightness(106%) contrast(107%);
    width: 46px !important;
}

a.lilemo-maison img.left-slash {
	/* background-image: url(https://lilylearn.com/wp-content/uploads/2025/07/Slash.svg); */
    height: 46px !important;
    filter: brightness(0) saturate(100%) invert(65%) sepia(93%) saturate(3607%) hue-rotate(145deg) brightness(99%) contrast(101%);
    width: 46px !important;
}

a.lilemo-langue:after {
	background-image: url(https://lilylearn.com/wp-content/uploads/2025/07/Langue.svg);
    content: '';
    height: 30px;
    position: absolute;
    top: 13px;
    right: -32px;
    width: 30px;
}

a.lilemo-langue {
	position: relative;
	margin-right: 32px;
}

.lilemo-heart, .lilemo-user {
	width: 30px;
	line-height: 24px;
}

.lilemo-cart {
	line-height: 1;
	position: relative;
}

.lilemo-cart img {
	width: 30px;
	height: 30px;
}

/* Menu catégories */
.secondary-menu {
  display: flex;
  width: 100%;
  justify-content: space-around;
  box-shadow: 0px 5px 6px 0px #00000033;
  border-radius: 0px 0px 30px 30px;
  padding: 12px 12px;
  background-color: white;
}

.secondary-menu a {
  color: black;
  width: 16em;
  height: 2.667em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.secondary-menu a.active {
  background-color: #FFDA00;
}
.secondary-menu a:hover {
  background-color: #FFDA00;
}
.secondary-menu strong {
  font-family: Inter, sans-serif;
  display: contents;
}

/* Burger */
.lilemo-burger {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Responsive (mobile) */
@media (max-width: 768px) {
  .desktop-menu, .secondary-menu.desktop-menu {
    display: none !important;
  }
  .lilemo-burger {
    display: block;
  }
  .lilemo-header.open .lilemo-links,
  .lilemo-header.open .secondary-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/* Drawer */
.lilemo-drawer {
  position: fixed;
  top: 150;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 999999999;
  display: flex;
  flex-direction: column;
}

.lilemo-drawer.open {
  transform: translateX(0);
}

.lilemo-drawer-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
	display: none;
}

.lilemo-drawer-content .lilemo-pro {
	width: 300px !important;
	height: 55px;
	border: 1px solid #000000;
	border-radius: 15px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

.lilemo-drawer-content em {
	color: black;
	opacity: 1;
	width: fit-content !important;
}

.lilemo-drawer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 30px;
  flex: 1;
  overflow-y: auto;
}

.lilemo-drawer-content a {
	height: 60px !important;
}

/* Liens et menu dans le drawer */
.lilemo-drawer .lilemo-links {
  flex-direction: column;
  gap: 20px;
}

.lilemo-drawer .secondary-menu {
  flex-direction: column;
  width: 100%;
  gap: 15px;
  box-shadow: none;
  border-radius: 0;
}
.lilemo-drawer .secondary-menu a {
  width: 100%;
  justify-content: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.lilemo-drawer-content .secondary-menu a.menu-premiers-pas,
.lilemo-drawer-content .secondary-menu a.menu-jeunes-eleves {
	justify-content: space-between;
}

/* Désactiver certains liens du menu */
.secondary-menu a.menu-premiers-pas,
.secondary-menu a.menu-jeunes-eleves {
  color: #CD8D88; /* gris */
  pointer-events: none; /* rend le lien non cliquable */
  cursor: not-allowed; /* curseur interdit */
  background-color: transparent !important; /* pas de hover */
  font-style: italic; /* optionnel : pour marquer comme inactif */
  opacity: 0.6;
}

/* Supprimer l’effet hover pour ces liens */
.secondary-menu a.menu-premiers-pas:hover,
.secondary-menu a.menu-jeunes-eleves:hover {
  background-color: transparent !important;
  color: #c0c0c0 !important;
}

.lilemo-heart, .lilemo-langue, .menu-lilylearn, .menu-licence-pro, .menu-service-client {
	display: none !important;
}

/* Le point flottant rouge */
.cart-not-empty::after {
  content: '';
  position: absolute;
  top: 5px;      /* Ajuste la position verticale */
  right: 10px;    /* Ajuste la position horizontale */
  width: 10px; /* Taille du point */
  height: 10px;
  background-color: #E73455;
  border-radius: 50%;
}

.lilemo-drawer * {
	width: 100%;
}

.lilemo-drawer .secondary-menu * {
	width: 100%;
}



.et_section_specialty, #informations-section, #informations-produit, #expedition-retour, #financer-achat {
	background-color: white !important;
}

#sticky-buy-now-dock-pages {
	color: black;
}

#sticky-buy-now-dock {
	color: black;
}


#sticky-buy-now-dock .woo_variation_form, #sticky-buy-now-dock .woo_variation_form .woocommerce-variation-add-to-cart {
	gap: 12px;
	width: max-content;
}

#sticky-buy-now-dock .woo_variation_pro {
	flex-shrink: 0.5;
}

#sticky-buy-now-dock .woo_variation_form {
	flex-shrink: 0.5;
}

#sticky-buy-now-dock .custom-variation-cards {
	flex-direction: row;
	gap: 12px;
	flex-shrink: 0;
}

.cross-sells ul.products {
	/* grid-template-columns: repeat(2, minmax(258px, 1fr)); */
}


.hero-mobile .hero-buttons {
	bottom: 180px !important;
}

.hero-mobile {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
	background-image: none !important;
}

.hero-mobile::before,
.hero-mobile::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  animation: slideshow 12s infinite;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* Première image */
.hero-mobile::before {
  background-image: url("https://lilylearn.com/wp-content/uploads/2025/08/slider-mobile-1.webp");
  animation-delay: 0s;
}

/* Deuxième image */
.hero-mobile::after {
  background-image: url("https://lilylearn.com/wp-content/uploads/2025/08/slider-mobile-lilemo-pro-1.webp");
  animation-delay: 6s; /* arrive après la première */
}

@keyframes slideshow {
  0%, 45% { opacity: 1; }
  50%, 100% { opacity: 0; }
}



#head-nav-accueil {
  transition: transform 0.3s ease;
}

#head-nav-accueil.is-sticky {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(0);
}

/* État normal : visible, mais sans sticky */
#head-nav-accueil:not(.is-sticky) {
  transform: translateY(0);
}


.woocommerce-variation-add-to-cart {
	display: flex;
	justify-content: space-between;
}

.woocommerce-variation-add-to-cart .quantity, .cart:not(.custom-add-to-cart-form) .quantity {
	margin: 0 !important;
	display: inline-flex;
	justify-content: space-around;
	height: 50px;
	width: 33% !important;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button, .cart .single_add_to_cart_button {
    width: 66%;
    height: 50px;
    margin: 0 !important;
}

.yith-ywraq-add-to-quote {
    width: 100%;
    height: 50px;
}

body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0 .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button.button {
    width: 100%;
    height: 50px;
    padding: .5em 1em !important;
    border: 0 !important;
	background-color: black !important;
	margin: 0 !important;
}

body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0 .single_add_to_cart_button.button:before {
	content: '' !important;
    background-image: url(https://lilylearn.com/wp-content/uploads/2025/07/panier.svg) !important;
    height: 20px;
    width: 20px;
    margin-top: .3em;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(3552%) hue-rotate(299deg) brightness(127%) contrast(100%);
	display: inline-block;
}

#sticky_cart_item {
	gap: 24px;
}

.item_name {
	text-align: end;
	color: black;
	margin: auto;
}

.item_name span {
	color: black !important;
}

.sticky_cart_btn {
	text-align: center;
}

#sticky-buy-now-dock-pages a.sticky_show_cart, #sticky-checkout-popup a.chkout.btn {
	color: #ffffff !important;
	height: 50px;
    border-radius: 15px;
    font-size: 18px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #ff6e2e !important;
	padding: 12px 25px;
	display: inline-flex;
    align-items: center;
}

#sticky-buy-now-dock-pages a.sticky_show_cart:hover, #sticky-checkout-popup a.chkout.btn:hover {
    background-color: #ff6e2e70 !important;
    color: #fff !important;
}

#sticky-buy-now-dock-pages {
	box-shadow: 0px -5px 6px 0px #00000033;
	-webkit-box-shadow: 0px -5px 6px 0px #00000033;
	-moz-box-shadow: 0px -5px 6px 0px #00000033;
}

.close_chk_pp {
	content: '<span style="color:white;">Fermer</span>';
	color: white;
	border-radius: 15px;
}

#test-slider-products .products {
	width: fit-content;        /* largeur s’adapte au contenu */
	max-width: 100%;           /* limite à la largeur du parent */
	overflow-x: auto;          /* scroll horizontal si nécessaire */
	white-space: nowrap;       /* empêche le contenu de passer à la ligne */
	box-sizing: border-box;    /* inclut padding dans la largeur */
}

#sticky-buy-now-dock-pages a.sticky_show_cart:before, #sticky-checkout-popup a.chkout.btn:before {
	content: ' ' !important;
    background-image: url(https://lilylearn.com/wp-content/uploads/2025/07/panier.svg) !important;
    height: 20px;
    width: 20px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(3552%) hue-rotate(299deg) brightness(127%) contrast(100%);
	display: inline-block;
	margin: auto;
	margin-right: .2em;
}

#ywraq_cart_quote.button, #ywraq_checkout_quote_button.button {
	background: black !important;
}

.et_pb_wc_cart_products_0 table.shop_table_responsive tr.woocommerce-cart-form__cart-item:nth-child(2n) td, .et_pb_wc_cart_products_0 table.shop_table_responsive tr.woocommerce-cart-form__cart-item:nth-child(2n) th {
	background: rgb(243, 243, 243) !important;
}

.woocommerce-cart-form__cart-item td.product-quantity .quantity {
	width: 60px !important;
}

#et-boc > header > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_3_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough > div.et_pb_with_border.et_pb_module.et_pb_wc_cart_products.et_pb_wc_cart_products_0.woocommerce-cart.woocommerce.et_pb_woo_custom_button_icon.et_pb_text_align_center.et_pb_row_layout_horizontal.et_pb_wc_no_update_cart_button > div > form > table > tbody > tr > td > div > button {
	padding: 1em 1em !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none; /* Enlève les puces */
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column; /* boutons empilés */
  gap: 10px; /* espace entre les boutons */
}

.woocommerce-MyAccount-navigation li {
	display: block;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 20px;
  background-color: #ff6e2e; /* couleur bouton */
  color: #fff; /* texte blanc */
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
}

.woocommerce-MyAccount-navigation li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.woocommerce-MyAccount-navigation li.is-active a {
  background-color: #222; /* bouton actif */
}

#et-boc > header > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1 > div > div > div > div > div > table > tbody > tr > td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > a {
  display: inline-block;
  padding: 10px 18px;
  background-color: #ff6e2e; /* couleur demandée */
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  margin-right: 8px; /* espace entre les boutons */
  transition: all 0.2s ease;
}

#et-boc > header > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1 > div > div > div > div > div > table > tbody > tr > td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions > a:hover {
  background-color: #e65f20; /* version plus foncée au survol */
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

#block-5 > div > figure > figcaption {
	color: white !important;
}

#block-5 > div > figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sticky_cart_item > div.item_name {
	width: auto !important;
}

@media (max-width: 768px) {
	
	#sticky_cart_item > div.sticky_cart_btn > a {
		font-size: 12px;
	}
	
	#sticky_cart_item > div.item_name {
		font-size: 12px;
	}
	
	.footer-widget .fwidget {
		width: 100%;
	}
	
}

#footer-widgets .footer-widget li {
    padding-left: 0px;
}

.footer-widget .fwidget, .footer-widget .widget_block, #footer-widgets {
	width: 100%
}

.footer-widget {
	text-align: center;
}

.footer-widget li:before {
	border-style: none !important;
}

#main-footer > div.container {
	max-width: none;
	margin: 0;
	width: 100%;
}

.footer-widget h4 {
	font-weight: 700;
}

#et-boc > header > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_3_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough > div.et_pb_with_border.et_pb_module.et_pb_wc_cart_products.et_pb_wc_cart_products_0.woocommerce-cart.woocommerce.et_pb_woo_custom_button_icon.et_pb_text_align_center.et_pb_row_layout_horizontal.et_pb_wc_no_update_cart_button > div > form > table > thead > tr > th {
	font-size: 12px;
}

.shop_table .coupon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.et_pb_section_0.et_pb_section, .et_pb_wc_cart_products_0 table.shop_table.shop_table_responsive tr:nth-child(2n) td {
	background: rgb(243, 243, 243) !important;
	background-color: rgb(243, 243, 243) !important;
}

.shop_table .coupon #coupon_code {
	margin-right: 0px !important;
	margin-left: 0px !important;
}



#sticky-checkout-popup td a.close_chk_pp {
	color: white !important;
}

#sticky-checkout-popup b, #sticky-checkout-popup td, #sticky-checkout-popup span, #sticky-checkout-popup th {
	color: black;
}

#sticky-checkout-popup {
	background: white !important;
	border-radius: 12px;
}

#sticky-checkout-popup tr:nth-child(even) {
	background: rgb(243, 243, 243) !important;
}

.fc-checkout__branding > a > img {
    height: 75px;
    width: auto;
}

#et-boc > header > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular > div.et_pb_row.et_pb_row_1 > div.et_pb_column.et_pb_column_3_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough > div.et_pb_with_border.et_pb_module.et_pb_wc_cart_products.et_pb_wc_cart_products_0.woocommerce-cart.woocommerce.et_pb_woo_custom_button_icon.et_pb_text_align_center.et_pb_row_layout_horizontal > div > form > table > tbody > tr.woocommerce-cart-form__cart-item.cart_item > td.product-quantity input {
	margin: 0 !important;
}

.woocommerce-cart-form__cart-item td.product-quantity .quantity  {
	width: auto !important;
}

