/*
Theme Name: Synergy Soft
Theme URI: https://www.synergysoft.fr
Description: Theme Synergy Soft (Thème enfant de twentytwentyfive)
Author: Synergy Soft
Author URI: https://www.synergysoft.fr
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


/*********************
 * SS - 04/2025
Suppression des contours autour des liens.
 *********************/

button:focus, 
button:active, 
a:focus, 
a:active {
  outline: none !important;
}

* {
  -webkit-tap-highlight-color: transparent;
}


/*********************
 * SS - 09/2025
CSS pour étiquette catégorie sur la loop des articles 
*********************/

.taxonomy-help_category {
  background-color: rgba(0, 161, 228, 0.4) !important;
  padding: 3px 10px !important;
  border-radius: 100px !important;
  display: inline-block !important;
}

.taxonomy-help_category a {
  font-family: "Figtree" !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.taxonomy-help_category:hover,
.taxonomy-help_category:hover a {
  background-color: #00A1E4 !important;
  color: #ffffff !important;
}


.taxonomy-category {
  background-color: rgba(0, 161, 228, 0.4) !important;
  padding: 3px 10px !important;
  border-radius: 100px !important;
  display: inline-block !important;
}

.taxonomy-category a {
  font-family: "Figtree" !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.taxonomy-category:hover,
.taxonomy-category:hover a {
  background-color: #00A1E4 !important;
  color: #ffffff !important;
}


/*********************
 * MS - 09/2025
 * Table des matière documentation fixe 
*********************/

/* Position fixe quand actif */
.syn-table-matiere-doc.is-sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%; /* ajuste si nécessaire */
  background: #fff; /* utile si tu veux qu’elle reste lisible */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}





