/* Groupe de liste (ul) WordPress et du thème Electro */
ul.is-style-bootstrap-list-group {
  list-style: none;
  padding-left: 0;
}
ul.is-style-bootstrap-list-group li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.is-style-bootstrap-list-group li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  padding: 0.5em 0;
    padding-top: 0.5em;
}
/* Icons (ul class="icons") du thème Electro */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}
ul.icons li .icon::before {
  font-size: 1.25em;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}

hr {
  margin: 2rem 0;
  opacity: .10;
}

.grecaptcha-badge{
  bottom: 100px !important;
}

.icon::before {
  line-height: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/* Code en ligne (<code>...</code>) du thème Electro */
code {
  background: rgba(230, 235, 237, 0.25);
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}
/* Code en ligne (<blockquote>...</blockquote>) du thème Electro */
.blockquote::before, .blockquote::after, q::before, q::after {
  content: "";
  content: none;
}
.blockquote {
  border-left: solid 3px rgba(210, 215, 217, 0.75);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}
.blockquote, q {
  quotes: none;
}
/* (<div class="box">...</div>) du thème Electro */
.box {
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  margin-bottom: 2em;
  padding: 1.5em;
}
/* Preformatted du thème Electro */
.wp-block-preformatted {
  display: block;
  line-height: 1.75;
  overflow-x: auto;
  background: rgba(230, 235, 237, 0.25);
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.90em 1em;
}

/* Annule les bridages de largeur de WordPress et du thème Electro */
.is-style-bootstrap-thumbnail, 
.is-style-bootstrap-thumbnail figure {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.is-style-bootstrap-thumbnail img {
    width: 100% !important;
    height: auto !important; /* Préserve le ratio */
    display: block;
}

/* Si l'image est dans une colonne Bootstrap */
.col-md .is-style-bootstrap-thumbnail {
    margin-bottom: 1rem;
}

/** 
* cab-pagination
*/
.woocommerce nav.cab-pagination {
  text-align: center;
}

/* Conteneur principal */
.cab-pagination {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.cab-pagination .page-numbers {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    margin: 0 5px !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    
    /* DESIGN REVISITÉ */
    background-color: #ffffff !important;   /* Fond blanc */
    border: 1px solid var(--bs-secondary) !important;    /* Cadre rouge fin (secondary) */
    color: #6c757d !important;              /* Numéros en GRIS (Bootstrap text-muted/secondary) */
    
    border-radius: 8px !important;           /* Coins arrondis */
    font-weight: 500;
}

/* État : SÉLECTIONNÉ (.current) */
.cab-pagination .page-numbers.current {
    background-color: var(--bs-primary) !important;    /* Fond Orange (primary) */
    border-color: var(--bs-primary) !important;        /* Bordure Orange */
    color: #ffffff !important;               /* Texte Blanc */
}

/* État : SURVOL (Hover) */
.cab-pagination .page-numbers:hover:not(.current) {
    background-color: var(--bs-primary) !important;    /* Fond Orange (primary) */
    border-color: var(--bs-primary) !important;        /* Bordure Orange */
    color: #ffffff !important;               /* Texte Blanc */
}


/* On force la police FontAwesome sur les classes fas */
.icon.solid::before{
    font-family: "Font Awesome 5 Free" ;
    font-weight: 900 ;
    margin-right: 0.5em;
}

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item span, footer .footer-item a, .footer .footer-item .cab-line-clamp {
  color: #c1c1c1;
}
.footer .footer-item a {
    /* line-height: 30px; */
    transition: 0.5s;
}
.footer .footer-item span {
  font-size: 0.7rem;
}
.footer .footer-item .cab-line-clamp {
  font-size: 0.75rem; 
  line-height: 1.2;
}

.footer .footer-item p {
    line-height: 30px;
}
.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

.footer-item ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-item ul li {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important; /* Réduit l'espace excessif entre les lignes */
}

/* Style des liens avec la flèche */
.footer-item ul li a {
    color: rgba(255, 255, 255, .7);
    display: flex;
    align-items: center;
    padding: 6px 0; /* Espacement vertical entre les liens */
    text-decoration: none;
    /* transition: 0.5s; */
}

/* La flèche (Angle Right) respectant la couleur du thème */
.footer-item ul li a::before {
    content: "\f105"; /* Code FontAwesome angle-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: var(--bs-secondary);
    transition: 0.5s;
}

/* Effet au survol */
.footer-item ul li a:hover {
    /* color: #f28b00 !important; */
    letter-spacing: 1px;
}

/* .footer-item ul li a:hover::before {
    color: #fff;
} */

/* Style du widget Liste de Produits dans le Footer */
/* Nettoyage du widget Liste de Produits dans le Footer */
.footer-item .product_list_widget li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* 1. L'image miniature */
.footer-item .product_list_widget li img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 12px;
    float: none !important;
}

/* 2. Le Titre uniquement */
.footer-item .product_list_widget li a:not(.reviewer) {
    display: block;
    color: #fff !important;
    font-weight: 500;
    flex: 1;
    text-decoration: none;
    line-height: 1.2;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-primary) !important;
}
/*** copyright end ***/

/*** Widget ***/
.widget .categories-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.widget .categories-item a {
  transition: 0.5s;
}
.widget .categories-item a:hover {
  color: var(--bs-primary) !important;
}
