/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* ===== style.css ===== */

/*!
Theme Name: bookmarket
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bookmarket
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bookmarket is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* --- RESET --- 
---------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter 18pt', sans-serif;
  background: var(--color-white);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}

a:before,
a:after {
  content: '';
  position: absolute;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

ul {
  list-style: none;
}


/* --- VARIABLES --- 
-------------------- */
:root {
  /* Color */
  --color-bleufonce: #1E2A38;
  --color-bleu: #2563EB;
  --color-orange: #F97316;
  --color-beige: #f5f1e8;
  --color-gris: #f3f4f6;
  --color-text: #111827;
  --color-white: #fff;

  --color-btn-hover: #0d3fa2;

  /* Borders */
  --radius-sm: 4px;
  --radius-md: 8px;
}


* --- TYPOGRAPHY --- --------------------- */ h1 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
}

h2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

h3 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

p {
  font-family: 'Inter 18pt', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}


/* --- CONTAINER --- 
------------------ */
.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ////
slide 
//// */
.wrap_slide {
  max-width: 1920px;
  margin: 0 auto;
}



/* --- BUTTONS --- 
------------------ */
.btn {
  display: inline-block;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: var(--color-white);
  border-radius: var(--radius-sm);
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
  white-space: nowrap;
  /* texte sur une seule ligne */
}

.btn--primary {
  border: 2px solid var(--color-bleu);
  background: var(--color-bleu);
  color: var(--color-white);
}

.btn--primary:hover {
  background: var(--color-btn-hover);
  color: var(--color-white);
  border: 2px solid var(--color-bleu);
}

.btn--secondary {
  background: var(--color-white);
  color: var(--color-bleu);
  border: 2px solid var(--color-bleu);
}

.btn--secondary:hover {
  background: var(--color-white);
  color: var(--color-btn-hover);
  border: 2px solid var(--color-btn-hover);
}


/* ===== header.css ===== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-gris);
  border-bottom: 3px solid white;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-branding {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 150px;
  height: auto;
}

.main-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: none;
}

.header-search {
  position: relative;
  width: 560px;
}

.header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search .search-field {
  width: 100%;
  padding: 15px 8px;
  border-top-left-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
  border: 1px solid var(--text-gris);
  font-size: 14px;
  outline: none;
}

.header-search button {
  width: 60px;
  height: 46px;
  background-image: url(assets/img/loupe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  background-color: var(--color-bleu);
  border: none;
  cursor: pointer;
  text-indent: -9999999px;
  border-top-right-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.cart-house,
.account-link,
.cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: var(--color-orange);
  color: var(--color-white);
  font-size: 12px;
  border-radius: 50%;
  padding: 0px 9px;
}

.site-branding {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header-actions {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.main-navigation {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.header-search {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.mobile-toggle {
  display: none;
}

.mobile-nav {
  display: none;
}


/* --- RESPONSIVE --- 
--------------------- */
@media (max-width: 1024px) {
  .header-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header-search {
    position: relative;
    width: 470px;
  }
}

@media (max-width: 960px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-branding {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
  }

  .site-branding img {
    height: 100px;
    width: auto;
    display: block;
  }

  .header-actions {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-search {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-top: 10px;
  }

  .main-navigation {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
  }

  a.cart-house {
    display: none;
  }

  a.cart-house img {
    width: 55px;
  }

  a.account-link img {
    width: 45px;
  }

  a.cart-link img {
    width: 55px;
  }

  span.cart-text {
    margin-top: 10px;
  }

  .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100vh;
    background: var(--color-white);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
  }

  .mobile-nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  ul.menu-categories {
    padding: 120px 40px 40px 40px;
  }

  ul.menu-categories li.cat-item {
    font-weight: bold;
  }

  ul.menu-categories li.cat-item a:hover {
    color: var(--color-orange);
  }

  ul.children li.cat-item {
    font-weight: normal;
  }

  .mobile-toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 30px;
    margin-right: 25px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 100000;
  }

  .mobile-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-text);
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
  }

  .mobile-toggle span:nth-child(1) {
    top: 0;
  }

  .mobile-toggle span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mobile-toggle span:nth-child(3) {
    bottom: 0;
  }

  .menu-categories>li {
    margin-top: 25px;
  }

}

