@charset "UTF-8";
/* CSS Document */

/*

Theme Name: laicite.be 3.0

Description: Hello Theme Child

Author: Sophie François

Author URI: https://www.laicite.be

Template: hello-elementor

Version: 1.0

*/


/* NE PAS AFFICHER LES BLOCS 'ARTICLES, ETC. LIES' SI AUCUN ARTICLE, ETC. */

.related-articles-block:has(.elementor-loop-empty) {
  display: none;
}

/* WOOCOMMERCE - FILTRES */
.form-filtre-produits {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
}

.form-filtre-produits fieldset {
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.form-filtre-produits legend {
  font-weight: bold;
  font-size: 16px;
  padding: 0 5px;
}

.form-filtre-produits label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
}

.form-filtre-produits input[type="checkbox"] {
  margin-right: 5px;
}

.form-filtre-produits .filtre-group {
}

.filtre-toggle {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  text-decoration: underline;
  color: #6A8A7F;
  cursor: pointer;
}

.filtre-toggle:hover {
  color: #AA272F;
}

.filtre-extra {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.form-filtre-produits button[type="submit"] {
  background-color: #35495D;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 0px;
  cursor: pointer;
}

.form-filtre-produits button[type="submit"]:hover {
  background-color: #B6BE95;
}

.form-filtre-produits .filtre-reset {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  text-decoration: none;
}

.form-filtre-produits .filtre-reset:hover {
  color: #333;
}

