/** 20250605 - gestion des strong en poligon bold pour mac */
strong {
  font-family: "Poligon Bold";
  font-weight: normal;
}

/** 20250612 - police blanche par défaut pour les blocs fond navy */
.colorset-navy .group-content {
	color: white !important;
}

/** 20250616 - amélioration du rendu des visuels de recherche */
.views-field-field-illustration img {
        max-width: 170px;
}


/** 20250618 - evolution bandeau d'urgence */
#carousel-accueil img {
	width: 64px;
} 
@media (min-width: 992px) {
#carousel-accueil .carousel-item {
	flex-direction: column;
}
}

/** 20250627 - centrer les publications (surtout quand il n'y en a que 2) */
.block-vue-publications .view-content {
	justify-content: space-around;
}


/** SCODE-1254 - pb alignement centré media */
.align-center {
	text-align: center;
}