@media (max-width: 460px) {
  .header-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
  }

  .site-branding {
    width: 150px;
  }

  a.cart-house img {
    width: 35px;
  }

  a.account-link img {
    width: 30px;
  }

  a.cart-link img {
    width: 35px;
  }

  span.cart-text {
    display: none;
  }

}

@media (max-width: 320px) {
  .site-branding {
    width: 95px;
  }

  .header-actions {
    gap: 8px;
  }

  .mobile-toggle {
    margin-right: 10px;
  }

  a.cart-house img {
    width: 27px;
  }

  a.account-link img {
    width: 22px;
  }

  a.cart-link img {
    width: 27px;
  }

}


/* ===== navbar.css ===== */

.site_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
}

.navbar {
  height: auto;
}

#primary {
  padding-top: 2rem;
}

aside {
  background-color: var(--color-gris);
  /* height: auto; */
  padding: 20px;
  width: 240px;
  -webkit-box-shadow: -100vw 0 0 100vw var(--color-gris);
  box-shadow: -100vw 0 0 100vw var(--color-gris);
  -webkit-clip-path: inset(0 0 0 -100vw);
  clip-path: inset(0 0 0 -100vw);
  position: sticky;
  top: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0.5rem;
}

.title-categories {
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.filtres-categories {
  list-style: none;
  padding: 0;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  color: var(--color-text);
}

.filtres-categories>li {
  margin-bottom: 30px;
}

.filtres-categories .cat-item a {
  color: var(--color-text);
  font-weight: bolder;
  font-size: 16px;
}

.filtres-categories .cat-item a:hover {
  color: var(--color-orange);
}

ul.children li.cat-item a {
  font-weight: 100;
}


@media screen and (max-width: 768px) {
  .navbar {
    display: none;
  }

  .site_main {
    display: block;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}


/* ===== accueil.css ===== */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter 18pt', sans-serif;
  background: var(--color-white);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}

a:before,
a:after {
  content: '';
  position: absolute;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

ul {
  list-style: none;
}


/* --- VARIABLES --- 
-------------------- */
:root {
  /* Color */
  --color-bleufonce: #1E2A38;
  --color-bleu: #2563EB;
  --color-orange: #F97316;
  --color-beige: #f5f1e8;
  --color-gris: #f3f4f6;
  --color-text: #111827;
  --color-white: #fff;

  --color-btn-hover: #0d3fa2;

  /* Borders */
  --radius-sm: 4px;
  --radius-md: 8px;
}


* --- TYPOGRAPHY --- --------------------- */ h1 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
}

h2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

h3 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

p {
  font-family: 'Inter 18pt', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}


/* --- CONTAINER --- 
------------------ */
.container {
  max-width: 1920px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

/* ////
slide 
//// */
.wrap_slide {
  max-width: 1920px;
  margin: 0 auto;
}



/* --- BUTTONS --- 
------------------ */
.btn {
  display: inline-block;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: var(--color-white);
  border-radius: var(--radius-sm);
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
  white-space: nowrap;
  /* texte sur une seule ligne */
}

.btn--primary {
  border: 2px solid var(--color-bleu);
  background: var(--color-bleu);
  color: var(--color-white);
}

.btn--primary:hover {
  background: var(--color-btn-hover);
  color: var(--color-white);
  border: 2px solid var(--color-bleu);
}

.btn--secondary {
  background: var(--color-white);
  color: var(--color-bleu);
  border: 2px solid var(--color-bleu);
}

.btn--secondary:hover {
  background: var(--color-white);
  color: var(--color-btn-hover);
  border: 2px solid var(--color-btn-hover);
}

#accueil .produit-reco {
  width: 20%;
}

#accueil {
  margin: 0 auto;
  padding-bottom: 2rem;
}

.coeur {
  color: #e63946;
}

.avis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 0;
}

.prix-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_ajout_panier {
  text-align: center;
  width: 100%;
}

.badge-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-orange);
  color: white;
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stockage {
  margin-bottom: 2rem;
  text-align: end;
}

.btn_ajout_panier {
  padding-bottom: 1rem;
}


