img {
  max-width: 100%;
  height: auto;
}

.fh5co_latest_trading_img > img {
	height: 100%;
	width: auto;
	max-width: unset;
	left: 50%;
	transform: translateX(-50%);
	right: unset;
}

#block-connexionews2-page-title h1 {
  text-align: center;
}

/*
 * Cible le conteneur du formulaire de recherche.
 * On le transforme en conteneur flex pour pouvoir aligner son contenu.
*/
.search-block-form {
  display: flex;
  justify-content: flex-end; /* Aligne le formulaire lui-même tout à droite de son conteneur */
}

/*
 * Cible le formulaire directement par son ID pour plus de spécificité.
 * On le transforme aussi en conteneur flex pour aligner ses enfants (la zone de texte et le bouton).
*/
#search-block-form {
  display: flex;
  align-items: center; /* Aligne verticalement la zone de texte et le bouton */
  gap: 8px; /* Ajoute un petit espace entre la zone de texte et le bouton */
}

#block-connexionews2-mainnavigation {
  display: flex;
  align-items: center;
}

#superfish-main {
  /* Permet à l'UL de s'adapter à la largeur de son contenu */
  display: inline-block;
  /* Centre l'élément UL horizontalement */
  margin-left: auto;
  margin-right: auto;
}

/* Le conteneur du UL doit être un élément de bloc et avoir un alignement de texte centré */
#block-connexionews2-mainnavigation {
  text-align: center;
}

div.container-fluid:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}

#block-connexionews2-sitebranding {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
}

#fh5co-title-box .page-title a {
  color: black;
}

#fh5co-title-box .page-title span{
  color: black;
}

#fh5co-title-box {
	width: unset;
	z-index: 555;
  text-align: center;
}

#fh5co-title-box .page-title {
	position: relative;

}