/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2025 | 15:46:45 */
/* Agrandir le logo eco-transition */
.h-logo img {
  height: 200px !important;   /* ajuste 220, 250 si besoin */
  width: auto !important;
  max-height: none !important;
  max-width: none !important;
  display: block !important;
  background: transparent !important;
}

/* Cacher le doublon s'il existe */
.h-logo img + img {
  display: none !important;
}