/* ===== single.css ===== */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter 18pt', sans-serif;
  background: var(--color-white);
  color: var(--color-text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}

a:before,
a:after {
  content: '';
  position: absolute;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

ul {
  list-style: none;
}


/* --- VARIABLES --- 
-------------------- */
:root {
  /* Color */
  --color-bleufonce: #1E2A38;
  --color-bleu: #2563EB;
  --color-orange: #F97316;
  --color-beige: #f5f1e8;
  --color-gris: #f3f4f6;
  --color-text: #111827;
  --color-white: #fff;

  --color-btn-hover: #0d3fa2;

  /* Borders */
  --radius-sm: 4px;
  --radius-md: 8px;
}


/* --- TYPOGRAPHY ---
--------------------- */
h1 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
}

h2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

h3 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

p {
  font-family: 'Inter 18pt', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}


/* --- BUTTONS --- 
------------------ */
.btn {
  display: inline-block;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: var(--color-white);
  border-radius: var(--radius-sm);
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
  white-space: nowrap;
  /* texte sur une seule ligne */
}

.btn--primary {
  border: 2px solid var(--color-bleu);
  background: var(--color-bleu);
  color: var(--color-white);
}

.btn--primary:hover {
  background: var(--color-btn-hover);
  color: var(--color-white);
  border: 2px solid var(--color-bleu);
}

.btn--secondary {
  background: var(--color-white);
  color: var(--color-bleu);
  border: 2px solid var(--color-bleu);
}

.btn--secondary:hover {
  background: var(--color-white);
  color: var(--color-btn-hover);
  border: 2px solid var(--color-btn-hover);
}

.woocommerce .star-rating {
  color: #f5c518;
}

.woocommerce .star-rating::before {
  color: #e5e5e5;
}

.woocommerce .star-rating span::before {
  color: #f5c518;
}

#un_produit {
  margin: 0 1rem;
  overflow: hidden;
}

#un_produit #respond {
  display: block;
}

#respond {
  display: none;
}

/* Cacher la sidebar */
#secondary {
  display: none;
}

/* Retirer le titre  */
.entry-title {
  display: none;
}

/* Changer l apparance du badge promo */
.woocommerce span.onsale {
  background: var(--color-orange);
  color: var(--color-white);
  border-radius: 15px 25% 25% 0px / 0px 50% 50% 0px;
}

.btn--primary {
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem;
}

#single {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  /* padding: 0 1rem; */
  margin-bottom: 2rem;
}

#un_produit .box_produit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
}

#un_produit .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#un_produit .img_produit {
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  height: auto;
  margin-bottom: 40px;
  margin: auto 0;
  border: 2px solid black;
  padding: 0.5rem;
}

#un_produit .box_droite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 1rem;
}

#un_produit .trait,
.recommandation .trait,
#top_vente .trait {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background: #000;
  position: relative;
}

#un_produit .formats {
  margin-top: 2rem;
  /* height: 25%; */
}

#un_produit .resume_texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#un_produit .formats_texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#un_produit .liste-prix-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#un_produit .ligne-variation {
  border: solid 1px #000;
  padding: 1rem;
}

#un_produit .prix-variation {
  font-weight: bold;
}

#un_produit .image_produit {
  position: relative;
}

#un_produit .liste-prix-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

#un_produit .btn-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
}

#un_produit .btn-variation.active {
  background: #000;
  color: #fff;
}

#un_produit .variations {
  display: none;
}

#un_produit .woocommerce-variation-add-to-cart,
form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#un_produit .qty {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#un_produit .woocommerce-variation-price {
  display: none;
}

#un_produit .single_add_to_cart_button {
  border: 2px solid var(--color-bleu);
  background: var(--color-bleu);
  color: var(--color-white);
  text-align: center;
  border-radius: 0 5px 5px 0;
  padding: 0.5rem;
}

#un_produit .single_add_to_cart_button:hover {
  background: var(--color-btn-hover);
  color: var(--color-white);
  border: 2px solid var(--color-bleu);
}

#un_produit .in-stock {
  margin-bottom: 1rem;
}

#un_produit .ajout_panier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#un_produit .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 8px;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

