/* Titre : 1.8em, très gras */
#widgets-wrap > *:nth-child(1),
#widgets-wrap > *:nth-child(1) * {
  font-size: 1.8em;
  font-weight: 900;
}

/* Bloc entier (date+météo+recherche) forcé en ligne 2 */
#information-widgets-right {
  flex-basis: 100%;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
}

/* Recherche : largeur fixe, poussée à droite, plus de grow automatique */
.information-widget-search {
  flex-grow: 0;
  width: 800px;
  margin-left: auto;
  height: 2em;
}