#un_produit .form {
  margin-top: 1rem;
}

.recommandation,
#top_vente {
  margin: 3rem 1rem 0 1rem;
}

.recommandation .reco,
#top_vente .top {
  margin-bottom: 2rem;
}

.recommandation .reco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#top_vente .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recommandation .recommandations-produits,
#top_vente .recommandations-produits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 2rem;
}

.recommandation .produit-reco,
#top_vente .produit-reco {
  border: solid 1px #000;
  padding: 10px;
  width: 600px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.produit-reco h2,
.produit-reco h2 {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.recommandation .produit-reco h3,
#top_vente .produit-reco h3 {
  font-size: 1rem;
  /* margin-bottom: 1rem; */
}

.recommandation .img-reco,
#top_vente .img-reco {
  min-height: 300px;
  max-height: 300px;
  margin: 0 auto;
  width: auto;
}

.recommandation .price,
#top_vente .price {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
}

.recommandation .btn--primary,
#top_vente .btn--primary {
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
  line-height: 24px;
}

.img-reco {
  border: solid 3px black;
}

.woocommerce-noreviews {
  display: none;
}

.comment-reply-title {
  display: none;
}

.comments-area {
  display: none;
}

.woocommerce-Reviews-title {
  display: none;
}

/* Les avis  */
.reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.review-item {
  width: 24%;
  max-width: 100%;
  margin: 2rem 0;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  /* border-radius: 18px; */
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.avatar.avatar-50.photo {
  max-width: 50px;
  max-height: 50px;
  margin: auto 10px;
  border: 2px solid black;
  padding: 5px;
}

.review-content {
  padding: 5px;
}

.review-content p {
  overflow-wrap: break-word;
}

.produit-reco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.img_contenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bt--primary.bouton_single {
  margin-top: auto;
}

.price .woocommerce-Price-amount.amount {
  font-size: 1rem;
}

/* ///////////
Formulaire avis clients
///////////////////// */

#commentform.comment-form {
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  /* border-radius: 18px; */
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Texte d’intro */
#commentform .comment-notes {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6b7280;
}

#commentform .required,
#commentform .required-field-message .required {
  color: #dc2626;
  font-weight: 700;
}

/* Structure des blocs */
#commentform p,
#commentform .comment-form-rating {
  margin-bottom: 1.25rem;
}

#commentform label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
}

/* Champs texte + textarea */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid #d1d5db;
  /* border-radius: 12px; */
  background: #f9fafb;
  color: #111827;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#commentform textarea {
  min-height: 180px;
  resize: vertical;
}

#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform textarea:focus {
  outline: none;
  border-color: #2563eb;
  background: #fff;
  -webkit-box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

/* Placeholder si besoin */
#commentform input::-webkit-input-placeholder,
#commentform textarea::-webkit-input-placeholder {
  color: #9ca3af;
}

#commentform input::-moz-placeholder,
#commentform textarea::-moz-placeholder {
  color: #9ca3af;
}

#commentform input:-ms-input-placeholder,
#commentform textarea:-ms-input-placeholder {
  color: #9ca3af;
}

#commentform input::-ms-input-placeholder,
#commentform textarea::-ms-input-placeholder {
  color: #9ca3af;
}

#commentform input::placeholder,
#commentform textarea::placeholder {
  color: #9ca3af;
}

/* Bloc note */
#commentform .comment-form-rating {
  padding: 1rem 1.25rem;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  /* border-radius: 14px; */
}

/* Etoiles WooCommerce */
#commentform .comment-form-rating .stars {
  margin: 0.35rem 0 0;
  line-height: 1;
}

#commentform .comment-form-rating .stars span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 0.35rem;
}

/* On masque le texte mais on garde l’accessibilité */
#commentform .comment-form-rating .stars a {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
}

/* Etoile vide */
#commentform .comment-form-rating .stars a::before {
  content: "★";
  position: absolute;
  inset: 0;
  text-indent: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  color: #d1d5db;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

/* Hover + sélection visuelle */
#commentform .comment-form-rating .stars:hover a::before {
  color: #d1d5db;
}

#commentform .comment-form-rating .stars a:hover::before,
#commentform .comment-form-rating .stars a:hover~a::before,
#commentform .comment-form-rating .stars.selected a.active::before,
#commentform .comment-form-rating .stars.selected a.active~a::before {
  color: #f59e0b;
}

#commentform .comment-form-rating .stars a:hover::before {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/* Focus clavier */
#commentform .comment-form-rating .stars a:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 4px;
  border-radius: 8px;
}

/* Checkbox cookies */
#commentform .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.25rem 0;
  font-size: 0.95rem;
  color: #4b5563;
}

#commentform .comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 0.2rem;
  accent-color: #2563eb;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#commentform .comment-form-cookies-consent label {
  margin-bottom: 0;
  font-weight: 400;
  color: #4b5563;
}

/* Bouton submit */
#commentform .form-submit {
  margin-top: 1.5rem;
}

#commentform input.submit,
#commentform .submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.4rem;
  border: none;
  /* border-radius: 12px; */
  background: #1d4ed8;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.25s ease;
  -webkit-box-shadow: 0 8px 18px rgba(29, 78, 216, 0.18);
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.18);
}

#commentform input.submit:hover,
#commentform .submit:hover {
  background: #1e40af;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

#commentform input.submit:active,
#commentform .submit:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#commentform input.submit:focus-visible,
#commentform .submit:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 4px;
}

#commentform input[type="hidden"] {
  display: none;
}

.woocommerce ul.products {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  /* gap: 24px; */
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.woocommerce ul.products li.product {
  border: 1px solid #222;
  background: #fff;
  padding: 10px 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 560px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* min-width: 300px; */
}

.woocommerce ul.products li.product a {
  text-decoration: none;
}

.woocommerce ul.products li.product img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border: 2px solid #222;
  margin-bottom: 16px;
  border-radius: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.25;
  color: #111;
  margin: 0 0 14px;
  min-height: 46px;
}

.woocommerce ul.products li.product .price {
  color: #111;
  margin: 10px 0 0;
}

.woocommerce-result-count {
  display: none;
}

.orderby {
  display: none;
}

.woocommerce-products-header__title.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.woocommerce-products-header__title.page-title::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background: #000;
  width: 100%;
  margin-top: 35px;
}

#primary {
  width: 100%;
}

.box h2,
.produit-reco h2 {
  line-height: 1.5rem;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.auteur-produit {
  color: #767676;
}

.attribute_pa_auteur {
  display: none;
}

.image_produit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 47.5%;
    margin: 0 18px 2.992em 0;
  }
}

@media screen and (max-width: 460px) {

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin: 0 0px 2.992em 0;
  }
}

@media screen and (max-width: 700px) {
  #un_produit h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  #un_produit .box_produit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #un_produit .image_produit {
    margin: 1rem auto;
  }

  #un_produit .resume {
    margin-top: 2rem;
  }

  #un_produit .cart {
    margin-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  #un_produit .btn-variation,
  .btn-variation {
    width: 100%;
  }

  .recommandations-produits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    scrollbar-width: none;
  }

  .recommandations-produits::-webkit-scrollbar {
    display: none;
  }

  .produit-reco {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    scroll-snap-align: start;
  }

  #un_produit form.cart,
  #un_produit .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
    margin-top: 1rem;
  }

  #un_produit .variations tbody,
  #un_produit .variations tr,
  #un_produit .variations td {
    display: block;
    width: 100%;
  }

  #un_produit .variations select {
    width: 100%;
    margin-bottom: 1rem;
  }

  #un_produit .quantity {
    width: 100%;
  }

  #un_produit .qty {
    width: 100%;
    max-width: 100%;
  }

  #un_produit .single_add_to_cart_button,
  #un_produit form.cart button.button,
  #un_produit .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
  }

  .recommandation .produit-reco h2,
  #top_vente .produit-reco h2 {
    font-size: 1rem;
  }

  .recommandation .produit-reco h3,
  #top_vente .produit-reco h3 {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }

  .reviews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }

  .review-item {
    width: 100%;
  }

  #commentform .comment-form-rating {
    padding: 0.9rem 1rem;
  }

  #commentform .comment-form-rating .stars span {
    gap: 0.2rem;
  }

  #commentform .comment-form-rating .stars a {
    width: 1.8rem;
    height: 1.8rem;
  }

  #commentform .comment-form-rating .stars a::before {
    font-size: 1.55rem;
  }

  #commentform input.submit,
  #commentform .submit {
    width: 100%;
  }
}


/* ===== navigation-product.css ===== */

.post-navigation {
  margin-top: 30px;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.post-navigation a {
  display: block;
  padding: 10px;
  border: 1px solid var(--color-text);
  border-radius: var(--radius-md);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.post-navigation a:hover {
  background: var(--color-text);
  color: var(--color-white);
}

.nav-subtitle {
  font-size: 0.8rem;
  color: #999;
}

.nav-title {
  display: none;
  font-weight: bold;
}


/* ===== recherche.css ===== */

.site-main {
  /* padding-left: 1rem; */
  padding-bottom: 1rem;
}

ul.products.columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding: 2rem; */
}

.bouton_single {
  color: white;
}

li.product {
  width: 24%;
}

img.img-reco {
  /* max-width: 230px; */
  max-height: 340px;
}

.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* ===== panier.css ===== */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter 18pt', sans-serif;
  background: var(--color-white);
  color: var(--color-text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}

a:before,
a:after {
  content: '';
  position: absolute;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

ul {
  list-style: none;
}


/* --- VARIABLES --- 
-------------------- */
:root {
  /* Color */
  --color-bleufonce: #1E2A38;
  --color-bleu: #2563EB;
  --color-orange: #F97316;
  --color-beige: #f5f1e8;
  --color-gris: #f3f4f6;
  --color-text: #111827;
  --color-white: #fff;

  --color-btn-hover: #0d3fa2;

  /* Borders */
  --radius-sm: 4px;
  --radius-md: 8px;
}


/* --- TYPOGRAPHY ---
--------------------- */
h1 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
}

h2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

h3 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

p {
  font-family: 'Inter 18pt', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}


/* --- BUTTONS --- 
------------------ */
.btn {
  display: inline-block;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: var(--color-white);
  border-radius: var(--radius-sm);
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
  white-space: nowrap;
  /* texte sur une seule ligne */
}

.btn--primary {
  border: 2px solid var(--color-bleu);
  background: var(--color-bleu);
  color: var(--color-white);
}

.btn--primary:hover {
  background: var(--color-btn-hover);
  color: var(--color-white);
  border: 2px solid var(--color-bleu);
}

.btn--secondary {
  background: var(--color-white);
  color: var(--color-bleu);
  border: 2px solid var(--color-bleu);
}

.btn--secondary:hover {
  background: var(--color-white);
  color: var(--color-btn-hover);
  border: 2px solid var(--color-btn-hover);
}

.wc-block-cart-item__image img {
  border: solid 1px black;
  padding: 0.5rem;
  width: auto;
  display: block;
}

.wc-block-components-sidebar-layout {
  /* background-color: var(--color-gris); */
  margin-top: 2rem;
}

.wc-block-components-product-name {
  color: var(--color-orange);
}

.wc-block-components-button,
.add_to_cart_button {
  border: 2px solid var(--color-bleu);
  background: var(--color-bleu);
  color: var(--color-white);
  width: 50%;
  border-radius: var(--radius-sm) !important;
}

.wc-block-components-button:hover,
.add_to_cart_button:hover {
  background: var(--color-btn-hover);
  color: var(--color-white);
  border: 2px solid var(--color-bleu);
}

.wc-block-cart__submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wc-block-components-checkout-return-to-cart-button {
  background: var(--color-white);
  color: var(--color-bleu);
  border: 2px solid var(--color-bleu);
  padding: 18px 30px;
}

.wc-block-components-checkout-return-to-cart-button:hover {
  background: var(--color-white);
  color: var(--color-btn-hover);
  border: 2px solid var(--color-btn-hover);
}

.wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  display: none;
}

.wc-block-grid__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.wc-block-grid.has-4-columns .wc-block-grid__product {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20% !important;
  border: solid 2px black;
  padding: 0.5rem;
  margin-top: 1rem;
}

.attachment-woocommerce_thumbnail {
  width: 200px !important;
  height: auto !important;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border: solid 2px black;
  padding: 0.5rem;
}

.woocommerce-message {
  display: none;
}

.panier_vide {
  margin-top: 1rem;
  font-size: 2rem;
  color: var(--color-orange);
  margin-bottom: 1rem;
  text-align: center;
}

.return-to-shop {
  text-align: center;
}

/* Responsive */
@media screen and (max-width: 700px) {
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1rem;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
    scroll-snap-align: start;
  }
}


/* ===== mon_compte.css ===== */

:root {
  /* Color */
  --color-bleufonce: #1E2A38;
  --color-bleu: #2563EB;
  --color-orange: #F97316;
  --color-beige: #f5f1e8;
  --color-gris: #f3f4f6;
  --color-text: #111827;
  --color-white: #fff;

  --color-btn-hover: #0d3fa2;

  /* Borders */
  --radius-sm: 4px;
  --radius-md: 8px;
}

/* /////////////// */
/* Page mon compte */
/* ////////////////////// */
.site-main {
  width: 100%;
}

.woocommerce-MyAccount-content {
  margin-top: 2rem;
}

.woocommerce-MyAccount-navigation {
  background-color: var(--color-gris);
  height: 100vh;
  line-height: 3rem;
  padding-left: 1rem;
  padding-top: 1rem;
  max-width: 300px;
  position: relative;
}

/* Pseudo-élément qui étend le fond à gauche */
.woocommerce-MyAccount-navigation::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: var(--color-gris);
}

.is-active {
  color: var(--color-orange);
}

.woocommerce-MyAccount-navigation-link:hover {
  color: var(--color-orange);
}

/* //////////////////
Titres des pages du compte
//////////////// */

.titre_et_trait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}

h2.titre {
  white-space: nowrap;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.trait {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background-color: black;
  margin-bottom: 5px;
  margin-left: 5px;
}

button.nav-burger {
  display: none;
  margin-top: 1rem;
}

/* ///////////////////
Boutons
/////////////////// */

.woocommerce a.button {
  border: 2px solid var(--color-bleu);
  background: var(--color-bleu);
  color: var(--color-white);
}

.woocommerce a.button:hover {
  background: var(--color-btn-hover);
  color: var(--color-white);
  border: 2px solid var(--color-bleu);
}

/* Bouton valider la commande */
.checkout-button.button.alt.wc-forward {
  border: 2px solid var(--color-bleu);
  background: var(--color-bleu);
  color: var(--color-white);
}

.checkout-button.button.alt.wc-forward:hover {
  background: var(--color-btn-hover);
  color: var(--color-white);
  border: 2px solid var(--color-bleu);
}

/* //////////
Page mes adresses
///////////// */
.woocommerce-Address-title h2 {
  font-size: 1.5rem;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  border: 1px solid black;
  padding: 1rem;
  margin-top: 1rem;
}

.u-column1.col-1.woocommerce-Address {
  border-right: 1px solid black;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  button.nav-burger {
    display: block;
  }

  h2.titre {
    font-size: 1.6rem;
  }

  .woocommerce-MyAccount-navigation {
    position: relative;
    text-align: center;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
    max-width: 100%;
  }

  .woocommerce-MyAccount-navigation::before {
    display: none;
  }

  /* Bouton burger généré en JS */
  .nav-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.85rem 1.25rem;
    background-color: var(--color-orange);
    color: var(--color-white);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
    border-radius: 8px;
  }

  .nav-burger::after {
    content: '▼';
    font-size: 0.75rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .nav-burger.is-open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* Fond gris sur tout le bloc quand menu ouvert */
  .woocommerce-MyAccount-navigation.menu-open {
    background-color: var(--color-gris);
    border-radius: 8px;
    overflow: hidden;
  }

  /* Menu déroulant */
  .woocommerce-MyAccount-navigation ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease, opacity 0.3s ease;
    -o-transition: max-height 0.35s ease, opacity 0.3s ease;
    transition: max-height 0.35s ease, opacity 0.3s ease;
    opacity: 0;
    margin: 0;
    padding: 0;
    background-color: var(--color-gris);
    border: 1px solid oklch(0 0 0 / 0.08);
    border-top: none;
    border-radius: 0 0 8px 8px;
  }

  .woocommerce-MyAccount-navigation ul.is-open {
    max-height: 500px;
    opacity: 1;
    background-color: var(--color-gris);
  }

  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    background-color: var(--color-gris);
  }

  .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0.85rem 1rem;
    background-color: var(--color-gris);
  }

  .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--color-orange);
    background-color: #e5e7eb;
  }

  .u-column1.col-1.woocommerce-Address {
    border: none;
  }

  .u-column2.col-2.woocommerce-Address {
    border-top: 1px solid black;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.stock {
  display: inline;
  background-color: rgb(0 128 0 / 40%);
  padding: 5px;
  border-radius: 5px;
  color: var();
}
.re-stock {
  display: inline;
  background-color: rgb(128 128 128 / 40%);
  padding: 5px;
  border-radius: 5px;
  color: var();
}
.pas-stock {
  display: inline;
  background-color: rgb(255 0 0 / 40%);
  padding: 5px;
  border-radius: 5px;
  color: var();
}


/* ===== footer.css ===== */

footer#colophon.site-footer {
  background-color: var(--color-gris);
  height: auto;
  border-top: 3px solid white;
}

footer#colophon div.site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.site-footer__bottom {
  background-color: var(--color-text);
}

.site-footer__bottom {
  background-color: var(--color-text);
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
}

.site-info {
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-branding-footer {
  width: 150px;
}

.site-apropos p,
.site-aide p {
  font-weight: 600;
  margin-bottom: 10px;
}

.site-apropos ul,
.site-aide ul {
  font-size: 15px;
}

.site-apropos ul a li:hover,
.site-aide ul a li:hover {
  color: var(--color-orange);
}

.site-reseau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.site-reseau a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.site-reseau a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.site-footer__bottom {
  font-size: 14px;
}

.site-footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer__bottom-inner p {
  font-size: 14px;
}

.footer-legal a.footer-legal__link {
  padding-left: 20px;
}

.footer-legal a.footer-legal__link:hover {
  text-decoration: underline;
}


/* --- RESPONSIVE --- 
--------------------- */
@media (max-width: 768px) {
  footer#colophon div.site-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-footer__bottom-inner p {
    text-align: center;
    margin-bottom: 20px;
  }

  nav.footer-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .site-apropos {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-aide {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .site-reseau {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 600px) {
  footer#colophon div.site-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
  }

  .site-branding-footer {
    width: 45%;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .site-apropos,
  .site-aide {
    margin: 0 auto;
    text-align: center;
  }

  .site-reseau {
    margin: 0 auto;
    padding-top: 20px;
  }

}

@media (max-width: 320px) {
  nav.footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

}
.recommandation,
#recommandation {
    width: 100%;
}

.recommandation .recommandations-produits,
#recommandation .recommandations-produits {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    /* justify-content: space-between; */
}

.recommandation .produit-reco,
#recommandation .produit-reco {
    flex: 1 1 calc(25% - 2rem);
    max-width: 300px;
    width: 100%;
}

.reviews-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.review-item {
    flex: 1 1 calc(25% - 1rem);
}

@media screen and (max-width: 1024px) {
    .recommandation .produit-reco,
    #recommandation .produit-reco {
        flex: 1 1 calc(50% - 1rem);
        max-width: none;
    }

    .review-item {
        flex: 1 1 calc(50% - 1rem);
    }
}

@media screen and (max-width: 700px) {
    .recommandation .recommandations-produits,
    #recommandation .recommandations-produits {
        /* flex-wrap: nowrap; */
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        padding-bottom: 1rem;
    }

    .recommandation .produit-reco,
    #recommandation .produit-reco {
        flex: 0 0 80%;
        max-width: none;
        scroll-snap-align: start;
    }

    .reviews-list {
        flex-direction: column;
    }

    .review-item {
        width: 100%;
        flex: 1 1 100%;
    }
    /* .recommandations-produits {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: none;
    } */
    .recommandation {
      width: 100%;
      margin: 0 auto;
    }
  }
.woocommerce-ordering,
.orderby {
    display: block !important;
}
.etoile {
  color: #facc15;
}
.critique {
  color: black;
}
